Merge "[Cherry-pick][Text Autosizing] Combine narrow descendants of a cluster into...
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2013-02-19  Anton Vayvod  <avayvod@chromium.org>
2
3         [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier.
4         https://bugs.webkit.org/show_bug.cgi?id=109825
5
6         Verify that narrow descendants are grouped and autosized separately according to the
7         difference between the descendant's width and the width of its enclosing cluster's
8         |blockContainingAllText|.
9
10         Reviewed by Kenneth Rohde Christiansen.
11
12         * fast/text-autosizing/narrow-descendants-combined-expected.html:
13         * fast/text-autosizing/narrow-descendants-combined.html:
14
15 2013-02-19  Takashi Toyoshima  <toyoshim@chromium.org>
16
17         Unreviewed, gardening for chromium.
18         https://bugs.webkit.org/show_bug.cgi?id=110203
19
20         * platform/chromium/TestExpectations:
21
22 2013-02-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
23
24         Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.
25         https://bugs.webkit.org/show_bug.cgi?id=108053
26
27         Reviewed by Ryosuke Niwa.
28
29         * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added.
30         * editing/selection/caret-in-div-containing-empty-block.html: Added.
31         Layout test added for verifying that a caret is displayed within a
32         contenteditable div having a border, both for the horizontal
33         as well as the vertical writing modes.
34
35 2013-02-19  Mihnea Ovidenie  <mihnea@adobe.com>
36
37         CSSRegions: crash positioned object with inline containing block in flow thread
38         https://bugs.webkit.org/show_bug.cgi?id=108307
39
40         Reviewed by David Hyatt.
41
42         * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added.
43         * fast/regions/positioned-object-inline-cb-crash.html: Added.
44
45 2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
46
47         Unreviewed GTK gardening.
48
49         * platform/gtk/TestExpectations: Adding a failure expectation for the failing
50         fast/regions/seamless-iframe-flowed-into-regions.html added in r143256.
51
52 2013-02-18  Hayato Ito  <hayato@chromium.org>
53
54         Make EventDispatcher take an Event object in its constructor.
55         https://bugs.webkit.org/show_bug.cgi?id=109898
56
57         Reviewed by Dimitri Glazkov.
58
59         * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added.
60         * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added.
61
62 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
63
64         Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186.
65
66         * platform/mac/TestExpectations:
67
68 2013-02-18  Takashi Sakamoto  <tasak@google.com>
69
70         :before/:after pseudo elements do not always apply to the proper element
71         https://bugs.webkit.org/show_bug.cgi?id=93925
72
73         Reviewed by Dimitri Glazkov.
74
75         * fast/css/before-after-pseudo-class-expected.html: Added.
76         * fast/css/before-after-pseudo-class.html: Added.
77
78 2013-02-18  Andy Estes  <aestes@apple.com>
79
80         Focusing a new frame (via window.focus()) should blur the active element in the current frame
81         https://bugs.webkit.org/show_bug.cgi?id=110172
82
83         Reviewed by Ryosuke Niwa.
84
85         * fast/dom/HTMLDocument/active-element-frames-expected.txt:
86         * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the
87         test a second time, focusing each element's frame before focusing the
88         element itself.
89         * fast/frames/frame-focus-blurs-active-element-expected.txt: Added.
90         * fast/frames/frame-focus-blurs-active-element.html: Added a test that
91         verifies a blur event is fired on the active element when a new frame
92         is focused.
93
94 2013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>
95
96         [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html.
97         https://bugs.webkit.org/show_bug.cgi?id=110176
98
99         Reviewed by Laszlo Gombos.
100
101         Enable the test for EFL port, as it passes after r143220.
102
103         * platform/efl-wk2/TestExpectations:
104
105 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
106
107         Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173.
108
109         * platform/mac/TestExpectations:
110
111 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
112
113         Remove a stale Mac test expectation.
114
115         * platform/mac/TestExpectations:
116
117 2013-02-18  David Hyatt  <hyatt@apple.com>
118
119         Padding and border changes don't trigger the relayout of children in some cases.
120         https://bugs.webkit.org/show_bug.cgi?id=109639.
121
122         Reviewed by Ryosuke Niwa.
123
124         * fast/block/positioning/border-change-relayout-test-expected.html: Added.
125         * fast/block/positioning/border-change-relayout-test.html: Added.
126
127 2013-02-18  Geoffrey Garen  <ggaren@apple.com>
128
129         Shrank the SourceProvider cache
130         https://bugs.webkit.org/show_bug.cgi?id=110158
131
132         Reviewed by Oliver Hunt.
133
134         New benchmark to show that a minimum size of 16 is better than 64.
135
136         * fast/js/regress/nested-function-parsing-expected.txt: Added.
137         * fast/js/regress/nested-function-parsing.html: Added.
138         * fast/js/regress/script-tests/nested-function-parsing.js: Added.
139
140 2013-02-18  Filip Pizlo  <fpizlo@apple.com>
141
142         Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty
143         https://bugs.webkit.org/show_bug.cgi?id=110155
144         <rdar://problem/13233773>
145
146         Reviewed by Mark Rowe.
147
148         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added.
149         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added.
150         * fast/js/jsc-test-list:
151         * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added.
152
153 2013-02-18  Stephen Chenney  <schenney@chromium.org>
154
155         feFlood incorrectly applied color-interpolation-filters
156         https://bugs.webkit.org/show_bug.cgi?id=109985
157
158         Reviewed by Dirk Schulze.
159
160         New test for feFlood behavior when color-interpolation-filters is used.
161
162         Failing expectations for tests affected by this change.
163
164         * platform/chromium/TestExpectations:
165         * platform/mac/TestExpectations:
166         * platform/win/TestExpectations:
167         * svg/filters/feFlood-color-interpolation-expected.svg: Added.
168         * svg/filters/feFlood-color-interpolation.svg: Added.
169
170 2013-02-18  David Hyatt  <hyatt@apple.com>
171
172         Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue.
173
174         * platform/chromium/TestExpectations:
175
176 2013-02-18  Jochen Eisinger  <jochen@chromium.org>
177
178         clear databases before running read-transactions-running-concurrently test
179         https://bugs.webkit.org/show_bug.cgi?id=110144
180
181         Reviewed by Nico Weber.
182
183         Otherwise, we might not have enough quota when running this tests and lots
184         of databases from previous tests are hanging around.
185
186         * storage/websql/read-transactions-running-concurrently.html:
187
188 2013-02-18  Philip Rogers  <pdr@google.com>
189
190         Fix scaling of tiled SVG backgrounds on high-dpi displays
191         https://bugs.webkit.org/show_bug.cgi?id=110047
192
193         Reviewed by Dirk Schulze.
194
195         * svg/as-background-image/tiled-background-image-expected.html: Added.
196         * svg/as-background-image/tiled-background-image.html: Added.
197
198 2013-02-18  David Hyatt  <hyatt@apple.com>
199
200         Make seamless iframes paginate properly in their enclosing document's pagination context.
201         https://bugs.webkit.org/show_bug.cgi?id=106125
202         <rdar://problem/12922720> Text in iframe is clipped while printing
203
204         Reviewed by Simon Fraser.
205
206         Added new tests in fast/multicol and fast/region.
207
208         * fast/multicol/resources/ipad.jpg: Added.
209         * fast/multicol/resources/seamless.html: Added.
210         * fast/multicol/seamless-flowed-through-columns-expected.html: Added.
211         * fast/multicol/seamless-flowed-through-columns.html: Added.
212         * fast/regions/resources/ipad.jpg: Added.
213         * fast/regions/resources/seamless.html: Added.
214         * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added.
215         * fast/regions/seamless-iframe-flowed-into-regions.html: Added.
216
217 2013-02-17  Filip Pizlo  <fpizlo@apple.com>
218
219         Get rid of DFG::DoubleOperand and simplify ValueToInt32
220         https://bugs.webkit.org/show_bug.cgi?id=110072
221
222         Reviewed by Geoffrey Garen.
223
224         * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added.
225         * fast/js/dfg-value-to-int32-with-side-effect.html: Added.
226         * fast/js/jsc-test-list:
227         * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added.
228         (foo):
229         (.result.foo):
230
231 2013-02-18  Joseph Pecoraro  <pecoraro@apple.com>
232
233         [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript
234         https://bugs.webkit.org/show_bug.cgi?id=109987
235
236         Reviewed by Pavel Feldman.
237
238         * inspector/debugger/source-url-comment-expected.txt:
239         * inspector/debugger/source-url-comment.html:
240         Add a test for a sourceURL with a non-relative path. This was causing
241         an ASSERT, rightfully so, in JSC builds.
242
243 2013-02-18  Mike West  <mkwst@chromium.org>
244
245         compareDocumentPosition reports disconnected nodes as following each other
246         https://bugs.webkit.org/show_bug.cgi?id=108274
247
248         Reviewed by Dimitri Glazkov.
249
250         * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added.
251         * fast/dom/compare-document-position-disconnected-nodes.html: Added.
252
253 2013-02-18  Stephen White  <senorblanco@chromium.org>
254
255         [chromium] Unreviewed gardening.
256         Update test expectations for recent failures.
257
258         * platform/chromium/TestExpectations:
259
260 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
261
262         Web Inspector: [Canvas] fix replay log grouping by frames
263         https://bugs.webkit.org/show_bug.cgi?id=110122
264
265         Reviewed by Pavel Feldman.
266
267         Canvas replay test: last command is not a draw call.
268
269         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
270         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
271
272 2013-02-18  Stephen White  <senorblanco@chromium.org>
273
274         [chromium] Unreviewed gardening.
275         Fix test expectations for effect-reference* tests which I messed up
276         in my last commit.
277
278         * platform/chromium/TestExpectations:
279
280 2013-02-18  Sergio Villar Senin  <svillar@igalia.com>
281
282         Unreviewed GTK gardening.
283
284         Moved WK1 specific failures from the shared TestExpectations file
285         to the wk1 one. Also removed some tests from the WK2
286         TestExpectations file as they have been consistently passing on
287         bots.
288
289         * platform/gtk-wk1/TestExpectations:
290         * platform/gtk-wk2/TestExpectations:
291         * platform/gtk/TestExpectations:
292
293 2013-02-18  Bear Travis  <betravis@adobe.com>
294
295         [CSS Exclusions] Support outside-shape layout for shape-inside property
296         https://bugs.webkit.org/show_bug.cgi?id=102571
297
298         Reviewed by David Hyatt.
299
300         Test that the shape-outside value correctly propagates to shape-inside
301         when shape-inside has a value of 'outside-shape,' using both an
302         undefined and a simple shape outside value.
303
304         * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added.
305         * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added.
306
307 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
308
309         Unreviewed GTK gardening.
310
311         * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector
312         test which now times out.
313
314 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
315
316         Unreviewed EFL gardening.
317
318         Mark perf/show-hide-table-rows.html as sometimes failing or slow
319         on EFL port.
320
321         * platform/efl/TestExpectations:
322
323 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
324
325         Unreviewed EFL gardening.
326
327         Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as
328         failing on EFL port. The test was introduced in r143191.
329
330         * platform/efl/TestExpectations:
331
332 2013-02-18  Vladislav Kaznacheev  <kaznacheev@chromium.org>
333
334         Web Inspector: Color picker should not be available in Computed Styles pane
335         https://bugs.webkit.org/show_bug.cgi?id=109697
336
337         Reviewed by Pavel Feldman.
338
339         * inspector/styles/undo-add-property.html:
340
341 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
342
343         Web Inspector: [Canvas] group replay log calls by frames
344         https://bugs.webkit.org/show_bug.cgi?id=110101
345
346         Reviewed by Pavel Feldman.
347
348         * inspector/profiler/canvas-profiler-test.js:
349         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
350         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
351         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt:
352
353 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
354
355         [Qt] Deleted extraneous file. It has been added accidentally in r142135.
356         https://bugs.webkit.org/show_bug.cgi?id=109953.
357
358         * platform/qt-5.0-wk2/TestExpectations.orig: Removed.
359
360 2013-02-18  Vsevolod Vlasov  <vsevik@chromium.org>
361
362         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
363         https://bugs.webkit.org/show_bug.cgi?id=109691
364
365         Reviewed by Pavel Feldman.
366
367         * inspector/debugger/live-edit-breakpoints-expected.txt:
368         * inspector/debugger/live-edit-breakpoints.html:
369         * inspector/uisourcecode-revisions.html:
370
371 2013-02-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
372
373         [Qt] Unreviewed gardening.
374
375         * platform/qt/TestExpectations: Skip test after r143073.
376         * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101.
377         * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101.
378
379 2013-02-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
380
381         [EFL] Rebaseline failure media tests after r142947
382         https://bugs.webkit.org/show_bug.cgi?id=109904
383
384         Reviewed by Kenneth Rohde Christiansen.
385
386         * platform/efl/TestExpectations:
387         * platform/efl/media/audio-controls-rendering-expected.png:
388         * platform/efl/media/audio-controls-rendering-expected.txt:
389         * platform/efl/media/controls-after-reload-expected.png:
390         * platform/efl/media/controls-after-reload-expected.txt:
391         * platform/efl/media/controls-strict-expected.png:
392         * platform/efl/media/controls-strict-expected.txt:
393         * platform/efl/media/controls-styling-expected.png:
394         * platform/efl/media/controls-styling-expected.txt:
395         * platform/efl/media/controls-styling-strict-expected.png:
396         * platform/efl/media/controls-styling-strict-expected.txt:
397         * platform/efl/media/controls-without-preload-expected.png:
398         * platform/efl/media/controls-without-preload-expected.txt:
399         * platform/efl/media/video-controls-rendering-expected.png:
400         * platform/efl/media/video-controls-rendering-expected.txt:
401         * platform/efl/media/video-display-toggle-expected.png:
402         * platform/efl/media/video-display-toggle-expected.txt:
403         * platform/efl/media/video-playing-and-pause-expected.png:
404         * platform/efl/media/video-playing-and-pause-expected.txt:
405
406 2013-02-18  Huang Dongsung  <luxtella@company100.net>
407
408         [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky
409         https://bugs.webkit.org/show_bug.cgi?id=110059
410
411         Reviewed by Kenneth Rohde Christiansen.
412
413         Unskip two tests on EFL port. Now those pass.
414         compositing/layer-creation/fixed-position-out-of-view-scaled.html
415         compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
416
417         * platform/efl-wk2/TestExpectations:
418
419 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
420
421         Unreviewed EFL gardening.
422
423         Unskip several webgl/conformance tests that started passing after
424         r142854.
425
426         * platform/efl-wk2/TestExpectations:
427
428 2013-02-18  Mike West  <mkwst@chromium.org>
429
430         fast/dom/shadow/shadow-dom-event-dispatching.html flake
431         https://bugs.webkit.org/show_bug.cgi?id=103299
432
433         Reviewed by Jochen Eisinger.
434
435         This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
436         into 12 separate tests to avoid timeouts. Common logic for all these
437         dispatching tests is now in resources/event-dispatching.js, and each
438         individual test function now runs in its own HTML file.
439
440         * fast/dom/shadow/resources/event-dispatching.js: Added.
441         (moveMouseOver):
442         (recordEvent):
443         (dumpNode):
444         (dumpComposedShadowTree):
445         (addEventListeners):
446         (debugDispatchedEvent):
447         (moveMouse):
448         (showSandboxTree):
449         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
450         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
451         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
452         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
453         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
454         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
455         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
456         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
457         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
458         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
459         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
460         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
461         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
462         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
463         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
464         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
465         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
466         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
467         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
468         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
469         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
470         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
471         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
472         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
473             New tests!
474         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
475         * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
476         * platform/chromium/TestExpectations:
477             Dropped the old, monolithic test, and removed it from Chromium's
478             TestExpectations file.
479
480 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
481
482         Unreviewed EFL gardening.
483
484         Unskip several webaudio test cases that pass now that we updated to
485         gstreamer 1.0.
486
487         * platform/efl/TestExpectations:
488
489 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
490
491         Unreviewed EFL gardening.
492
493         Update expectations for several test cases to make the bots green.
494
495         * platform/efl-wk2/TestExpectations:
496         * platform/efl/TestExpectations:
497
498 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
499
500         Web Inspector: provide basic console.table implementation (no [,columns] support)
501         https://bugs.webkit.org/show_bug.cgi?id=109453
502
503         Reviewed by Vsevolod Vlasov.
504
505         * inspector/console/command-line-api-expected.txt:
506         * inspector/console/console-format-table-expected.txt: Added.
507         * inspector/console/console-format-table.html: Added.
508
509 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
510
511         Follow up to r143112, fixing tests.
512         Not reviewed.
513
514         * inspector/elements/insert-node-expected.txt:
515         * inspector/elements/insert-node.html:
516
517 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
518
519         Web Inspector: allow 0 as a formatted parameter in console message.
520         https://bugs.webkit.org/show_bug.cgi?id=110096
521
522         Reviewed by Vsevolod Vlasov.
523
524         * inspector/console/console-format.html:
525
526 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
527
528         [Qt] Unreviewed gardening. Skipped failing tests.
529
530         * platform/qt-5.0-wk1/TestExpectations:
531         * platform/qt/TestExpectations:
532
533 2013-02-18  Sheriff Bot  <webkit.review.bot@gmail.com>
534
535         Unreviewed, rolling out r143100.
536         http://trac.webkit.org/changeset/143100
537         https://bugs.webkit.org/show_bug.cgi?id=110088
538
539         Breaks file system support in workspace. (Requested by vsevik
540         on #webkit).
541
542         * inspector/debugger/live-edit-breakpoints-expected.txt:
543         * inspector/debugger/live-edit-breakpoints.html:
544         * inspector/uisourcecode-revisions.html:
545
546 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
547
548         Unreviewed gardening.
549
550         Adding failure expectations for two tests that are failing on GTK and Qt,
551         most likely due to disabled subpixel layout.
552
553         * platform/gtk/TestExpectations:
554         * platform/qt/TestExpectations:
555
556 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
557
558         Unreviewed. Clean up a few EFL unexpected passes.
559
560         * platform/efl-wk2/TestExpectations:
561         * platform/efl/TestExpectations:
562         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
563         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
564
565 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
566
567         Unreviewed. Clean up a few EFL unexpected passes.
568
569         * platform/efl/TestExpectations:
570         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
571         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
572         * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed.
573         * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed.
574
575 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
576
577         Unreviewed. Remove invalid EFL results that were wrongly added in r140249.
578
579         * platform/efl/TestExpectations:
580         * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
581         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
582         * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
583         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
584         * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
585         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
586         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
587         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
588         * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
589         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
590         * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
591         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
592
593 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
594
595         Unreviewed. Unskip several test cases that are now passing on
596         EFL port, most of them due to enabling subpixel layout.
597
598         * platform/efl/TestExpectations:
599
600 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
601
602         Unreviewed. Unskip several compositing tests that are now
603         passing on WK2 EFL.
604
605         * platform/efl/TestExpectations:
606
607 2013-02-15  Eugene Klyuchnikov  <eustas@chromium.org>
608
609         Web Inspector: Introduce ProfilesPanelDescriptor.
610         https://bugs.webkit.org/show_bug.cgi?id=109906
611
612         Reviewed by Pavel Feldman.
613
614         * inspector/profiler/heap-snapshot-test.js: Adopted changes.
615
616 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
617
618         Unreviewed, update test expectation for chromium.
619         https://bugs.webkit.org/show_bug.cgi?id=110079
620
621         * platform/chromium/TestExpectations:
622
623 2013-02-17  Vivek Galatage  <vivek.vg@samsung.com>
624
625         Add missing braces in fast/parser/noscript-with-javascript-enabled.html
626         https://bugs.webkit.org/show_bug.cgi?id=110078
627
628         Unreviewed gardening. Adding the missing braces.
629
630         * fast/parser/noscript-with-javascript-enabled.html:
631
632 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
633
634         Unreviewed, update test expectation for chromium.
635         https://bugs.webkit.org/show_bug.cgi?id=110076
636
637         * platform/chromium/TestExpectations:
638
639 2013-02-17  Mike West  <mkwst@chromium.org>
640
641         WheelEvent should not target text nodes.
642         https://bugs.webkit.org/show_bug.cgi?id=109939
643
644         Reviewed by Darin Adler.
645
646         * fast/events/wheelevent-in-text-node-expected.txt: Added.
647         * fast/events/wheelevent-in-text-node.html: Added.
648
649 2013-02-17  Philip Rogers  <pdr@google.com>
650
651         Fix non-root SVG viewport under zoom
652         https://bugs.webkit.org/show_bug.cgi?id=99453
653
654         Reviewed by Dirk Schulze.
655
656         * svg/custom/symbol-zoom-expected.html: Added.
657         * svg/custom/symbol-zoom.html: Added.
658
659 2013-02-17  Chris Fleizach  <cfleizach@apple.com>
660
661         WebSpeech: plumb through a method to generate fake speech jobs for testing
662         https://bugs.webkit.org/show_bug.cgi?id=107351
663
664         Reviewed by Adam Barth.
665
666         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html:
667         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html:
668
669 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
670
671         Unreviewed EFL gardening.
672
673         Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as
674         flaky on WebKit2 EFL. It sometimes hits an assertion.
675
676         * platform/efl-wk2/TestExpectations:
677
678 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
679
680         Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
681         https://bugs.webkit.org/show_bug.cgi?id=110053
682
683         Reviewed by Alexey Proskuryakov.
684
685         Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the
686         Test is passing again.
687
688         * platform/efl-wk2/TestExpectations:
689
690 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
691
692         Unreviewed. Remove duplicates from EFL port's TestExpectations.
693
694         * platform/efl-wk2/TestExpectations:
695         * platform/efl/TestExpectations:
696
697 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
698
699         Unreviewed EFL gardening.
700
701         Generate baseline for svg/filters/filter-hidden-content.svg on EFL
702         port.
703
704         * platform/efl/svg/filters/filter-hidden-content-expected.png: Added.
705         * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added.
706
707 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
708
709         Unreviewed EFL gardening.
710
711         Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on
712         EFL WK2. This test was introduced in r143073 but never passed on EFL.
713
714         * platform/efl-wk2/TestExpectations:
715
716 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
717
718         Unreviewed EFL gardening.
719
720         Mark plugins/plugin-javascript-access.html as failing on WK2 EFL
721         due to a regression in r143124.
722
723         * platform/efl-wk2/TestExpectations:
724
725 2013-02-16  Ryosuke Niwa  <rniwa@webkit.org>
726
727         Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027.
728
729         * platform/mac/TestExpectations:
730
731 2013-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>
732
733         Unreviewed, rolling out r142734.
734         http://trac.webkit.org/changeset/142734
735         https://bugs.webkit.org/show_bug.cgi?id=110018
736
737         "Triggered crashes on lots of websites" (Requested by ggaren
738         on #webkit).
739
740         * http/tests/plugins/resources/cross-frame-object-access.html:
741         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
742         * http/tests/security/cross-frame-access-location-get-expected.txt:
743         * http/tests/security/cross-frame-access-location-get.html:
744         * http/tests/security/resources/cross-frame-access.js:
745         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
746         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
747         * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
748         * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed.
749         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed.
750         * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed.
751
752 2013-02-16  Takashi Toyoshima  <toyoshim@chromium.org>
753
754         Rebaseline for Win7.
755
756         Unreviewed chromium gardening.
757
758         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
759         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
760
761 2013-02-16  Robert Hogan  <robert@webkit.org>
762
763         percentage top value of position:relative element not calculated using parent's min-height unless height set
764         https://bugs.webkit.org/show_bug.cgi?id=14762
765
766         Reviewed by Julien Chaffraix.
767
768         * fast/block/percent-top-parent-respects-min-height-expected.txt: Added.
769         * fast/block/percent-top-parent-respects-min-height.html: Added.
770         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added.
771         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added.
772         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added.
773         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added.
774         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added.
775         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added.
776         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added.
777         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added.
778
779 2013-02-16  Stephen White  <senorblanco@chromium.org>
780
781         [skia] FEOffset should have a Skia implementation.
782         https://bugs.webkit.org/show_bug.cgi?id=109831
783
784         Reviewed by James Robinson.
785
786         * css3/filters/effect-reference-hw.html:
787         * css3/filters/effect-reference.html:
788         * platform/chromium/TestExpectations:
789
790 2013-02-16  Vsevolod Vlasov  <vsevik@chromium.org>
791
792         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
793         https://bugs.webkit.org/show_bug.cgi?id=109691
794
795         Reviewed by Pavel Feldman.
796
797         * inspector/debugger/live-edit-breakpoints-expected.txt:
798         * inspector/debugger/live-edit-breakpoints.html:
799         * inspector/uisourcecode-revisions.html:
800
801 2013-02-15  Tony Chang  <tony@chromium.org>
802
803         Padding and border changes doesn't trigger relayout of children
804         https://bugs.webkit.org/show_bug.cgi?id=109639
805
806         Reviewed by Kent Tamura.
807
808         * fast/block/dynamic-padding-border-expected.txt: Added.
809         * fast/block/dynamic-padding-border.html: Added.
810         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
811         out the table when the border changed. The pixel results in this case is the same, but the
812         render tree shows the difference.
813
814 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
815
816         REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons
817         https://bugs.webkit.org/show_bug.cgi?id=109826
818         <rdar://problem/13216100>
819
820         Reviewed by Beth Dakin.
821         
822         Test having a page with an iframe that navigates forwards then back.
823
824         * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added.
825
826 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
827
828         Constrain fixed layers to the viewport, not the document
829         https://bugs.webkit.org/show_bug.cgi?id=109646
830
831         Reviewed by Beth Dakin.
832         
833         Test with a big fixed element in a compositing layer.
834
835         * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
836         * compositing/geometry/limit-layer-bounds-fixed.html: Added.
837
838 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
839
840         drop-shadow filter with overflow:hidden child misbehaves
841         https://bugs.webkit.org/show_bug.cgi?id=109783
842
843         Reviewed by Dean Jackson.
844
845         * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added.
846         * css3/filters/filter-repaint-shadow-layer-child.html: Added.
847
848 2013-02-15  Elliott Sprehn  <esprehn@chromium.org>
849
850         RenderQuote should not mark renderers as needing layout during layout
851         https://bugs.webkit.org/show_bug.cgi?id=109876
852
853         Reviewed by Ojan Vafai.
854
855         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
856         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
857         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
858
859 2013-02-15  Rik Cabanier  <cabanier@adobe.com>
860
861         Add platform support for -webkit-background-blend-mode to CG context
862         https://bugs.webkit.org/show_bug.cgi?id=108549
863
864         Reviewed by Dean Jackson.
865
866         Added tests for background images.
867
868         * css3/compositing/effect-background-blend-mode-expected.png: Added.
869         * css3/compositing/effect-background-blend-mode-expected.txt: Added.
870         * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
871         * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added.
872         * css3/compositing/effect-background-blend-mode-stacking.html: Added.
873         * css3/compositing/effect-background-blend-mode.html: Added.
874         * css3/compositing/resources/ducky.png: Added.
875         * platform/chromium/TestExpectations:
876         * platform/mac/css3/compositing: Added.
877         * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added.
878         * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
879
880 2013-02-14  Emil A Eklund  <eae@chromium.org>
881
882         Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM
883         https://bugs.webkit.org/show_bug.cgi?id=109878
884
885         Reviewed by Abhishek Arya.
886         
887         Add test for handling of very large colspan value.
888
889         * fast/table/colspan-huge-number-expected.txt: Added.
890         * fast/table/colspan-huge-number.html: Added.
891
892 2013-02-15  Xueqing Huang  <huangxueqing@baidu.com>
893
894         Flexbox should ignore firstLine pseudo element.
895         https://bugs.webkit.org/show_bug.cgi?id=104485
896
897         Reviewed by Tony Chang.
898
899         Spec[1] said that "None of the properties defined in this module
900         apply to '::first-line' or '::first-letter' pseudo-elements." and
901         css2[2] define "The :first-line pseudo-element can only be attached
902         to a block container element."
903         [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex
904         [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo 
905
906         some case by Kenny Lu <kanghaol@oupeng.com>
907         * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added.
908         * css3/flexbox/flex-item-firstLine-valid.html: Added.
909         * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added.
910         * css3/flexbox/flexbox-ignore-firstLine.html: Added.
911         * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added.
912         * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added.
913
914 2013-02-15  Philip Rogers  <pdr@google.com>
915
916         Rebaseline 7 SVG tests after r142765.
917
918         Unreviewed rebaseline of test expectations.
919
920         * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
921         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
922         * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png:
923         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
924         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
925         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
926         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
927         * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png:
928         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
929         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
930         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
931         * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
932         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
933         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
934         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
935         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
936         * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png:
937         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
938         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
939         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
940         * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
941         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
942         * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
943         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
944         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
945         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
946         * platform/chromium/TestExpectations:
947
948 2013-02-15  Adrienne Walker  <enne@chromium.org>
949
950         [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher
951         https://bugs.webkit.org/show_bug.cgi?id=109963
952
953         Unreviewed gardening.
954
955         * platform/chromium/TestExpectations:
956
957 2013-02-15  Philip Rogers  <pdr@google.com>
958
959         Rebaseline 4 svg/zoom/page tests after r142765
960
961         Unreviewed rebaseline of test expectations.
962
963         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
964         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
965         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
966         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
967         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
968         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
969         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
970         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
971         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
972         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
973         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
974         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
975         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
976         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
977         * platform/chromium/TestExpectations:
978
979 2013-02-15  Max Vujovic  <mvujovic@adobe.com>
980
981         [CSS Shaders] Parse src property in @-webkit-filter at-rules
982         https://bugs.webkit.org/show_bug.cgi?id=109770
983
984         Reviewed by Dean Jackson.
985
986         Add positive and negative parsing tests for the @-webkit-filter src property.
987
988         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added.
989         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added.
990         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added.
991         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added.
992         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added.
993         (testInvalidSrcProperty):
994         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added.
995         (testSrcProperty):
996
997 2013-02-15  Philip Rogers  <pdr@google.com>
998
999         Rebaseline 4 tests after r142765
1000
1001         Unreviewed rebaseline of test expectations.
1002
1003         * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png:
1004         * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png:
1005         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1006         * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png:
1007         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png:
1008         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png:
1009         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
1010         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png:
1011         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png:
1012         * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png:
1013         * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png:
1014         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
1015         * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png:
1016         * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png:
1017         * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png:
1018         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1019         * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
1020         * platform/chromium/TestExpectations:
1021
1022 2013-02-15  Philip Rogers  <pdr@google.com>
1023
1024         Rebaseline 3 tests after r142765
1025
1026         Unreviewed rebaseline of test expectations.
1027
1028         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
1029         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1030         * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
1031         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
1032         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1033         * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
1034         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
1035         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
1036         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1037         * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
1038         * platform/chromium/TestExpectations:
1039
1040 2013-02-15  Eric Carlson  <eric.carlson@apple.com>
1041
1042         Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie
1043         https://bugs.webkit.org/show_bug.cgi?id=109886
1044
1045         Reviewed by Dean Jackson.
1046
1047         * platform/mac/TestExpectations: Remove media/media-captions.html.
1048
1049 2013-02-15  Alexis Menard  <alexis@webkit.org>
1050
1051         WebKit shouldn't accept "none, none" in transition shorthand property.
1052         https://bugs.webkit.org/show_bug.cgi?id=108751
1053
1054         Reviewed by Dean Jackson.
1055
1056         Extend exisiting tests to cover the bug. Modify old tests with invalid declarations.
1057
1058         * fast/css/transform-inline-style-expected.txt:
1059         * fast/css/transform-inline-style-remove-expected.txt:
1060         * fast/css/transform-inline-style-remove.html:
1061         * fast/css/transform-inline-style.html:
1062         * transitions/transitions-parsing-expected.txt:
1063         * transitions/transitions-parsing.html:
1064
1065 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1066
1067         Unreviewed EFL gardening.
1068
1069         Skip failing tests on EFL wk1 and wk2 bots.
1070
1071         * platform/efl-wk2/TestExpectations:
1072         * platform/efl/TestExpectations:
1073
1074 2013-02-15  Hans Muller  <hmuller@adobe.com>
1075
1076         [CSS Exclusions] Enable shape-inside support for circles
1077         https://bugs.webkit.org/show_bug.cgi?id=109713
1078
1079         Reviewed by Dirk Schulze.
1080
1081         Added a test for circle shape-inside values.
1082
1083         * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added.
1084         * fast/exclusions/shape-inside/shape-inside-circle.html: Added.
1085
1086 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1087
1088         Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state.
1089         https://bugs.webkit.org/show_bug.cgi?id=109915
1090
1091         Reviewed by Pavel Feldman.
1092
1093         * inspector/editor/text-editor-undo-redo-expected.txt:
1094         * inspector/editor/text-editor-undo-redo.html:
1095
1096 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1097
1098         Unreviewed EFL gardening.
1099
1100         Skip failing WebGL conformance tests added in r142851.
1101
1102         * platform/efl-wk2/TestExpectations:
1103
1104 2013-02-15  Andrey Adaikin  <aandrey@chromium.org>
1105
1106         Web Inspector: [Canvas] show replay log grouped by draw calls
1107         https://bugs.webkit.org/show_bug.cgi?id=109592
1108
1109         Reviewed by Pavel Feldman.
1110
1111         A test to dump canvas replay log.
1112
1113         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added.
1114         * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added.
1115
1116 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1117
1118         Web Inspector: Pass original selection to textModel to correctly restore it after undo.
1119         https://bugs.webkit.org/show_bug.cgi?id=109911
1120
1121         Reviewed by Pavel Feldman.
1122
1123         * inspector/editor/text-editor-undo-redo-expected.txt:
1124         * inspector/editor/text-editor-undo-redo.html:
1125
1126 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1127
1128         Unreviewed chromium rebaselines for r142947.
1129
1130         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
1131
1132 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1133
1134         Web Inspector: Redo in text editor should always collapse selection to end.
1135         https://bugs.webkit.org/show_bug.cgi?id=109907
1136
1137         Reviewed by Pavel Feldman.
1138
1139         * inspector/editor/text-editor-undo-redo-expected.txt:
1140
1141 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1142
1143         Unreviewed EFL gardening.
1144
1145         Skip failing tests after r142947.
1146
1147         * platform/efl/TestExpectations:
1148
1149 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1150
1151         Unreviewed chromium expectations changes for r142947.
1152
1153         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
1154         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
1155         * platform/chromium-mac-lion/media/controls-strict-expected.png:
1156         * platform/chromium-mac-lion/media/controls-styling-expected.png:
1157         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
1158         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
1159         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
1160         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added.
1161         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
1162         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
1163         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
1164         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
1165         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
1166         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
1167         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
1168         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
1169         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
1170         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
1171         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
1172         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
1173         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
1174         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
1175         * platform/chromium-mac/media/audio-repaint-expected.png:
1176         * platform/chromium-mac/media/controls-after-reload-expected.png:
1177         * platform/chromium-mac/media/controls-strict-expected.png:
1178         * platform/chromium-mac/media/controls-styling-expected.png:
1179         * platform/chromium-mac/media/controls-styling-strict-expected.png:
1180         * platform/chromium-mac/media/controls-without-preload-expected.png:
1181         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
1182         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
1183         * platform/chromium-mac/media/video-controls-rendering-expected.png:
1184         * platform/chromium-mac/media/video-display-toggle-expected.png:
1185         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
1186         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
1187         * platform/chromium-win/media/audio-repaint-expected.png:
1188         * platform/chromium-win/media/controls-after-reload-expected.png:
1189         * platform/chromium-win/media/controls-strict-expected.png:
1190         * platform/chromium-win/media/controls-styling-expected.png:
1191         * platform/chromium-win/media/controls-styling-strict-expected.png:
1192         * platform/chromium-win/media/controls-without-preload-expected.png:
1193         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1194         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
1195         * platform/chromium-win/media/video-controls-rendering-expected.png:
1196         * platform/chromium-win/media/video-display-toggle-expected.png:
1197         * platform/chromium-win/media/video-playing-and-pause-expected.png:
1198         * platform/chromium/TestExpectations:
1199
1200 2013-02-15  Ádám Kallai  <kadam@inf.u-szeged.hu>
1201
1202         [Qt] Unreviewed gardening. Skip failing tests.
1203
1204         * platform/qt/TestExpectations:
1205         * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931.
1206         * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931.
1207         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931.
1208         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931.
1209
1210 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1211
1212         Unreviewed EFL gardening.
1213
1214         Rebaselining after r142931 and r142759.
1215
1216         * platform/efl/fast/replaced/width100percent-image-expected.png:
1217         * platform/efl/fast/replaced/width100percent-image-expected.txt:
1218         * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed.
1219         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1220         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1221
1222 2013-02-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1223
1224         Unreviewed EFL WK1 gardening.
1225
1226         EFL WK1 doesn't support WebGL conformance tests which were added by r142847.
1227
1228         * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests.
1229
1230 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1231
1232         Unreviewed chromium expectations update for r142955.
1233
1234         * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added.
1235         * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png.
1236         * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt.
1237
1238 2013-02-15  Mihnea Ovidenie  <mihnea@adobe.com>
1239
1240         [CSS Regions] RenderRegion should inherit from RenderBlock
1241         https://bugs.webkit.org/show_bug.cgi?id=74132
1242
1243         Reviewed by Julien Chaffraix.
1244
1245         Fix tests that were failing after the inheritance change.
1246
1247         * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse,
1248         which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent
1249         margins self collapsing for body and avoid recreating the expectations.
1250         I want regions margins to be able to self collapse, just like the other block elements.
1251         * fast/regions/flows-dependency-same-flow.html: Ditto.
1252
1253 2013-02-15  Andrey Lushnikov  <lushnikov@chromium.org>
1254
1255         Web Inspector: implement smart braces functionality
1256         https://bugs.webkit.org/show_bug.cgi?id=109200
1257
1258         Reviewed by Pavel Feldman.
1259
1260         * inspector/editor/text-editor-smart-braces-expected.txt: Added.
1261         * inspector/editor/text-editor-smart-braces.html: Added.
1262         * platform/efl/TestExpectations:
1263         * platform/mac/TestExpectations:
1264         * platform/qt/TestExpectations:
1265
1266 2013-02-15  Andrei Bucur  <abucur@adobe.com>
1267
1268         [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo
1269         https://bugs.webkit.org/show_bug.cgi?id=106075
1270
1271         Reviewed by Tony Chang.
1272
1273         Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html.
1274
1275         * platform/mac/TestExpectations:
1276
1277 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1278
1279         Unreviewed chromium expectation changes after r142931.
1280
1281         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png:
1282         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
1283         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1284         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
1285         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
1286         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1287         * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
1288         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt:
1289         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1290         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
1291         * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
1292         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1293         * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
1294
1295 2013-02-15  Zan Dobersek  <zdobersek@igalia.com>
1296
1297         Unreviewed GTK gardening.
1298
1299         * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947.
1300         * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931.
1301         * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto.
1302
1303 2013-02-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>
1304
1305         [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.
1306         https://bugs.webkit.org/show_bug.cgi?id=109179
1307
1308         Reviewed by Jocelyn Turcotte.
1309
1310         Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT.
1311
1312         * compositing/transitions/transform-on-large-layer-expected.html: Added.
1313         * compositing/transitions/transform-on-large-layer.html: Added.
1314         * platform/mac/TestExpectations:
1315         * platform/qt-5.0-wk1/TestExpectations:
1316
1317 2013-02-14  Alexander Pavlov  <apavlov@chromium.org>
1318
1319         Web Inspector: Implement tracking of active stylesheets in the frontend
1320         https://bugs.webkit.org/show_bug.cgi?id=105828
1321
1322         Reviewed by Pavel Feldman.
1323
1324         * inspector/styles/resources/stylesheet-tracking.css: Added.
1325         * inspector/styles/stylesheet-tracking-expected.txt: Added.
1326         * inspector/styles/stylesheet-tracking.html: Added.
1327
1328 2013-02-15  Andrei Bucur  <abucur@adobe.com>
1329
1330         Implement the -webkit-margin-collapse properties correct rendering
1331         https://bugs.webkit.org/show_bug.cgi?id=108168
1332
1333         Reviewed by David Hyatt.
1334
1335         Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing
1336         between a block container and its children, collapsing between sibling boxes in both TTB
1337         and BTT direction. The last test verifies if a container's before margin correctly resets
1338         the discard value after a clear of the child that initally caused it.
1339
1340         * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added.
1341         * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added.
1342         * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added.
1343         * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added.
1344         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added.
1345         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added.
1346         * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added.
1347         * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added.
1348
1349 2013-02-15  KwangYong Choi  <ky0.choi@samsung.com>
1350
1351         [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now
1352         https://bugs.webkit.org/show_bug.cgi?id=109896
1353
1354         Unreviewed efl gardening.
1355
1356         The expectations are added by r140250 and the test seems to be passing now.
1357
1358         * platform/efl/TestExpectations:
1359
1360 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1361
1362         Web Inspector: Copy-pasting selected text over itself should be an undoable state.
1363         https://bugs.webkit.org/show_bug.cgi?id=109830
1364
1365         Reviewed by Pavel Feldman.
1366
1367         * inspector/editor/text-editor-undo-redo-expected.txt:
1368         * inspector/editor/text-editor-undo-redo.html:
1369
1370 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1371
1372         Remove a test expectation now that the culprit has been rolled out in r142962.
1373
1374         * platform/mac/TestExpectations:
1375
1376 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
1377
1378         Unreviewed, rolling out r142889.
1379         http://trac.webkit.org/changeset/142889
1380         https://bugs.webkit.org/show_bug.cgi?id=109891
1381
1382         It caused an assertion failure in scrollbars/overflow-
1383         scrollbar-combinations.html (Requested by tkent on #webkit).
1384
1385         * fast/block/dynamic-padding-border-expected.txt: Removed.
1386         * fast/block/dynamic-padding-border.html: Removed.
1387         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
1388
1389 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1390
1391         Add assertion failure expectations on Mac per bugs 109869 and 109890.
1392
1393         * platform/mac/TestExpectations:
1394         * platform/mac-wk2/TestExpectations:
1395
1396 2013-02-14  Arpita Bahuguna  <arpitabahuguna@gmail.com>
1397
1398         Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/down arrow key.
1399         https://bugs.webkit.org/show_bug.cgi?id=106452
1400
1401         Reviewed by Ryosuke Niwa.
1402
1403         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added.
1404         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added.
1405         Layout test case added for verifying that pressing the down or the right arrow
1406         key at the end of the text line in vertical writing mode will not make the caret
1407         dissapear.
1408         Caret positions at the start, the end, and after pressing the right and the down
1409         arrow keys at the end of the text line, are compared for verification. 
1410
1411 2013-02-14  Simon Fraser  <simon.fraser@apple.com>
1412
1413         Reverting r142861. Hit testing inside of style recalc is fundamentally wrong
1414
1415         * fast/events/mouse-cursor-change-expected.txt: Removed.
1416         * fast/events/mouse-cursor-change.html: Removed.
1417         * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed.
1418         * fast/events/mouse-cursor-no-mousemove.html: Removed.
1419         * platform/mac/TestExpectations:
1420
1421 2013-02-14  Florin Malita  <fmalita@chromium.org>
1422
1423         [SVG] Cached filter results are not invalidated on repaint rect change
1424         https://bugs.webkit.org/show_bug.cgi?id=106221
1425
1426         Reviewed by Dean Jackson.
1427
1428         * svg/filters/filter-hidden-content-expected.svg: Added.
1429         * svg/filters/filter-hidden-content.svg: Added.
1430
1431 2013-02-14  Hajime Morrita  <morrita@google.com>
1432
1433         Unreviewed rebaselining following r142940.
1434
1435         * fast/events/onerror-no-constructor-expected.txt:
1436         * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt.
1437
1438 2013-02-14  Christian Biesinger  <cbiesinger@chromium.org>
1439
1440         Convert media controls from DeprecatedFlexibleBox to FlexibleBox
1441         https://bugs.webkit.org/show_bug.cgi?id=109775
1442
1443         Reviewed by Ojan Vafai.
1444
1445         Rebaselined lots of tests. There were two kinds of changes:
1446         - Replaced the RenderDeprecatedFlexibleBox class name with
1447         RenderFlexibleBox, and minor printing differences
1448         - Slight positioning/size changes due to a different algorithm for
1449         shrinking elements (old flexbox shrinks elements evenly, new flexbox
1450         shrinks in proportion to the size of the flex item)
1451
1452 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1453
1454         Mac rebaseline after r142931.
1455
1456         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added.
1457         * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed.
1458         * platform/mac/fast/replaced/width100percent-image-expected.txt:
1459         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1460
1461 2013-02-14  Dean Jackson  <dino@apple.com>
1462
1463         Clicking outside captions menu should dismiss it
1464         https://bugs.webkit.org/show_bug.cgi?id=109648
1465
1466         Unreviewed. Adding the files I forgot to commit in r142774.
1467
1468         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
1469         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
1470
1471 2013-02-14  Glenn Adams  <glenn@skynav.com>
1472
1473         new-run-webkit-tests needs a shared TestExpectations between all WebKit ports
1474         https://bugs.webkit.org/show_bug.cgi?id=37565
1475
1476         Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which
1477         is LayoutTests/TestExpectations.
1478
1479         Reviewed by Dirk Pranke.
1480
1481         * TestExpectations: Added.
1482
1483 2013-02-14  Hajime Morrita  <morrita@google.com>
1484
1485         [V8] Assertion failure on an exception is thrown
1486         https://bugs.webkit.org/show_bug.cgi?id=109129
1487
1488         Reviewed by Kentaro Hara.
1489
1490         * fast/events/onerror-no-constructor-expected.txt: Added.
1491         * fast/events/onerror-no-constructor.html: Added.
1492
1493 2013-02-14  Philip Rogers  <pdr@google.com>
1494
1495         Rebaseline 9 SVG tests after r142765
1496
1497         Unreviewed rebaseline of test expectations.
1498
1499         * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
1500         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1501         * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
1502         * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
1503         * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png:
1504         * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
1505         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
1506         * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1507         * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png:
1508         * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png:
1509         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1510         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png:
1511         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png:
1512         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png:
1513         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
1514         * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png:
1515         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1516         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png:
1517         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
1518         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png:
1519         * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png:
1520         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1521         * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png:
1522         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
1523         * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
1524         * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png:
1525         * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
1526         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
1527         * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1528         * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
1529         * platform/chromium-win-xp/svg/as-background-image: Removed.
1530         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed.
1531         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed.
1532         * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
1533         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1534         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
1535         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
1536         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
1537         * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
1538         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
1539         * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1540         * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
1541         * platform/chromium/TestExpectations:
1542
1543 2013-02-14  Ojan Vafai  <ojan@chromium.org>
1544
1545         Intrinsic and preferred widths on replaced elements are wrong in many cases
1546         https://bugs.webkit.org/show_bug.cgi?id=109859
1547
1548         Reviewed by Levi Weintraub.
1549
1550         * fast/replaced/preferred-widths-expected.txt: Added.
1551         * fast/replaced/preferred-widths.html: Added.
1552         These results match Gecko and Opera except for the 3rd container div.
1553         Talking to dbaron and bz and Mozilla they sound likely to match our behavior there.
1554         See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example.
1555
1556         The width of the containers is wrong in some of these cases because our
1557         computePreferredLogicalWidths methods don't currently account for
1558         intrinsic sizes (e.g. min-content, max-content, etc).
1559
1560         * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
1561         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1562         * platform/chromium-win/fast/replaced/width100percent-image-expected.txt:
1563         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1564         These new results are more correct. The width100percent-image case now
1565         matches other browsers and is due to not setting the minPreferrredLogicalWidth to
1566         0 if the height is a percentage. The bugs85016 case is different because we
1567         now correctly add the border and padding width to the preferred width of the image.
1568
1569 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1570
1571         Add a crash test expectation to media/media-captions.html on Mac per bug 109869.
1572
1573         * platform/mac/TestExpectations:
1574
1575 2013-02-14  Stephen Chenney  <schenney@chromium.org>
1576
1577         Crash when selecting a HarfBuzz text run with SVG fonts included
1578         https://bugs.webkit.org/show_bug.cgi?id=109833
1579
1580         Reviewed by Tony Chang.
1581
1582         Only known to crash on Chromium Linux (without the patch), but other platforms may be affected.
1583
1584         * svg/css/font-face-crash-expected.txt: Added.
1585         * svg/css/font-face-crash.html: Added.
1586
1587 2013-02-14  Abhishek Arya  <inferno@chromium.org>
1588
1589         Bad cast in RenderBlock::splitBlocks.
1590         https://bugs.webkit.org/show_bug.cgi?id=108691
1591
1592         Reviewed by Levi Weintraub.
1593
1594         * fast/multicol/remove-child-split-flow-crash-expected.txt: Added.
1595         * fast/multicol/remove-child-split-flow-crash.html: Added.
1596
1597 2013-02-14  Jer Noble  <jer.noble@apple.com>
1598
1599         EME: replace MediaKeySession.addKey() -> update()
1600         https://bugs.webkit.org/show_bug.cgi?id=109461
1601
1602         Rebaseline after API change.
1603
1604         Reviewed by Eric Carlson.
1605
1606         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
1607         * media/encrypted-media/encrypted-media-v2-syntax.html:
1608
1609 2013-02-14  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
1610
1611         Support the ch unit from css3-values
1612         https://bugs.webkit.org/show_bug.cgi?id=85755
1613
1614         Reviewed by David Hyatt.
1615
1616         Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>.
1617
1618         * fast/css/css3-ch-unit-expected.txt: Added.
1619         * fast/css/css3-ch-unit.html: Added.
1620
1621 2013-02-14  Philip Rogers  <pdr@google.com>
1622
1623         Prevent inconsistent firstChild during document destruction
1624         https://bugs.webkit.org/show_bug.cgi?id=106530
1625
1626         Reviewed by Abhishek Arya.
1627
1628         * svg/custom/animateMotion-path-change-crash-expected.txt: Added.
1629         * svg/custom/animateMotion-path-change-crash.svg: Added.
1630
1631 2013-02-14  Bear Travis  <betravis@adobe.com>
1632
1633         Make outside-shape the default value for shape-inside
1634         https://bugs.webkit.org/show_bug.cgi?id=109605
1635
1636         Reviewed by Levi Weintraub.
1637
1638         Updating tests to account for the new default value of shape-inside.
1639
1640         * fast/exclusions/css-exclusions-disabled-expected.txt:
1641         * fast/exclusions/css-exclusions-disabled.html:
1642         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
1643         * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
1644         * fast/exclusions/parsing-wrap-shape-lengths.html:
1645         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
1646         (negative_test):
1647
1648 2013-02-14  Tony Chang  <tony@chromium.org>
1649
1650         Padding and border changes doesn't trigger relayout of children
1651         https://bugs.webkit.org/show_bug.cgi?id=109639
1652
1653         Reviewed by Kent Tamura.
1654
1655         * fast/block/dynamic-padding-border-expected.txt: Added.
1656         * fast/block/dynamic-padding-border.html: Added.
1657         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
1658         out the table when the border changed. The pixel results in this case is the same, but the
1659         render tree shows the difference.
1660
1661 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1662
1663         Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state.
1664         https://bugs.webkit.org/show_bug.cgi?id=109823
1665
1666         Reviewed by Pavel Feldman.
1667
1668         * inspector/editor/text-editor-undo-redo-expected.txt:
1669         * inspector/editor/text-editor-undo-redo.html:
1670
1671 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
1672
1673         Unreviewed, rolling out r142820.
1674         http://trac.webkit.org/changeset/142820
1675         https://bugs.webkit.org/show_bug.cgi?id=109839
1676
1677         Causing crashes on chromium canaries (Requested by atwilson_
1678         on #webkit).
1679
1680         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
1681         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed.
1682         * fast/css-generated-content/quote-layout-focus-crash.html: Removed.
1683
1684 2013-02-14  Mario Sanchez Prada  <mario.prada@samsung.com>
1685
1686         [GTK] Missing call to g_object_ref while retrieving accessible table cells
1687         https://bugs.webkit.org/show_bug.cgi?id=106903
1688
1689         Reviewed by Martin Robinson.
1690
1691         Added new test. It should work fine at least in Mac and GTK ports,
1692         but will need specific results for chromium and windows.
1693
1694         * accessibility/table-cell-for-column-and-row-crash.html: Added.
1695         * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added.
1696         * platform/chromium/TestExpectations: Skipped test.
1697         * platform/win/TestExpectations: Ditto.
1698         * platform/wincairo/TestExpectations: Ditto.
1699
1700 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
1701
1702         [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them.
1703         https://bugs.webkit.org/show_bug.cgi?id=59334.
1704
1705         * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
1706         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
1707         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
1708         * platform/qt/TestExpectations:
1709         * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
1710         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
1711         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
1712
1713 2013-02-14  Florin Malita  <fmalita@chromium.org>
1714
1715         [Chromium] Unreviewed rebaseline after brightness filter update.
1716
1717         * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
1718         * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png:
1719         * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
1720         * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
1721         * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
1722         * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
1723         * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
1724         * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
1725         * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
1726         * platform/chromium-mac/css3/filters/effect-combined-expected.png:
1727         * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
1728         * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
1729         * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
1730         * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png:
1731         * platform/chromium-win/css3/filters/effect-brightness-expected.png:
1732         * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
1733         * platform/chromium-win/css3/filters/effect-combined-expected.png:
1734         * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
1735         * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
1736         * platform/chromium/TestExpectations:
1737
1738 2013-02-14  Jochen Eisinger  <jochen@chromium.org>
1739
1740         Unskip mediastream tests that are passing after webkit_support update
1741
1742         Unreviewed gardening.
1743
1744         * platform/chromium/TestExpectations:
1745
1746 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
1747
1748         [Qt] Unreviewed gardening. Skip flaky test after r140689.
1749
1750         * platform/qt/TestExpectations:
1751
1752 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1753
1754         Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping.
1755         https://bugs.webkit.org/show_bug.cgi?id=109704
1756
1757         Reviewed by Alexander Pavlov.
1758
1759         * inspector/file-system-mapping-expected.txt:
1760         * inspector/file-system-mapping.html:
1761
1762 2013-02-14  Anton Vayvod  <avayvod@chromium.org>
1763
1764         [Text Autosizing] Process narrow descendants with the same multiplier for the font size.
1765         https://bugs.webkit.org/show_bug.cgi?id=109573
1766
1767         Test to verify that all narrow descendants of a cluster are autosized with the same
1768         multiplier.
1769
1770         Reviewed by Julien Chaffraix.
1771
1772         * fast/text-autosizing/narrow-descendants-combined-expected.html: Added.
1773         * fast/text-autosizing/narrow-descendants-combined.html: Added.
1774
1775 2013-02-06  Gregg Tavares  <gman@chromium.org>
1776
1777         Adds the WebGL Conformance Tests limits folder.
1778         https://bugs.webkit.org/show_bug.cgi?id=108904
1779
1780         Reviewed by Kenneth Russell.
1781
1782         * platform/mac/TestExpectations:
1783         * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
1784         * webgl/conformance/limits/gl-max-texture-dimensions.html: Added.
1785         * webgl/conformance/limits/gl-min-attribs-expected.txt: Added.
1786         * webgl/conformance/limits/gl-min-attribs.html: Added.
1787         * webgl/conformance/limits/gl-min-textures-expected.txt: Added.
1788         * webgl/conformance/limits/gl-min-textures.html: Added.
1789         * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added.
1790         * webgl/conformance/limits/gl-min-uniforms.html: Added.
1791         * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added.
1792         * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added.
1793         * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added.
1794         * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added.
1795         * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added.
1796
1797 2013-02-13  Hayato Ito  <hayato@chromium.org>
1798
1799         [Shadow DOM] Implements a '::distributed()' pseudo element.
1800         https://bugs.webkit.org/show_bug.cgi?id=82169
1801
1802         Reviewed by Dimitri Glazkov.
1803
1804         * fast/dom/shadow/distributed-pseudo-element-expected.html: Added.
1805         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added.
1806         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added.
1807         * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added.
1808         * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added.
1809         * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added.
1810         * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added.
1811         * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added.
1812         * fast/dom/shadow/distributed-pseudo-element-nested.html: Added.
1813         * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added.
1814         * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added.
1815         * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added.
1816         * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added.
1817         * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added.
1818         * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added.
1819         * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added.
1820         * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added.
1821         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added.
1822         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added.
1823         * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added.
1824         * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added.
1825         * fast/dom/shadow/distributed-pseudo-element.html: Added.
1826
1827 2013-02-06  Gregg Tavares  <gman@chromium.org>
1828
1829         Add WebGL Conformance Tests more folder.
1830         https://bugs.webkit.org/show_bug.cgi?id=109118
1831
1832         Reviewed by Kenneth Russell.
1833
1834         * webgl/conformance/more/conformance/constants-expected.txt: Added.
1835         * webgl/conformance/more/conformance/constants.html: Added.
1836         * webgl/conformance/more/conformance/getContext-expected.txt: Added.
1837         * webgl/conformance/more/conformance/getContext.html: Added.
1838         * webgl/conformance/more/conformance/methods-expected.txt: Added.
1839         * webgl/conformance/more/conformance/methods.html: Added.
1840         * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added.
1841         * webgl/conformance/more/conformance/webGLArrays.html: Added.
1842         * webgl/conformance/more/functions/bindBuffer-expected.txt: Added.
1843         * webgl/conformance/more/functions/bindBuffer.html: Added.
1844         * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
1845         * webgl/conformance/more/functions/bindBufferBadArgs.html: Added.
1846         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
1847         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
1848         * webgl/conformance/more/functions/bufferData-expected.txt: Added.
1849         * webgl/conformance/more/functions/bufferData.html: Added.
1850         * webgl/conformance/more/functions/bufferSubData-expected.txt: Added.
1851         * webgl/conformance/more/functions/bufferSubData.html: Added.
1852         * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
1853         * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added.
1854         * webgl/conformance/more/functions/isTests-expected.txt: Added.
1855         * webgl/conformance/more/functions/isTests.html: Added.
1856         * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
1857         * webgl/conformance/more/functions/isTestsBadArgs.html: Added.
1858         * webgl/conformance/more/functions/readPixels-expected.txt: Added.
1859         * webgl/conformance/more/functions/readPixels.html: Added.
1860         * webgl/conformance/more/functions/texImage2D-expected.txt: Added.
1861         * webgl/conformance/more/functions/texImage2D.html: Added.
1862         * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
1863         * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
1864         * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added.
1865         * webgl/conformance/more/functions/texSubImage2D.html: Added.
1866         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
1867         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
1868         * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added.
1869         * webgl/conformance/more/functions/uniformMatrix.html: Added.
1870         * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
1871         * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added.
1872         * webgl/conformance/more/functions/uniformf-expected.txt: Added.
1873         * webgl/conformance/more/functions/uniformf.html: Added.
1874         * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
1875         * webgl/conformance/more/functions/uniformfArrayLen1.html: Added.
1876         * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
1877         * webgl/conformance/more/functions/uniformfBadArgs.html: Added.
1878         * webgl/conformance/more/functions/uniformi-expected.txt: Added.
1879         * webgl/conformance/more/functions/uniformi.html: Added.
1880         * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
1881         * webgl/conformance/more/functions/uniformiBadArgs.html: Added.
1882         * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added.
1883         * webgl/conformance/more/functions/vertexAttrib.html: Added.
1884         * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
1885         * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added.
1886         * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
1887         * webgl/conformance/more/functions/vertexAttribPointer.html: Added.
1888         * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
1889         * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
1890         * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
1891         * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added.
1892         * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
1893         * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added.
1894         * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added.
1895         * webgl/resources/webgl_test_files/conformance/more/README.md: Added.
1896         * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added.
1897         * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added.
1898         * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added.
1899         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added.
1900         (ArgGenerators.activeTexture.generate):
1901         (ArgGenerators.activeTexture.checkArgValidity):
1902         (ArgGenerators.activeTexture.teardown):
1903         (ArgGenerators.attachShader.generate):
1904         (ArgGenerators.attachShader.checkArgValidity):
1905         (ArgGenerators.attachShader.cleanup):
1906         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added.
1907         (ArgGenerators.bindAttribLocation.generate):
1908         (ArgGenerators.bindAttribLocation.checkArgValidity):
1909         (ArgGenerators.bindAttribLocation.cleanup):
1910         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added.
1911         (ArgGenerators.bindBuffer.generate):
1912         (ArgGenerators.bindBuffer.checkArgValidity):
1913         (ArgGenerators.bindBuffer.cleanup):
1914         (ArgGenerators.bindFramebuffer.generate):
1915         (ArgGenerators.bindFramebuffer.checkArgValidity):
1916         (ArgGenerators.bindFramebuffer.cleanup):
1917         (ArgGenerators.bindRenderbuffer.generate):
1918         (ArgGenerators.bindRenderbuffer.checkArgValidity):
1919         (ArgGenerators.bindRenderbuffer.cleanup):
1920         (ArgGenerators.bindTexture.generate):
1921         (ArgGenerators.bindTexture.checkArgValidity):
1922         (ArgGenerators.bindTexture.cleanup):
1923         (ArgGenerators.blendColor.generate):
1924         (ArgGenerators.blendColor.teardown):
1925         (ArgGenerators.blendEquation.generate):
1926         (ArgGenerators.blendEquation.checkArgValidity):
1927         (ArgGenerators.blendEquation.teardown):
1928         (ArgGenerators.blendEquationSeparate.generate):
1929         (ArgGenerators.blendEquationSeparate.checkArgValidity):
1930         (ArgGenerators.blendEquationSeparate.teardown):
1931         (ArgGenerators.blendFunc.generate):
1932         (ArgGenerators.blendFunc.checkArgValidity):
1933         (ArgGenerators.blendFunc.teardown):
1934         (ArgGenerators.blendFuncSeparate.generate):
1935         (ArgGenerators.blendFuncSeparate.checkArgValidity):
1936         (ArgGenerators.blendFuncSeparate.teardown):
1937         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added.
1938         (ArgGenerators.bufferData.setup):
1939         (ArgGenerators.bufferData.generate):
1940         (ArgGenerators.bufferData.checkArgValidity):
1941         (ArgGenerators.bufferData.teardown):
1942         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added.
1943         (ArgGenerators.bufferSubData.setup):
1944         (ArgGenerators.bufferSubData.generate):
1945         (ArgGenerators.bufferSubData.checkArgValidity):
1946         (ArgGenerators.bufferSubData.teardown):
1947         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added.
1948         (ArgGenerators.checkFramebufferStatus.generate):
1949         (ArgGenerators.checkFramebufferStatus.checkArgValidity):
1950         (ArgGenerators.checkFramebufferStatus.cleanup):
1951         (ArgGenerators.clear.generate):
1952         (ArgGenerators.clear.checkArgValidity):
1953         (ArgGenerators.clearColor.generate):
1954         (ArgGenerators.clearColor.teardown):
1955         (ArgGenerators.clearDepth.generate):
1956         (ArgGenerators.clearDepth.teardown):
1957         (ArgGenerators.clearStencil.generate):
1958         (ArgGenerators.clearStencil.teardown):
1959         (ArgGenerators.colorMask.generate):
1960         (ArgGenerators.colorMask.teardown):
1961         (ArgGenerators.createBuffer.generate):
1962         (ArgGenerators.createBuffer.returnValueCleanup):
1963         (ArgGenerators.createFramebuffer.generate):
1964         (ArgGenerators.createFramebuffer.returnValueCleanup):
1965         (ArgGenerators.createProgram.generate):
1966         (ArgGenerators.createProgram.returnValueCleanup):
1967         (ArgGenerators.createRenderbuffer.generate):
1968         (ArgGenerators.createRenderbuffer.returnValueCleanup):
1969         (ArgGenerators.createShader.generate):
1970         (ArgGenerators.createShader.checkArgValidity):
1971         (ArgGenerators.createShader.returnValueCleanup):
1972         (ArgGenerators.createTexture.generate):
1973         (ArgGenerators.createTexture.returnValueCleanup):
1974         (ArgGenerators.cullFace.generate):
1975         (ArgGenerators.cullFace.checkArgValidity):
1976         (ArgGenerators.cullFace.teardown):
1977         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added.
1978         (ArgGenerators.deleteBuffer.generate):
1979         (ArgGenerators.deleteBuffer.checkArgValidity):
1980         (ArgGenerators.deleteBuffer.cleanup):
1981         (ArgGenerators.deleteFramebuffer.generate):
1982         (ArgGenerators.deleteFramebuffer.checkArgValidity):
1983         (ArgGenerators.deleteFramebuffer.cleanup):
1984         (ArgGenerators.deleteProgram.generate):
1985         (ArgGenerators.deleteProgram.checkArgValidity):
1986         (ArgGenerators.deleteProgram.cleanup):
1987         (ArgGenerators.deleteRenderbuffer.generate):
1988         (ArgGenerators.deleteRenderbuffer.checkArgValidity):
1989         (ArgGenerators.deleteRenderbuffer.cleanup):
1990         (ArgGenerators.deleteShader.generate):
1991         (ArgGenerators.deleteShader.checkArgValidity):
1992         (ArgGenerators.deleteShader.cleanup):
1993         (ArgGenerators.deleteTexture.generate):
1994         (ArgGenerators.deleteTexture.checkArgValidity):
1995         (ArgGenerators.deleteTexture.cleanup):
1996         (ArgGenerators.depthFunc.generate):
1997         (ArgGenerators.depthFunc.checkArgValidity):
1998         (ArgGenerators.depthFunc.teardown):
1999         (ArgGenerators.depthMask.generate):
2000         (ArgGenerators.depthMask.teardown):
2001         (ArgGenerators.depthRange.generate):
2002         (ArgGenerators.depthRange.teardown):
2003         (ArgGenerators.detachShader.generate):
2004         (ArgGenerators.detachShader.checkArgValidity):
2005         (ArgGenerators.detachShader.cleanup):
2006         (ArgGenerators.disable.generate):
2007         (ArgGenerators.disable.checkArgValidity):
2008         (ArgGenerators.disable.cleanup):
2009         (ArgGenerators.disableVertexAttribArray.generate):
2010         (ArgGenerators.disableVertexAttribArray.checkArgValidity):
2011         (ArgGenerators.enable.generate):
2012         (ArgGenerators.enable.checkArgValidity):
2013         (ArgGenerators.enable.cleanup):
2014         (ArgGenerators.enableVertexAttribArray.generate):
2015         (ArgGenerators.enableVertexAttribArray.checkArgValidity):
2016         (ArgGenerators.enableVertexAttribArray.cleanup):
2017         (ArgGenerators.finish.generate):
2018         (ArgGenerators.flush.generate):
2019         (ArgGenerators.frontFace.generate):
2020         (ArgGenerators.frontFace.checkArgValidity):
2021         (ArgGenerators.frontFace.cleanup):
2022         (ArgGenerators.generateMipmap.setup):
2023         (ArgGenerators.generateMipmap.generate):
2024         (ArgGenerators.generateMipmap.checkArgValidity):
2025         (ArgGenerators.generateMipmap.teardown):
2026         (ArgGenerators.getAttachedShaders.setup):
2027         (ArgGenerators.getAttachedShaders.generate):
2028         (ArgGenerators.getAttachedShaders.checkArgValidity):
2029         (ArgGenerators.getAttachedShaders.teardown):
2030         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added.
2031         (ArgGenerators.getAttribLocation.generate):
2032         (ArgGenerators.getAttribLocation.checkArgValidity):
2033         (ArgGenerators.getAttribLocation.cleanup):
2034         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added.
2035         (ArgGenerators.lineWidth.generate):
2036         (ArgGenerators.lineWidth.teardown):
2037         (ArgGenerators.pixelStorei.generate):
2038         (ArgGenerators.pixelStorei.checkArgValidity):
2039         (ArgGenerators.pixelStorei.teardown):
2040         (ArgGenerators.polygonOffset.generate):
2041         (ArgGenerators.polygonOffset.teardown):
2042         (ArgGenerators.sampleCoverage.generate):
2043         (ArgGenerators.sampleCoverage.teardown):
2044         (ArgGenerators.scissor.generate):
2045         (ArgGenerators.scissor.checkArgValidity):
2046         (ArgGenerators.scissor.teardown):
2047         (ArgGenerators.stencilFunc.generate):
2048         (ArgGenerators.stencilFunc.checkArgValidity):
2049         (ArgGenerators.stencilFunc.teardown):
2050         (ArgGenerators.stencilFuncSeparate.generate):
2051         (ArgGenerators.stencilFuncSeparate.checkArgValidity):
2052         (ArgGenerators.stencilFuncSeparate.teardown):
2053         (ArgGenerators.stencilMask.generate):
2054         (ArgGenerators.stencilMask.teardown):
2055         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
2056         (ArgGenerators.stencilMaskSeparate.generate):
2057         (ArgGenerators.stencilMaskSeparate.checkArgValidity):
2058         (ArgGenerators.stencilMaskSeparate.teardown):
2059         (ArgGenerators.stencilOp.generate):
2060         (ArgGenerators.stencilOp.checkArgValidity):
2061         (ArgGenerators.stencilOp.teardown):
2062         (ArgGenerators.stencilOpSeparate.generate):
2063         (ArgGenerators.stencilOpSeparate.checkArgValidity):
2064         (ArgGenerators.stencilOpSeparate.teardown):
2065         (ArgGenerators.texImage2D.setup):
2066         (ArgGenerators.texImage2D.generate):
2067         (ArgGenerators.texImage2D.checkArgValidity):
2068         (ArgGenerators.texImage2D.teardown):
2069         (ArgGenerators.texParameterf.generate):
2070         (ArgGenerators.texParameterf.checkArgValidity):
2071         (ArgGenerators.texParameteri.generate):
2072         (ArgGenerators.texParameteri.checkArgValidity):
2073         (ArgGenerators.viewport.generate):
2074         (ArgGenerators.viewport.checkArgValidity):
2075         (ArgGenerators.viewport.teardown):
2076         * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added.
2077         * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added.
2078         * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added.
2079         * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added.
2080         * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added.
2081         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
2082         (Array.from):
2083         (Array.prototype.has):
2084         (Array.prototype.random):
2085         (castToInt):
2086         (constCheck.a.has):
2087         (constCheck):
2088         (isBufferData):
2089         (isVertexAttribute):
2090         (isValidName):
2091         (randomWebGLArray):
2092         (randomArrayBuffer):
2093         (randomBufferData):
2094         (randomSmallWebGLArray):
2095         (randomBufferSubData):
2096         (randomColor):
2097         (randomName):
2098         (randomVertexAttribute):
2099         (randomBool):
2100         (randomStencil):
2101         (randomLineWidth):
2102         (randomImage):
2103         (mutateArgs):
2104         (argGeneratorTestRunner):
2105         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added.
2106         * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added.
2107         * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added.
2108         * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added.
2109         * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added.
2110         * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added.
2111         * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
2112         * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added.
2113         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added.
2114         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added.
2115         * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added.
2116         * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added.
2117         * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added.
2118         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added.
2119         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
2120         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added.
2121         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
2122         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added.
2123         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added.
2124         * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added.
2125         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added.
2126         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added.
2127         * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added.
2128         * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added.
2129         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added.
2130         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added.
2131         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added.
2132         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
2133         * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added.
2134         * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added.
2135         * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added.
2136         * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added.
2137         * webgl/resources/webgl_test_files/conformance/more/index.html: Added.
2138         * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added.
2139         * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added.
2140         * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added.
2141         * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added.
2142         * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added.
2143         * webgl/resources/webgl_test_files/conformance/more/unit.css: Added.
2144         (.ok):
2145         (.fail):
2146         (canvas):
2147         (#test-status):
2148         (#test-log):
2149         (#test-log > div):
2150         (#test-log h2):
2151         (#test-log h3):
2152         (#test-log p):
2153         * webgl/resources/webgl_test_files/conformance/more/unit.js: Added.
2154         (.window.console.log):
2155         (.window.console.error):
2156         (Tests.startUnit):
2157         (Tests.setup):
2158         (Tests.teardown):
2159         (Tests.endUnit):
2160         (.):
2161         (Object.toSource):
2162         * webgl/resources/webgl_test_files/conformance/more/util.js: Added.
2163         (loadTexture):
2164         (getShader):
2165         (loadShaderArray):
2166         (loadShader):
2167         (getGLErrorAsString):
2168         (checkError):
2169         (throwError):
2170         (Math.cot):
2171         (Matrix.newIdentity):
2172         (Matrix.newIdentity3x3):
2173         (Matrix.copyMatrix):
2174         (Matrix.to3x3):
2175         (Matrix.inverseON):
2176         (Matrix.inverseTo3x3):
2177         (Matrix.inverseTo3x3InPlace):
2178         (Matrix.inverse3x3):
2179         (Matrix.inverse3x3InPlace):
2180         (Matrix.frustum):
2181         (Matrix.perspective):
2182         (Matrix.mul4x4):
2183         (Matrix.mul4x4InPlace):
2184         (Matrix.mulv4):
2185         (Matrix.rotate):
2186         (Matrix.rotateInPlace):
2187         (Matrix.scale):
2188         (Matrix.scale3):
2189         (Matrix.scale1):
2190         (Matrix.scale3InPlace):
2191         (Matrix.scale1InPlace):
2192         (Matrix.scaleInPlace):
2193         (Matrix.translate3):
2194         (Matrix.translate):
2195         (Matrix.translate3InPlace):
2196         (Matrix.translateInPlace):
2197         (Matrix.lookAt):
2198         (Matrix.transpose4x4):
2199         (Matrix.transpose4x4InPlace):
2200         (Matrix.transpose3x3):
2201         (Matrix.transpose3x3InPlace):
2202         (Vec3.make):
2203         (Vec3.copy):
2204         (Vec3.add):
2205         (Vec3.sub):
2206         (Vec3.negate):
2207         (Vec3.direction):
2208         (Vec3.normalizeInPlace):
2209         (Vec3.normalize):
2210         (Vec3.scale):
2211         (Vec3.dot):
2212         (Vec3.inner):
2213         (Vec3.cross):
2214         (Shader):
2215         (Shader.prototype.destroy):
2216         (Shader.prototype.compile):
2217         (Shader.prototype.use):
2218         (Shader.prototype.uniform1fv):
2219         (Shader.prototype.uniform2fv):
2220         (Shader.prototype.uniform3fv):
2221         (Shader.prototype.uniform4fv):
2222         (Shader.prototype.uniform1f):
2223         (Shader.prototype.uniform2f):
2224         (Shader.prototype.uniform3f):
2225         (Shader.prototype.uniform4f):
2226         (Shader.prototype.uniform1iv):
2227         (Shader.prototype.uniform2iv):
2228         (Shader.prototype.uniform3iv):
2229         (Shader.prototype.uniform4iv):
2230         (Shader.prototype.uniform1i):
2231         (Shader.prototype.uniform2i):
2232         (Shader.prototype.uniform3i):
2233         (Shader.prototype.uniform4i):
2234         (Shader.prototype.uniformMatrix4fv):
2235         (Shader.prototype.uniformMatrix3fv):
2236         (Shader.prototype.uniformMatrix2fv):
2237         (Shader.prototype.attrib):
2238         (Shader.prototype.uniform):
2239         (Filter):
2240         (Filter.prototype.apply):
2241         (VBO):
2242         (VBO.prototype.setData):
2243         (VBO.prototype.destroy):
2244         (VBO.prototype.init):
2245         (VBO.prototype.use):
2246         (VBO.prototype.draw):
2247         (FBO):
2248         (FBO.prototype.destroy):
2249         (FBO.prototype.init):
2250         (FBO.prototype.getTempCanvas):
2251         (FBO.prototype.use):
2252         (GLError):
2253         (makeGLErrorWrapper):
2254         (wrapGLContext.wrap.getError):
2255         (getGLContext):
2256         (assertSomeGLError):
2257         (assertThrowNoGLError):
2258         (Quad.makeVBO):
2259         (.gl):
2260         (Quad.getCachedVBO):
2261         (deleteShader):
2262         (Cube.create):
2263         (Cube.makeVBO):
2264         (Cube.getCachedVBO):
2265         (Sphere.create.vert):
2266         (Sphere.create):
2267         (initGL_CONTEXT_ID):
2268
2269 2013-02-06  Gregg Tavares  <gman@chromium.org>
2270
2271         Add the WebGL Conformance Tests extensions folder.
2272         https://bugs.webkit.org/show_bug.cgi?id=109117
2273
2274         Reviewed by Kenneth Russell.
2275
2276         * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
2277         * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
2278         * webgl/conformance/extensions/get-extension-expected.txt: Added.
2279         * webgl/conformance/extensions/get-extension.html: Added.
2280         * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added.
2281         * webgl/conformance/extensions/oes-element-index-uint.html: Added.
2282         * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added.
2283         * webgl/conformance/extensions/oes-standard-derivatives.html: Added.
2284         * webgl/conformance/extensions/oes-texture-float-expected.txt: Added.
2285         * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added.
2286         * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added.
2287         * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added.
2288         * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added.
2289         * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added.
2290         * webgl/conformance/extensions/oes-texture-float-with-image.html: Added.
2291         * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added.
2292         * webgl/conformance/extensions/oes-texture-float-with-video.html: Added.
2293         * webgl/conformance/extensions/oes-texture-float.html: Added.
2294         * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added.
2295         * webgl/conformance/extensions/oes-vertex-array-object.html: Added.
2296         * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added.
2297         * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
2298         * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
2299         * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added.
2300         * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
2301         * webgl/conformance/extensions/webgl-debug-shaders.html: Added.
2302         * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added.
2303         * webgl/conformance/extensions/webgl-depth-texture.html: Added.
2304         * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added.
2305         * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
2306         * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added.
2307         * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added.
2308         * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added.
2309         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added.
2310         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added.
2311         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added.
2312         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added.
2313         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added.
2314         * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added.
2315         * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
2316         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added.
2317         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added.
2318         * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added.
2319
2320 2013-02-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
2321
2322         Unreviewed EFL gardening.
2323
2324         Mark new WebGL conformance tests added in r142847 as failing for
2325         EFL WK2.
2326
2327         * platform/efl-wk2/TestExpectations:
2328
2329 2013-02-06  Gregg Tavares  <gman@chromium.org>
2330
2331         Add the WebGL Conformance Tests ogles folder.
2332         https://bugs.webkit.org/show_bug.cgi?id=109116
2333
2334         Reviewed by Kenneth Russell.
2335
2336         * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
2337         * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
2338         * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
2339         * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added.
2340         * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
2341         * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added.
2342         * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
2343         * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added.
2344         * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
2345         * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
2346         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
2347         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
2348         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
2349         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
2350         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
2351         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
2352         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
2353         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
2354         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
2355         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
2356         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
2357         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
2358         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
2359         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
2360         * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
2361         * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
2362         * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
2363         * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
2364         * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
2365         * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added.
2366         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
2367         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
2368         * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
2369         * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
2370         * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
2371         * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
2372         * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
2373         * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
2374         * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
2375         * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
2376         * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
2377         * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
2378         * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
2379         * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
2380         * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
2381         * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
2382         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
2383         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
2384         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
2385         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
2386         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
2387         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
2388         * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
2389         * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
2390         * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
2391         * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
2392         * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
2393         * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
2394         * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
2395         * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
2396         * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
2397         * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
2398         * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
2399         * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
2400         * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
2401         * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
2402         * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
2403         * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
2404         * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
2405         * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
2406         * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
2407         * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
2408         * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
2409         * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
2410         * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
2411         * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
2412         * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
2413         * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
2414         * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
2415         * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
2416         * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
2417         * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
2418         * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
2419         * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
2420         * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
2421         * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
2422         * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
2423         * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
2424         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
2425         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
2426         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
2427         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
2428         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
2429         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
2430         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
2431         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
2432         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
2433         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
2434         * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
2435         * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added.
2436         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
2437         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
2438         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
2439         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
2440         * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
2441         * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added.
2442         * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
2443         * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
2444         * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
2445         * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
2446         * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
2447         * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
2448         * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
2449         * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
2450         * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
2451         * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
2452         * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
2453         * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
2454         * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
2455         * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
2456         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
2457         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
2458         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
2459         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
2460         * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
2461         * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added.
2462         * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
2463         * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added.
2464         * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
2465         * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
2466         * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
2467         * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
2468         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
2469         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
2470         * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
2471         * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added.
2472         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
2473         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
2474         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
2475         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
2476         * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
2477         * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
2478         * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
2479         * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
2480         * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
2481         * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
2482         * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
2483         * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
2484         * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
2485         * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
2486         * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
2487         * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
2488         * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
2489         * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
2490         * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
2491         * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
2492         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
2493         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
2494         * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
2495         * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
2496         * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
2497         * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
2498         * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
2499         * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
2500         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
2501         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
2502         * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
2503         * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added.
2504         * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
2505         * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
2506         * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
2507         * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
2508         * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
2509         * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
2510         * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
2511         * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
2512         * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
2513         * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
2514         * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
2515         * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
2516         * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
2517         * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
2518         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
2519         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
2520         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
2521         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
2522         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
2523         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
2524         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
2525         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
2526         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
2527         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
2528         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
2529         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
2530         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
2531         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
2532         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
2533         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
2534         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
2535         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
2536         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
2537         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
2538         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
2539         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
2540         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
2541         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
2542         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
2543         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
2544         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
2545         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
2546         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
2547         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
2548         * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
2549         * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
2550         * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
2551         * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
2552         * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
2553         * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
2554         * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
2555         * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
2556         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
2557         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
2558         * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added.
2559         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
2560         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added.
2561         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added.
2562         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added.
2563         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added.
2564         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added.
2565         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added.
2566         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added.
2567         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added.
2568         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added.
2569         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
2570         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added.
2571         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
2572         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
2573         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added.
2574         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
2575         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added.
2576         * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
2577         * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added.
2578         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
2579         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added.
2580         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
2581         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added.
2582         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
2583         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added.
2584         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
2585         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added.
2586         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
2587         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added.
2588         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added.
2589         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added.
2590         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
2591         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added.
2592         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
2593         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added.
2594         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
2595         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added.
2596         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
2597         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added.
2598         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
2599         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
2600         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added.
2601         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
2602         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
2603         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added.
2604         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
2605         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
2606         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added.
2607         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
2608         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added.
2609         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
2610         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added.
2611         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
2612         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added.
2613         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
2614         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
2615         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
2616         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
2617         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
2618         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
2619         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
2620         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
2621         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
2622         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
2623         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
2624         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
2625         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
2626         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
2627         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
2628         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
2629         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added.
2630         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
2631         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added.
2632         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
2633         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added.
2634         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
2635         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added.
2636         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
2637         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added.
2638         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added.
2639         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
2640         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added.
2641         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added.
2642         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added.
2643         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
2644         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added.
2645         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
2646         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added.
2647         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added.
2648         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added.
2649         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
2650         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added.
2651         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
2652         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
2653         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
2654         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
2655         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
2656         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
2657         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added.
2658         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
2659         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added.
2660         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
2661         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added.
2662         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added.
2663         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added.
2664         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added.
2665         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added.
2666         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
2667         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added.
2668         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
2669         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added.
2670         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
2671         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added.
2672         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added.
2673         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added.
2674         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
2675         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
2676         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added.
2677         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
2678         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
2679         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
2680         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
2681         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added.
2682         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
2683         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
2684         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
2685         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added.
2686         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
2687         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added.
2688         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
2689         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added.
2690         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
2691         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added.
2692         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
2693         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added.
2694         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
2695         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added.
2696         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added.
2697         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
2698         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added.
2699         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added.
2700         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added.
2701         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
2702         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
2703         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
2704         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
2705         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
2706         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
2707         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
2708         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added.
2709         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
2710         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
2711         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
2712         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
2713         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
2714         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
2715         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
2716         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
2717         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
2718         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
2719         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
2720         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
2721         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
2722         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
2723         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
2724         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added.
2725         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
2726         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added.
2727         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
2728         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
2729         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
2730         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added.
2731         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
2732         * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added.
2733         * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added.
2734         * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added.
2735         (Log):
2736         (TransposeMatrix):
2737         (GetValidTypeName):
2738         (WriteOpen):
2739         (TxtWriter):
2740         (TxtWriter.__init__):
2741         (TxtWriter.Write):
2742         (TxtWriter.Close):
2743         (ReadFileAsLines):
2744         (ReadFile):
2745         (Chunkify):
2746         (GetText):
2747         (GetElementText):
2748         (GetBoolElement):
2749         (GetModel):
2750         (RelativizePaths):
2751         (CopyFile):
2752         (CopyShader):
2753         (IsOneOf):
2754         (CheckForUnknownTags):
2755         (IsFileWeWant):
2756         (TestReader):
2757         (TestReader.to):
2758         (TestReader.__init__):
2759         (TestReader.Print):
2760         (TestReader.MakeOutPath):
2761         (TestReader.ReadTests):
2762         (TestReader.ReadTest):
2763         (TestReader.ProcessTest):
2764         (TestReader.WriteTests):
2765         (CopyShaders):
2766         (Process_compare):
2767         (Process_shaderload):
2768         (Process_extension):
2769         (Process_createtests):
2770         (Process_GL2Test):
2771         (Process_uniformquery):
2772         (Process_egl_image_external):
2773         (Process_dismount):
2774         (Process_build):
2775         (Process_coverage):
2776         (Process_attributes):
2777         (Process_fixed):
2778         (main):
2779
2780 2013-02-06  Gregg Tavares  <gman@chromium.org>
2781
2782         Add WebGL Conformance Tests glsl folder.
2783         https://bugs.webkit.org/show_bug.cgi?id=109115
2784
2785         Reviewed by Kenneth Russell.
2786
2787         * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
2788         * webgl/conformance/glsl/functions/glsl-function-abs.html: Added.
2789         * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
2790         * webgl/conformance/glsl/functions/glsl-function-acos.html: Added.
2791         * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
2792         * webgl/conformance/glsl/functions/glsl-function-asin.html: Added.
2793         * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
2794         * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
2795         * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
2796         * webgl/conformance/glsl/functions/glsl-function-atan.html: Added.
2797         * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
2798         * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added.
2799         * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
2800         * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
2801         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
2802         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
2803         * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
2804         * webgl/conformance/glsl/functions/glsl-function-cos.html: Added.
2805         * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
2806         * webgl/conformance/glsl/functions/glsl-function-cross.html: Added.
2807         * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
2808         * webgl/conformance/glsl/functions/glsl-function-distance.html: Added.
2809         * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
2810         * webgl/conformance/glsl/functions/glsl-function-dot.html: Added.
2811         * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added.
2812         * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
2813         * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added.
2814         * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
2815         * webgl/conformance/glsl/functions/glsl-function-floor.html: Added.
2816         * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
2817         * webgl/conformance/glsl/functions/glsl-function-fract.html: Added.
2818         * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
2819         * webgl/conformance/glsl/functions/glsl-function-length.html: Added.
2820         * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
2821         * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added.
2822         * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
2823         * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
2824         * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
2825         * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added.
2826         * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
2827         * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
2828         * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
2829         * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added.
2830         * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
2831         * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
2832         * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
2833         * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added.
2834         * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
2835         * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
2836         * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
2837         * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added.
2838         * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
2839         * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added.
2840         * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
2841         * webgl/conformance/glsl/functions/glsl-function-sign.html: Added.
2842         * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
2843         * webgl/conformance/glsl/functions/glsl-function-sin.html: Added.
2844         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
2845         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
2846         * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
2847         * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added.
2848         * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
2849         * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
2850         * webgl/conformance/glsl/functions/glsl-function.html: Added.
2851         * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
2852         * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added.
2853         * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
2854         * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
2855         * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
2856         * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
2857         * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
2858         * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
2859         * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
2860         * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
2861         * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
2862         * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
2863         * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
2864         * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
2865         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
2866         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
2867         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
2868         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
2869         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
2870         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
2871         * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
2872         * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
2873         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
2874         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
2875         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
2876         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
2877         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
2878         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
2879         * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
2880         * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added.
2881         * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
2882         * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added.
2883         * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
2884         * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
2885         * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
2886         * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
2887         * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
2888         * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
2889         * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
2890         * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
2891         * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
2892         * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
2893         * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
2894         * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
2895         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
2896         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
2897         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
2898         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
2899         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
2900         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
2901         * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
2902         * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added.
2903         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
2904         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
2905         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
2906         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
2907         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
2908         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
2909         * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
2910         * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added.
2911         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
2912         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
2913         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
2914         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
2915         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
2916         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
2917         * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
2918         * webgl/conformance/glsl/implicit/greater_than.vert.html: Added.
2919         * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
2920         * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
2921         * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
2922         * webgl/conformance/glsl/implicit/less_than.vert.html: Added.
2923         * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
2924         * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added.
2925         * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
2926         * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
2927         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
2928         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
2929         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
2930         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
2931         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
2932         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
2933         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
2934         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
2935         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
2936         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
2937         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
2938         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
2939         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
2940         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
2941         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
2942         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
2943         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
2944         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
2945         * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
2946         * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
2947         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
2948         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
2949         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
2950         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
2951         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
2952         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
2953         * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
2954         * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
2955         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
2956         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
2957         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
2958         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
2959         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
2960         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
2961         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
2962         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
2963         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
2964         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
2965         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
2966         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
2967         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
2968         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
2969         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
2970         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
2971         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
2972         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
2973         * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
2974         * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
2975         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
2976         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
2977         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
2978         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
2979         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
2980         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
2981         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
2982         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
2983         * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added.
2984         * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added.
2985         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
2986         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
2987         * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
2988         * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added.
2989         * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
2990         * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added.
2991         * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
2992         * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added.
2993         * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
2994         * webgl/conformance/glsl/misc/large-loop-compile.html: Added.
2995         * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
2996         * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
2997         * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
2998         * webgl/conformance/glsl/misc/non-ascii.vert.html: Added.
2999         * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
3000         * webgl/conformance/glsl/misc/re-compile-re-link.html: Added.
3001         * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
3002         * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added.
3003         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
3004         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
3005         * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added.
3006         * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added.
3007         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added.
3008         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
3009         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
3010         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
3011         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
3012         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
3013         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
3014         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
3015         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
3016         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
3017         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
3018         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
3019         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
3020         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
3021         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
3022         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
3023         * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
3024         * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
3025         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
3026         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
3027         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
3028         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
3029         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
3030         * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
3031         * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
3032         * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
3033         * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
3034         * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
3035         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added.
3036         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
3037         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
3038         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
3039         * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
3040         * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
3041         * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
3042         * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added.
3043         * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
3044         * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added.
3045         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
3046         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
3047         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
3048         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
3049         * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
3050         * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added.
3051         * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
3052         * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added.
3053         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
3054         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
3055         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
3056         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
3057         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
3058         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
3059         * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
3060         * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
3061         * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
3062         * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
3063         * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
3064         * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
3065         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
3066         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
3067         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
3068         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
3069         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
3070         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
3071         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
3072         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
3073         * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
3074         * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added.
3075         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
3076         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
3077         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
3078         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
3079         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
3080         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
3081         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
3082         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
3083         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
3084         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
3085         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
3086         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
3087         * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
3088         * webgl/conformance/glsl/misc/shader-with-long-line.html: Added.
3089         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
3090         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
3091         * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
3092         * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added.
3093         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
3094         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
3095         * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
3096         * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added.
3097         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
3098         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
3099         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
3100         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
3101         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
3102         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
3103         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
3104         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
3105         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
3106         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
3107         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
3108         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
3109         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
3110         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
3111         * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
3112         * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
3113         * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
3114         * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
3115         * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
3116         * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
3117         * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
3118         * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
3119         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
3120         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
3121         * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
3122         * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added.
3123         * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
3124         * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added.
3125         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
3126         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
3127         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
3128         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
3129         * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
3130         * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
3131         * webgl/conformance/glsl/misc/shared-expected.txt: Added.
3132         * webgl/conformance/glsl/misc/shared.html: Added.
3133         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
3134         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
3135         * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
3136         * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
3137         * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added.
3138         * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added.
3139         * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
3140         * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added.
3141         * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
3142         * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added.
3143         * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
3144         * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
3145         * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
3146         * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
3147         * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
3148         * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added.
3149         * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
3150         * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added.
3151         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added.
3152         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
3153         * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
3154         * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added.
3155         * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
3156         * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added.
3157         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
3158         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
3159         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
3160         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
3161         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
3162         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
3163         * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
3164         * webgl/conformance/glsl/variables/gl-fragcoord.html: Added.
3165         * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
3166         * webgl/conformance/glsl/variables/gl-frontfacing.html: Added.
3167         * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added.
3168         * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added.
3169         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added.
3170         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added.
3171         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added.
3172         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
3173         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added.
3174         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added.
3175         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
3176         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
3177         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added.
3178         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added.
3179         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added.
3180         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added.
3181         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added.
3182         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added.
3183         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added.
3184         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added.
3185         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added.
3186         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added.
3187         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
3188         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added.
3189         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
3190         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added.
3191         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
3192         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added.
3193         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
3194         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added.
3195         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added.
3196         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added.
3197         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added.
3198         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added.
3199         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
3200         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added.
3201         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
3202         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added.
3203         * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added.
3204         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added.
3205         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
3206         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
3207         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
3208         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
3209         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
3210         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
3211         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
3212         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
3213         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
3214         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
3215         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
3216         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
3217         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
3218         * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added.
3219         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added.
3220         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
3221         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
3222         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
3223         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
3224         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
3225         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
3226         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
3227         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
3228         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
3229         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added.
3230         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
3231         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
3232         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
3233         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added.
3234         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
3235         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
3236         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
3237         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added.
3238         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
3239         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added.
3240         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added.
3241         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
3242         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
3243         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
3244         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
3245         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
3246         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
3247         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
3248         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
3249         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
3250         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
3251         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
3252         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
3253         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
3254         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
3255         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
3256         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
3257         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
3258         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
3259         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
3260         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
3261         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
3262         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
3263         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
3264         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
3265         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
3266         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
3267         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
3268         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
3269         * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added.
3270         * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added.
3271         * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
3272         * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added.
3273         * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added.
3274         * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
3275         * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added.
3276         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added.
3277         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added.
3278         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added.
3279         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added.
3280         * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added.
3281         * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added.
3282         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
3283         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added.
3284         * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added.
3285         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added.
3286         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
3287         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added.
3288         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
3289         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
3290         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
3291         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
3292         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
3293         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
3294         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
3295         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
3296         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
3297         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
3298         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
3299         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
3300         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
3301         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
3302         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
3303         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
3304         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
3305         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added.
3306         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added.
3307         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
3308         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
3309         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added.
3310         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added.
3311         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
3312         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
3313         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
3314         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
3315         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
3316         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
3317         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
3318         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
3319         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
3320         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
3321         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added.
3322         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
3323         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
3324         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
3325         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
3326         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
3327         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
3328         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added.
3329         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
3330         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added.
3331         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
3332         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added.
3333         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
3334         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
3335         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
3336         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
3337         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
3338         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
3339         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
3340         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
3341         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
3342         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
3343         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
3344         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
3345         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added.
3346         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added.
3347         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
3348         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
3349         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
3350         * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added.
3351         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
3352         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
3353         * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added.
3354         * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added.
3355         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added.
3356         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added.
3357         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
3358         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
3359         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added.
3360         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added.
3361         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
3362         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added.
3363         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added.
3364         * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added.
3365         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
3366         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
3367         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
3368         * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added.
3369         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added.
3370         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added.
3371
3372 2013-02-13  Praveen R Jadhav  <praveen.j@samsung.com>
3373
3374         JSObject for ChannelSplitterNode and ChannelMergerNode are not created.
3375         https://bugs.webkit.org/show_bug.cgi?id=109542
3376
3377         Reviewed by Kentaro Hara.
3378
3379         Test cases updated to check validity of ChannelSplitterNode
3380         and ChannelMergerNode Objects.
3381
3382         * webaudio/audiochannelmerger-basic-expected.txt:
3383         * webaudio/audiochannelmerger-basic.html:
3384         * webaudio/audiochannelsplitter-expected.txt:
3385         * webaudio/audiochannelsplitter.html:
3386
3387 2013-02-12  Gregg Tavares  <gman@chromium.org>
3388
3389         Adds failing WebGL Conformance Tests.
3390         https://bugs.webkit.org/show_bug.cgi?id=109075
3391
3392         Reviewed by Kenneth Russell.
3393
3394         * platform/chromium/TestExpectations:
3395         * platform/mac/TestExpectations:
3396         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
3397         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
3398         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
3399         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
3400         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
3401         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
3402         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
3403         * webgl/conformance/canvas/to-data-url-test.html: Added.
3404         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
3405         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3406         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
3407         * webgl/conformance/context/context-creation-and-destruction.html: Added.
3408         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
3409         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3410         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
3411         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
3412         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
3413         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3414         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
3415         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3416         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
3417         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3418         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
3419         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3420         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
3421         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3422         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
3423         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3424         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
3425         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3426         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
3427         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
3428         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
3429         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
3430         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
3431         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
3432         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
3433         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3434         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
3435         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3436         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
3437         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3438         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
3439         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3440         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
3441         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
3442         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
3443         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3444         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
3445         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3446         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
3447         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3448         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
3449         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3450         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
3451         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
3452         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
3453         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
3454         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
3455         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3456         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
3457         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
3458         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
3459         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3460         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
3461         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
3462         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
3463         * webgl/conformance/more/functions/drawArrays.html: Added.
3464         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
3465         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3466         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
3467         * webgl/conformance/more/functions/drawElements.html: Added.
3468         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
3469         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
3470         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
3471         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
3472         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
3473         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
3474         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
3475         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
3476         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
3477         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3478         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
3479         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
3480         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
3481         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3482         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
3483         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3484         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
3485         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3486         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
3487         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3488         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
3489         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
3490         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
3491         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3492         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
3493         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3494         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
3495         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3496         * webgl/conformance/programs/program-test-expected.txt: Added.
3497         * webgl/conformance/programs/program-test.html: Added.
3498         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
3499         * webgl/conformance/reading/read-pixels-test.html: Added.
3500         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
3501         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3502         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
3503         * webgl/conformance/rendering/gl-scissor-test.html: Added.
3504         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
3505         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
3506         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
3507         * webgl/conformance/rendering/multisample-corruption.html: Added.
3508         * webgl/conformance/rendering/point-size-expected.txt: Added.
3509         * webgl/conformance/rendering/point-size.html: Added.
3510         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
3511         * webgl/conformance/state/gl-object-get-calls.html: Added.
3512         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
3513         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
3514         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
3515         * webgl/conformance/textures/gl-pixelstorei.html: Added.
3516         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
3517         * webgl/conformance/textures/origin-clean-conformance.html: Added.
3518         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
3519         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
3520         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3521         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
3522         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3523         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
3524         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3525         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3526         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
3527         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
3528         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3529         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
3530         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3531         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
3532         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3533         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3534         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
3535         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
3536         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3537         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
3538         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3539         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
3540         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3541         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3542         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
3543         * webgl/conformance/textures/texture-active-bind-2.html: Added.
3544         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
3545         * webgl/conformance/textures/texture-active-bind.html: Added.
3546         * webgl/conformance/textures/texture-mips-expected.txt: Added.
3547         * webgl/conformance/textures/texture-mips.html: Added.
3548         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
3549         * webgl/conformance/textures/texture-npot-video.html: Added.
3550         * webgl/conformance/textures/texture-size-expected.txt: Added.
3551         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
3552         * webgl/conformance/textures/texture-size-limit.html: Added.
3553         * webgl/conformance/textures/texture-size.html: Added.
3554         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
3555         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
3556         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
3557         * webgl/conformance/uniforms/uniform-default-values.html: Added.
3558         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
3559         * webgl/conformance/uniforms/uniform-location.html: Added.
3560         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
3561         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
3562         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
3563         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
3564         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
3565         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
3566         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3567         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
3568         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3569         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
3570         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3571         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3572         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3573         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3574         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3575         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3576         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3577         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
3578         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
3579         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
3580         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3581         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3582         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3583         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3584         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
3585         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3586         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3587         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3588         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3589         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
3590         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
3591         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3592         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
3593         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3594         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
3595         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
3596         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3597         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
3598         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
3599         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
3600         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
3601         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
3602         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3603         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
3604         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3605         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3606         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3607         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3608         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
3609         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3610         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3611         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3612         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
3613         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
3614         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3615         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
3616         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
3617         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
3618         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
3619         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
3620         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
3621         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
3622         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
3623         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3624         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3625         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3626         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3627         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3628         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3629         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3630         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3631         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3632         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3633         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3634         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3635         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
3636         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
3637         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
3638         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
3639         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
3640         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
3641         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
3642         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
3643         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
3644         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
3645
3646 2013-02-13  Alan Cutter  <alancutter@chromium.org>
3647
3648         [Chromium] Unreviewed gardening
3649         https://bugs.webkit.org/show_bug.cgi?id=109779
3650
3651         Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html
3652         on Linux after r142683.
3653
3654         * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
3655
3656 2013-02-13   Vineet Chaudhary  <rgf748@motorola.com>
3657
3658         HTMLCollections namedItem() methods should return null than undefined for empty collections.
3659         https://bugs.webkit.org/show_bug.cgi?id=104096
3660
3661         Reviewed by Kentaro Hara.
3662
3663         As per specification namedItem() should return null if collection is empty.
3664         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection
3665
3666         * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt:
3667         * fast/dom/HTMLFormElement/move-option-between-documents.html:
3668         * fast/dom/htmlcollection-namedItem-expected.txt: Added.
3669         * fast/dom/htmlcollection-namedItem.html: Added.
3670
3671 2013-02-13  Tony Gentilcore  <tonyg@chromium.org>
3672
3673         Fix svg/in-html/script-write.html with threaded HTML parser
3674         https://bugs.webkit.org/show_bug.cgi?id=109495
3675
3676         Reviewed by Eric Seidel.
3677
3678         Added 3 new test cases:
3679         1. Test the behavior of a plaintext tag inside an svg foreignObject. It applies to the remainder of the document. This behavior seems a little wonky, but it matches our current behavior and Firefox's behavior.
3680         2. Test that we don't blindly go into HTML mode after </foreignObject>.
3681         3. Test that unmatched </foreignObject>s are ignored.
3682
3683         * html5lib/resources/webkit02.dat:
3684
3685 2013-02-13  Emil A Eklund  <eae@chromium.org>
3686
3687         getComputedStyle returns truncated value for margin-right
3688         https://bugs.webkit.org/show_bug.cgi?id=109759
3689
3690         Reviewed by Tony Chang.
3691         
3692         Add test for getComputedStyle with fractional margin values.
3693
3694         * fast/sub-pixel/computedstylemargin-expected.txt: Added.
3695         * fast/sub-pixel/computedstylemargin.html: Added.
3696
3697 2013-02-13  Levi Weintraub  <leviw@chromium.org>
3698
3699         REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug
3700         https://bugs.webkit.org/show_bug.cgi?id=94256
3701
3702         Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash
3703         as it was fixed by r139479.
3704
3705         * platform/chromium/TestExpectations:
3706
3707 2013-02-13  Elliott Sprehn  <esprehn@chromium.org>
3708
3709         ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content
3710         https://bugs.webkit.org/show_bug.cgi?id=109616
3711
3712         Reviewed by Julien Chaffraix.
3713
3714         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output.
3715         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
3716         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
3717
3718 2013-02-13  Abhishek Arya  <inferno@chromium.org>
3719
3720         ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight
3721         https://bugs.webkit.org/show_bug.cgi?id=107748
3722
3723         Reviewed by Levi Weintraub.
3724
3725         * fast/block/body-inline-block-crash-expected.txt: Added.
3726         * fast/block/body-inline-block-crash.html: Added.
3727
3728 2013-02-13  Eric Carlson  <eric.carlson@apple.com>
3729
3730         [Mac] Caption menu should have only one item selected
3731         https://bugs.webkit.org/show_bug.cgi?id=109730
3732
3733         Reviewed by Dean Jackson.
3734
3735         * media/track/track-user-preferences-expected.txt:
3736         * media/track/track-user-preferences.html: Update test to check for reactions to preferences.
3737
3738 2013-02-13  Hans Muller  <hmuller@adobe.com>
3739
3740         [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location.
3741         https://bugs.webkit.org/show_bug.cgi?id=107568
3742
3743         Reviewed by Dirk Schulze.
3744
3745         In this carefully contrived test case, the Y coordinate of the origin of the line
3746         of text is only computed correctly if the constraints implied by the polygon's
3747         reflex vertices are considered.
3748
3749         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added.
3750         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added.
3751
3752 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
3753
3754         Unreviewed GTK gardening.
3755
3756         Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily.
3757
3758         * platform/gtk/TestExpectations:
3759
3760 2013-02-13  Julien Chaffraix  <jchaffraix@webkit.org>
3761
3762         [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes
3763         https://bugs.webkit.org/show_bug.cgi?id=109100
3764
3765         Reviewed by Ojan Vafai.
3766
3767         * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added.
3768         * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added.
3769         * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added.
3770         * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added.
3771         New tests.
3772
3773         * fast/css-grid-layout/resources/grid.css:
3774         (.constrainedContainer):
3775         (.unconstrainedContainer):
3776         Added these class to share them with other tests.
3777
3778         * fast/css-grid-layout/auto-content-resolution-columns.html:
3779         * fast/css-grid-layout/auto-content-resolution-rows.html:
3780         * fast/css-grid-layout/implicit-columns-auto-resolution.html:
3781         * fast/css-grid-layout/implicit-position-dynamic-change.html:
3782         * fast/css-grid-layout/implicit-rows-auto-resolution.html:
3783         * fast/css-grid-layout/minmax-max-content-resolution-columns.html:
3784         * fast/css-grid-layout/minmax-max-content-resolution-rows.html:
3785         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
3786         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
3787         Removed constrainedContainer definition as it was moved to grid.css.
3788
3789 2013-02-13  Stephen Chenney  <schenney@chromium.org>
3790
3791         [Chromium] Rebasline after r142765
3792
3793         Unreviewed test expectations update.
3794
3795         The change caused sub-pixel changing in SVG-as-image positions.
3796
3797         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
3798         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
3799         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
3800
3801 2013-02-13  Levi Weintraub  <leviw@chromium.org>
3802
3803         Bidi-Isolated inlines can cause subsequent content to not be rendered
3804         https://bugs.webkit.org/show_bug.cgi?id=108137
3805
3806         Reviewed by Eric Seidel.
3807
3808         * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added.
3809         * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added.
3810
3811 2013-02-13  Christian Biesinger  <cbiesinger@chromium.org>
3812
3813         Crash when encountering <object style="resize:both;">
3814         https://bugs.webkit.org/show_bug.cgi?id=109728
3815
3816         See also https://code.google.com/p/chromium/issues/detail?id=175535
3817
3818         Reviewed by Eric Seidel.
3819
3820         * fast/css/resize-object-crash-expected.txt: Added.
3821         * fast/css/resize-object-crash.html: Added.
3822
3823 2013-02-13  Kondapally Kalyan  <kalyan.kondapally@intel.com>
3824
3825         [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
3826         https://bugs.webkit.org/show_bug.cgi?id=109382
3827
3828         Reviewed by Kenneth Russell.
3829
3830         Enable oes-vertex-array-object for EFL port.
3831
3832         * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
3833         * fast/canvas/webgl/oes-vertex-array-object.html:
3834         * platform/efl/TestExpectations:
3835
3836 2013-02-13  Filip Pizlo  <fpizlo@apple.com>
3837
3838         DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
3839         https://bugs.webkit.org/show_bug.cgi?id=109489
3840
3841         Reviewed by Mark Hahnenberg.
3842
3843         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
3844         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
3845         * fast/js/jsc-test-list:
3846         * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
3847         (foo):
3848
3849 2013-02-12  Dean Jackson  <dino@apple.com>
3850
3851         Clicking outside captions menu should dismiss it
3852         https://bugs.webkit.org/show_bug.cgi?id=109648
3853
3854         Reviewed by Eric Carlson.
3855
3856         New test for captions menu. Skip it everywhere but Mac.
3857
3858         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
3859         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
3860         * platform/chromium/TestExpectations:
3861         * platform/efl/TestExpectations:
3862         * platform/gtk/TestExpectations:
3863         * platform/qt/TestExpectations:
3864         * platform/win/TestExpectations:
3865
3866 2013-02-13  Morten Stenshorne  <mstensho@opera.com>
3867
3868         WebKit ignores column-rules wider than column-gap
3869         https://bugs.webkit.org/show_bug.cgi?id=15553
3870
3871         Paint column rules even if they are wider than the gap.
3872         Rules wider than the gap should just overlap with column contents.
3873
3874         Reviewed by Eric Seidel.
3875
3876         * fast/multicol/rule-thicker-than-gap-expected.html: Added.
3877         * fast/multicol/rule-thicker-than-gap.html: Added.
3878
3879 2013-02-13  Philip Rogers  <pdr@google.com>
3880
3881         Replace SVG bitmap cache with directly-rendered SVG
3882         https://bugs.webkit.org/show_bug.cgi?id=106159
3883
3884         Reviewed by Tim Horton.
3885
3886         This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
3887         at a fixed size. A test has been added for each of these bugs.
3888
3889         * platform/chromium/TestExpectations:
3890         * svg/as-image/svg-image-scaled-expected.html: Added.
3891         * svg/as-image/svg-image-scaled.html: Added.
3892         * svg/as-image/svg-image-viewbox-expected.html: Added.
3893         * svg/as-image/svg-image-viewbox.html: Added.
3894
3895 2013-02-13  Florin Malita  <fmalita@chromium.org>
3896
3897         [SVG] OOB access in SVGListProperty::replaceItemValues()
3898         https://bugs.webkit.org/show_bug.cgi?id=109293
3899
3900         Updated tests to cover the crash and new behavior.
3901
3902         Reviewed by Dirk Schulze.
3903
3904         * svg/dom/SVGLengthList-basics-expected.txt:
3905         * svg/dom/SVGLengthList-basics.xhtml:
3906         * svg/dom/SVGNumberList-basics-expected.txt:
3907         * svg/dom/SVGNumberList-basics.xhtml:
3908         * svg/dom/SVGPointList-basics-expected.txt:
3909         * svg/dom/SVGPointList-basics.xhtml:
3910         * svg/dom/SVGTransformList-basics-expected.txt:
3911         * svg/dom/SVGTransformList-basics.xhtml:
3912
3913 2013-02-13  Takashi Sakamoto  <tasak@google.com>
3914
3915         [Refactoring] StyleResolver::State should have methods to access its me
3916         https://bugs.webkit.org/show_bug.cgi?id=108563
3917
3918         Reviewed by Antti Koivisto.
3919
3920         * inspector/styles/region-style-crash-expected.txt:
3921         Rebaseline. Since inspector hasn't supported CSS region styles yet,
3922         region-style-crash.html has no CSS region styles as its result.
3923
3924 2013-02-13  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
3925
3926         The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
3927         https://bugs.webkit.org/show_bug.cgi?id=102656
3928
3929         Reviewed by Dirk Schulze.
3930
3931         The functions fillText()/strokeText() should not display anything when 
3932         maxWidth is less than or equal to zero, according to spec :
3933         http://www.w3.org/TR/2dcontext/#text-preparation-algorithm
3934
3935         * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
3936         * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
3937         * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
3938         * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
3939         * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
3940         * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.
3941
3942 2013-02-13  Sergio Villar Senin  <svillar@igalia.com>
3943
3944         Unreviewed GTK gardening.
3945
3946         Provide the same custom expectations as all the other
3947         platforms. This likely means that there is a bug in the code or
3948         that the expected result is incorrect.
3949
3950         * platform/gtk/TestExpectations:
3951         * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
3952
3953 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
3954
3955         Unreviewed chromium expectation changes resulting from r142719.
3956
3957         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
3958         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
3959         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
3960
3961 2013-02-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
3962
3963         [EFL] Unreviewed gardening.
3964
3965         * platform/efl/TestExpectations:
3966
3967 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
3968
3969         Unreviewed chromium expectation changes.
3970         Fallout from r142683.
3971
3972         * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
3973
3974 2013-02-13  Pablo Flouret  <pablof@motorola.com>
3975
3976         Implement css-conditional's CSS.supports()
3977         https://bugs.webkit.org/show_bug.cgi?id=100324
3978
3979         Reviewed by Antti Koivisto.
3980
3981         * css3/supports-dom-api-expected.txt: Added.
3982         * css3/supports-dom-api.html: Added.
3983         * platform/chromium/TestExpectations:
3984         * platform/efl/TestExpectations:
3985         * platform/gtk/TestExpectations:
3986         * platform/mac/TestExpectations:
3987         * platform/qt/TestExpectations:
3988         * platform/win/TestExpectations:
3989         * platform/wincairo/TestExpectations:
3990         * platform/wk2/TestExpectations:
3991
3992 2013-02-13  Mike West  <mkwst@chromium.org>
3993
3994         location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
3995         https://bugs.webkit.org/show_bug.cgi?id=43891
3996
3997         Reviewed by Adam Barth.
3998
3999         * http/tests/plugins/resources/cross-frame-object-access.html:
4000         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
4001         * http/tests/security/cross-frame-access-location-get-expected.txt:
4002         * http/tests/security/cross-frame-access-location-get.html:
4003         * http/tests/security/resources/cross-frame-access.js:
4004         (accessThrowsException):
4005         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
4006         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
4007             Adjusting tests to check for exceptions, and adjusting expectations to match.
4008         * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt.
4009         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
4010         * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Copied from LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt.
4011             V8 fails at the moment: http://wkbug.com/43892
4012
4013 2013-02-13  Vsevolod Vlasov  <vsevik@chromium.org>
4014
4015         Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.
4016
4017         * inspector/script-execution-state-change-notification.html:
4018
4019 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
4020
4021         Unreviewed GTK gardening.
4022         Rebaselining tests after the DOM4 Events constructors and CSS image-set
4023         support were enabled.
4024
4025         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
4026         * platform/gtk/fast/events/constructors: Added.
4027         * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
4028         * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
4029         * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
4030         * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
4031         * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
4032         * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
4033         * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
4034         * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
4035         * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:
4036
4037 2013-02-13  Ádám Kallai  <kadam@inf.u-szeged.hu>
4038
4039         [Qt] Unreviewed gardening. Skip failing tests.
4040
4041         * platform/qt/TestExpectations:
4042
4043 2013-02-12  Hajime Morrita  <morrita@google.com>
4044
4045         [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
4046         https://bugs.webkit.org/show_bug.cgi?id=109642
4047
4048         Reviewed by Kent Tamura.
4049
4050         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
4051         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.
4052
4053 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
4054
4055         Web Inspector: Introduce version controller to migrate settings versions.
4056         https://bugs.webkit.org/show_bug.cgi?id=109553
4057
4058         Reviewed by Yury Semikhatsky.
4059
4060         * inspector/version-controller-expected.txt: Added.
4061         * inspector/version-controller.html: Added.
4062
4063 2013-02-12  Filip Pizlo  <fpizlo@apple.com>
4064
4065         Eradicate fast/js/dfg-poison-fuzz.html
4066         https://bugs.webkit.org/show_bug.cgi?id=109660
4067
4068         Unreviewed.
4069         
4070         I haven't seen this test fail in ages.  And I've seen a lot of DFG bugs!
4071
4072         This is a super expensive test for one bug that used to be in the DFG but that has
4073         since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
4074         bug. Heck, I'm not even sure if the code that this covers is even in the repository
4075         anymore.
4076
4077         In the spirit of not having super expensive and mostly useless tests, I'm removing
4078         this test.
4079
4080         * fast/js/dfg-poison-fuzz-expected.txt: Removed.
4081         * fast/js/dfg-poison-fuzz.html: Removed.
4082         * fast/js/jsc-test-list:
4083         * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
4084         * platform/chromium/TestExpectations:
4085         * platform/gtk/TestExpectations:
4086         * platform/qt-4.8/TestExpectations:
4087         * platform/qt-mac/TestExpectations:
4088         * platform/qt/TestExpectations:
4089
4090 2013-02-12  Alan Cutter  <alancutter@chromium.org>
4091
4092         [Chromium] Rebaseline suggestion-picker layout tests
4093         https://bugs.webkit.org/show_bug.cgi?id=109647
4094
4095         Unreviewed rebaseline.
4096         Text position differences, imperceptible to human sight.
4097         Test failures possibly caused by: http://trac.webkit.org/changeset/142659
4098
4099         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
4100         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
4101         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
4102         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
4103         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
4104         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
4105
4106 2013-02-12  Nate Chapin  <japhet@chromium.org>
4107
4108         REGRESSION: Reloading a local file doesn't pick up changes
4109         https://bugs.webkit.org/show_bug.cgi?id=109344
4110
4111         Reviewed by Alexey Proskuryakov.
4112
4113         * http/tests/cache/reload-main-resource-expected.txt: Added.
4114         * http/tests/cache/reload-main-resource.php: Added.
4115         * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
4116         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
4117             was being loaded from memory cache in spite of being loaded via reload. We
4118             shouldn't do that.
4119         * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
4120             was being loaded from memory cache in spite of being loaded via reload. We
4121             shouldn't do that.
4122
4123 2013-02-12  Dima Gorbik  <dgorbik@apple.com>
4124
4125         Mac rebaseline for r142638.
4126
4127         Reviewed by Benjamin Poulain.
4128
4129         * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
4130         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
4131         * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
4132         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
4133         * platform/mac/accessibility/table-attributes-expected.txt:
4134         * platform/mac/accessibility/table-cell-spans-expected.txt:
4135         * platform/mac/accessibility/table-cells-expected.txt:
4136         * platform/mac/accessibility/table-sections-expected.txt:
4137         * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
4138
4139 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
4140
4141         [HTMLTemplateElement] Change template.dat serialization format
4142         https://bugs.webkit.org/show_bug.cgi?id=109635
4143
4144         Reviewed by Eric Seidel.
4145
4146         The serialization format now uses 'content' instead of '#document-fragment' to
4147         denote template contents.
4148
4149         * html5lib/resources/template.dat:
4150         * resources/dump-as-markup.js:
4151         (Markup._get):
4152
4153 2013-02-12  Nico Weber  <thakis@chromium.org>
4154
4155         Remove webintents from TestExpectations files
4156         https://bugs.webkit.org/show_bug.cgi?id=109620
4157
4158         Reviewed by James Robinson.
4159
4160         * platform/chromium/TestExpectations:
4161         * platform/gtk/TestExpectations:
4162         * platform/mac/TestExpectations:
4163         * platform/qt-5.0-mac-wk2/TestExpectations:
4164         * platform/qt/TestExpectations:
4165         * platform/win/TestExpectations:
4166         * platform/wincairo/TestExpectations:
4167
4168 2013-02-12  Dean Jackson  <dino@apple.com>
4169
4170         Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.
4171
4172         * platform/mac/TestExpectations:
4173
4174 2013-02-12  Mike West  <mkwst@chromium.org>
4175
4176         Implement script MIME restrictions for X-Content-Type-Options: nosniff
4177         https://bugs.webkit.org/show_bug.cgi?id=71851
4178
4179         Reviewed by Adam Barth.
4180
4181         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
4182         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
4183         * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
4184         * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
4185         * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
4186         * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
4187         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
4188         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
4189         * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
4190             New tests!
4191         * platform/efl/TestExpectations:
4192         * platform/gtk/TestExpectations:
4193         * platform/mac/TestExpectations:
4194         * platform/qt/TestExpectations:
4195         * platform/win/TestExpectations:
4196         * platform/wincairo/TestExpectations:
4197         * platform/wk2/TestExpectations:
4198             Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
4199             enabled (everything other than Chromium).
4200
4201 2013-02-12  Emil A Eklund  <eae@chromium.org>
4202
4203         Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(
4204
4205         * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4206         * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4207         * platform/chromium-win-xp/fast/dom/Window: Added.
4208         * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4209
4210 2013-02-12  Robert Hogan  <robert@webkit.org>
4211
4212         REGRESSION(r136967): Combination of float and clear yields to bad layout
4213         https://bugs.webkit.org/show_bug.cgi?id=109476
4214
4215         Reviewed by Levi Weintraub.
4216
4217         * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
4218         * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.
4219
4220 2013-02-12  Emil A Eklund  <eae@chromium.org>
4221
4222         Unreviewed rebaseline for r142638.
4223
4224         * platform/chromium-linux-x86/fast/dom/Window: Removed.
4225         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
4226         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
4227         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
4228         * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4229         * platform/chromium/TestExpectations:
4230         * platform/mac-lion/accessibility: Added.
4231         * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
4232         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
4233         * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
4234         * platform/mac-lion/fast/dom/Window: Added.
4235         * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4236         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
4237         * platform/mac-wk2/fast/dom/Window: Added.
4238         * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4239         * platform/mac/accessibility/image-link-expected.txt:
4240         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
4241         * platform/mac/accessibility/table-detection-expected.txt:
4242         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:
4243
4244 2013-02-12  Levi Weintraub  <leviw@chromium.org>
4245
4246         ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
4247         https://bugs.webkit.org/show_bug.cgi?id=108699
4248
4249         Reviewed by Abhishek Arya.
4250
4251         * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
4252         * fast/multicol/span/list-multi-column-crash.html: Added.
4253
4254 2013-02-12  Vivek Galatage  <vivek.vg@samsung.com>
4255
4256         Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
4257         https://bugs.webkit.org/show_bug.cgi?id=109402
4258
4259         Reviewed by Yury Semikhatsky.
4260
4261         Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.
4262
4263         * inspector/script-execution-state-change-notification-expected.txt: Added.
4264         * inspector/script-execution-state-change-notification.html: Added.
4265
4266 2013-02-12  Uday Kiran  <udaykiran@motorola.com>
4267
4268         Background size width specified in viewport percentage units not working
4269         https://bugs.webkit.org/show_bug.cgi?id=109536
4270
4271         Reviewed by Antti Koivisto.
4272
4273         Added a test for background image width specified in viewport percentage unit.
4274
4275         * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
4276         * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.
4277
4278 2013-02-12  Pablo Flouret  <pablof@motorola.com>
4279
4280         Handle error recovery in @supports
4281         https://bugs.webkit.org/show_bug.cgi?id=103934
4282
4283         Reviewed by Antti Koivisto.
4284
4285         * css3/supports-cssom.html:
4286         * css3/supports-expected.txt:
4287         * css3/supports.html:
4288
4289 2013-02-12  Emil A Eklund  <eae@chromium.org>
4290
4291         TransformState::move should not round offset to int
4292         https://bugs.webkit.org/show_bug.cgi?id=108266
4293
4294         Reviewed by Simon Fraser.
4295         
4296         Add new tests for Element::boundingClientRect and clip rects for
4297         elements on subpixel boundaries.
4298
4299         * fast/dom/Window/webkitConvertPoint.html:
4300         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
4301         Update test and expectations to take new rounding into account.
4302         
4303         * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
4304         * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
4305         Add test ensuring that boundingClientRect returns accurate and
4306         precise (as opposed to rounded) metrics.
4307         
4308         * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
4309         * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
4310         Add test ensuring that clip rects and elements use consistent rounding.
4311
4312
4313 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
4314
4315         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
4316         https://bugs.webkit.org/show_bug.cgi?id=109338
4317
4318         Reviewed by Adam Barth.
4319
4320         * html5lib/resources/template.dat:
4321
4322 2013-02-12  Dominic Mazzoni  <dmazzoni@google.com>
4323
4324         ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
4325         https://bugs.webkit.org/show_bug.cgi?id=109452
4326
4327         Reviewed by Chris Fleizach.
4328
4329         Add test to ensure a crash doesn't happen if a selected option
4330         is added to a select element, which was triggering a code path where
4331         the DOM has added a new child of the select but the accessibility
4332         object never got updated.
4333
4334         * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
4335         * accessibility/insert-selected-option-into-select-causes-crash.html: Added.
4336
4337 2013-02-12  Peter Rybin  <prybin@chromium.org>
4338
4339         Web Inspector: for event listener provide handler function value in protocol and in UI
4340         https://bugs.webkit.org/show_bug.cgi?id=109284
4341
4342         Reviewed by Yury Semikhatsky.
4343
4344         Test is rebased.
4345
4346         * inspector/elements/event-listener-sidebar-expected.txt:
4347         * inspector/elements/event-listeners-about-blank-expected.txt:
4348
4349 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
4350
4351         Web Inspector: refactor some reusable functionality from BraceHighlighter
4352         https://bugs.webkit.org/show_bug.cgi?id=109574
4353
4354         Reviewed by Pavel Feldman.
4355
4356         Add layout test to verify brace highlighter functionality.
4357
4358         * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
4359         * inspector/editor/text-editor-brace-highlighter.html: Added.
4360
4361 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
4362
4363         Unreviewed chromium expectation update.
4364         https://bugs.webkit.org/show_bug.cgi?id=109581
4365
4366         * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.
4367
4368 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
4369
4370         Unreviewed chromium rebaselines after r142586.
4371
4372         * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.
4373
4374 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
4375
4376         Web Inspector: Introduce version controller to migrate settings versions.
4377         https://bugs.webkit.org/show_bug.cgi?id=109553
4378
4379         Reviewed by Yury Semikhatsky.
4380
4381         * inspector/version-controller-expected.txt: Added.
4382         * inspector/version-controller.html: Added.
4383
4384 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4385
4386         [GTK] Enable CSS Variables feature in development builds
4387         https://bugs.webkit.org/show_bug.cgi?id=109474
4388
4389         Reviewed by Martin Robinson.
4390
4391         * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
4392
4393 2013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>
4394
4395         Unreviewed, rolling out r142531.
4396         http://trac.webkit.org/changeset/142531
4397         https://bugs.webkit.org/show_bug.cgi?id=109569
4398
4399         Causes html5lib/run-template layout test to crash. (Requested
4400         by atwilson_ on #webkit).
4401
4402         * html5lib/resources/template.dat:
4403
4404 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4405
4406         [GTK] Enable CSS image-set support in development builds
4407         https://bugs.webkit.org/show_bug.cgi?id=109475
4408
4409         Reviewed by Martin Robinson.
4410
4411         * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
4412         cursor images not loading while the other expectations are removed as the tests
4413         now pass.
4414         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
4415         expectation now matches the test output.
4416
4417 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4418
4419         [GTK] Enable DOM4 events constructors in development builds
4420         https://bugs.webkit.org/show_bug.cgi?id=109471
4421
4422         Reviewed by Martin Robinson.
4423
4424         * platform/gtk/TestExpectations: Remove the failure expectations, the related
4425         tests now pass.
4426
4427 2013-02-12  Andrey Kosyakov  <caseq@chromium.org>
4428
4429         Unreviewed -- suppress stray console message that emerged after r142486.
4430
4431         * inspector/extensions/extensions-events.html:
4432
4433 2013-02-12  Ryosuke Niwa  <rniwa@webkit.org>
4434
4435         REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
4436         https://bugs.webkit.org/show_bug.cgi?id=109557
4437
4438         Build fix. Also move this test into platform/mac as done in r142559.
4439
4440         * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4441         * fast/dom/Element/id-in-deletebutton.html: Removed.
4442         * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4443         * platform/chromium/TestExpectations:
4444         * platform/efl/TestExpectations:
4445         * platform/gtk/TestExpectations:
4446         * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
4447         * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
4448         * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4449         * platform/wincairo/TestExpectations:
4450         * platform/wk2/TestExpectations:
4451
4452 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
4453
4454         Web Inspector: move showWhitespace option into experiments
4455         https://bugs.webkit.org/show_bug.cgi?id=109552
4456
4457         Reviewed by Vsevolod Vlasov.
4458
4459         Fix layout test to switch on experiment instead of toggling one of the
4460         options.
4461
4462         * inspector/editor/text-editor-show-whitespace-expected.txt:
4463         * inspector/editor/text-editor-show-whitespace.html:
4464
4465 2013-02-11  Yury Semikhatsky  <yurys@chromium.org>
4466
4467         Web Inspector: stack trace is cut at native bind if inspector is closed
4468         https://bugs.webkit.org/show_bug.cgi?id=109427
4469
4470         Reviewed by Pavel Feldman.
4471
4472         Test that stack trace for uncaught exceptions is collected when inspector
4473         front-end is closed.
4474
4475         * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
4476         * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
4477         * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
4478
4479 2013-02-12  Jochen Eisinger  <jochen@chromium.org>
4480
4481         [chromium] move webrtc mocks to testrunner library
4482         https://bugs.webkit.org/show_bug.cgi?id=109041
4483
4484         Reviewed by Adam Barth.
4485
4486         Temporarily disable two WebRTC tests that fail due to a bug in
4487         webkit_support's getCurrentTimeMillsecond.
4488
4489         * platform/chromium/TestExpectations:
4490
4491 2013-02-12  Kent Tamura  <tkent@chromium.org>
4492
4493         INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input  should not move focus
4494         https://bugs.webkit.org/show_bug.cgi?id=109544
4495
4496         Reviewed by Kentaro Hara.
4497
4498         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
4499         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
4500         Add test to click a delimiter.
4501
4502 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4503
4504         [EFL] Remove webintents from TestExpectations
4505         https://bugs.webkit.org/show_bug.cgi?id=109537
4506
4507         Unreviewed. webintents tests no longer exist.
4508
4509         * platform/efl/TestExpectations:
4510
4511 2013-02-11  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
4512
4513         [EFL][WebGL] WebGL content is not painted after resizing the viewport.
4514         https://bugs.webkit.org/show_bug.cgi?id=106358
4515
4516         Reviewed by Noam Rosenthal.
4517
4518         Add test checking that canvas painting is correct if layer parameters were changed,
4519         but webgl canvas didn't change.
4520
4521         * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
4522         * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
4523         * fast/canvas/webgl/webgl-layer-update.html: Added.
4524
4525 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4526
4527         [EFL] Some placeholder paint order tests are passing now
4528         https://bugs.webkit.org/show_bug.cgi?id=109164
4529
4530         Unreviewed efl gardening.
4531
4532         fast/forms/input-placeholder-paint-order.html and
4533         fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
4534
4535         RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
4536         and the expectations are added by r140149.
4537
4538         * platform/efl/TestExpectations:
4539
4540 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4541
4542         [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
4543         https://bugs.webkit.org/show_bug.cgi?id=109538
4544
4545         Unreviewed. This test is removed by r142559.
4546
4547         * platform/efl/TestExpectations:
4548
4549 2013-02-11  Eric Carlson  <eric.carlson@apple.com>
4550
4551         [Mac] Track language selection should be sticky
4552         https://bugs.webkit.org/show_bug.cgi?id=109466
4553
4554         Reviewed by Dean Jackson.
4555
4556         * media/track/track-user-preferences-expected.txt: Added.
4557         * media/track/track-user-preferences.html: Added.
4558
4559         * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
4560         * platform/efl/TestExpectations: Ditto.
4561         * platform/gtk/TestExpectations: Ditto.
4562         * platform/qt/TestExpectations: Ditto.
4563         * platform/win/TestExpectations: Ditto.
4564
4565 2013-02-11  Keishi Hattori  <keishi@webkit.org>
4566
4567         REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
4568         https://bugs.webkit.org/show_bug.cgi?id=109158
4569
4570         Reviewed by Kent Tamura.
4571
4572         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
4573         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
4574         * platform/chromium/TestExpectations:
4575         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
4576         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
4577
4578 2013-02-11  Ryosuke Niwa  <rniwa@webkit.org>
4579
4580         Move deletionUI tests into platform/mac
4581         https://bugs.webkit.org/show_bug.cgi?id=109517
4582
4583         Reviewed by Benjamin Poulain.
4584
4585         Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
4586
4587         * editing/deleting/5408255-expected.txt: Removed.
4588         * editing/deleting/5408255.html: Removed.
4589         * editing/deleting/deletionUI-single-instance.html: Removed.
4590         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
4591         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
4592         * platform/efl/TestExpectations:
4593         * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
4594         * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
4595         * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
4596         * platform/qt-mac/TestExpectations:
4597         * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
4598         * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
4599         * platform/win/TestExpectations:
4600         * platform/wincairo/TestExpectations:
4601         * platform/wk2/TestExpectations:
4602
4603 2013-02-11  Adam Barth  <abarth@webkit.org>
4604
4605         Load event fires too early with threaded HTML parser (take 2)
4606         https://bugs.webkit.org/show_bug.cgi?id=109485
4607
4608         Reviewed by Eric Seidel.
4609
4610         This patch also fixes a bug whereby removing an iframe during the load
4611         event would trigger DumpRenderTree to dump the test in the middle of
4612         the load event. We now wait until the load event is over.
4613
4614         * compositing/iframes/remove-iframe-crash-expected.txt:
4615         * fast/frames/iframe-access-screen-of-deleted-expected.txt:
4616         * fast/frames/remove-frame-during-load-event-expected.txt: Added.
4617         * fast/frames/remove-frame-during-load-event.html: Added.
4618         * http/tests/misc/xslt-bad-import-expected.txt:
4619
4620 2013-02-11  Nico Weber  <thakis@chromium.org>
4621
4622         Remove web intents code
4623         https://bugs.webkit.org/show_bug.cgi?id=109501
4624
4625         Reviewed by Eric Seidel.
4626
4627         See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
4628
4629         * webintents/intent-tag-expected.txt: Removed.
4630         * webintents/intent-tag.html: Removed.
4631         * webintents/resources/pass.html: Removed.
4632         * webintents/resources/web-intents-reload-orig.html: Removed.
4633         * webintents/resources/web-intents-testing.js: Removed.
4634         * webintents/web-intents-api-expected.txt: Removed.
4635         * webintents/web-intents-api.html: Removed.
4636         * webintents/web-intents-delivery-expected.txt: Removed.
4637         * webintents/web-intents-delivery-reuse-expected.txt: Removed.
4638         * webintents/web-intents-delivery-reuse.html: Removed.
4639         * webintents/web-intents-delivery.html: Removed.
4640         * webintents/web-intents-failure-expected.txt: Removed.
4641         * webintents/web-intents-failure.html: Removed.
4642         * webintents/web-intents-invoke-expected.txt: Removed.
4643         * webintents/web-intents-invoke-port-expected.txt: Removed.
4644         * webintents/web-intents-invoke-port.html: Removed.
4645         * webintents/web-intents-invoke.html: Removed.
4646         * webintents/web-intents-obj-constructor-expected.txt: Removed.
4647         * webintents/web-intents-obj-constructor.html: Removed.
4648         * webintents/web-intents-reload-expected.txt: Removed.
4649         * webintents/web-intents-reload.html: Removed.
4650         * webintents/web-intents-reply-expected.txt: Removed.
4651         * webintents/web-intents-reply.html: Removed.
4652
4653 2013-02-11  Stephen Chenney  <schenney@chromium.org>
4654
4655         SVG DOM manipulation crash
4656         https://bugs.webkit.org/show_bug.cgi?id=108709
4657
4658         Reviewed by Eric Seidel.
4659
4660         Adding a test for the case where an SVG <use> tree is rebuild due to
4661         one event listener and a subsequent listener tries to access it. This
4662         does not crash in WebKit but has caused problems in browser code where
4663         the listener tries to access and use toNode on the target of the
4664         event. The test prevents regressions and gives automated security
4665         tests something to work on.
4666
4667         * svg/custom/use-listener-append-crash-expected.txt: Added.
4668         * svg/custom/use-listener-append-crash.html: Added.
4669
4670 2013-02-11  Filip Pizlo  <fpizlo@apple.com>
4671
4672         Strange bug in DFG OSR in JSC
4673         https://bugs.webkit.org/show_bug.cgi?id=109491
4674
4675         Reviewed by Mark Hahnenberg.
4676         
4677         Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
4678         exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
4679         in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
4680
4681         * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
4682         * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
4683         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
4684         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
4685         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
4686         (checkpoint):
4687         (func1):
4688         (func2):
4689         (func3):
4690         (test):
4691         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
4692         (checkpoint):
4693         (func1):
4694         (func2):
4695         (func3):
4696         (test):
4697
4698 2013-02-11  Emil A Eklund  <eae@chromium.org>
4699
4700         Change RenderFrameSet::paint to use m-rows/m_cols directly.
4701         https://bugs.webkit.org/show_bug.cgi?id=108503
4702
4703         Reviewed by Eric Seidel.
4704         
4705         Add test for how we render an invalid frameset.
4706
4707         * fast/frames/invalid-frameset-expected.html: Added.
4708         * fast/frames/invalid-frameset.html: Added.
4709
4710 2013-02-11  Rafael Weinstein  <rafaelw@chromium.org>
4711
4712         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
4713         https://bugs.webkit.org/show_bug.cgi?id=109338
4714
4715         Reviewed by Adam Barth.
4716
4717         * html5lib/resources/template.dat:
4718
4719 2013-02-11  Bem Jones-Bey  <bjonesbe@adobe.com>
4720
4721         [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
4722         https://bugs.webkit.org/show_bug.cgi?id=106927
4723
4724         Reviewed by Julien Chaffraix.
4725
4726         This is also tested by the existing tests for shape outside on floats positioning.
4727
4728         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
4729         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
4730
4731 2013-02-11  Tim Horton  <timothy_horton@apple.com>
4732
4733         FrameView::setScrollPosition should clamp scroll position before handing it to
4734         ScrollingCoordinator instead of depending on ScrollView to do this
4735         https://bugs.webkit.org/show_bug.cgi?id=109497
4736         <rdar://problem/12631789>
4737
4738         Reviewed by Simon Fraser.
4739
4740         Adjust some test results which previously expected out-of-bounds scrolling to happen.
4741
4742         Add a test that ensures that out-of-bounds scrolling doesn't happen.
4743
4744         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
4745         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
4746         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
4747         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
4748         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
4749         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
4750
4751 2013-02-11  Adam Barth  <abarth@webkit.org>
4752
4753         The threaded HTML parser should pass all the fast/parser tests
4754         https://bugs.webkit.org/show_bug.cgi?id=109486
4755
4756         Reviewed by Tony Gentilcore.
4757
4758         * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
4759         * fast/parser/document-close-iframe-load-partial-entity.html: Added.
4760
4761 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
4762
4763         Unreviewed Chromium rebaselining after r142500.
4764
4765         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
4766         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
4767         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
4768         * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
4769         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
4770         Slight painting regression that brings us back to pre-r132591 baselines.
4771
4772 2013-02-11  Joshua Bell  <jsbell@chromium.org>
4773
4774         IndexedDB: database connections don't close after versionchange transaction aborts
4775         https://bugs.webkit.org/show_bug.cgi?id=102298
4776
4777         Reviewed by Tony Chang.
4778
4779         Added dedicated test, updated tests dependent on buggy behavior.
4780
4781         * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
4782         * storage/indexeddb/aborted-versionchange-closes.html: Added.
4783         * storage/indexeddb/lazy-index-population-expected.txt:
4784         * storage/indexeddb/lazy-index-population.html: Remove manual closing.
4785         * storage/indexeddb/objectstore-basics-expected.txt:
4786         * storage/indexeddb/objectstore-basics-workers-expected.txt:
4787         * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
4788         * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
4789
4790 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
4791
4792         [EFL] fast/forms/number/number-l10n-input.html is failing
4793         https://bugs.webkit.org/show_bug.cgi?id=109440
4794
4795         Reviewed by Laszlo Gombos.
4796
4797         Unskip fast/forms/number/number-l10n-input.html on EFL port
4798         now that it passes.
4799
4800         * platform/efl/TestExpectations:
4801
4802 2013-02-11  Adam Barth  <abarth@webkit.org>
4803
4804         Remove failure expectation now that this test is passing.
4805
4806         * platform/chromium/TestExpectations:
4807
4808 2013-02-11  Benjamin Poulain  <benjamin@webkit.org>
4809
4810         Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
4811         https://bugs.webkit.org/show_bug.cgi?id=109349
4812
4813         Reviewed by Sam Weinig.
4814
4815         Update the tests to use InternalSettings.
4816
4817         * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
4818         * fast/dom/timer-increase-min-interval-repeating.html:
4819         * fast/dom/timer-increase-min-interval.html:
4820         * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
4821         * fast/dom/timer-increase-then-decrease-min-interval.html:
4822
4823 2013-02-11  Mike West  <mkwst@chromium.org>
4824
4825         CSP reports for blocked 'data:' URLs should report the scheme only.
4826         https://bugs.webkit.org/show_bug.cgi?id=109429
4827
4828         Reviewed by Adam Barth.
4829
4830         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
4831         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
4832
4833 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
4834
4835         Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
4836         https://bugs.webkit.org/show_bug.cgi?id=107189
4837
4838         Reviewed by Abhishek Arya.
4839
4840         * fast/dynamic/continuation-detach-crash-expected.txt: Added.
4841         * fast/dynamic/continuation-detach-crash.html: Added.
4842
4843 2013-02-11  Tony Chang  <tony@chromium.org>
4844
4845         Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
4846         https://bugs.webkit.org/show_bug.cgi?id=87149
4847
4848         Reviewed by Simon Fraser.
4849
4850         Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
4851         generated from Settings.in.
4852         Add a Mac only test that uses overridePreference to test the API.
4853
4854         * fast/frames/flattening/crash-svg-document.html:
4855         * fast/frames/flattening/frameset-flattening-advanced.html:
4856         * fast/frames/flattening/frameset-flattening-grid.html:
4857         * fast/frames/flattening/frameset-flattening-simple.html:
4858         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
4859         * fast/frames/flattening/frameset-flattening-subframesets.html:
4860         * fast/frames/flattening/iframe-flattening-crash.html:
4861         * fast/frames/flattening/iframe-flattening-fixed-height.html:
4862         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
4863         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
4864         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
4865         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
4866         * fast/frames/flattening/iframe-flattening-fixed-width.html:
4867         * fast/frames/flattening/iframe-flattening-nested.html:
4868         * fast/frames/flattening/iframe-flattening-offscreen.html:
4869         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
4870         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
4871         * fast/frames/flattening/iframe-flattening-out-of-view.html:
4872         * fast/frames/flattening/iframe-flattening-selection-crash.html:
4873         * fast/frames/flattening/iframe-flattening-simple.html:
4874         * fast/frames/flattening/iframe-tiny.html:
4875         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
4876         * fast/text-autosizing/narrow-iframe-flattened.html:
4877         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
4878         * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
4879         * plugins/frameset-with-plugin-frame.html:
4880         * fast/frames/flattening/crash-svg-document.html:
4881         * fast/frames/flattening/frameset-flattening-advanced.html:
4882         * fast/frames/flattening/frameset-flattening-grid.html:
4883         * fast/frames/flattening/frameset-flattening-simple.html:
4884         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
4885         * fast/frames/flattening/frameset-flattening-subframesets.html:
4886         * fast/frames/flattening/iframe-flattening-crash.html:
4887         * fast/frames/flattening/iframe-flattening-fixed-height.html:
4888         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
4889         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
4890         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
4891         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
4892         * fast/frames/flattening/iframe-flattening-fixed-width.html:
4893         * fast/frames/flattening/iframe-flattening-nested.html:
4894         * fast/frames/flattening/iframe-flattening-offscreen.html:
4895         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
4896         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
4897         * fast/frames/flattening/iframe-flattening-out-of-view.html:
4898         * fast/frames/flattening/iframe-flattening-selection-crash.html:
4899         * fast/frames/flattening/iframe-flattening-simple.html:
4900         * fast/frames/flattening/iframe-tiny.html:
4901         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
4902         * fast/text-autosizing/narrow-iframe-flattened.html:
4903         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
4904         * platform/chromium/TestExpectations:
4905         * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
4906         * platform/mac/fast/frames/flattening/set-preference.html: Added.
4907         * plugins/frameset-with-plugin-frame.html:
4908
4909 2013-02-11  Adam Barth  <abarth@webkit.org>
4910
4911         document.write during window.onload can trigger DumpRenderTree to dump the render tree
4912         https://bugs.webkit.org/show_bug.cgi?id=109465
4913
4914         Reviewed by Eric Seidel.
4915
4916         * fast/parser/document-write-during-load-expected.txt: Added.
4917         * fast/parser/document-write-during-load.html: Added.
4918
4919 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
4920
4921         Unreviewed EFL gardening.
4922
4923         Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
4924         on EFL port. This test was introduced in r142335.
4925
4926         * platform/efl/TestExpectations:
4927
4928 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
4929
4930         Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
4931         https://bugs.webkit.org/show_bug.cgi?id=109294
4932
4933         Reviewed by Pavel Feldman.
4934
4935         * inspector/timeline/timeline-layout-reason-expected.txt: Added.
4936         * inspector/timeline/timeline-layout-reason.html: Added.
4937         * inspector/timeline/timeline-test.js:
4938         (initialize_Timeline.step2):
4939         (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
4940         (initialize_Timeline.):
4941         (initialize_Timeline.InspectorTest.performActionsAndPrint):
4942         (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
4943         (initialize_Timeline.InspectorTest.findPresentationRecord):
4944
4945 2013-02-01  Andrey Kosyakov  <caseq@chromium.org>
4946
4947         Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
4948         https://bugs.webkit.org/show_bug.cgi?id=108640
4949
4950         Reviewed by Vsevolod Vlasov.
4951
4952         Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
4953
4954         * inspector/extensions/extensions-eval-expected.txt:
4955         * inspector/extensions/extensions-eval.html:
4956         * inspector/extensions/extensions-sidebar-expected.txt:
4957
4958 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
4959
4960         Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
4961         https://bugs.webkit.org/show_bug.cgi?id=109443
4962
4963         Reviewed by Vsevolod Vlasov.
4964
4965         - replace additional message ports used for evaluating code in front-end with normal extension transport.
4966
4967         * http/tests/inspector/extensions-test.js:
4968         (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
4969         (initialize_ExtensionsTest.InspectorTest._replyToExtension):
4970         (initialize_ExtensionsTest.onEvaluate):
4971         * http/tests/inspector/resources/extension-main.js:
4972         * inspector/extensions/extensions-audits.html:
4973
4974 2013-02-11  Joshua Bell  <jsbell@chromium.org>
4975
4976         [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
4977         https://bugs.webkit.org/show_bug.cgi?id=108670
4978
4979         Reviewed by Kentaro Hara.
4980
4981         * storage/indexeddb/database-wrapper-expected.txt: Added.
4982         * storage/indexeddb/database-wrapper.html: Added.
4983         * storage/indexeddb/resources/database-wrapper.js: Added.
4984         (test):
4985         (openDB):
4986         (onUpgradeNeeded):
4987         (openSuccess.get request.onsuccess):
4988         (onVersionChange):
4989         (collectGarbage):
4990         (openAgain):
4991         (onBlocked):
4992         (openAgainSuccess):
4993
4994 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
4995
4996         Unreviewed EFL gardening.
4997
4998         Skip fast/forms/number/number-l10n-input.html that was added in r142122
4999         but fails on EFL port.
5000
5001         * platform/efl/TestExpectations:
5002
5003 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5004
5005         Unreviewed revert test fix attempt and skip it.
5006
5007         * inspector/editor/text-editor-home-button.html:
5008         * platform/chromium/TestExpectations:
5009
5010 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5011
5012         Web Inspector: WebInspector.Project refactorings.
5013         https://bugs.webkit.org/show_bug.cgi?id=109433
5014
5015         Reviewed by Alexander Pavlov.
5016
5017         * inspector/debugger/live-edit-breakpoints.html:
5018         * inspector/uisourcecode-revisions.html:
5019
5020 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5021
5022         Unreviewed EFL gardening.
5023
5024         - Rebaseline fast/dynamic/002.html on EFL port after r142015.
5025         - Skip several compositing test cases that started failing after r142112.
5026         - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
5027
5028         * platform/efl-wk2/TestExpectations:
5029         * platform/efl/fast/dynamic/002-expected.png:
5030         * platform/efl/fast/dynamic/002-expected.txt:
5031
5032 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
5033
5034         Unreviewed GTK gardening.
5035
5036         * platform/gtk/TestExpectations: Adding a failure expectation for the
5037         cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
5038         due to CSS image-set functionality not yet enabled in the GTK port.
5039
5040 2013-02-11  Alexei Filippov  <alph@chromium.org>
5041
5042         Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
5043         https://bugs.webkit.org/show_bug.cgi?id=108653
5044
5045         Reviewed by Yury Semikhatsky.
5046
5047         Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
5048         In fact these two profile types have not too much in common. So put each into its own domain.
5049         It should also help when Profiles panel gets split into several tools.
5050         This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
5051         change the original InspectorProfilerAgent.
5052
5053         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
5054         (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
5055         (InspectorTest.takeHeapSnapshot):
5056         * inspector-protocol/nmi-webaudio-leak-test.html:
5057         * inspector/profiler/heap-snapshot-get-profile-crash.html:
5058         * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
5059         * inspector/profiler/heap-snapshot-loader.html:
5060         * inspector/profiler/heap-snapshot-test.js:
5061         (initialize_HeapSnapshotTest):
5062
5063 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5064
5065         Unreviewed EFL gardening.
5066
5067         Rebaseline EFL expectation for fast/js/global-constructors.html after
5068         r142205.
5069
5070         * platform/efl/fast/js/global-constructors-expected.txt:
5071
5072 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5073
5074         Unreviewed r142439 follow-up: test fix.
5075
5076         * inspector/editor/text-editor-home-button.html:
5077
5078 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5079
5080         Unreviewed EFL gardening.
5081
5082         Mark 2 webgl/conformance test cases as crashing on EFL WK2.
5083
5084         * platform/efl-wk2/TestExpectations:
5085
5086 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5087
5088         Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
5089         as [ Pass Failure ].
5090
5091         * platform/chromium/TestExpectations:
5092
5093 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5094
5095         Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
5096
5097         * platform/chromium/TestExpectations:
5098
5099 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
5100
5101         Unreviewed GTK gardening.
5102
5103         Adjusted expectations for two flaky crashers.
5104         Removed failure expectations for tests that pass.
5105
5106         * platform/gtk/TestExpectations:
5107
5108 2013-02-11  Alexander Pavlov  <apavlov@chromium.org>
5109
5110         Web Inspector: Implement position-based sourcemapping for stylesheets
5111         https://bugs.webkit.org/show_bug.cgi?id=109168
5112
5113         Added test for the stylesheet source mappings, followed the API changes,
5114         removed RangeBasedSourceMap tests as this type of sourcemap is gone.
5115
5116         Reviewed by Vsevolod Vlasov.
5117
5118         * http/tests/inspector/compiler-script-mapping-expected.txt:
5119         * http/tests/inspector/compiler-script-mapping.html:
5120         * http/tests/inspector/resources/example.css.map: Added.
5121         * http/tests/inspector/resources/example.scss: Added.
5122         * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
5123         * http/tests/inspector/stylesheet-source-mapping.html: Added.
5124         * inspector/styles/range-based-mapping-expected.txt: Removed.
5125         * inspector/styles/range-based-mapping.html: Removed.
5126
5127 2013-02-11  Alexander Shalamov  <alexander.shalamov@intel.com>
5128
5129         Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
5130         https://bugs.webkit.org/show_bug.cgi?id=102901
5131
5132         Reviewed by Antti Koivisto.
5133
5134         New layout test to verify that CSSValue objects comparison works properly.
5135
5136         * cssom/cssvalue-comparison-expected.txt: Added.
5137         * cssom/cssvalue-comparison.html: Added.
5138
5139 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5140
5141         Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
5142         as [ ImageOnlyFailure Pass ].
5143
5144         * platform/chromium/TestExpectations:
5145
5146 2013-02-11  John J. Barton  <johnjbarton@chromium.org>
5147
5148         Web Inspector: Don't throw exceptions in WebInspector.Color
5149         https://bugs.webkit.org/show_bug.cgi?id=104835
5150
5151         Reviewed by Vsevolod Vlasov.
5152         
5153         Added case to test parsing 'none' from border style
5154
5155         * inspector/styles/styles-invalid-color-values-expected.txt:
5156         * inspector/styles/styles-invalid-color-values.html:
5157
5158 2013-02-11  Andrey Lushnikov  <lushnikov@chromium.org>
5159
5160         Web Inspector: home button behaviour is wrong in DTE
5161         https://bugs.webkit.org/show_bug.cgi?id=109154
5162
5163         Reviewed by Vsevolod Vlasov.
5164
5165         Add layout test to verify home button behaviour. Exclude this test on
5166         platforms that do not have eventSender object in test shell.
5167
5168         * inspector/editor/editor-test.js:
5169         (initialize_EditorTests.lineWithCursor):
5170         (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
5171         * inspector/editor/text-editor-home-button-expected.txt: Added.
5172         * inspector/editor/text-editor-home-button.html: Added.
5173         * platform/efl/TestExpectations:
5174         * platform/mac/TestExpectations:
5175         * platform/qt/TestExpectations:
5176
5177 2013-02-11  Philippe Normand  <pnormand@igalia.com>
5178
5179         Unreviewed, GTK gardening
5180
5181         * platform/gtk/TestExpectations: Flagging media tests affected
5182         by bug 108682
5183
5184 2013-02-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
5185
5186         [Qt] Unreviewed gardening. Skip faling test.
5187         https://bugs.webkit.org/show_bug.cgi?id=109353.
5188
5189         * platform/qt/TestExpectations:
5190
5191 2013-02-10  Chris Fleizach  <cfleizach@apple.com>
5192
5193         WebSpeech: Implement basic speaking/finished speaking behavior
5194         https://bugs.webkit.org/show_bug.cgi?id=107135
5195
5196         Reviewed by Sam Weinig.
5197
5198         * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
5199         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
5200
5201 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5202
5203         Unreviewed gardening. Rebaselined an image.
5204
5205         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5206
5207 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5208
5209         Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
5210
5211         * platform/chromium/TestExpectations:
5212
5213 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5214
5215         Unreviewed gardening. Rebaselined an image.
5216
5217         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5218
5219 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5220
5221         Unreviewed gardening. Rebaselined an image.
5222
5223         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5224
5225 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5226
5227         Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
5228
5229         * platform/chromium/TestExpectations:
5230
5231 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5232
5233         Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
5234
5235         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5236
5237 2013-02-10  Tim Horton  <timothy_horton@apple.com>
5238
5239         REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
5240         https://bugs.webkit.org/show_bug.cgi?id=109317
5241         <rdar://problem/12649131>
5242
5243         Reviewed by Simon Fraser.
5244
5245         Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
5246
5247         * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
5248         * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
5249         * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
5250
5251 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5252
5253         Unreviewed, GTK gardening.
5254
5255         * platform/gtk/TestExpectations: Remove duplicate test expectation
5256         for media/track/track-in-band-style.html.
5257
5258 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5259
5260         [GStreamer] media/video-controls-fullscreen-volume.html crashes
5261         https://bugs.webkit.org/show_bug.cgi?id=108682
5262
5263         Reviewed by Martin Robinson.
5264
5265         * platform/gtk/TestExpectations: Unflag now passing tests.
5266
5267 2013-02-10  Kent Tamura  <tkent@chromium.org>
5268
5269         [Chromium] Test expectation update
5270         https://bugs.webkit.org/show_bug.cgi?id=109376
5271
5272         * platform/chromium/TestExpectations:
5273         fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
5274
5275 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5276
5277         Unreviewed, GTK gardening.
5278
5279         * platform/gtk/TestExpectations: Flag new failing media/track test.
5280
5281 2013-02-10  Kent Tamura  <tkent@chromium.org>
5282
5283         [Chromium] Test expectation update
5284         https://bugs.webkit.org/show_bug.cgi?id=92941
5285
5286         * platform/chromium/TestExpectations:
5287         accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
5288
5289 2013-02-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5290
5291         Unreviewed EFL gardening.
5292
5293         Unskip fast/encoding/parser-tests-*.html tests now that the crashes
5294         have been fixed by r142385.
5295
5296         * platform/efl-wk2/TestExpectations:
5297
5298 2013-02-09  James Robinson  <jamesr@chromium.org>
5299
5300         Chromium gardening
5301
5302         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5303         * platform/chromium/TestExpectations:
5304
5305 2013-02-09  Dominic Mazzoni  <dmazzoni@google.com>
5306
5307         fast/encoding/parser-tests-*.html tests sometimes crash
5308         https://bugs.webkit.org/show_bug.cgi?id=108058
5309
5310         Reviewed by Chris Fleizach.
5311
5312         Make test less brittle by (1) giving the iframe an aria-role so
5313         it's never ignored, and (2) using accessibilityElementById instead
5314         of assuming an element is in a specific place in the AX tree.
5315
5316         * accessibility/loading-iframe-updates-axtree.html:
5317
5318 2013-02-09  Stephen Chenney  <schenney@chromium.org>
5319
5320         [Chromium] Reverting earlier change now
5321
5322         Unreviewed expectations.
5323
5324         * platform/chromium/TestExpectations: Removed all the expectations added earlier.
5325
5326 2013-02-09  Philip Rogers  <pdr@google.com>
5327
5328         Sanitize m_keyTimes for paced value animations
5329         https://bugs.webkit.org/show_bug.cgi?id=108828
5330
5331         Reviewed by Dirk Schulze.
5332
5333         * svg/animations/animate-keytimes-crash-expected.html: Added.
5334         * svg/animations/animate-keytimes-crash.html: Added.
5335
5336 2013-02-09  Stephen Chenney  <schenney@chromium.org>
5337
5338         [Chromium] Trying to turn the build.webkit.org builders greener
5339
5340         Unreviewed expectations.
5341
5342         We seem to have an issue with build.webkit.org test bots and
5343         Chromium.WebKit test bots doing different things. This is temporary
5344         until we figure out what went wrong.
5345
5346         * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
5347
5348 2013-02-09  Kent Tamura  <tkent@chromium.org>
5349
5350         Fix crash by img[ismap] with content property
5351         https://bugs.webkit.org/show_bug.cgi?id=108702
5352
5353         Reviewed by Adam Barth.
5354
5355         * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
5356         * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
5357
5358 2013-02-09  Kent Tamura  <tkent@chromium.org>
5359
5360         [Chromium] Test expectation update.
5361
5362         * platform/chromium/TestExpectations:
5363         Correct encrypted-media-v2-*.html expectation.
5364
5365 2013-02-09  Zan Dobersek  <zdobersek@igalia.com>
5366
5367         Unreviewed GTK gardening.
5368
5369         * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
5370
5371 2013-02-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5372
5373         Unreviewed EFL gardening.
5374
5375         Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
5376         after r142152.
5377
5378         * platform/efl/TestExpectations:
5379         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
5380         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
5381
5382 2013-02-09  Andrey Lushnikov  <lushnikov@chromium.org>
5383
5384         Web Inspector: show whitespace characters in DTE
5385         https://bugs.webkit.org/show_bug.cgi?id=108947
5386
5387         Reviewed by Pavel Feldman.
5388
5389         Add layout test to verify whitespace highlight functionality.
5390
5391         * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
5392         * inspector/editor/text-editor-show-whitespace.html: Added.
5393
5394 2013-02-08  Eric Carlson  <eric.carlson@apple.com>
5395
5396         [Mac] respect in-band caption color
5397         https://bugs.webkit.org/show_bug.cgi?id=109203
5398
5399         Reviewed by Dean Jackson.
5400
5401         * media/track/track-in-band-style-expected.txt: Added.
5402         * media/track/track-in-band-style.html: Added.
5403
5404         * platform/chromium/TestExpectations: Skip new test.
5405         * platform/efl/TestExpectations: Ditto.
5406         * platform/gtk/TestExpectations: Ditto.
5407         * platform/mac/TestExpectations: Ditto.
5408         * platform/qt/TestExpectations: Ditto.
5409         * platform/win/TestExpectations: Ditto.
5410
5411 2013-02-08  Gregg Tavares  <gman@chromium.org>
5412
5413         Disable All WebGL Tests on WebKit for Windows
5414         https://bugs.webkit.org/show_bug.cgi?id=109207
5415
5416         Unreviewed expectations update.
5417
5418         * platform/win/TestExpectations:
5419
5420 2013-02-08  Tim Horton  <timothy_horton@apple.com>
5421
5422         Some tiled drawing tests use scalePageBy() incorrectly
5423         https://bugs.webkit.org/show_bug.cgi?id=109336
5424
5425         Rubber-stamped by Simon Fraser.
5426
5427         scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
5428         Adjust the tests and the expected results.
5429
5430         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
5431         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
5432         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
5433         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
5434         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
5435         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
5436
5437 2013-02-08  Andy Estes  <aestes@apple.com>
5438
5439         Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
5440         https://bugs.webkit.org/show_bug.cgi?id=109277
5441
5442         Reviewed by Simon Fraser.
5443
5444         Remove test added by r118852 and add a test that verifies the original
5445         expected behavior.
5446
5447         * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
5448         * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
5449         * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
5450         * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
5451
5452 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5453
5454         [Chromium] Expectation modification after r142327
5455
5456         Unreviewed expectations update.
5457
5458         The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
5459
5460         * platform/chromium/TestExpectations:
5461
5462 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5463
5464         [Chromium] Expectations as a result of removing Skia code suppressions
5465
5466         Unreviewed expectations update.
5467
5468         A remaining textual fix.
5469
5470         * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5471         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5472         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5473         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5474
5475 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
5476
5477         [Mac] Unreviewed rebaseline
5478
5479         * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
5480         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
5481
5482 2013-02-08  Jer Noble  <jer.noble@apple.com>
5483
5484         Bring WebKit up to speed with latest Encrypted Media spec.
5485         https://bugs.webkit.org/show_bug.cgi?id=97037
5486
5487         Reviewed by Eric Carlson.
5488
5489         Added new tests for the updated Encrypted Media Extensions spec.
5490
5491         * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
5492         * media/encrypted-media/encrypted-media-v2-events.html: Added.
5493         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
5494         * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
5495         * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
5496         * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
5497
5498 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5499
5500         [Chromium] Expectations as a result of removing Skia code suppressions
5501
5502         Unreviewed expectations update.
5503
5504         Why does this test always fail to be correctly rebaselined during mass updates?
5505
5506         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5507
5508 2013-02-08  Joshua Bell  <jsbell@chromium.org>
5509
5510         IndexedDB: De-flake open-during-transaction layout test
5511         https://bugs.webkit.org/show_bug.cgi?id=109072
5512
5513         Reviewed by Tony Chang.
5514
5515         This test was observed to be flaky in local runs; sometimes the transaction
5516         would terminate after the third open() call rather than the second, resulting
5517         in a TEXT difference. Added code to keep the transaction alive until all of
5518         the open() calls are complete, and changed expectations to match.
5519
5520         * storage/indexeddb/open-during-transaction-expected.txt:
5521         * storage/indexeddb/resources/open-during-transaction.js:
5522
5523 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5524
5525         [Chromium] Expectations as a result of removing Skia code suppressions
5526
5527         Unreviewed expectations update.
5528
5529         Cleaning up the remaining failures. With luck this is it, although probably not.
5530
5531         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5532         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
5533         * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
5534         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
5535         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
5536         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
5537         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5538         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5539         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5540         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5541         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
5542         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
5543         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5544         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
5545         * platform/chromium-win/media/video-zoom-controls-expected.png:
5546
5547 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5548
5549         Expectations as a result of removing Skia code suppressions
5550
5551         Unreviewed expectations update.
5552
5553         Round 19. The last, except for cleanup. Too many to list.
5554
5555         * platform/chromium/TestExpectations:
5556
5557 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5558
5559         Expectations as a result of removing Skia code suppressions
5560
5561         Unreviewed expectations update.
5562
5563         Round 18. SVG all but dynamic-updates and custom tests. List omitted
5564         except for changes touching other ports.
5565
5566         * platform/chromium/TestExpectations:
5567         * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
5568         * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
5569         * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
5570         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
5571         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
5572         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
5573         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
5574         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
5575         * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
5576         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
5577         * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
5578         * svg/batik/text/textPosition2-expected.txt: Replaced.
5579
5580 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5581
5582         Expectations as a result of removing Skia code suppressions
5583
5584         Unreviewed expectations update.
5585
5586         Round 17. SVG W3C tests. List omitted.
5587
5588         * platform/chromium/TestExpectations:
5589
5590 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
5591
5592         [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
5593
5594         * platform/mac/TestExpectations:
5595
5596 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5597
5598         Expectations as a result of removing Skia code suppressions
5599
5600         Unreviewed expectations update.
5601
5602         Round 16. Everything done but SVG, and cleanup.
5603
5604         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
5605         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
5606         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
5607         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
5608         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
5609         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
5610         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
5611         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
5612         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
5613         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
5614         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
5615         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
5616         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
5617         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
5618         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
5619         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
5620         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
5621         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
5622         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
5623         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
5624         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
5625         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
5626         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
5627         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
5628         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
5629         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
5630         * platform/chromium-linux-x86/tables/mozilla/core: Removed.
5631         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
5632         * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
5633         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
5634         * platform/chromium-linux-x86/tables/mozilla/other: Removed.
5635         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
5636         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
5637         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
5638         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
5639         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
5640         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
5641         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
5642         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
5643         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
5644         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
5645         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
5646         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
5647         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
5648         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
5649         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
5650         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
5651         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
5652         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
5653         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
5654         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
5655         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
5656         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
5657         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
5658         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
5659         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
5660         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
5661         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
5662         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
5663         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
5664         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
5665         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
5666         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
5667         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
5668         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
5669         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
5670         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
5671         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
5672         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
5673         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
5674         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
5675         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
5676         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
5677         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
5678         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
5679         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
5680         * platform/chromium/TestExpectations:
5681
5682 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5683
5684         Expectations as a result of removing Skia code suppressions
5685
5686         Unreviewed expectations update.
5687
5688         Round 15. platform/. Too many to list.
5689
5690         * platform/chromium/TestExpectations:
5691
5692 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5693
5694         Expectations as a result of removing Skia code suppressions
5695
5696         Unreviewed expectations update.
5697
5698         Round 14. Remaining tests up to platform in sorted order. Too many to list.
5699
5700         * platform/chromium/TestExpectations:
5701
5702 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5703
5704         Expectations as a result of removing Skia code suppressions
5705
5706         Unreviewed expectations update.
5707
5708         Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
5709
5710         * platform/chromium/TestExpectations:
5711         * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
5712         * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5713         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5714         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5715         * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
5716         * platform/efl-wk2/fast/text: Added.
5717         * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
5718         * platform/efl-wk2/fast/text/stroking-expected.png: Added.
5719         * platform/efl-wk2/fast/transforms: Added.
5720         * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
5721         * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
5722         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
5723         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
5724         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
5725         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
5726         * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
5727         * platform/efl/fast/text/stroking-expected.png: Removed.
5728         * platform/efl/fast/transforms/shadows-expected.png: Removed.
5729         * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
5730         * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
5731
5732 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5733
5734         Expectations as a result of removing Skia code suppressions
5735
5736         Unreviewed expectations update.
5737
5738         Round 12. More fast tests. Too many to list.
5739
5740         * platform/chromium/TestExpectations:
5741
5742 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5743
5744         [Chromium] Flakey test expectations update
5745
5746         Unreviewed gardening.
5747
5748         * platform/chromium/TestExpectations:
5749
5750 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5751
5752         Expectations as a result of removing Skia code suppressions
5753
5754         Unreviewed expectations update.
5755
5756         Round 11. Some fast tests. Elided.
5757
5758         * platform/chromium/TestExpectations:
5759
5760 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5761
5762         Expectations as a result of removing Skia code suppressions
5763
5764         Unreviewed expectations update.
5765
5766         Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
5767
5768         * fast/repaint/scale-page-shrink-expected.png: Added.
5769         * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
5770         * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
5771         * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
5772         * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
5773         * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
5774
5775 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5776
5777         Expectations as a result of removing Skia code suppressions
5778
5779         Unreviewed expectations update.
5780
5781         Round 9. These were rebaselined earlier before all the bots were done.
5782
5783         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
5784         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
5785         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
5786         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
5787         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
5788         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
5789         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
5790         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
5791         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
5792         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
5793         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
5794         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
5795         * platform/chromium-mac/svg/text/selection-styles-expected.png:
5796         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
5797         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
5798         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
5799         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
5800         * platform/chromium-win/svg/text/selection-styles-expected.png:
5801
5802 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5803
5804         Expectations as a result of removing Skia code suppressions
5805
5806         Unreviewed expectations update.
5807
5808         Round 8. Outstanding mac failure.
5809
5810         * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5811         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5812         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5813         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5814
5815 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5816
5817         Expectations as a result of removing Skia code suppressions
5818
5819         Unreviewed expectations update.
5820
5821         Round 7. Outstanding failing linux tests
5822
5823         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
5824         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
5825
5826 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5827
5828         Expectations as a result of removing Skia code suppressions
5829
5830         Unreviewed expectations update.
5831
5832         Round 6. Outstanding failing linux tests
5833
5834         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
5835
5836 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5837
5838         Expectations as a result of removing Skia code suppressions
5839
5840         Unreviewed expectations update.
5841
5842         Round 5. Editing expectations.
5843
5844         File list truncated to remove the hundreds of files that have been updated.
5845
5846         * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
5847         * platform/efl-wk1/editing/selection: Added.
5848         * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
5849         * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
5850
5851 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
5852
5853         [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
5854
5855         * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
5856         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
5857
5858 2013-02-08  Stephen White  <senorblanco@chromium.org>
5859
5860         [chromium] Unreviewed gardening.  Remove effect-reference-hw from test expectations, since it's now passing.
5861         https://bugs.webkit.org/show_bug.cgi?id=104289
5862
5863         * platform/chromium/TestExpectations:
5864
5865 2013-02-08  Kent Tamura  <tkent@chromium.org>
5866
5867         [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
5868         https://bugs.webkit.org/show_bug.cgi?id=109272
5869
5870         Reviewed by Kentaro Hara.
5871
5872         * platform/chromium/TestExpectations:
5873         Skip fast/forms/datetime and datetime-multiple-fields
5874
5875 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5876
5877         Expectations as a result of removing Skia code suppressions
5878
5879         Unreviewed expectations update.
5880
5881         Round 4. CSS expectations.
5882
5883         * platform/chromium-linux-x86/css1/box_properties: Removed.
5884         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
5885         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
5886         * platform/chromium-linux-x86/css3/images: Removed.
5887         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
5888         * platform/chromium-linux-x86/css3/selectors3/html: Removed.
5889         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
5890         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
5891         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
5892         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
5893         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
5894         * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
5895         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
5896         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
5897         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
5898         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
5899         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
5900         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
5901         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
5902         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
5903         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
5904         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
5905         * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
5906         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
5907         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
5908         * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
5909         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
5910         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
5911         * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
5912         * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
5913         * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
5914         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
5915         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
5916         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
5917         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
5918         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
5919         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
5920         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
5921         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
5922         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
5923         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
5924         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
5925         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
5926         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
5927         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
5928         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
5929         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
5930         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
5931         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
5932         * platform/chromium-mac-lion/css3/images: Removed.
5933         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
5934         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
5935         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
5936         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
5937         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
5938         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
5939         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
5940         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
5941         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
5942         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
5943         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
5944         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
5945         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
5946         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
5947         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
5948         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
5949         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
5950         * platform/chromium-win-xp/css3/images: Removed.
5951         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
5952         * platform/chromium-win-xp/css3/selectors3: Removed.
5953         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
5954         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
5955         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
5956         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
5957         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
5958         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
5959         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
5960         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
5961         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
5962         * platform/chromium/TestExpectations:
5963         * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
5964         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
5965         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
5966
5967 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5968
5969         Expectations as a result of removing Skia code suppressions
5970
5971         Unreviewed expectations update.
5972
5973         Round 3. Remaining expected failures that had platform-specific supppressions
5974
5975         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
5976         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
5977         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
5978         * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
5979         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
5980         * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
5981         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
5982         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
5983         * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
5984         * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
5985         * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
5986         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
5987         * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
5988         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
5989         * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
5990         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
5991         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
5992         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
5993         * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
5994         * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
5995         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
5996         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
5997         * platform/chromium-mac/fast/dom/52776-expected.png:
5998         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
5999         * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
6000         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
6001         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
6002         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
6003         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
6004         * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
6005         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
6006         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
6007         * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
6008         * platform/chromium/TestExpectations:
6009         * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
6010         * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
6011
6012 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6013
6014         [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
6015
6016         * platform/qt/TestExpectations:
6017         * platform/qt/svg/css/arrow-with-shadow-expected.png:
6018         * platform/qt/svg/css/arrow-with-shadow-expected.txt:
6019         * platform/qt/svg/css/clippath-with-shadow-expected.png:
6020         * platform/qt/svg/css/clippath-with-shadow-expected.txt:
6021         * platform/qt/svg/css/composite-shadow-text-expected.png:
6022         * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
6023         * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
6024         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
6025         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
6026
6027 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6028
6029         Expectations as a result of removing Skia code suppressions
6030
6031         Unreviewed expectations update.
6032
6033         Round 2. Failing Linux tests with no expectations
6034
6035         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
6036         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
6037         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
6038         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
6039         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
6040         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
6041         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
6042         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
6043         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
6044         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
6045         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
6046         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
6047         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
6048         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
6049         * platform/chromium-linux/svg/text/selection-styles-expected.png:
6050         * platform/efl-wk2/fast/repaint: Added.
6051         * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
6052         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
6053         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
6054
6055 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6056
6057         Expectations as a result of removing Skia code suppressions
6058
6059         Unreviewed expectations update.
6060
6061         Round 1. Some tests that have existing expectations.
6062
6063         * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6064         * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
6065         * platform/chromium-linux-x86/editing/input: Removed.
6066         * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6067         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6068         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
6069         * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
6070         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6071         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
6072         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6073         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
6074         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
6075         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6076         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
6077         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6078         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
6079         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6080         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6081         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
6082         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6083         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
6084         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
6085         * platform/chromium-win-xp/editing/input: Removed.
6086         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6087         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
6088         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6089         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
6090         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
6091         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
6092         * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
6093         * platform/chromium/TestExpectations:
6094         * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6095         * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6096         * platform/efl-wk2/editing/input: Added.
6097         * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6098         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6099         * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6100
6101 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6102
6103         [Qt] Unreviewed gardening.
6104         https://bugs.webkit.org/show_bug.cgi?id=109209.
6105
6106         * platform/qt/TestExpectations:
6107         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
6108         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
6109
6110 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6111
6112         [Qt][Wk2] Unreviewed gardening. Skip failing tests.
6113         https://bugs.webkit.org/show_bug.cgi?id=109291.
6114
6115         * platform/qt-5.0-wk2/TestExpectations:
6116
6117 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6118
6119         Expectations as a result of removing Skia code suppressions
6120
6121         Unreviewed expectations update.
6122
6123         These are tests that failed due to bad expectations.
6124
6125         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
6126         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
6127         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
6128         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
6129         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
6130         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
6131         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
6132         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
6133         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
6134         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
6135         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
6136         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
6137         * platform/chromium-win/platform/chromium/rubberbanding: Added.
6138         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
6139         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
6140         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
6141         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
6142         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
6143         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
6144         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
6145         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
6146         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
6147         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
6148         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
6149         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
6150         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
6151         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
6152         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
6153         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
6154         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
6155         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
6156         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
6157         * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
6158         * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
6159         * platform/chromium/TestExpectations:
6160
6161 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6162
6163         Expectations as a result of removing Skia code suppressions
6164
6165         Unreviewed gardening.
6166
6167         * platform/chromium/TestExpectations: Last of the Win failures.
6168
6169 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6170
6171         Expectations as a result of removing Skia code suppressions
6172
6173         Unreviewed gardening.
6174
6175         * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
6176
6177 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
6178
6179         Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
6180         https://bugs.webkit.org/show_bug.cgi?id=109282
6181
6182         Reviewed by Alexander Pavlov.
6183
6184         * http/tests/inspector-enabled/dynamic-scripts.html:
6185         * http/tests/inspector/compiler-script-mapping.html:
6186         * http/tests/inspector/workspace-test.js:
6187         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
6188         * inspector/debugger/breakpoint-manager.html:
6189         * inspector/debugger/dynamic-scripts.html:
6190         * inspector/debugger/script-snippet-model.html:
6191         * inspector/debugger/scripts-file-selector.html:
6192         * inspector/debugger/scripts-panel.html:
6193         * inspector/debugger/scripts-sorting-expected.txt:
6194         * inspector/debugger/scripts-sorting.html:
6195         * inspector/uisourcecode-revisions.html:
6196
6197 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6198
6199         Expectations as a result of removing Skia code suppressions
6200
6201         Unreviewed gardening.
6202
6203         * platform/chromium/TestExpectations: Outstanding Win failures
6204
6205 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6206
6207         Expectations as a result of removing Skia code suppressions
6208
6209         Unreviewed gardening.
6210
6211         * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
6212
6213 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6214
6215         Expectations as a result of removing Skia code suppressions
6216
6217         Unreviewed gardening.
6218
6219         * platform/chromium/TestExpectations: Modified a MountainLion expectation
6220
6221 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6222
6223         Expectations as a result of removing Skia code suppressions
6224
6225         Unreviewed gardening.
6226
6227         * platform/chromium/TestExpectations:
6228
6229 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
6230
6231         Web Inspector: Replace workspace with project in UISourceCode constructor.
6232         https://bugs.webkit.org/show_bug.cgi?id=109256
6233
6234         Reviewed by Alexander Pavlov.
6235
6236         * inspector/debugger/breakpoint-manager-expected.txt:
6237         * inspector/debugger/breakpoint-manager.html:
6238         * inspector/debugger/script-formatter-search.html:
6239         * inspector/debugger/scripts-file-selector.html:
6240         * inspector/debugger/scripts-panel.html:
6241         * inspector/debugger/scripts-sorting.html:
6242         * inspector/debugger/ui-source-code-display-name.html:
6243         * inspector/debugger/ui-source-code.html:
6244         * inspector/uisourcecode-revisions.html:
6245
6246 2013-02-08  Zan Dobersek  <zdobersek@igalia.com>
6247
6248         Unreviewed GTK gardening.
6249
6250         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
6251
6252 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6253
6254         Remove Skia code suppressions
6255
6256         Unreviewed enabling of existing optimizations
6257
6258         Removing all skia_webkit.gyp code suppressions and adding expectations
6259         for the failures.
6260
6261         * platform/chromium/TestExpectations:
6262
6263 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6264
6265         [chromium] Unreviewed gardening. Adjusting expectations for two failures.
6266
6267         Unreviewed Chromium expectations
6268
6269         * platform/chromium/TestExpectations:
6270
6271 2013-02-08  Matt Falkenhagen  <falken@chromium.org>
6272
6273         [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
6274         https://bugs.webkit.org/show_bug.cgi?id=96441
6275
6276         * platform/chromium/TestExpectations:
6277
6278 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6279
6280         [Qt] Unreviewed gardening. Skip failing tests.
6281
6282         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
6283         * platform/qt/TestExpectations:
6284         * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
6285
6286 2013-02-08  KwangYong Choi  <ky0.choi@samsung.com>
6287
6288         [EFL] Mark some tests as passing with incorrect expectations
6289         https://bugs.webkit.org/show_bug.cgi?id=109173
6290
6291         Unreviewed EFL gardening.
6292
6293         Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
6294
6295         Currently, the tests are passing with their generated incorrect expectations.
6296         It should be checked if the test starts failing. It means, the test can be passing now.
6297
6298         Below tests are marked as passing tests with incorrect expectations.
6299
6300         fast/forms/basic-textareas-quirks.html
6301         fast/forms/input-disabled-color.html
6302         fast/forms/input-readonly-dimmed.html
6303         fast/forms/listbox-hit-test-zoomed.html
6304         fast/forms/menulist-narrow-width.html
6305         fast/forms/menulist-style-color.html
6306         fast/forms/plaintext-mode-2.html
6307         fast/forms/search-cancel-button-style-sharing.html
6308         fast/forms/search-rtl.html
6309         fast/forms/select-baseline.html
6310         fast/forms/select-style.html
6311         fast/forms/zoomed-controls.html
6312
6313         * platform/efl-wk1/TestExpectations:
6314         * platform/efl-wk2/TestExpectations:
6315         * platform/efl/TestExpectations:
6316
6317 2013-02-08  Kentaro Hara  <haraken@chromium.org>
6318
6319         Support a relatedTarget attribute on focus/blur events
6320         https://bugs.webkit.org/show_bug.cgi?id=109176
6321
6322         Reviewed by Ojan Vafai.
6323
6324         In bug 76216, we supported a relatedTarget attribute on
6325         focusin/focusout events. We should also support it on focus/blur events.
6326
6327         See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
6328         for the www-dom discussion.
6329
6330         * fast/dom/shadow/shadow-boundary-events-expected.txt:
6331         * fast/dom/shadow/shadow-boundary-events.html:
6332         * fast/events/related-target-focusevent-expected.txt:
6333         * fast/events/related-target-focusevent.html:
6334
6335 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
6336
6337         Web Inspector: reduce number of native memory instrumentation categories
6338         https://bugs.webkit.org/show_bug.cgi?id=109146
6339
6340         Reviewed by Pavel Feldman.
6341
6342         Updated tests to use new memory categories.
6343
6344         * inspector-protocol/nmi-webaudio-expected.txt:
6345         * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
6346         * inspector-protocol/nmi-webaudio-leak-test.html:
6347         * inspector-protocol/nmi-webaudio.html:
6348         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
6349         * inspector/profiler/memory-instrumentation-cached-images.html:
6350         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
6351         * inspector/profiler/memory-instrumentation-canvas.html:
6352
6353 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6354
6355         [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
6356         https://bugs.webkit.org/show_bug.cgi?id=109262
6357
6358         An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
6359
6360         * platform/chromium/TestExpectations:
6361
6362 2013-02-07  Mike West  <mkwst@chromium.org>
6363
6364         <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
6365         https://bugs.webkit.org/show_bug.cgi?id=87707
6366
6367         Reviewed by Eric Seidel.
6368
6369         * fast/frames/seamless/seamless-float-expected.txt:
6370         * fast/frames/seamless/seamless-inline-expected.txt:
6371             Rebaseline the now-passing bits of these tests.
6372
6373 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
6374
6375         Unreviewed rebaseline.
6376
6377         * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
6378         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
6379         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
6380         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
6381         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
6382         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
6383         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
6384         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
6385         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
6386
6387 2013-02-07  Kent Tamura  <tkent@chromium.org>
6388
6389         document.activeElement should not return a non-focusable element
6390         https://bugs.webkit.org/show_bug.cgi?id=86707
6391
6392         Reviewed by Hajime Morita.
6393
6394         * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
6395         * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
6396         This test verifies that document.activeElement does not return an
6397         invalid or non-focusable element.
6398
6399 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6400
6401         [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
6402
6403         See https://bugs.webkit.org/show_bug.cgi?id=109114
6404
6405         * platform/chromium/TestExpectations:
6406
6407 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
6408
6409         Cleaning up after r142208
6410         https://bugs.webkit.org/show_bug.cgi?id=109228
6411
6412         Unreviewed.
6413         
6414         The commit-queue didn't remove these files for some reason. Removing them manually.
6415
6416         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6417         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6418         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6419         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6420         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6421         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6422         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6423
6424 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
6425
6426         Rebaseline text output for contentOpaque
6427         https://bugs.webkit.org/show_bug.cgi?id=108656
6428
6429         Unreviewed rebaseline.
6430
6431         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
6432         * platform/chromium/TestExpectations:
6433         * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
6434         * platform/mac/TestExpectations:
6435         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
6436         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
6437
6438 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6439
6440         Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
6441         which was failing on Chromium Mac after r142152.
6442
6443         * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt.
6444
6445 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
6446
6447         Unreviewed, rolling out r142113.
6448         http://trac.webkit.org/changeset/142113
6449         https://bugs.webkit.org/show_bug.cgi?id=109244
6450
6451         tests started failing after r142081 was rolled out in r142166
6452         (Requested by falken on #webkit).
6453
6454         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
6455         * inspector/profiler/memory-instrumentation-cached-images.html:
6456         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
6457         * inspector/profiler/memory-instrumentation-canvas.html:
6458
6459 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
6460
6461         getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
6462         https://bugs.webkit.org/show_bug.cgi?id=106535
6463
6464         Reviewed by Ojan Vafai.
6465
6466         Update tests to also check getComputedStyle during animations and transitions.
6467
6468         * fast/css-generated-content/pseudo-animation-expected.txt:
6469         * fast/css-generated-content/pseudo-animation.html:
6470         * fast/css-generated-content/pseudo-transition-expected.txt:
6471         * fast/css-generated-content/pseudo-transition.html:
6472
6473 2013-02-07  Kent Tamura  <tkent@chromium.org>
6474
6475         [Chromium-Android] Disable input[type=datetime]
6476         https://bugs.webkit.org/show_bug.cgi?id=107614
6477
6478         Reviewed by Kentaro Hara.
6479
6480         * platform/chromium/TestExpectations:
6481         Tetsts in fast/forms/datetime/ fail.
6482
6483 2013-02-07  Jeffrey Pfau  <jpfau@apple.com>
6484
6485         [Mac] Unreviewed, skip crashing test
6486
6487         * platform/mac/TestExpectations:
6488
6489 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
6490
6491         [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest 
6492         https://bugs.webkit.org/show_bug.cgi?id=109228
6493
6494         Reviewed by Eric Seidel.
6495
6496         Simplify and turn the test into a reftest, remove the unnecessary expected files.
6497
6498         * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
6499         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6500         * fast/regions/selecting-text-through-different-region-flows.html:
6501         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6502         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6503         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6504         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6505         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6506         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6507         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6508         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6509         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6510         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6511
6512 2013-02-07  Alexei Svitkine  <asvitkine@chromium.org>
6513
6514         Chromium: Hang parsing bidi control chars on Mac OS X 10.6
6515         https://bugs.webkit.org/show_bug.cgi?id=108877
6516
6517         This was broken a while ago by:
6518             https://bugs.webkit.org/show_bug.cgi?id=83045
6519
6520         On 10.6, CoreText will not produce any runs covering the
6521         Unicode BiDi RTL mark control char, which causes an infinite
6522         loop in ComplexTextController::indexOfCurrentRun() due to no
6523         run covering the character at offset 0.
6524
6525         This patch fixes that issue by finding the earliest run
6526         explicitly via the minimum stringBegin() index instead of
6527         relying on a run existing that covers offset 0.
6528
6529         Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
6530         Chromium bug: http://crbug.com/167844
6531
6532         New test in the same style as harfbuzz-buffer-overrun.html
6533         in the same folder.
6534
6535         Reviewed by Eric Seidel.
6536
6537         * fast/text/international/rtl-mark-expected.txt: Added.
6538         * fast/text/international/rtl-mark.html: Added.
6539
6540 2013-02-07  Kentaro Hara  <haraken@chromium.org>
6541
6542         Implement FocusEvent constructor
6543         https://bugs.webkit.org/show_bug.cgi?id=109170
6544
6545         Reviewed by Adam Barth.
6546
6547         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
6548
6549         FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
6550         flag, which is enabled on Chromium and Safari.
6551
6552         * fast/dom/constructed-objects-prototypes-expected.txt:
6553         * fast/events/constructors/focus-event-constructor-expected.txt: Added.
6554         * fast/events/constructors/focus-event-constructor.html: Added.
6555         * platform/efl/TestExpectations:
6556         * platform/gtk/TestExpectations:
6557         * platform/qt/TestExpectations:
6558         * platform/win/TestExpectations:
6559         * platform/wincairo/TestExpectations:
6560
6561 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
6562
6563         HTML parser should queue MutationRecords for its operations
6564         https://bugs.webkit.org/show_bug.cgi?id=89351
6565
6566         Reviewed by Eric Seidel.
6567
6568         Add new test mutation records in the parser and fix shadow-dom.html
6569         test since it used setTimeout and sometimes could observe parser
6570         mutations.
6571
6572         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
6573         * fast/dom/MutationObserver/parser-mutations.html: Added.
6574         * fast/dom/MutationObserver/shadow-dom-expected.txt:
6575         * fast/dom/MutationObserver/shadow-dom.html:
6576
6577 2013-02-07  Adam Barth  <abarth@webkit.org>
6578
6579         fast/parser/document-write-noscript.html fails for threaded HTML parser
6580         https://bugs.webkit.org/show_bug.cgi?id=109237
6581
6582         Reviewed by Eric Seidel.
6583
6584         This tests basic document.write functionality.  There doesn't appear to
6585         be another fast/parser test that covers this basic case (although it's
6586         convered in some more complicated test cases incidentally.)
6587
6588         * fast/parser/document-write-basic-expected.txt: Added.
6589         * fast/parser/document-write-basic.html: Added.
6590
6591 2013-02-07  Keishi Hattori  <keishi@webkit.org>
6592
6593         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
6594         https://bugs.webkit.org/show_bug.cgi?id=109136
6595
6596         Reviewed by Kent Tamura.
6597
6598         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
6599         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
6600         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
6601         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
6602         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
6603         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
6604         * platform/chromium/TestExpectations:
6605
6606 2013-02-07  Terry Anderson  <tdanderson@chromium.org>
6607
6608         Non-scrollable divs and non-scrollable iframes can scroll with touch
6609         https://bugs.webkit.org/show_bug.cgi?id=109087
6610
6611         Reviewed by Eric Seidel.
6612
6613         Two new layout tests added to demonstrate that the changes to
6614         RenderLayer::scrollBy() and closestScrollableNodeCandidate() in 
6615         EventHandler.cpp are both necessary to ensure that non-scrollable
6616         divs and non-scrollable iframes cannot be scrolled with touch.
6617
6618         * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
6619         * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
6620         * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
6621         * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
6622         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
6623         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
6624
6625 2013-02-07  Michelangelo De Simone  <michelangelo@webkit.org>
6626
6627         [CSS Shaders] Add the last blending step
6628         https://bugs.webkit.org/show_bug.cgi?id=104012
6629
6630         Added a test to check the correct blending in presence of a transparent backdrop.
6631
6632         Reviewed by Dean Jackson.
6633
6634         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
6635         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
6636         * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
6637         differences, please see the relevant bug: http://webkit.org/b/107487
6638
6639 2013-02-07  Hans Muller  <hmuller@adobe.com>
6640
6641         [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
6642         https://bugs.webkit.org/show_bug.cgi?id=107566
6643
6644         Reviewed by David Hyatt.
6645
6646         Added a simple polygonal shape-inside test where only a subset of the polygon edges
6647         should contribute to each line's offset edges.
6648
6649         * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
6650         * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
6651
6652 2013-02-07  James Craig  <jcraig@apple.com>
6653
6654         Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
6655         https://bugs.webkit.org/show_bug.cgi?id=109027
6656
6657         Reviewed by Chris Fleizach.
6658
6659         New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles. 
6660
6661         * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
6662         * platform/mac/accessibility/role-subrole-roledescription.html: Added.
6663
6664 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
6665
6666         Unreviewed GTK gardening.
6667
6668         * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
6669         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
6670
6671 2013-02-07  Benjamin Poulain  <bpoulain@apple.com>
6672
6673         Move pauseAnimation/pauseTransition from TestRunner to Internals
6674         https://bugs.webkit.org/show_bug.cgi?id=109107
6675
6676         Reviewed by Anders Carlsson.
6677
6678         Change the tests with the following:
6679         -Use the methods on Internals instead of TestRunner.
6680         -Adapt the calls to pass a particular element instead of an ID.
6681         -Remove feature detection. Having Internals implies having the feature.
6682
6683         * animations/animation-hit-test-transform.html:
6684         * animations/animation-hit-test.html:
6685         * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
6686         * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
6687         * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
6688         * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
6689         * animations/change-keyframes-name.html:
6690         * animations/change-transform-style-during-animation.html:
6691         * animations/missing-from-to-transforms.html:
6692         * animations/missing-from-to.html:
6693         * animations/resources/animation-test-helpers.js:
6694         (checkExpectedValue):
6695         (startTest):
6696         * css3/calc/transitions-dependent.html:
6697         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
6698         * transitions/opacity-transition-zindex.html:
6699         * transitions/resources/transition-test-helpers.js:
6700         (expected):
6701         * transitions/transition-drt-api-delay.html:
6702         * transitions/transition-drt-api.html:
6703         * transitions/transition-hit-test-transform.html:
6704         * transitions/transition-hit-test.html:
6705
6706 2013-02-07  Rik Cabanier  <cabanier@adobe.com>
6707
6708         Add support for parsing of -webkit-background-blend-mode
6709         https://bugs.webkit.org/show_bug.cgi?id=108547
6710
6711         Reviewed by David Hyatt.
6712
6713         Added parsing and general CSS handling of -webkit-background-blend-mode per
6714         https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
6715
6716         * css3/compositing/background-blend-mode-property-expected.txt: Added.
6717         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6718         * css3/compositing/background-blend-mode-property-parsing.html: Added.
6719         * css3/compositing/background-blend-mode-property.html: Added.
6720         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
6721         (jsWrapperClass):
6722         (shouldBeType):
6723         (testBlendModeRule):
6724         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
6725         (testblendmode):
6726
6727         * css3/compositing/background-blend-mode-property-expected.txt: Added.
6728         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6729         * css3/compositing/background-blend-mode-property-parsing.html: Added.
6730         * css3/compositing/background-blend-mode-property.html: Added.
6731         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
6732         (jsWrapperClass):
6733         (shouldBeType):
6734         (testBlendModeRule):
6735         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
6736         (testblendmode):
6737         * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
6738         * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6739
6740 2013-02-07  Gavin Peters  <gavinp@chromium.org>
6741
6742         Unreviewed, rolling out r142142.
6743         http://trac.webkit.org/changeset/142142
6744         https://bugs.webkit.org/show_bug.cgi?id=109154
6745
6746         Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
6747
6748         * inspector/editor/text-editor-home-button-expected.txt: Removed.
6749         * inspector/editor/text-editor-home-button.html: Removed.
6750         * platform/efl/TestExpectations:
6751         * platform/mac/TestExpectations:
6752         * platform/qt/TestExpectations:
6753
6754 2013-02-07  Bear Travis  <betravis@adobe.com>
6755
6756         [CSS Exclusions] shape-inside does not properly handle padding or border
6757         https://bugs.webkit.org/show_bug.cgi?id=102715
6758
6759         Reviewed by David Hyatt.
6760
6761         Test that borders and padding are properly accounted for when laying out text in
6762         a shape inside.
6763
6764         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
6765         use padding.
6766         * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
6767         * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
6768
6769 2013-01-27  Robert Hogan  <robert@webkit.org>
6770
6771         CSS 2.1 failure: floats-149 fails
6772         https://bugs.webkit.org/show_bug.cgi?id=95772
6773
6774         Reviewed by David Hyatt.
6775
6776         * css2.1/20110323/floats-149-expected.html: Added.
6777         * css2.1/20110323/floats-149.htm: Added.
6778         * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
6779         * fast/inline/inline-with-empty-inline-children.html: Added.
6780         * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
6781
6782 2013-02-07  Max Vujovic  <mvujovic@adobe.com>
6783
6784         [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
6785         https://bugs.webkit.org/show_bug.cgi?id=109082
6786
6787         Move the at-rule parsing tests to the recently added folder named
6788         "custom-with-at-rule-parsing". 
6789
6790         Remove the "custom-filter" prefix from the test filenames to
6791         match the new convention.
6792
6793         Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
6794         "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
6795         that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
6796         behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
6797         expectation file that was previously needed for "shouldBeType".
6798
6799         Reviewed by Dean Jackson.
6800
6801         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt.
6802         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid.html.
6803         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
6804         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-valid.html.
6805         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js.
6806         (testInvalidFilterAtRule):
6807         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js.
6808         (testFilterAtRule):
6809         (testNestedRules):
6810         (checkRule):
6811         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
6812         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
6813
6814 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
6815
6816         Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
6817         https://bugs.webkit.org/show_bug.cgi?id=109201
6818
6819         Reviewed by Pavel Feldman.
6820
6821         * inspector/debugger/network-uisourcecode-provider.html:
6822
6823 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
6824
6825         Web Inspector: home button behaviour is wrong in DTE
6826         https://bugs.webkit.org/show_bug.cgi?id=109154
6827
6828         Reviewed by Vsevolod Vlasov.
6829
6830         Add layout test to verify home button behaviour. Exclude this test on
6831         platforms that do not have eventSender object in test shell.
6832
6833         * inspector/editor/text-editor-home-button-expected.txt: Added.
6834         * inspector/editor/text-editor-home-button.html: Added.
6835         * platform/efl/TestExpectations:
6836         * platform/mac/TestExpectations:
6837         * platform/qt/TestExpectations:
6838
6839 2013-02-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
6840
6841         Scrollbars misplaced with accelerated compositing for overflow scroll
6842         https://bugs.webkit.org/show_bug.cgi?id=108625
6843
6844         Reviewed by Simon Fraser.
6845
6846         Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
6847         and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
6848
6849         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
6850         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
6851
6852 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
6853
6854         [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
6855         https://bugs.webkit.org/show_bug.cgi?id=107567.
6856
6857         * platform/qt/TestExpectations:
6858         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
6859         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
6860         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
6861         * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
6862         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
6863         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
6864         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
6865         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
6866         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
6867         * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
6868         * platform/qt/fast/text/whitespace/006-expected.png:
6869         * platform/qt/fast/text/whitespace/006-expected.txt:
6870         * platform/qt/fast/text/whitespace/007-expected.png:
6871         * platform/qt/fast/text/whitespace/007-expected.txt:
6872         * platform/qt/svg/batik/text/xmlSpace-expected.png:
6873         * platform/qt/svg/batik/text/xmlSpace-expected.txt:
6874         * platform/qt/svg/carto.net/combobox-expected.png:
6875         * platform/qt/svg/carto.net/combobox-expected.txt:
6876         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
6877         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
6878         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
6879         * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
6880         * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
6881         * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
6882
6883 2013-02-07  Gavin Peters  <gavinp@chromium.org>
6884
6885         Unreviewed, rolling out r142111.
6886         http://trac.webkit.org/changeset/142111
6887         https://bugs.webkit.org/show_bug.cgi?id=108055
6888
6889         win7 bot didn't display Arabic, see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=platform%2Fchromium%2Ffast%2Fforms%2Fcalendar-picker%2Fcalendar-picker-appearance-required-ar.html
6890
6891         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
6892         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
6893         * platform/chromium/TestExpectations:
6894         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
6895         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
6896         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
6897         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
6898
6899 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
6900
6901         Web Inspector: [Regression] Map.size() returns negative values.
6902         https://bugs.webkit.org/show_bug.cgi?id=109174
6903
6904         Reviewed by Yury Semikhatsky.
6905
6906         * inspector/map-expected.txt:
6907         * inspector/map.html:
6908
6909 2013-02-07  Kent Tamura  <tkent@chromium.org>
6910
6911         Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
6912         https://bugs.webkit.org/show_bug.cgi?id=109160
6913
6914         Reviewed by Kentaro Hara.
6915
6916         * fast/forms/number/number-l10n-input-expected.txt: Added.
6917         * fast/forms/number/number-l10n-input.html: Added.
6918
6919 2013-02-07  Stephen White  <senorblanco@chromium.org>
6920
6921         [chromium] New baselines for GPU-accelerated reference filters tests.  Unreviewed.
6922         https://bugs.webkit.org/show_bug.cgi?id=104289
6923
6924         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
6925         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
6926         * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
6927         * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
6928         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
6929         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
6930         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
6931         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
6932         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
6933         * platform/chromium/TestExpectations:
6934
6935 2013-02-07  Peter Rybin  <prybin@chromium.org>
6936
6937         Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
6938         https://bugs.webkit.org/show_bug.cgi?id=107829
6939
6940         Reviewed by Pavel Feldman.
6941
6942         * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
6943         * inspector-protocol/debugger-setVariableValue.html: Added.
6944         * inspector/console/command-line-api-expected.txt:
6945         * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
6946
6947 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
6948
6949         Web Inspector: reduce number of native memory instrumentation categories
6950         https://bugs.webkit.org/show_bug.cgi?id=109146
6951
6952         Reviewed by Pavel Feldman.
6953
6954         Fix layout tests that started failing after r142081.
6955
6956         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
6957         * inspector/profiler/memory-instrumentation-cached-images.html:
6958         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
6959         * inspector/profiler/memory-instrumentation-canvas.html:
6960
6961 2013-02-07  Keishi Hattori  <keishi@webkit.org>
6962
6963         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
6964         https://bugs.webkit.org/show_bug.cgi?id=108055
6965
6966         Reviewed by Kent Tamura.
6967
6968         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
6969         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
6970         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
6971         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
6972         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
6973         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
6974         * platform/chromium/TestExpectations:
6975
6976 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
6977
6978         [Qt] Unreviewed gardening. Skip failing test.
6979
6980         * platform/qt/TestExpectations:
6981
6982 2013-02-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
6983
6984         [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
6985
6986         * platform/qt/TestExpectations:
6987         * platform/qt/fast/dynamic/002-expected.txt:
6988         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
6989         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
6990
6991 2013-02-07  Gregg Tavares  <gman@chromium.org>
6992
6993         Add WebGL Conformance Tests state, renderbuffers, and reading folders.
6994         https://bugs.webkit.org/show_bug.cgi?id=109121
6995
6996         Reviewed by Kenneth Russell.
6997
6998         * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
6999         * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
7000         * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
7001         * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
7002         * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
7003         * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
7004         * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
7005         * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
7006         * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
7007         * webgl/conformance/state/gl-enable-enum-test.html: Added.
7008         * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
7009         * webgl/conformance/state/gl-enum-tests.html: Added.
7010         * webgl/conformance/state/gl-get-calls-expected.txt: Added.
7011         * webgl/conformance/state/gl-get-calls.html: Added.
7012         * webgl/conformance/state/gl-geterror-expected.txt: Added.
7013         * webgl/conformance/state/gl-geterror.html: Added.
7014         * webgl/conformance/state/gl-getstring-expected.txt: Added.
7015         * webgl/conformance/state/gl-getstring.html: Added.
7016         * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
7017         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
7018         * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
7019         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
7020         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
7021         * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
7022         * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
7023         * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
7024         * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
7025         * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
7026         * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
7027         * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
7028
7029 2013-02-07  Gregg Tavares  <gman@chromium.org>
7030
7031         Add WebGL Conformance Tests rendering folder.
7032         https://bugs.webkit.org/show_bug.cgi?id=109122
7033
7034         Reviewed by Kenneth Russell.
7035
7036         * webgl/conformance/rendering/culling-expected.txt: Added.
7037         * webgl/conformance/rendering/culling.html: Added.
7038         * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
7039         * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
7040         * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
7041         * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
7042         * webgl/conformance/rendering/gl-clear-expected.txt: Added.
7043         * webgl/conformance/rendering/gl-clear.html: Added.
7044         * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
7045         * webgl/conformance/rendering/gl-drawelements.html: Added.
7046         * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
7047         * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
7048         * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
7049         * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
7050         * webgl/conformance/rendering/simple-expected.txt: Added.
7051         * webgl/conformance/rendering/simple.html: Added.
7052         * webgl/conformance/rendering/triangle-expected.txt: Added.
7053         * webgl/conformance/rendering/triangle.html: Added.
7054         * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
7055         * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
7056         * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
7057         * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
7058         * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
7059         * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
7060         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
7061         * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
7062         * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
7063         * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
7064         * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
7065
7066 2013-02-07  Gregg Tavares  <gman@chromium.org>
7067
7068         Add WebGL Conformance Tests programs folder.
7069         https://bugs.webkit.org/show_bug.cgi?id=109120
7070
7071         Reviewed by Kenneth Russell.
7072
7073         * webgl/conformance/programs/get-active-test-expected.txt: Added.
7074         * webgl/conformance/programs/get-active-test.html: Added.
7075         * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
7076         * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
7077         * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
7078         * webgl/conformance/programs/gl-get-active-attribute.html: Added.
7079         * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
7080         * webgl/conformance/programs/gl-get-active-uniform.html: Added.
7081         * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
7082         * webgl/conformance/programs/gl-getshadersource.html: Added.
7083         * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
7084         * webgl/conformance/programs/gl-shader-test.html: Added.
7085         * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
7086         * webgl/conformance/programs/invalid-UTF-16.html: Added.
7087         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
7088         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
7089         * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
7090         * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
7091         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
7092         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
7093         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
7094         * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
7095         * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
7096         * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
7097         * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
7098
7099 2013-02-07  Gregg Tavares  <gman@chromium.org>
7100
7101         Add WebGL Conformance Tests context folder.
7102         https://bugs.webkit.org/show_bug.cgi?id=109114
7103
7104         Reviewed by Kenneth Russell.
7105
7106         * webgl/conformance/context/constants-expected.txt: Added.
7107         * webgl/conformance/context/constants.html: Added.
7108         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
7109         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
7110         * webgl/conformance/context/context-lost-expected.txt: Added.
7111         * webgl/conformance/context/context-lost-restored-expected.txt: Added.
7112         * webgl/conformance/context/context-lost-restored.html: Added.
7113         * webgl/conformance/context/context-lost.html: Added.
7114         * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
7115         * webgl/conformance/context/context-release-upon-reload.html: Added.
7116         * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
7117         * webgl/conformance/context/context-release-with-workers.html: Added.
7118         * webgl/conformance/context/context-type-test-expected.txt: Added.
7119         * webgl/conformance/context/context-type-test.html: Added.
7120         * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
7121         * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
7122         * webgl/conformance/context/methods-expected.txt: Added.
7123         * webgl/conformance/context/methods.html: Added.
7124         * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
7125         * webgl/conformance/context/premultiplyalpha-test.html: Added.
7126         * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
7127         * webgl/conformance/context/resource-sharing-test.html: Added.
7128         * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
7129         * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
7130         * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
7131         * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
7132         * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
7133         * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
7134         * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
7135         * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
7136         * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
7137         * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
7138         * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
7139         * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
7140         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
7141         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
7142         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
7143
7144 2013-02-07  Gregg Tavares  <gman@chromium.org>
7145
7146         Add WebGL Conformance Tests uniforms folder.
7147         https://bugs.webkit.org/show_bug.cgi?id=109112
7148
7149         Reviewed by Kenneth Russell.
7150
7151         * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
7152         * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
7153         * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
7154         * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
7155         * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
7156         * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
7157         * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
7158         * webgl/conformance/uniforms/null-uniform-location.html: Added.
7159         * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
7160         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
7161         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
7162         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
7163         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
7164         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
7165         * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
7166         * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
7167         * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
7168
7169 2013-02-07  Gregg Tavares  <gman@chromium.org>
7170
7171         Add WebGL Conformance Tests canvas folder.
7172         https://bugs.webkit.org/show_bug.cgi?id=109113
7173
7174         Reviewed by Kenneth Russell.
7175
7176         * webgl/conformance/canvas/canvas-test-expected.txt: Added.
7177         * webgl/conformance/canvas/canvas-test.html: Added.
7178         * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
7179         * webgl/conformance/canvas/canvas-zero-size.html: Added.
7180         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
7181         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
7182         * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
7183         * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
7184         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
7185         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
7186         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
7187         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
7188         * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
7189         * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
7190         * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
7191         * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
7192         * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
7193         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
7194         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
7195         * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
7196         * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
7197         * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
7198
7199 2013-02-07  Gregg Tavares  <gman@chromium.org>
7200
7201         Add WebGL Conformance Tests texture folder.
7202         https://bugs.webkit.org/show_bug.cgi?id=109111
7203
7204         Reviewed by Kenneth Russell.
7205
7206         * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
7207         * webgl/conformance/textures/compressed-tex-image.html: Added.
7208         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
7209         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
7210         * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
7211         * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
7212         * webgl/conformance/textures/gl-teximage-expected.txt: Added.
7213         * webgl/conformance/textures/gl-teximage.html: Added.
7214         * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
7215         * webgl/conformance/textures/mipmap-fbo.html: Added.
7216         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
7217         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
7218         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
7219         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
7220         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
7221         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
7222         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
7223         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
7224         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
7225         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
7226         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
7227         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
7228         * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
7229         * webgl/conformance/textures/tex-image-webgl.html: Added.
7230         * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
7231         * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
7232         * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
7233         * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
7234         * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
7235         * webgl/conformance/textures/tex-input-validation.html: Added.
7236         * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
7237         * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
7238         * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
7239         * webgl/conformance/textures/tex-sub-image-2d.html: Added.
7240         * webgl/conformance/textures/texparameter-test-expected.txt: Added.
7241         * webgl/conformance/textures/texparameter-test.html: Added.
7242         * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
7243         * webgl/conformance/textures/texture-attachment-formats.html: Added.
7244         * webgl/conformance/textures/texture-clear-expected.txt: Added.
7245         * webgl/conformance/textures/texture-clear.html: Added.
7246         * webgl/conformance/textures/texture-complete-expected.txt: Added.
7247         * webgl/conformance/textures/texture-complete.html: Added.
7248         * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
7249         * webgl/conformance/textures/texture-formats-test.html: Added.
7250         * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
7251         * webgl/conformance/textures/texture-hd-dpi.html: Added.
7252         * webgl/conformance/textures/texture-npot-expected.txt: Added.
7253         * webgl/conformance/textures/texture-npot.html: Added.
7254         * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
7255         * webgl/conformance/textures/texture-size-cube-maps.html: Added.
7256         * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
7257         * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
7258         * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
7259         * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
7260         * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
7261         * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
7262         * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
7263         * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
7264         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
7265         * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
7266         * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
7267         * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
7268         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
7269         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
7270         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
7271         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
7272         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
7273         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
7274         * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
7275         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
7276         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
7277         * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
7278         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
7279         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
7280         * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
7281         * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
7282         * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
7283         * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
7284         * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
7285         * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
7286         * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
7287         * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
7288         * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
7289         * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
7290         * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
7291
7292 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
7293
7294         Web Inspector: highlight matching braces in DTE.
7295         https://bugs.webkit.org/show_bug.cgi?id=108697
7296
7297         Reviewed by Pavel Feldman.
7298
7299         New layout test to verify brace matching functionality. Fix some
7300         layout test expectations as the patch removes braces from highlight
7301         ranges.
7302
7303         * inspector/editor/brace-matcher-expected.txt: Added.
7304         * inspector/editor/brace-matcher.html: Added.
7305         * inspector/editor/highlighter-basics-expected.txt:
7306         * inspector/editor/text-editor-long-line-expected.txt:
7307
7308 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
7309
7310         Rollout r142058 various crashes and timeouts on AppleMac and Chromium
7311         https://bugs.webkit.org/show_bug.cgi?id=109152
7312
7313         Reviewed by Pavel Feldman.
7314
7315         Unreviewed gardening. r142058 added failing tests and marked many as
7316         Skip or Failure but there are also Timeouts and Crashes causing
7317         redness.
7318
7319         * platform/chromium/TestExpectations:
7320         * platform/mac/TestExpectations:
7321         * platform/win/TestExpectations:
7322         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
7323         * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
7324         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
7325         * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
7326         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
7327         * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
7328         * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
7329         * webgl/conformance/canvas/to-data-url-test.html: Removed.
7330         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
7331         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
7332         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
7333         * webgl/conformance/context/context-creation-and-destruction.html: Removed.
7334         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
7335         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
7336         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
7337         * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
7338         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
7339         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
7340         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
7341         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
7342         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
7343         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
7344         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
7345         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
7346         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
7347         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
7348         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
7349         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
7350         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
7351         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
7352         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
7353         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
7354         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
7355         * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
7356         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
7357         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
7358         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
7359         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
7360         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
7361         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
7362         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
7363         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
7364         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
7365         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
7366         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
7367         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
7368         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
7369         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
7370         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
7371         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
7372         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
7373         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
7374         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
7375         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
7376         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
7377         * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
7378         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
7379         * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
7380         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
7381         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
7382         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
7383         * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
7384         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
7385         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
7386         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
7387         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
7388         * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
7389         * webgl/conformance/more/functions/drawArrays.html: Removed.
7390         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
7391         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
7392         * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
7393         * webgl/conformance/more/functions/drawElements.html: Removed.
7394         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
7395         * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
7396         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
7397         * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
7398         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
7399         * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
7400         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
7401         * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
7402         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
7403         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
7404         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
7405         * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
7406         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
7407         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
7408         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
7409         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
7410         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
7411         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
7412         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
7413         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
7414         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
7415         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
7416         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
7417         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
7418         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
7419         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
7420         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
7421         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
7422         * webgl/conformance/programs/program-test-expected.txt: Removed.
7423         * webgl/conformance/programs/program-test.html: Removed.
7424         * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
7425         * webgl/conformance/reading/read-pixels-test.html: Removed.
7426         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
7427         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
7428         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
7429         * webgl/conformance/rendering/gl-scissor-test.html: Removed.
7430         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
7431         * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
7432         * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
7433         * webgl/conformance/rendering/multisample-corruption.html: Removed.
7434         * webgl/conformance/rendering/point-size-expected.txt: Removed.
7435         * webgl/conformance/rendering/point-size.html: Removed.
7436         * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
7437         * webgl/conformance/state/gl-object-get-calls.html: Removed.
7438         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
7439         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
7440         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
7441         * webgl/conformance/textures/gl-pixelstorei.html: Removed.
7442         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
7443         * webgl/conformance/textures/origin-clean-conformance.html: Removed.
7444         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
7445         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
7446         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
7447         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
7448         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
7449         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
7450         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
7451         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
7452         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
7453         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
7454         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
7455         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
7456         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
7457         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
7458         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
7459         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
7460         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
7461         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
7462         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
7463         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
7464         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
7465         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
7466         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
7467         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
7468         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
7469         * webgl/conformance/textures/texture-active-bind-2.html: Removed.
7470         * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
7471         * webgl/conformance/textures/texture-active-bind.html: Removed.
7472         * webgl/conformance/textures/texture-mips-expected.txt: Removed.
7473         * webgl/conformance/textures/texture-mips.html: Removed.
7474         * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
7475         * webgl/conformance/textures/texture-npot-video.html: Removed.
7476         * webgl/conformance/textures/texture-size-expected.txt: Removed.
7477         * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
7478         * webgl/conformance/textures/texture-size-limit.html: Removed.
7479         * webgl/conformance/textures/texture-size.html: Removed.
7480         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
7481         * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
7482         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
7483         * webgl/conformance/uniforms/uniform-default-values.html: Removed.
7484         * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
7485         * webgl/conformance/uniforms/uniform-location.html: Removed.
7486         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
7487         * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
7488         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
7489         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
7490         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
7491         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
7492         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
7493         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
7494         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
7495         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
7496         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
7497         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
7498         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
7499         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
7500         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
7501         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
7502         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
7503         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
7504         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
7505         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
7506         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
7507         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
7508         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
7509         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
7510         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
7511         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
7512         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
7513         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
7514         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
7515         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
7516         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
7517         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
7518         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
7519         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
7520         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
7521         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
7522         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
7523         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
7524         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
7525         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
7526         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
7527         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
7528         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
7529         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
7530         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
7531         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
7532         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
7533         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
7534         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
7535         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
7536         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
7537         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
7538         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
7539         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
7540         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
7541         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
7542         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
7543         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
7544         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
7545         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
7546         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
7547         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
7548         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
7549         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
7550         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
7551         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
7552         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
7553         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
7554         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
7555         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
7556         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
7557         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
7558         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
7559         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
7560         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
7561         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
7562         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
7563         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
7564         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
7565         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
7566         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
7567         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
7568         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
7569         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
7570         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
7571
7572 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
7573
7574         [Qt] Unreviewed gardening. Skip failing WebGL tests.
7575
7576         * platform/qt/TestExpectations:
7577
7578 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
7579
7580         Unreviewed, rolling out r142067.
7581         http://trac.webkit.org/changeset/142067
7582         https://bugs.webkit.org/show_bug.cgi?id=109147
7583
7584         adding Slow modifier did not help completely (Requested by
7585         falken on #webkit).
7586
7587         * platform/chromium/TestExpectations:
7588
7589 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
7590
7591         Unreviewed GTK gardening.
7592
7593         Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
7594         Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
7595         layout tests.
7596
7597         * platform/gtk/TestExpectations:
7598
7599 2013-02-03  Kentaro Hara  <haraken@chromium.org>
7600
7601         WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
7602         https://bugs.webkit.org/show_bug.cgi?id=76216
7603
7604         Reviewed by Eric Seidel.
7605
7606         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
7607
7608         This patch creates a new FocusEvent class with a relatedTarget attribute.
7609         Now when focusin or focusout events are dispatched, a FocusEvent is created with
7610         the relatedTarget attribute set accordingly.
7611
7612         * fast/dom/shadow/shadow-boundary-events-expected.txt:
7613         * fast/dom/shadow/shadow-boundary-events.html:
7614         * fast/events/related-target-focusevent-expected.txt: Added.
7615         * fast/events/related-target-focusevent.html: Added.
7616
7617 2013-02-06  Mike West  <mkwst@chromium.org>
7618
7619         Entity-header extension headers honored on 304 responses.
7620         https://bugs.webkit.org/show_bug.cgi?id=72414
7621
7622         Reviewed by Alexey Proskuryakov.
7623
7624         * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
7625         * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
7626         * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
7627         * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
7628         * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
7629         * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
7630         * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
7631         * http/tests/security/xssAuditor/cached-frame.html: Added.
7632         * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
7633
7634 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
7635
7636         Unreviewed gardening. Marking all webgl/conformance tests as slow.
7637
7638         * platform/chromium/TestExpectations:
7639
7640 2013-02-06  Tom Sepez  <tsepez@chromium.org>
7641
7642         document.referrer leakage with XSS Auditor page block
7643         https://bugs.webkit.org/show_bug.cgi?id=109089
7644
7645         Reviewed by Adam Barth.
7646
7647         Test prints the referrer to show it isn't leaked.
7648         
7649         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
7650         * http/tests/security/xssAuditor/full-block-script-tag.html:
7651
7652 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
7653
7654         Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
7655
7656         * platform/chromium/TestExpectations:
7657
7658 2013-02-06  Gregg Tavares  <gman@chromium.org>
7659
7660         Adds failing WebGL Conformance Tests.
7661         https://bugs.webkit.org/show_bug.cgi?id=109075
7662
7663         Reviewed by Kenneth Russell.
7664
7665         * platform/chromium/TestExpectations:
7666         * platform/mac/TestExpectations:
7667         * platform/win/TestExpectations:
7668         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
7669         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
7670         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
7671         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
7672         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
7673         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
7674         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
7675         * webgl/conformance/canvas/to-data-url-test.html: Added.
7676         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
7677         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
7678         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
7679         * webgl/conformance/context/context-creation-and-destruction.html: Added.
7680         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
7681         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
7682         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
7683         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
7684         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
7685         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
7686         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
7687         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
7688         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
7689         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
7690         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
7691         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
7692         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
7693         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
7694         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
7695         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
7696         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
7697         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
7698         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
7699         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
7700         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
7701         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
7702         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
7703         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
7704         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
7705         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
7706         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
7707         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
7708         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
7709         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
7710         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
7711         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
7712         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
7713         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
7714         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
7715         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
7716         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
7717         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
7718         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
7719         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
7720         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
7721         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
7722         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
7723         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
7724         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
7725         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
7726         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
7727         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
7728         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
7729         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
7730         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
7731         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
7732         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
7733         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
7734         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
7735         * webgl/conformance/more/functions/drawArrays.html: Added.
7736         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
7737         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
7738         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
7739         * webgl/conformance/more/functions/drawElements.html: Added.
7740         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
7741         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
7742         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
7743         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
7744         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
7745         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
7746         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
7747         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
7748         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
7749         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
7750         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
7751         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
7752         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
7753         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
7754         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
7755         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
7756         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
7757         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
7758         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
7759         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
7760         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
7761         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
7762         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
7763         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
7764         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
7765         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
7766         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
7767         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
7768         * webgl/conformance/programs/program-test-expected.txt: Added.
7769         * webgl/conformance/programs/program-test.html: Added.
7770         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
7771         * webgl/conformance/reading/read-pixels-test.html: Added.
7772         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
7773         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
7774         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
7775         * webgl/conformance/rendering/gl-scissor-test.html: Added.
7776         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
7777         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
7778         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
7779         * webgl/conformance/rendering/multisample-corruption.html: Added.
7780         * webgl/conformance/rendering/point-size-expected.txt: Added.
7781         * webgl/conformance/rendering/point-size.html: Added.
7782         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
7783         * webgl/conformance/state/gl-object-get-calls.html: Added.
7784         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
7785         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
7786         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
7787         * webgl/conformance/textures/gl-pixelstorei.html: Added.
7788         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
7789         * webgl/conformance/textures/origin-clean-conformance.html: Added.
7790         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
7791         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
7792         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
7793         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
7794         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
7795         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
7796         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
7797         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
7798         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
7799         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
7800         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
7801         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
7802         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
7803         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
7804         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
7805         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
7806         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
7807         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
7808         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
7809         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
7810         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
7811         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
7812         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
7813         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
7814         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
7815         * webgl/conformance/textures/texture-active-bind-2.html: Added.
7816         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
7817         * webgl/conformance/textures/texture-active-bind.html: Added.
7818         * webgl/conformance/textures/texture-mips-expected.txt: Added.
7819         * webgl/conformance/textures/texture-mips.html: Added.
7820         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
7821         * webgl/conformance/textures/texture-npot-video.html: Added.
7822         * webgl/conformance/textures/texture-size-expected.txt: Added.
7823         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
7824         * webgl/conformance/textures/texture-size-limit.html: Added.
7825         * webgl/conformance/textures/texture-size.html: Added.
7826         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
7827         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
7828         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
7829         * webgl/conformance/uniforms/uniform-default-values.html: Added.
7830         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
7831         * webgl/conformance/uniforms/uniform-location.html: Added.
7832         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
7833         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
7834         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
7835         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
7836         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
7837         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
7838         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
7839         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
7840         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
7841         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
7842         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
7843         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
7844         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
7845         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
7846         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
7847         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
7848         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
7849         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
7850         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
7851         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
7852         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
7853         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
7854         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
7855         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
7856         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
7857         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
7858         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
7859         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
7860         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
7861         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
7862         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
7863         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
7864         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
7865         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
7866         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
7867         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
7868         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
7869         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
7870         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
7871         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
7872         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
7873         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
7874         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
7875         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
7876         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
7877         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
7878         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
7879         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
7880         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
7881         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
7882         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
7883         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
7884         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
7885         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
7886         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
7887         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
7888         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
7889         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
7890         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
7891         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
7892         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
7893         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
7894         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
7895         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
7896         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
7897         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
7898         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
7899         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
7900         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
7901         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
7902         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
7903         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
7904         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
7905         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
7906         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
7907         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
7908         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
7909         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
7910         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
7911         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
7912         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
7913         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
7914         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
7915         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
7916         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
7917
7918 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
7919
7920         Add support for gesture scroll events that do not propagate to enclosing scrollables
7921         https://bugs.webkit.org/show_bug.cgi?id=108849
7922
7923         Reviewed by Antonio Gomes.
7924
7925         New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
7926         propagate to the scrollable parent of their target when the target has no area
7927         left to be scrolled.
7928
7929         Modified two chromium-specific plugin tests to ensure that the plugins receive
7930         GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
7931         dispatched to them.
7932
7933         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
7934         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
7935         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
7936         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
7937         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
7938         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
7939         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
7940         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
7941         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
7942         * platform/chromium/plugins/gesture-events-expected.txt:
7943         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
7944         * platform/chromium/plugins/gesture-events-scrolled.html:
7945         * platform/chromium/plugins/gesture-events.html:
7946
7947 2013-02-06  Ojan Vafai  <ojan@chromium.org>
7948
7949         [Chromium] table-section-overflow-clip-crash.html hits an assert
7950         https://bugs.webkit.org/show_bug.cgi?id=108594
7951
7952         Reviewed by Levi Weintraub.
7953
7954         * platform/chromium/TestExpectations:
7955
7956 2013-02-06  Ojan Vafai  <ojan@chromium.org>
7957
7958         display:none file upload button crashes
7959         https://bugs.webkit.org/show_bug.cgi?id=109102
7960
7961         Reviewed by Levi Weintraub.
7962
7963         * fast/forms/file/display-none-upload-button-expected.txt: Added.
7964         * fast/forms/file/display-none-upload-button.html: Added.
7965         Tests that we don't crash. Also exposes a bug that the baseline and height of
7966         the input don't include the height of the filename text.
7967
7968 2013-02-06  Stephen Chenney  <schenney@chromium.org>
7969
7970         [Chromium] Test expectations update for Skia change.
7971
7972         Unreviewed expectations update
7973
7974         Files that we were expecting to fail. Now being rebaselined.
7975
7976         * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
7977         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
7978         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
7979         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
7980         * platform/chromium-linux/svg/text/selection-styles-expected.png:
7981         * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
7982         * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
7983         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
7984         * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
7985         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
7986         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
7987
7988 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
7989
7990         Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
7991         https://bugs.webkit.org/show_bug.cgi?id=109101
7992
7993         We check that the style matches a pseudo element by setting its height to 1px.
7994         Some user agents, like iOS, have default border styles that affect the minimum height,
7995         so we need to reset those.
7996
7997         Reviewed by Joseph Pecoraro.
7998
7999         * fast/css/unknown-pseudo-element-matching.html:
8000
8001 2013-02-06  Dirk Schulze  <dschulze@adobe.com>
8002
8003         Context's currentPath should check for passed type
8004         https://bugs.webkit.org/show_bug.cgi?id=109097
8005
8006         Reviewed by Dean Jackson.
8007
8008         Add checks with different data types as value for canvas.currentPath.
8009
8010         * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
8011         * fast/canvas/canvas-currentPath-crash.html: Added.
8012         * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
8013         * platform/chromium/TestExpectations:
8014         * platform/efl/TestExpectations:
8015         * platform/gtk/TestExpectations:
8016         * platform/mac/TestExpectations:
8017         * platform/qt/TestExpectations:
8018
8019 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8020
8021         [Chromium] Test expectations update for Skia change.
8022
8023         Unreviewed expectations update
8024
8025         Files that we were expecting to fail. Now being rebaselined.
8026
8027         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
8028         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
8029         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
8030         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
8031         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
8032         * platform/chromium-linux/svg/custom/text-ctm-expected.png:
8033         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
8034         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
8035         * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
8036         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
8037         * platform/chromium-win/svg/custom/text-ctm-expected.png:
8038         * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
8039         * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
8040         * svg/custom/text-ctm-expected.txt: Added.
8041
8042 2013-02-06  Rafael Weinstein  <rafaelw@chromium.org>
8043
8044         [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
8045         https://bugs.webkit.org/show_bug.cgi?id=109090
8046
8047         Reviewed by Adam Barth.
8048
8049         * html5lib/resources/template.dat:
8050
8051 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8052
8053         [Chromium] Test expectations update for Skia change.
8054
8055         Unreviewed expectations update
8056
8057         Files that we were expecting to fail. Now being rebaslined.
8058
8059         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
8060         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8061         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
8062         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
8063         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
8064         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
8065         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
8066         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
8067         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
8068         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
8069         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8070         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
8071         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
8072         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
8073         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8074         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
8075         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
8076
8077 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8078
8079         [Chromium] Test expectations update for Skia change.
8080
8081         Unreviewed expectations update
8082
8083         And these too. See change below.
8084
8085         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
8086         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
8087         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
8088         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
8089
8090 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8091
8092         [Chromium] Test expectations update for Skia change.
8093
8094         Unreviewed expectations update
8095
8096         Apparently there are width differences on the mac platforms. These were
8097         clobbered qwhen I updated the 10.8 expectations.
8098
8099         * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
8100         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
8101
8102 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
8103
8104         Store the language internally instead of using lang attribute for WebVTT nodes
8105         https://bugs.webkit.org/show_bug.cgi?id=108858
8106
8107         Reviewed by Eric Carlson.
8108
8109         * media/track/captions-webvtt/styling-lang.vtt:
8110         * media/track/track-css-matching-lang-expected.txt:
8111         * media/track/track-css-matching-lang.html:
8112
8113 2013-02-06  Levi Weintraub  <leviw@chromium.org>
8114
8115         Negative text indents can break RenderBlock's inline maximum preferred width calculation
8116         https://bugs.webkit.org/show_bug.cgi?id=108973
8117
8118         Reviewed by Emil A Eklund.
8119
8120         * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
8121         * fast/css/negative-text-indent-in-inline-block.html: Added.
8122
8123 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8124
8125         Unreviewed GTK gardening.
8126
8127         Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
8128
8129         * platform/gtk/TestExpectations:
8130
8131 2013-02-06  Sheriff Bot  <webkit.review.bot@gmail.com>
8132
8133         Unreviewed, rolling out r142025.
8134         http://trac.webkit.org/changeset/142025
8135         https://bugs.webkit.org/show_bug.cgi?id=109091
8136
8137         broke the build (Requested by tdanderson on #webkit).
8138
8139         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
8140         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
8141         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
8142         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
8143         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
8144         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
8145         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
8146         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
8147         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
8148         * platform/chromium/plugins/gesture-events-expected.txt:
8149         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
8150         * platform/chromium/plugins/gesture-events-scrolled.html:
8151         * platform/chromium/plugins/gesture-events.html:
8152
8153 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8154
8155         Unreviewed GTK gardening.
8156
8157         Rebaselining and adding a few failure expectations after r142015.
8158
8159         * platform/gtk/TestExpectations:
8160         * platform/gtk/fast/dynamic/002-expected.txt:
8161
8162 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
8163
8164         Add support for gesture scroll events that do not propagate to enclosing scrollables
8165         https://bugs.webkit.org/show_bug.cgi?id=108849
8166
8167         Reviewed by Antonio Gomes.
8168
8169         New tests added to ensure that GestureScrollUpdateNotPropagated events will not
8170         propagate to the scrollable parent of their target when the target has no area
8171         left to be scrolled.
8172
8173         Modified two chromium-specific plugin tests to ensure that the plugins receive
8174         GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
8175         dispatched to them.
8176
8177         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8178         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
8179         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8180         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
8181         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8182         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
8183         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8184         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8185         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8186         * platform/chromium/plugins/gesture-events-expected.txt:
8187         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
8188         * platform/chromium/plugins/gesture-events-scrolled.html:
8189         * platform/chromium/plugins/gesture-events.html:
8190
8191 2013-02-06  Ryosuke Niwa  <rniwa@webkit.org>
8192
8193         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
8194         https://bugs.webkit.org/show_bug.cgi?id=108380
8195
8196         Reviewed by Alexey Proskuryakov.
8197
8198         Re-enable tests that have been temporarily disabled.
8199
8200         * platform/mac/TestExpectations:
8201
8202 2013-02-06  Uday Kiran  <udaykiran@motorola.com>
8203
8204         Implement 'vmax' from CSS3 values and units
8205         https://bugs.webkit.org/show_bug.cgi?id=91440
8206
8207         Reviewed by Antti Koivisto.
8208
8209         vmax is implemented as primitive length unit.
8210         New length type ViewportPercentageMax is added and included support for fetching the value
8211         of this viewport percentage unit based on current viewport size.
8212
8213         The specification related to this implementation is
8214         http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
8215
8216         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
8217         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
8218         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
8219         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
8220         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
8221         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
8222
8223 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8224
8225         Unreviewed GTK gardening.
8226
8227         Walked through the WontFix test expectations, expanding them with the expected failure.
8228         This forces the test to run but not complain as long as the failure is the same as expected.
8229
8230         * platform/gtk/TestExpectations:
8231
8232 2013-02-06  Stephen White  <senorblanco@chromium.org>
8233
8234         Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands.  Unreviewed.
8235         https://bugs.webkit.org/show_bug.cgi?id=104289
8236
8237         * platform/chromium/TestExpectations:
8238
8239 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8240
8241         Unreviewed GTK gardening.
8242
8243         Marking required tests as slow so the test runs are not interrupted when timeouts
8244         occur in tests that would actually pass if given enough time.
8245
8246         * platform/gtk/TestExpectations:
8247
8248 2013-02-06  Pravin D  <pravind.2k4@gmail.com>
8249
8250         When a block element is made inline positioned and has static left and right,  it does not follow inline formatting context
8251         https://bugs.webkit.org/show_bug.cgi?id=91665
8252
8253         Reviewed by Julien Chaffraix.
8254
8255         * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
8256         * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
8257         * fast/dynamic/floating-to-non-floating-expected.txt: Added.
8258         * fast/dynamic/floating-to-non-floating.html: Added.
8259         * fast/dynamic/non-floating-to-floating-expected.txt: Added.
8260         * fast/dynamic/non-floating-to-floating.html: Added.
8261         * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
8262         * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
8263            Testcases for the patch.
8264
8265         * fast/dynamic/resources/helper-bug91665.js: Added.
8266         * fast/dynamic/resources/style-bug91665.css: Added.
8267            Common javascript functions and css classes used by the above testcases.
8268
8269         * fast/css/first-letter-removed-added-expected.txt:
8270            Previously failing sub-test is passing.
8271
8272         * fullscreen/full-screen-fixed-pos-parent-expected.txt:
8273            Change orthogonal to the current patch.
8274
8275         * platform/mac/fast/dynamic/002-expected.txt:
8276         * platform/chromium-win/fast/dynamic/002-expected.txt:
8277         * platform/chromium/fast/dynamic/002-expected.txt:
8278            Expected change. The testcase has a static block element followed by a text node wrapped 
8279            in an anonymous block. When the block element becomes floating, it is out of the flow context.
8280            Thus the text node must no longer be wrapped by the anonymous block.
8281
8282         * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
8283         * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
8284            Progression. Previously we used to repaint the a much larger area as compared to the behavior 
8285            with the patch, which repaints only the area affected due to the change in style(position) 
8286            of certain elements.
8287
8288         * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
8289         * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
8290         * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
8291         * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
8292            Added platform specific images.
8293
8294 2013-02-06  Chris Fleizach  <cfleizach@apple.com>
8295
8296         AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
8297         https://bugs.webkit.org/show_bug.cgi?id=109008
8298
8299         Reviewed by Ryosuke Niwa.
8300
8301         * accessibility/html-html-element-is-ignored-expected.txt: Added.
8302         * accessibility/html-html-element-is-ignored.html: Added.
8303         * platform/chromium/TestExpectations:
8304
8305 2013-02-06  Shawn Singh  <shawnsingh@chromium.org>
8306
8307         RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
8308         https://bugs.webkit.org/show_bug.cgi?id=108118
8309
8310         Reviewed by Simon Fraser.
8311
8312         * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
8313         * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
8314         * compositing/visibility/visibility-on-distant-descendant.html: Added.
8315
8316 2013-02-06  Gregg Tavares  <gman@chromium.org>
8317
8318         Adds the WebGL Conformance Test ogles support files.
8319         https://bugs.webkit.org/show_bug.cgi?id=109063
8320
8321         Reviewed by Kenneth Russell.
8322
8323         Note: This was reviewed offline because the patch was too large to upload to
8324         bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
8325
8326         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
8327         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
8328         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
8329         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
8330         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
8331         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
8332         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
8333         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
8334         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
8335         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
8336         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
8337         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
8338         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
8339         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
8340         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
8341         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
8342         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
8343         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
8344         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
8345         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
8346         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
8347         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
8348         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
8349         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
8350         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
8351         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
8352         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
8353         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
8354         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
8355         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
8356         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
8357         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
8358         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
8359         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
8360         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
8361         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
8362         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
8363         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
8364         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
8365         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
8366         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
8367         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
8368         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
8369         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
8370         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
8371         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
8372         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
8373         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
8374         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
8375         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
8376         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
8377         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
8378         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
8379         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
8380         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
8381         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
8382         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
8383         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
8384         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
8385         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
8386         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
8387         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
8388         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
8389         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
8390         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
8391         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
8392         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
8393         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
8394         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
8395         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
8396         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
8397         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
8398         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
8399         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
8400         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
8401         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
8402         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
8403         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
8404         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
8405         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
8406         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
8407         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
8408         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
8409         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
8410         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
8411         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
8412         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
8413         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
8414         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
8415         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
8416         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
8417         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
8418         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
8419         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
8420         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
8421         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
8422         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
8423         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
8424         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
8425         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
8426         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
8427         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
8428         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
8429         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
8430         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
8431         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
8432         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
8433         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
8434         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
8435         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
8436         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
8437         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
8438         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
8439         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
8440         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
8441         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
8442         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
8443         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
8444         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
8445         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
8446         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
8447         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
8448         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
8449         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
8450         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
8451         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
8452         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
8453         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
8454         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
8455         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
8456         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
8457         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
8458         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
8459         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
8460         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
8461         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
8462         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
8463         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
8464         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
8465         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
8466         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
8467         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
8468         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
8469         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
8470         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
8471         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
8472         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
8473         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
8474         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
8475         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
8476         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
8477         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
8478         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
8479         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
8480         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
8481         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
8482         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
8483         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
8484         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
8485         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
8486         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
8487         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
8488         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
8489         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
8490         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
8491         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
8492         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
8493         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
8494         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
8495         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
8496         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
8497         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
8498         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
8499         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
8500         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
8501         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
8502         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
8503         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
8504         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
8505         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
8506         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
8507         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
8508         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
8509         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
8510         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
8511         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
8512         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
8513         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
8514         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
8515         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
8516         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
8517         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
8518         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
8519         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
8520         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
8521         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
8522         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
8523         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
8524         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
8525         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
8526         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
8527         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
8528         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
8529         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
8530         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
8531         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
8532         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
8533         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
8534         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
8535         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
8536         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
8537         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
8538         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
8539         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
8540         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
8541         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
8542         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
8543         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
8544         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
8545         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
8546         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
8547         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
8548         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
8549         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
8550         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
8551         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
8552         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
8553         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
8554         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
8555         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
8556         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
8557         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
8558         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
8559         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
8560         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
8561         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
8562         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
8563         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
8564         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
8565         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
8566         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
8567         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
8568         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
8569         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
8570         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
8571         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
8572         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
8573         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
8574         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
8575         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
8576         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
8577         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
8578         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
8579         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
8580         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
8581         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
8582         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
8583         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
8584         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
8585         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
8586         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
8587         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
8588         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
8589         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
8590         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
8591         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
8592         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
8593         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
8594         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
8595         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
8596         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
8597         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
8598         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
8599         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
8600         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
8601         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
8602         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
8603         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
8604         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
8605         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
8606         * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag: Added.
8607         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
8608         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
8609         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
8610         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
8611         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
8612         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
8613         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
8614         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
8615         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
8616         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
8617         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
8618         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
8619         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
8620         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
8621         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
8622         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
8623         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
8624         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
8625         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
8626         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
8627         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
8628         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
8629         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
8630         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
8631         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
8632         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
8633         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
8634         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
8635         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
8636         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
8637         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
8638         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
8639         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
8640         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
8641         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
8642         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
8643         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
8644         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
8645         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
8646         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
8647         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
8648         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
8649         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
8650         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
8651         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
8652         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
8653         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
8654         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
8655         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
8656         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
8657         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
8658         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
8659         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
8660         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
8661         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
8662         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
8663         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
8664         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
8665         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
8666         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
8667         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
8668         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
8669         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
8670         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
8671         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
8672         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
8673         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
8674         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
8675         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
8676         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
8677         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
8678         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
8679         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
8680         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
8681         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
8682         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
8683         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
8684         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
8685         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
8686         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
8687         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
8688         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
8689         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
8690         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
8691         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
8692         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
8693         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
8694         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
8695         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
8696         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
8697         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
8698         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
8699         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
8700         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
8701         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
8702         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
8703         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
8704         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
8705         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
8706         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
8707         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
8708         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
8709         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
8710         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
8711         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
8712         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
8713         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
8714         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
8715         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
8716         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
8717         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
8718         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
8719         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
8720         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
8721         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
8722         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
8723         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
8724         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
8725         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
8726         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
8727         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
8728         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
8729         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
8730         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
8731         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
8732         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
8733         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
8734         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
8735         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
8736         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
8737         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
8738         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
8739         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
8740         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
8741         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
8742         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
8743         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
8744         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
8745         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
8746         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
8747         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
8748         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
8749         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
8750         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
8751         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
8752         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
8753         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
8754         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
8755         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
8756         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
8757         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
8758         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
8759         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
8760         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
8761         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
8762         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
8763         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
8764         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
8765         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
8766         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
8767         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
8768         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
8769         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
8770         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
8771         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
8772         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
8773         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
8774         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
8775         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
8776         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
8777         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
8778         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
8779         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
8780         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
8781         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
8782         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
8783         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
8784         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
8785         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
8786         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
8787         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
8788         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
8789         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
8790         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
8791         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
8792         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
8793         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
8794         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
8795         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
8796         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
8797         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
8798         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
8799         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
8800         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
8801         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
8802         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
8803         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
8804         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
8805         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
8806         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
8807         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
8808         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
8809         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
8810         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
8811         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
8812         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
8813         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
8814         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
8815         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
8816         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
8817         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
8818         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
8819         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
8820         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
8821         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
8822         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
8823         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
8824         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
8825         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
8826         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
8827         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
8828         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
8829         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
8830         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
8831         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
8832         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
8833         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
8834         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
8835         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
8836         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
8837         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
8838         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
8839         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
8840         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
8841         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
8842         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
8843         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
8844         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
8845         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
8846         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
8847         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
8848         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
8849         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
8850         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
8851         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
8852         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
8853         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
8854         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
8855         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
8856         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
8857         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
8858         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
8859         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
8860         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
8861         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
8862         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
8863         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
8864         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
8865         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
8866         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
8867         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
8868         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
8869         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
8870         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
8871         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
8872         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
8873         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
8874         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
8875         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
8876         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
8877         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
8878         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
8879         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
8880         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
8881         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
8882         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
8883         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
8884         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
8885         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
8886         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
8887         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
8888         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
8889         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
8890         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
8891         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
8892         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
8893         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
8894         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
8895         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
8896         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
8897         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
8898         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
8899         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
8900         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
8901         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
8902         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
8903         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
8904         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
8905         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
8906         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
8907         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
8908         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
8909         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
8910         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
8911         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
8912         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
8913         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
8914         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
8915         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
8916         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
8917         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
8918         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
8919         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
8920         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
8921         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
8922         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
8923         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
8924         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
8925         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
8926         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
8927         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
8928         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
8929         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
8930         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
8931         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
8932         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
8933         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
8934         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
8935         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
8936         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
8937         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
8938         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
8939         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
8940         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
8941         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
8942         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
8943         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
8944         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
8945         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
8946         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
8947         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
8948         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
8949         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
8950         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
8951         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
8952         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
8953         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
8954         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
8955         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
8956         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
8957         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
8958         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
8959         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
8960         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
8961         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
8962         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
8963         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
8964         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
8965         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
8966         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
8967         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
8968         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
8969         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
8970         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
8971         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
8972         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
8973         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
8974         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
8975         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
8976         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
8977         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
8978         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
8979         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
8980         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
8981         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
8982         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
8983         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
8984         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
8985         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
8986         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
8987         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
8988         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
8989         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
8990         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
8991         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
8992         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
8993         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
8994         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
8995         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
8996         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
8997         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
8998         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
8999         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
9000         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
9001         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
9002         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
9003         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
9004         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
9005         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
9006         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
9007         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
9008         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
9009         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
9010         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
9011         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
9012         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
9013         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
9014         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
9015         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
9016         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
9017         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
9018         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
9019         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
9020         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
9021         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
9022         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
9023         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
9024         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
9025         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
9026         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
9027         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
9028         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
9029         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
9030         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
9031         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
9032         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
9033         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
9034         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
9035         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
9036         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
9037         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
9038         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
9039         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
9040         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
9041         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
9042         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
9043         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
9044         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
9045         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
9046         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
9047         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
9048         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
9049         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
9050         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
9051         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
9052         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
9053         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
9054         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
9055         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
9056         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
9057         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
9058         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
9059         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
9060         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
9061         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
9062         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
9063         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
9064         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
9065         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
9066         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
9067         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
9068         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
9069         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
9070         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
9071         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
9072         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
9073         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
9074         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
9075         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
9076         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
9077         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
9078         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
9079         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
9080         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
9081         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
9082         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
9083         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
9084         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
9085         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
9086         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
9087         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
9088         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
9089         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
9090         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
9091         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
9092         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
9093         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
9094         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
9095         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
9096         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
9097         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
9098         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
9099         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
9100         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
9101         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
9102         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
9103         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
9104         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
9105         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
9106         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
9107         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
9108         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
9109         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
9110         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
9111         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
9112         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
9113         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
9114         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
9115         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
9116         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
9117         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
9118         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
9119         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
9120         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
9121         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
9122         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
9123         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
9124         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
9125         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
9126         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
9127         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
9128         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
9129         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
9130         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
9131         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
9132         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
9133         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
9134         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
9135         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
9136         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
9137         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
9138         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
9139         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
9140         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
9141         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
9142         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
9143         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9144         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
9145         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9146         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
9147         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9148         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
9149         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9150         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
9151         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
9152         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
9153         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
9154         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
9155         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9156         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
9157         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9158         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
9159         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9160         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
9161         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9162         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9163         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9164         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9165         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9166         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9167         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9168         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9169         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9170         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9171         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9172         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9173         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9174         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
9175         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
9176         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
9177         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
9178         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
9179         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
9180         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
9181         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
9182         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
9183         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
9184         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
9185         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
9186         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
9187         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
9188         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
9189         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
9190         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
9191         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
9192         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
9193         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
9194         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
9195         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
9196         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
9197         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
9198         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
9199         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
9200         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
9201         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
9202         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
9203         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
9204         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
9205         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
9206         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
9207         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
9208         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
9209         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
9210         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
9211         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
9212         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
9213         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
9214         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
9215         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
9216         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
9217         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
9218         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
9219         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
9220         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
9221         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
9222         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
9223         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
9224         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
9225         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
9226         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
9227         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
9228         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
9229         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
9230         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
9231         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
9232         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
9233         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
9234         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
9235         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
9236         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
9237         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
9238         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
9239         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
9240         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
9241         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
9242         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
9243         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
9244         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
9245         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
9246         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
9247         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
9248         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
9249         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
9250         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
9251         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
9252         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
9253         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
9254         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
9255         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
9256         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
9257         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
9258         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
9259         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
9260         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
9261         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
9262         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
9263         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
9264         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
9265         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
9266         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
9267         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
9268         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
9269         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
9270         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
9271         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
9272         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
9273         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
9274         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
9275         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
9276         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
9277         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
9278         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
9279         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
9280         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
9281         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9282         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
9283         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
9284         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
9285         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
9286         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
9287         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
9288         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
9289         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9290         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
9291         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
9292         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
9293         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
9294         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
9295         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
9296         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
9297         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9298         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
9299         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
9300         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
9301         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
9302         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
9303         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
9304         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
9305         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9306         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
9307         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
9308         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
9309         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
9310         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
9311         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
9312         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
9313         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
9314         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
9315         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
9316         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
9317         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
9318         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
9319         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
9320         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
9321         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
9322         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
9323         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
9324         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
9325         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
9326         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
9327         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
9328         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
9329         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
9330         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
9331         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
9332         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
9333         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
9334         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
9335         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
9336         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
9337         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
9338         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
9339         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
9340         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
9341         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
9342         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
9343         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
9344         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
9345         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
9346         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
9347         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
9348         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
9349         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
9350         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
9351         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
9352         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
9353         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
9354         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
9355         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
9356         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
9357         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
9358         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
9359         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
9360         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
9361         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
9362         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
9363         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
9364         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
9365         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
9366         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
9367         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
9368         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
9369         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
9370         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
9371         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
9372         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
9373         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
9374         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
9375         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
9376         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
9377         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
9378         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
9379         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
9380         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
9381         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
9382         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
9383         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
9384         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
9385         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
9386         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
9387         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
9388         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
9389         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
9390         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
9391         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
9392         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
9393         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
9394         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
9395         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
9396         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
9397         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
9398         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
9399         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
9400         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
9401         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
9402         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
9403         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
9404         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
9405         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
9406         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
9407         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
9408         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
9409         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
9410         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
9411         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
9412         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
9413         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
9414         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
9415         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
9416         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
9417         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
9418         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
9419         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
9420         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
9421         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
9422         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
9423         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
9424         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
9425         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
9426         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
9427         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
9428         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
9429         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
9430         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
9431         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
9432         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
9433         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
9434         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
9435         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
9436         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
9437         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
9438         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
9439         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
9440         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
9441         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
9442         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
9443         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
9444         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
9445         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
9446         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
9447         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
9448         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
9449         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
9450         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
9451         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
9452         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
9453         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
9454         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
9455         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
9456         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
9457         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
9458         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
9459         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
9460         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
9461         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
9462         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
9463         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
9464         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
9465         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
9466         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
9467         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
9468         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
9469         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
9470         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
9471         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
9472         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
9473         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
9474         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
9475         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
9476         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
9477         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
9478         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
9479         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
9480         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
9481         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
9482         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
9483         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
9484         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
9485         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
9486         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
9487         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
9488         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
9489         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
9490         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
9491         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
9492         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
9493         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
9494         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
9495         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
9496         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
9497         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
9498         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
9499         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
9500         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
9501         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
9502         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
9503         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
9504         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
9505         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
9506         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
9507         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
9508         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
9509         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
9510         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
9511         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
9512         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
9513         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
9514         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
9515         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
9516         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
9517         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
9518         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
9519         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
9520         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
9521         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
9522         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
9523         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
9524         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
9525         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
9526         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
9527         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
9528         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
9529         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
9530         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
9531         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
9532         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
9533         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
9534         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
9535         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
9536         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
9537         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
9538         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
9539         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
9540         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
9541         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
9542         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
9543         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
9544         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
9545         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
9546         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
9547         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
9548         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
9549         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
9550         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
9551         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
9552         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
9553         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
9554         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
9555         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
9556         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
9557         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
9558         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
9559         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
9560         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
9561         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
9562         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
9563         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
9564         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
9565         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
9566         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
9567         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
9568         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
9569         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
9570         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
9571         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
9572         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
9573         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
9574         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
9575         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
9576         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
9577         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
9578         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
9579         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
9580         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
9581         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
9582         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
9583         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
9584         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
9585         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
9586         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
9587         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
9588         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
9589         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
9590         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
9591         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
9592         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
9593         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
9594         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
9595         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
9596         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
9597         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
9598         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
9599         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
9600         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
9601         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
9602         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
9603         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
9604         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
9605         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
9606         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
9607         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
9608         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
9609         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
9610         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
9611         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
9612         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
9613         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
9614         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
9615         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
9616         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
9617         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
9618         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
9619         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
9620         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
9621         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
9622         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
9623         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
9624         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
9625         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
9626         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
9627         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
9628         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
9629         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
9630         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
9631         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
9632         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
9633         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
9634         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
9635         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
9636         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
9637         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
9638         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
9639         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
9640         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
9641         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
9642         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
9643         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
9644         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
9645         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
9646         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
9647         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
9648         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
9649         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
9650         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
9651         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
9652         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
9653         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
9654         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
9655         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
9656         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
9657         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
9658         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
9659         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
9660         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
9661         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
9662         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
9663         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
9664         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
9665         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
9666         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
9667         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
9668         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
9669         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
9670         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
9671         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
9672         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
9673         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
9674         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
9675         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
9676         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
9677         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
9678         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
9679         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
9680         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
9681         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
9682         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
9683         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
9684         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
9685         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
9686         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
9687         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
9688         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
9689         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
9690         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
9691         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
9692         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
9693         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
9694         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
9695         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
9696         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
9697         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
9698         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
9699         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
9700         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
9701         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
9702         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
9703         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
9704         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
9705         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
9706         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
9707         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
9708         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
9709         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
9710         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
9711         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
9712         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
9713         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
9714         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
9715         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
9716         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
9717         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
9718         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
9719         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
9720         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
9721         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
9722         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
9723         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
9724         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
9725         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
9726         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
9727         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
9728         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
9729         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
9730         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
9731         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
9732         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
9733         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
9734         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
9735         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
9736         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
9737         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
9738         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
9739         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
9740         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
9741         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
9742         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
9743         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
9744         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
9745         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
9746         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
9747         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
9748         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
9749         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
9750         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
9751         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
9752         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
9753         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
9754         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
9755         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
9756         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
9757         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
9758         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
9759         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
9760         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
9761         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
9762         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
9763         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
9764         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
9765         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
9766         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
9767         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
9768         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
9769         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
9770         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
9771         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
9772         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
9773         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
9774         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
9775         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
9776         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
9777         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
9778         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
9779         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
9780         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
9781         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
9782         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
9783         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
9784         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
9785         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
9786         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
9787         * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
9788         (OpenGLESTestRunner):
9789         (OpenGLESTestRunner.):
9790
9791 2013-02-06  Dean Jackson  <dino@apple.com>
9792
9793         Minor updates to captions menu UI
9794         https://bugs.webkit.org/show_bug.cgi?id=109005
9795
9796         Reviewed by Eric Carlson.
9797
9798         A caption track without a label or language is now given the menu
9799         title 'Unknown'. Note also that the test includes some intentional
9800         failure text.
9801
9802         * media/video-controls-captions-trackmenu-localized.html:
9803         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
9804
9805 2013-02-06  Stephen Chenney  <schenney@chromium.org>
9806
9807         [Chromium] Test expectations update for Skia change.
9808
9809         Unreviewed expectations update
9810
9811         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
9812         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
9813         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
9814         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
9815         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
9816         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
9817         * platform/chromium/TestExpectations:
9818
9819 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
9820
9821         Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
9822         https://bugs.webkit.org/show_bug.cgi?id=109045
9823
9824         Reviewed by Pavel Feldman.
9825
9826         * inspector/debugger/scripts-file-selector.html:
9827         * inspector/debugger/scripts-sorting.html:
9828
9829 2013-02-06  Marja Hölttä  <marja@chromium.org>
9830
9831         [WK2] New tests introduced in r100895 fail
9832         https://bugs.webkit.org/show_bug.cgi?id=73913
9833
9834         Reviewed by Jochen Eisinger.
9835
9836         The tests now work, because WTR supports HTTPS tests.
9837
9838         * platform/wk2/TestExpectations:
9839
9840 2013-02-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
9841
9842         [Qt] Unreviewed gardening. Skip failing WebGl test.
9843
9844         * platform/qt/TestExpectations:
9845
9846 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
9847
9848         Web Inspector: Remove show script folders setting
9849         https://bugs.webkit.org/show_bug.cgi?id=108940
9850
9851         Reviewed by Pavel Feldman.
9852
9853         * inspector/debugger/scripts-sorting-expected.txt:
9854         * inspector/debugger/scripts-sorting.html:
9855
9856 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
9857
9858         Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
9859         https://bugs.webkit.org/show_bug.cgi?id=108945
9860
9861         Reviewed by Pavel Feldman.
9862
9863         Update test expectations so that they have "whitespace" token in
9864         there.
9865
9866         * inspector/editor/highlighter-basics-expected.txt:
9867         * inspector/editor/highlighter-chunk-limit-expected.txt:
9868         * inspector/editor/highlighter-long-line.html:
9869         * inspector/editor/text-editor-long-line-expected.txt:
9870         * inspector/syntax-highlight-html-expected.txt:
9871         * inspector/syntax-highlight-javascript-expected.txt:
9872
9873 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
9874
9875         Web Inspector: refactor registerShortcuts method of DTE
9876         https://bugs.webkit.org/show_bug.cgi?id=109031
9877
9878         Reviewed by Pavel Feldman.
9879
9880         Fix helper method to correspond to refactoring of handleUndoRedo
9881         method.
9882
9883         * http/tests/inspector/live-edit-test.js:
9884         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
9885         (initialize_LiveEditTest):
9886
9887 2013-02-06  Tommy Widenflycht  <tommyw@google.com>
9888
9889         MediaStream API: Implement DTMF support in RTCPeerConnection
9890         https://bugs.webkit.org/show_bug.cgi?id=106782
9891
9892         Reviewed by Adam Barth.
9893
9894         * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: Added.
9895         * fast/mediastream/RTCPeerConnection-dtmf.html: Added.
9896
9897 2013-02-06  Mihai Maerean  <mmaerean@adobe.com>
9898
9899         [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
9900         https://bugs.webkit.org/show_bug.cgi?id=104517
9901
9902         Reviewed by Julien Chaffraix.
9903
9904         The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.
9905
9906         * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
9907         * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.
9908
9909 2013-02-06  Marja Hölttä  <marja@chromium.org>
9910
9911         Take referrer policy into account when clearing the referrer header
9912         https://bugs.webkit.org/show_bug.cgi?id=86000
9913
9914         Reviewed by Alexey Proskuryakov.
9915
9916         Unskip http/tests/security/referrer-policy-redirect-link.html
9917
9918         Skipping the tests on wk2, because other referrer policy tests are
9919         skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).
9920
9921         * platform/gtk/TestExpectations:
9922         * platform/mac/TestExpectations:
9923         * platform/qt/TestExpectations:
9924         * platform/win/TestExpectations:
9925         * platform/wk2/TestExpectations:
9926
9927 2013-02-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
9928
9929         [Qt] Unskip working filter tests.
9930
9931         Unreviewed gardening
9932
9933         These tests work if we remove our failure expecting baselines.
9934
9935         * platform/qt/TestExpectations:
9936         * platform/qt/css3/filters/filter-animation-expected.png: Removed.
9937         * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
9938         * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
9939         * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
9940         * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
9941         * platform/qt/css3/filters/filter-property-expected.png: Removed.
9942         * platform/qt/css3/filters/filter-property-expected.txt: Removed.
9943         * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
9944         * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
9945         * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
9946         * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
9947
9948 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
9949
9950         Unreviewed GTK gardening.
9951
9952         Skipping the newly-added tests in webgl/, the GTK builders are not
9953         yet able to run these tests.
9954
9955         * platform/gtk/TestExpectations:
9956
9957 2013-02-05  Gregg Tavares  <gman@chromium.org>
9958
9959         Adds the WebGL Conformance Tests attrib folder.
9960         https://bugs.webkit.org/show_bug.cgi?id=108901
9961
9962         Reviewed by Kenneth Russell.
9963
9964         * platform/chromium/TestExpectations:
9965         * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
9966         * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
9967         * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
9968         * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
9969         * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
9970         * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
9971         * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
9972         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
9973         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
9974         * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
9975         * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
9976         * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
9977         * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
9978         * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
9979         * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
9980         * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
9981         * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
9982         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
9983         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
9984         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
9985         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
9986         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.
9987
9988 2013-02-05  Matt Falkenhagen  <falken@chromium.org>
9989
9990         Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
9991         whose output is affected by the disabling of web intents in Chromium.
9992
9993         * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
9994
9995 2013-02-05  Matt Falkenhagen <falken@chromium.org>
9996
9997         Unreviewed gardening. Chromium disabled web intents.
9998
9999         * platform/chromium/TestExpectations:
10000
10001 2013-02-05  Kent Tamura  <tkent@chromium.org>
10002
10003         [Chromium] Split calendar-picker-key-operations.html into two
10004         https://bugs.webkit.org/show_bug.cgi?id=109006
10005
10006         Reviewed by Kentaro Hara.
10007
10008         Split calendar-picker-key-operations.html into two parts:
10009          - OS-independent part (calendar-picker-key-operations.html), and
10010          - OS-dependent part (calendar-picker-f4-key.html).
10011
10012         We had some troubles when we updated calendar-picker-key-operations.html
10013         because the behavior by F4 key is OS-dependent. We move the test for F4
10014         key to new test.
10015
10016         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
10017         Added. It is expected that this contains FAIL line because we don't
10018         support the F4 key behavior on OSX.
10019         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
10020         Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
10021         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
10022         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
10023         Added. Move from calendar-picker-key-operations.html.
10024         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
10025         Move the F4 key part to calendar-picker-f4-key.html.
10026
10027 2013-02-05  Julien Chaffraix  <jchaffraix@webkit.org>
10028
10029         [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
10030         https://bugs.webkit.org/show_bug.cgi?id=108975
10031
10032         Reviewed by Tony Chang.
10033
10034         * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
10035         * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.
10036
10037 2013-02-05  Kent Tamura  <tkent@chromium.org>
10038
10039         INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
10040         https://bugs.webkit.org/show_bug.cgi?id=108795
10041
10042         Reviewed by Kentaro Hara.
10043
10044         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
10045         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
10046
10047 2013-02-05  Eric Carlson  <eric.carlson@apple.com>
10048
10049         [Mac] Complete plumbing so captions menu can indicate track type
10050         https://bugs.webkit.org/show_bug.cgi?id=108994
10051
10052         Reviewed by Dean Jackson.
10053
10054         Update test results now that the Mac media engine identifies CC tracks.
10055
10056         * media/video-controls-captions-trackmenu-localized.html:
10057         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
10058
10059 2013-02-05   Vineet Chaudhary  <rgf748@motorola.com>
10060
10061         formenctype to have empty string as default value.
10062         https://bugs.webkit.org/show_bug.cgi?id=108969
10063
10064         Reviewed by Kent Tamura.
10065
10066         The spec says formEnctype should only have an invalid value default, not a missing value default.
10067         Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
10068               http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype
10069
10070         * fast/forms/submit-form-attributes-expected.txt:
10071         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
10072
10073 2013-02-05  Roger Fong  <roger_fong@apple.com>
10074
10075         Unreviewed gardening. Win7 port doesn't run WebGL.
10076
10077         * platform/win/TestExpectations:
10078
10079 2013-02-05  Manuel Rego Casasnovas  <rego@igalia.com>
10080
10081         [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
10082         https://bugs.webkit.org/show_bug.cgi?id=108976
10083
10084         Reviewed by Martin Robinson.
10085
10086         * platform/gtk-wk2/TestExpectations: Unflag
10087         fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
10088         already passing (layoutTestController.setCustomPolicyDelegate was
10089         implemented in r128600). Mark some tests related with
10090         layoutTestController.setCustomPolicyDelegate as passing in WK2 but
10091         failing in WK1.
10092
10093 2013-02-05  Nayan Kumar K  <nayankk@motorola.com>
10094
10095         [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
10096         https://bugs.webkit.org/show_bug.cgi?id=108959
10097
10098         Reviewed by Kenneth Russell.
10099
10100         * fast/canvas/webgl/webgl-depth-texture.html:
10101
10102 2013-02-05  Gregg Tavares  <gman@chromium.org>
10103
10104         Adds the WebGL Conformance Tests typedarrays folder.
10105         https://bugs.webkit.org/show_bug.cgi?id=108907
10106
10107         Reviewed by Kenneth Russell.
10108
10109         * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
10110         * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
10111         * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
10112         * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
10113         * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
10114         * webgl/conformance/typedarrays/array-unit-tests.html: Added.
10115         * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
10116         * webgl/conformance/typedarrays/data-view-crash.html: Added.
10117         * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
10118         * webgl/conformance/typedarrays/data-view-test.html: Added.
10119         * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
10120         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
10121         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
10122         * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
10123         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
10124         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.
10125
10126 2013-02-05  Gregg Tavares  <gman@chromium.org>
10127
10128         Adds the WebGL Conformance Tests misc folder.
10129         https://bugs.webkit.org/show_bug.cgi?id=108905
10130
10131         Reviewed by Kenneth Russell.
10132
10133         * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
10134         * webgl/conformance/misc/bad-arguments-test.html: Added.
10135         * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
10136         * webgl/conformance/misc/boolean-argument-conversion.html: Added.
10137         * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
10138         * webgl/conformance/misc/delayed-drawing.html: Added.
10139         * webgl/conformance/misc/error-reporting-expected.txt: Added.
10140         * webgl/conformance/misc/error-reporting.html: Added.
10141         * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
10142         * webgl/conformance/misc/functions-returning-strings.html: Added.
10143         * webgl/conformance/misc/instanceof-test-expected.txt: Added.
10144         * webgl/conformance/misc/instanceof-test.html: Added.
10145         * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
10146         * webgl/conformance/misc/invalid-passed-params.html: Added.
10147         * webgl/conformance/misc/is-object-expected.txt: Added.
10148         * webgl/conformance/misc/is-object.html: Added.
10149         * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
10150         * webgl/conformance/misc/null-object-behaviour.html: Added.
10151         * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
10152         * webgl/conformance/misc/object-deletion-behaviour.html: Added.
10153         * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
10154         * webgl/conformance/misc/shader-precision-format.html: Added.
10155         * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
10156         * webgl/conformance/misc/type-conversion-test.html: Added.
10157         * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
10158         * webgl/conformance/misc/uninitialized-test.html: Added.
10159         * webgl/conformance/misc/webgl-specific-expected.txt: Added.
10160         * webgl/conformance/misc/webgl-specific.html: Added.
10161         * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
10162         * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
10163         * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
10164         * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
10165         * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
10166         * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
10167         * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
10168         * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
10169         * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
10170         * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
10171         * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
10172         * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
10173         * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
10174         * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
10175         * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.
10176
10177 2013-02-05  Gregg Tavares  <gman@chromium.org>
10178
10179         Adds the WebGL Conformance Tests buffers folder
10180         https://bugs.webkit.org/show_bug.cgi?id=108902
10181
10182         Reviewed by Kenneth Russell.
10183
10184         * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
10185         * webgl/conformance/buffers/buffer-bind-test.html: Added.
10186         * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
10187         * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
10188         * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
10189         * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
10190         * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
10191         * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
10192         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
10193         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
10194         * webgl/conformance/buffers/index-validation-expected.txt: Added.
10195         * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
10196         * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
10197         * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
10198         * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
10199         * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
10200         * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
10201         * webgl/conformance/buffers/index-validation.html: Added.
10202         * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
10203         * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
10204         * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
10205         * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
10206         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
10207         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
10208         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
10209         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
10210         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
10211         * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.
10212
10213 2013-02-05  Anton Vayvod  <avayvod@chromium.org>
10214
10215         TextAutosizing: adjust the maximum difference between cluster text width and its descendant
10216         width.
10217         https://bugs.webkit.org/show_bug.cgi?id=108411
10218
10219         Reviewed by Kenneth Rohde Christiansen.
10220
10221         Tests that certain width difference doesn't make descendants separate clusters.
10222
10223         * fast/text-autosizing/nested-child-expected.html: Added.
10224         * fast/text-autosizing/nested-child.html: Added.
10225
10226 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
10227
10228         [Qt] Unreviewed gardening. Skip failing test.
10229         https://bugs.webkit.org/show_bug.cgi?id=108942.
10230
10231         * platform/qt/TestExpectations:
10232
10233 2013-02-05  Kent Tamura  <tkent@chromium.org>
10234
10235         INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
10236         https://bugs.webkit.org/show_bug.cgi?id=108924
10237
10238         Reviewed by Kentaro Hara.
10239
10240         * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
10241         * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.
10242
10243 2013-02-04  Vsevolod Vlasov  <vsevik@chromium.org>
10244
10245         Web Inspector: Create separate project for each file system added to inspector.
10246         https://bugs.webkit.org/show_bug.cgi?id=108652
10247
10248         Reviewed by Pavel Feldman.
10249
10250         * inspector/file-mapping.html:
10251         * inspector/file-system-mapping-expected.txt: Added.
10252         * inspector/file-system-mapping.html: Added.
10253
10254 2013-02-05  Kent Tamura  <tkent@chromium.org>
10255
10256         INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
10257         https://bugs.webkit.org/show_bug.cgi?id=108914
10258
10259         Reviewed by Kentaro Hara.
10260
10261         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
10262         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.
10263
10264 2013-02-05  Zan Dobersek  <zdobersek@igalia.com>
10265
10266         Unreviewed GTK gardening.
10267
10268         Adding a flaky crash expectation for a couple of tests.
10269         Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.
10270
10271         * platform/gtk/TestExpectations:
10272
10273 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
10274
10275         [Qt][Wk2] Unreviewed gardening. Added platform specific expected.
10276
10277         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
10278         * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.
10279
10280 2013-02-05  Tommy Widenflycht  <tommyw@google.com>
10281
10282         MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
10283         https://bugs.webkit.org/show_bug.cgi?id=108179
10284
10285         Reviewed by Adam Barth.
10286
10287         Updating tests for RTCPeerConnections new stream accessors.
10288
10289         * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
10290         * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
10291         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
10292         * fast/mediastream/RTCPeerConnection-statsSelector.html:
10293
10294 2013-02-05  Shinya Kawanaka  <shinyak@chromium.org>
10295
10296         touch-event.html should check touchstartFiredInShadowDOM is true.
10297         https://bugs.webkit.org/show_bug.cgi?id=108910
10298
10299         Reviewed by Hajime Morita.
10300
10301         We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
10302         This is a follow-up patch for http://trac.webkit.org/changeset/141054
10303
10304         * fast/dom/shadow/touch-event-expected.txt:
10305         * fast/dom/shadow/touch-event.html:
10306
10307 2013-02-05  Praveen Jadhav  <praveen.j@samsung.com>
10308
10309         Floating point precision error in AudioPannerNode.
10310         https://bugs.webkit.org/show_bug.cgi?id=106001
10311
10312         Reviewed by Kentaro Hara.
10313
10314         Specifications Update: 
10315         https://dvcs.w3.org/hg/audio/rev/69a39a516e45
10316
10317         New test scenarios are added to verify precision
10318         error issues in PannerNode.
10319
10320         * webaudio/pannernode-basic-expected.txt:
10321         * webaudio/pannernode-basic.html:
10322
10323 2013-02-05  Kent Tamura  <tkent@chromium.org>
10324
10325         INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
10326         https://bugs.webkit.org/show_bug.cgi?id=108911
10327
10328         Reviewed by Kentaro Hara.
10329
10330         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
10331         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
10332         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
10333         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
10334         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:
10335
10336 2013-02-04  Dean Jackson  <dino@apple.com>
10337
10338         [Mac] Captions menu should indicate language and type of track
10339         https://bugs.webkit.org/show_bug.cgi?id=108882
10340
10341         Reviewed by Eric Carlson.
10342
10343         Now that the captions menu can be labelled in a platform-specific way, move
10344         the results into the platform directory. At the moment, they are skipped
10345         everywhere but Mac. Also update the tests to the new menu structure, which
10346         only has a single list of entries.
10347
10348         * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.
10349         * media/video-controls-captions-trackmenu-expected.txt: Removed.
10350         * media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
10351         * media/video-controls-captions-trackmenu-sorted-expected.txt: Removed.
10352         * media/video-controls-captions-trackmenu-sorted.html: Updated for new menu structure.
10353         * media/video-controls-captions-trackmenu.html: Updated for new menu structure.
10354         * platform/mac/media/video-controls-captions-trackmenu-expected.txt: New platform specific results.
10355         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Ditto.
10356         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
10357
10358 2013-02-04  Hajime Morrita <morrita@google.com>
10359
10360         [Chromium] Unreviewed, skipping heap-snapshot-with-detached-dom-tree.html
10361
10362         * platform/chromium/TestExpectations:
10363
10364 2013-02-04  Hajime Morrita  <morrita@google.com>
10365
10366         [Chromium] Unreviewed rebaselining.
10367
10368         * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: Added.
10369         * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: Added.
10370         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
10371         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
10372         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Added.
10373         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Added.
10374
10375 2013-02-04  Kent Tamura  <tkent@chromium.org>
10376
10377         Fix crash by <select> type change on focus
10378         https://bugs.webkit.org/show_bug.cgi?id=108830
10379
10380         Reviewed by Abhishek Arya.
10381
10382         * fast/forms/select/select-change-type-on-focus-expected.txt: Added.
10383         * fast/forms/select/select-change-type-on-focus.html: Added.
10384
10385 2013-02-04  Kentaro Hara  <haraken@chromium.org>
10386
10387         Add missing tests for default values of event constructors
10388         https://bugs.webkit.org/show_bug.cgi?id=108885
10389
10390         Reviewed by Adam Barth.
10391
10392         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-keyboardevent
10393
10394         * fast/events/constructors/keyboard-event-constructor-expected.txt:
10395         * fast/events/constructors/keyboard-event-constructor.html:
10396         * fast/events/constructors/mouse-event-constructor-expected.txt:
10397         * fast/events/constructors/mouse-event-constructor.html:
10398         * fast/events/constructors/wheel-event-constructor-expected.txt:
10399         * fast/events/constructors/wheel-event-constructor.html:
10400
10401 2013-02-04  Gregg Tavares  <gman@google.com>
10402
10403         Add Support Files for WebGL Conformance Tests
10404         https://bugs.webkit.org/show_bug.cgi?id=108731
10405
10406         Reviewed by Kenneth Russell.
10407
10408         These are the 'resource' files for the WebGL
10409         Conformance Tests. Other CLs will add the
10410         actual tests.
10411
10412         * webgl/resources/webgl_test_files/conformance/resources/3x3.png: Added.
10413         * webgl/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Added.
10414         * webgl/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Added.
10415         * webgl/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Added.
10416         * webgl/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Added.
10417         * webgl/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Added.
10418         * webgl/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Added.
10419         (GLSLConformanceTester):
10420         * webgl/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Added.
10421         (canvas):
10422         (.shader-source):
10423         (.shader-source li:nth-child(odd)):
10424         (.shader-source li:nth-child(even)):
10425         (.testimages):
10426         (.testimages br):
10427         (.testimages > div):
10428         (IMG):
10429         * webgl/resources/webgl_test_files/conformance/resources/glsl-generator.js: Added.
10430         (GLSLGenerator.):
10431         (GLSLGenerator):
10432         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Added.
10433         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Added.
10434         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Added.
10435         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Added.
10436         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Added.
10437         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Added.
10438         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Added.
10439         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Added.
10440         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp.png: Added.
10441         * webgl/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Added.
10442         * webgl/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Added.
10443         * webgl/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Added.
10444         * webgl/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Added.
10445         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Added.
10446         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Added.
10447         * webgl/resources/webgl_test_files/conformance/resources/npot-video.mp4: Added.
10448         * webgl/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Added.
10449         * webgl/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Added.
10450         * webgl/resources/webgl_test_files/conformance/resources/ogles-tests.css: Added.
10451         (canvas):
10452         (.shader-source):
10453         (.shader-source li:nth-child(odd)):
10454         (.shader-source li:nth-child(even)):
10455         (.testimages):
10456         (.testimages br):
10457         (.testimages > div):
10458         (IMG):
10459         * webgl/resources/webgl_test_files/conformance/resources/pnglib.js: Added.
10460         (.):
10461         * webgl/resources/webgl_test_files/conformance/resources/red-green.mp4: Added.
10462         * webgl/resources/webgl_test_files/conformance/resources/red-green.png: Added.
10463         * webgl/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Added.
10464         * webgl/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Added.
10465         * webgl/resources/webgl_test_files/conformance/resources/red-indexed.png: Added.
10466         * webgl/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Added.
10467         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Added.
10468         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Added.
10469         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Added.
10470         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Added.
10471         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Added.
10472         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Added.
10473         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
10474         * webgl/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Added.
10475         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
10476         (.init):
10477         (.setCanvasToRedGreen):
10478         (.drawTextInCanvas):
10479         (.setCanvasTo257x257):
10480         (.setCanvasTo1x2):
10481         (.else):
10482         (.runOneIteration):
10483         (.runTest.runNextTest):
10484         (.runTest):
10485         (generateTest):
10486         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
10487         (.init):
10488         (.runOneIteration):
10489         (.runTest):
10490         (generateTest):
10491         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image.js: Added.
10492         (.init):
10493         (.runOneIteration):
10494         (.runTestOnImage):
10495         (.runTest.newImage.onload):
10496         (.runTest):
10497         (.runTest2.newImage.onload):
10498         (.runTest2):
10499         (.runTest3):
10500         (generateTest):
10501         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-video.js: Added.
10502         (debug):
10503         (.init):
10504         (.runOneIteration):
10505         (.runTest):
10506         * webgl/resources/webgl_test_files/conformance/resources/vertexShader.vert: Added.
10507         * webgl/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Added.
10508         (WebGLTestUtils):
10509         (WebGLTestUtils.):
10510         * webgl/resources/webgl_test_files/conformance/resources/webgl-test.js: Added.
10511         (webglTestLog):
10512         (getGLErrorAsString):
10513         (shouldGenerateGLError):
10514         (glErrorShouldBe):
10515         * webgl/resources/webgl_test_files/conformance/resources/zero-alpha.png: Added.
10516         * webgl/resources/webgl_test_files/resources/desktop-gl-constants.js: Added.
10517         * webgl/resources/webgl_test_files/resources/js-test-post.js: Added.
10518         * webgl/resources/webgl_test_files/resources/js-test-pre.js: Added.
10519         (.):
10520         (reportTestResultsToHarness):
10521         (notifyFinishedToHarness):
10522         (description):
10523         (debug):
10524         (escapeHTML):
10525         (testPassed):
10526         (testFailed):
10527         (areArraysEqual):
10528         (isMinusZero):
10529         (isResultCorrect):
10530         (stringify):
10531         (evalAndLog):
10532         (shouldBe):
10533         (shouldNotBe):
10534         (shouldBeTrue):
10535         (shouldBeFalse):
10536         (shouldBeNaN):
10537         (shouldBeNull):
10538         (shouldBeEqualToString):
10539         (shouldEvaluateTo):
10540         (shouldBeNonZero):
10541         (shouldBeNonNull):
10542         (shouldBeUndefined):
10543         (shouldBeDefined):
10544         (shouldBeGreaterThanOrEqual):
10545         (expectTrue):
10546         (shouldThrow):
10547         (assertMsg):
10548         (gc.gcRec):
10549         (gc):
10550         (finishTest.epilogue.onload):
10551         (finishTest):
10552         * webgl/resources/webgl_test_files/resources/js-test-style.css: Added.
10553         (.pass):
10554         (.fail):
10555         (#console):
10556         * webgl/resources/webgl_test_files/resources/test-eval.js: Added.
10557         (TestEval):
10558         * webgl/resources/webgl_test_files/resources/webgl-logo.png: Added.
10559         * webgl/resources/webgl_test_files/resources/webgl-test-harness.js: Added.
10560         (WebGLTestHarnessModule.log):
10561         (WebGLTestHarnessModule.try.request.onreadystatechange):
10562         (WebGLTestHarnessModule.loadTextFileAsynchronous):
10563         (WebGLTestHarnessModule.greaterThanOrEqualToVersion):
10564         (WebGLTestHarnessModule.copyObject):
10565         (WebGLTestHarnessModule.toCamelCase):
10566         (WebGLTestHarnessModule.):
10567         (WebGLTestHarnessModule.getFileListImpl):
10568         (WebGLTestHarnessModule.var):
10569         (WebGLTestHarnessModule.getFileList):
10570         (WebGLTestHarnessModule.FilterURL):
10571         (WebGLTestHarnessModule.TestFile):
10572         (WebGLTestHarnessModule.Test):
10573         (WebGLTestHarnessModule.TestHarness):
10574         (WebGLTestHarnessModule.TestHarness.prototype.addFiles_):
10575         (WebGLTestHarnessModule.TestHarness.prototype.runTests):
10576         (WebGLTestHarnessModule.TestHarness.prototype.setTimeout):
10577         (WebGLTestHarnessModule.TestHarness.prototype.clearTimeout):
10578         (WebGLTestHarnessModule.TestHarness.prototype.startNextTest):
10579         (WebGLTestHarnessModule.TestHarness.prototype.startTest):
10580         (WebGLTestHarnessModule.TestHarness.prototype.getTest):
10581         (WebGLTestHarnessModule.TestHarness.prototype.reportResults):
10582         (WebGLTestHarnessModule.TestHarness.prototype.dequeTest):
10583         (WebGLTestHarnessModule.TestHarness.prototype.notifyFinished):
10584         (WebGLTestHarnessModule.TestHarness.prototype.timeout):
10585         (WebGLTestHarnessModule.TestHarness.prototype.setTimeoutDelay):
10586         (WebGLTestHarnessModule):
10587         * webgl/resources/webkit-webgl-test-harness.js: Added.
10588         (.):
10589
10590 2013-02-04  Hajime Morrita  <morrita@google.com>
10591
10592         [Chromium] Unreviewed rebaselining for r141769.
10593
10594         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png:
10595         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10596         * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png:
10597         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10598         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
10599         * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
10600         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10601         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
10602         * platform/chromium/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
10603         * platform/chromium/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
10604         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
10605         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
10606         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
10607         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
10608
10609 2013-02-04  Benjamin Poulain  <bpoulain@apple.com>
10610
10611         Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
10612         https://bugs.webkit.org/show_bug.cgi?id=108741
10613
10614         Reviewed by Tony Chang.
10615
10616         Update the tests to use WebCore Internals instead of the TestRunner.
10617
10618         * animations/animation-controller-drt-api.html:
10619         * transitions/hang-with-bad-transition-list.html:
10620         * transitions/remove-transition-style.html:
10621         * transitions/repeated-firing-background-color.html:
10622         * transitions/zero-duration-with-non-zero-delay-end.html:
10623
10624 2013-02-04  Nayan Kumar K  <nayankk@motorola.com>
10625
10626         [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
10627         https://bugs.webkit.org/show_bug.cgi?id=108694
10628
10629         Reviewed by Kenneth Russell.
10630
10631         WEBGL_lose_context is one of the community approved WebGL extension.
10632         Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
10633         Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
10634
10635         * fast/canvas/webgl/WebGLContextEvent.html:
10636         * fast/canvas/webgl/context-destroyed-crash.html:
10637         * fast/canvas/webgl/context-lost-expected.txt:
10638         * fast/canvas/webgl/context-lost-restored.html:
10639         * fast/canvas/webgl/context-lost.html:
10640         * platform/chromium-linux-x86/fast/canvas/webgl/context-lost-expected.txt:
10641         * platform/chromium-linux/fast/canvas/webgl/context-lost-expected.txt:
10642         * platform/chromium-mac/fast/canvas/webgl/context-lost-expected.txt:
10643         * platform/chromium-win-xp/fast/canvas/webgl/context-lost-expected.txt:
10644         * platform/chromium-win/fast/canvas/webgl/context-lost-expected.txt:
10645         * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt:
10646
10647 2013-02-04  Chris Hopman  <cjhopman@chromium.org>
10648
10649         Make moveCaretTowardsWindowPoint not snap to the beginning/end when moved above/below editable
10650         https://bugs.webkit.org/show_bug.cgi?id=107850
10651
10652         Reviewed by Ojan Vafai.
10653
10654         Test the new "android" editing behavior in the following tests:
10655
10656         * editing/deleting/delete-ligature-003-expected.txt:
10657         * editing/deleting/delete-ligature-003.html:
10658         * editing/deleting/paragraph-in-preserveNewline-expected.txt:
10659         * editing/deleting/paragraph-in-preserveNewline.html:
10660         * editing/deleting/whitespace-pre-1-expected.txt:
10661         * editing/deleting/whitespace-pre-1.html:
10662         * editing/execCommand/script-tests/toggle-compound-styles.js:
10663         * editing/execCommand/toggle-compound-styles-expected.txt:
10664         * editing/selection/5354455-1-expected.txt:
10665         * editing/selection/5354455-1.html:
10666         * editing/selection/click-in-margins-inside-editable-div-expected.txt:
10667         * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
10668         * editing/selection/context-menu-text-selection-expected.txt:
10669         * editing/selection/context-menu-text-selection.html:
10670         * editing/selection/extend-after-mouse-selection-expected.txt:
10671         * editing/selection/extend-after-mouse-selection.html:
10672         * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
10673         * editing/selection/programmatic-selection-on-mac-is-directionless.html:
10674         * editing/selection/rtl-move-selection-right-left-expected.txt:
10675         * editing/selection/rtl-move-selection-right-left.html:
10676         * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
10677         * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
10678         * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
10679         * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
10680
10681 2013-02-04  Kent Tamura  <tkent@chromium.org>
10682
10683         INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>
10684         https://bugs.webkit.org/show_bug.cgi?id=108447
10685
10686         Reviewed by Hajime Morita.
10687
10688         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Added.
10689         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Added.
10690
10691 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10692
10693         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
10694         https://bugs.webkit.org/show_bug.cgi?id=98527
10695
10696         The bug was fixed but the test was never removed from the Mac WK2 TestExpectations file.
10697         Remove it now.
10698
10699         * platform/mac-wk2/TestExpectations:
10700
10701 2013-02-04  Alan Cutter  <alancutter@chromium.org>
10702
10703         [ Linux ] Mark media/track/track-cues-cuechange.html and media/track/track-cues-enter-exit.html as slow
10704         https://bugs.webkit.org/show_bug.cgi?id=108876
10705
10706         Reviewed by Dirk Pranke.
10707
10708         Tests take ~5.4 seconds to run locally.
10709         Timing out on the EWS bots but passing on the Webkit buildbots.
10710         Marked tests as slow in TestExpectations.
10711
10712         * platform/chromium/TestExpectations:
10713
10714 2013-01-31  Kentaro Hara  <haraken@chromium.org>
10715
10716         Implement WheelEvent::deltaMode
10717         https://bugs.webkit.org/show_bug.cgi?id=108455
10718
10719         Reviewed by Adam Barth.
10720
10721         Per the spec, WheelEvent::deltaMode should return
10722         DOM_DELTA_PIXEL or DOM_DELTA_LINE or DOM_DELTA_PAGE.
10723
10724         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
10725         https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-wheelevent
10726
10727         * fast/events/constructors/wheel-event-constructor-expected.txt:
10728         * fast/events/constructors/wheel-event-constructor.html:
10729
10730 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10731
10732         WebVTT <i>, <b> and <u> elements should have default styles
10733         https://bugs.webkit.org/show_bug.cgi?id=107214
10734
10735         Reviewed by Darin Adler.
10736
10737         * media/track/captions-webvtt/styling-default.vtt: Added.
10738         * media/track/track-css-matching-default-expected.txt: Added.
10739         * media/track/track-css-matching-default.html: Added.
10740
10741 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
10742
10743         [CSS Grid Layout] Heap-buffer-overflow in std::sort
10744         https://bugs.webkit.org/show_bug.cgi?id=108834
10745
10746         Reviewed by Abhishek Arya.
10747
10748         * fast/css-grid-layout/grid-strict-ordering-crash-expected.txt: Added.
10749         * fast/css-grid-layout/grid-strict-ordering-crash.html: Added.
10750         The test requires a column / row index above the Vector inline capacity to work (which is currently 16).
10751         The values are much higher in case we decide to bump the inline capacity.
10752
10753 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10754
10755         class="cue" is getting some default style
10756         https://bugs.webkit.org/show_bug.cgi?id=108752
10757
10758         Reviewed by Dean Jackson.
10759
10760         * media/track/track-css-property-whitelist-expected.txt:
10761         * media/track/track-css-property-whitelist.html:
10762
10763 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10764
10765         [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
10766         https://bugs.webkit.org/show_bug.cgi?id=68552
10767
10768         Skip another test that depends on setting eventSender.dragMode.
10769
10770         * platform/wk2/TestExpectations:
10771
10772 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10773
10774         Out-of-view check of fixed position element in frame might still be incorrect on Mac when
10775         page is scaled
10776         https://bugs.webkit.org/show_bug.cgi?id=105049
10777
10778         These tests have started passing all the time on all the Lion and Mountain Lion Debug and
10779         Release WK1 and WK2 testers. Remove the failing expectation.
10780
10781         * platform/mac/TestExpectations:
10782
10783 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10784
10785         Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element
10786         https://bugs.webkit.org/show_bug.cgi?id=105478
10787
10788         Reviewed by Antti Koivisto.
10789
10790         * media/track/captions-webvtt/styling-lang.vtt:
10791         * media/track/track-css-matching-lang-expected.txt:
10792         * media/track/track-css-matching-lang.html:
10793
10794 2013-02-04  Tom Sepez  <tsepez@chromiium.org>
10795
10796         XSS Auditor bypass via svg tags and xlink:href
10797         https://bugs.webkit.org/show_bug.cgi?id=84158
10798
10799         Reviewed by Adam Barth.
10800
10801         * http/tests/security/xssAuditor/svg-script-tag-expected.txt: Added.
10802         * http/tests/security/xssAuditor/svg-script-tag.html: Added.
10803
10804 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
10805
10806         [CSS Grid Layout] Add parsing for grid-auto-flow
10807         https://bugs.webkit.org/show_bug.cgi?id=108397
10808
10809         Reviewed by Ojan Vafai.
10810
10811         * fast/css-grid-layout/grid-auto-flow-get-set-expected.txt: Added.
10812         * fast/css-grid-layout/grid-auto-flow-get-set.html: Added.
10813         * fast/css-grid-layout/resources/grid.css:
10814         (.gridAutoFlowNone):
10815         (.gridAutoFlowColumn):
10816         (.gridAutoFlowRow):
10817         Added these new classes to our common style.
10818
10819 2013-02-04  Vladislav Kaznacheev  <kaznacheev@chromium.org>
10820
10821         Web Inspector: Create a container class for SidebarPane instances
10822         https://bugs.webkit.org/show_bug.cgi?id=108183
10823
10824
10825         Reviewed by Pavel Feldman.
10826
10827         * http/tests/inspector/elements-test.js:
10828         (initialize_ElementTest.stylesCallback):
10829         (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStylesWithComputed):
10830         * inspector/audits/audits-panel-functional-expected.txt:
10831         * inspector/audits/audits-panel-noimages-functional-expected.txt:
10832         * inspector/debugger/error-in-watch-expressions.html:
10833         * inspector/debugger/properties-special.html:
10834         * inspector/debugger/watch-expressions-panel-switch.html:
10835         * inspector/debugger/watch-expressions-preserve-expansion.html:
10836         * inspector/extensions/extensions-audits-api-expected.txt:
10837         * inspector/extensions/extensions-audits-content-script-expected.txt:
10838         * inspector/extensions/extensions-audits-expected.txt:
10839         * inspector/extensions/extensions-events.html:
10840         * inspector/extensions/extensions-sidebar.html:
10841         * inspector/styles/lazy-computed-style.html:
10842
10843 2013-02-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
10844
10845         [Qt][Wk2] Unreviewed gardnening. Skip failing tests.
10846
10847         * platform/qt-5.0-wk2/TestExpectations:
10848         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Update after r141459.
10849         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
10850
10851 2013-02-04  Andrey Lushnikov  <lushnikov@chromium.org>
10852
10853         Web Inspector: add round braces to javascript tokenizer
10854         https://bugs.webkit.org/show_bug.cgi?id=108692
10855
10856         Reviewed by Pavel Feldman.
10857
10858         Updated test expectations to correspond to new tokens "brace-start"
10859         and "brace-end" in javascript tokenizer.
10860
10861         * inspector/editor/highlighter-basics-expected.txt:
10862         * inspector/editor/text-editor-long-line-expected.txt:
10863         * inspector/syntax-highlight-html-expected.txt:
10864         * inspector/syntax-highlight-javascript-expected.txt:
10865
10866 2013-02-04  Sami Kyostila  <skyostil@chromium.org>
10867
10868         Disable -webkit-overflow-scrolling CSS attribute on Chromium
10869         https://bugs.webkit.org/show_bug.cgi?id=108020
10870
10871         Reviewed by James Robinson.
10872
10873         Now that we can automatically promote overflow elements to accelerated
10874         scrolling layers there is no use for the -webkit-overflow-scrolling CSS
10875         attribute any longer on Chromium.
10876
10877         The following tests using -webkit-overflow-scroll are modified to also call
10878         setAcceleratedCompositingForOverflowScrollEnabled(). This makes them test
10879         meaningful things on also on platforms that do not support that CSS attribute.
10880
10881         * compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
10882         * compositing/overflow/iframe-inside-overflow-clipping.html:
10883         * compositing/overflow/nested-scrolling.html:
10884         * compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
10885         * compositing/overflow/scrolling-content-clip-to-viewport.html:
10886         * compositing/overflow/scrolling-without-painting.html:
10887         * compositing/overflow/textarea-scroll-touch.html:
10888         * compositing/overflow/updating-scrolling-content.html:
10889         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Removed.
10890         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Removed.
10891         * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
10892         * platform/chromium/TestExpectations:
10893         * platform/chromium/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
10894         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Removed.
10895         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Removed.
10896         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Removed.
10897         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
10898
10899 2013-02-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
10900
10901         [Qt] Unreviewed gardening. Skipping failing tests.
10902
10903         * platform/qt/TestExpectations:
10904
10905 2013-02-04  Kent Tamura  <tkent@chromium.org>
10906
10907         [Chromium] Rebaseline for r141741
10908         https://bugs.webkit.org/show_bug.cgi?id=108791
10909
10910         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10911         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10912         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10913         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10914         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10915         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
10916         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
10917         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png:
10918         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
10919         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
10920         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
10921         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Removed.
10922         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10923         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
10924         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
10925         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
10926         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10927         * platform/chromium/TestExpectations:
10928
10929 2013-02-03  Christophe Dumez  <dchris@gmail.com>
10930
10931         [EFL][WK2] Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as flaky
10932         https://bugs.webkit.org/show_bug.cgi?id=108793
10933
10934         Unreviewed EFL gardening.
10935
10936         Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as
10937         flaky due to Bug 108058. It sometimes crashes on the bots.
10938
10939         * platform/efl-wk2/TestExpectations:
10940
10941 2013-02-03  Kent Tamura  <tkent@chromium.org>
10942
10943         Support setLangAttributeAwareFormControlUIEnabled on Chromium Windows XP
10944         https://bugs.webkit.org/show_bug.cgi?id=108791
10945
10946         Reviewed by Kentaro Hara.
10947
10948         * platform/chromium/TestExpectations:
10949         Mark affected tests failure.
10950         Actually we should be able to remove XP-specific test results for
10951         them. We just mark them in this patch just in case, and do rebaseline
10952         later.
10953
10954 2013-02-03  Hajime Morrita  <morrita@google.com>
10955
10956         [Chromium] Unreviewed, marking some as timing out.
10957
10958         * platform/chromium/TestExpectations:
10959
10960 2013-02-03  Hajime Morrita <morrita@google.com>
10961
10962         [Chromium] Unreviewed, marking terminate-during-sync-operation.html as timing out.
10963
10964         * platform/chromium/TestExpectations:
10965
10966 2013-02-03  Hajime Morrita  <morrita@google.com>
10967
10968         [Chromium] Unreviewed rebaselining.
10969
10970         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
10971
10972 2013-02-03  Hajime Morrita <morrita@google.com>
10973
10974         [Chromium] Unreviewed, marking grid-preferred-logical-widths.html as a fail.
10975
10976         * platform/chromium/TestExpectations:
10977
10978 2013-02-03  Hajime Morrita  <morrita@google.com>
10979
10980         [Chromium] Unreviewed, marking block-test.html as a fail.
10981
10982         * platform/chromium/TestExpectations:
10983
10984 2013-02-03  Noel Gordon  <noel.gordon@gmail.com>
10985
10986         [chromium] Skip editing/inserting/smart-link-when-caret-is-moved-before-URL.html
10987         https://bugs.webkit.org/show_bug.cgi?id=85463
10988         
10989         Test added in http://trac.webkit.org/changeset/141618 - requires that DRT or WKTR
10990         implement setAutomaticLinkDetectionEnabled().
10991
10992         Unreviewed gardening.
10993
10994         * platform/chromium/TestExpectations:
10995
10996 2013-02-03  Kent Tamura  <tkent@chromium.org>
10997
10998         calendar-picker-key-operations.html is failing
10999         https://bugs.webkit.org/show_bug.cgi?id=108566
11000
11001         Reviewed by Kentaro Hara.
11002
11003         * platform/chromium/TestExpectations:
11004         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
11005         Month.createFromDate supports only UTC Date. Use the Month constructor
11006         with local year and local month.
11007
11008 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11009
11010         [EFL] Mark inspector/debugger/source-frame-count.html as flaky
11011         https://bugs.webkit.org/show_bug.cgi?id=108768
11012
11013         Unreviewed EFL gardening.
11014
11015         Mark inspector/debugger/source-frame-count.html as flaky as it sometimes
11016         crashes due to Bug 81574.
11017
11018         * platform/efl-wk2/TestExpectations:
11019
11020 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11021
11022         [EFL] Mark a few more media tests as flaky due to gstreamer 1.0
11023         https://bugs.webkit.org/show_bug.cgi?id=108765
11024
11025         Unreviewed EFL gardening.
11026
11027         Mark 2 more media tests as flaky since the update to gstreamer 1.0.
11028         They sometimes crash in MediaPlayerPrivateGStreamer dtor.
11029
11030         * platform/efl/TestExpectations:
11031
11032 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11033
11034         [EFL] svg/custom/text-ctm.svg needs a baseline
11035         https://bugs.webkit.org/show_bug.cgi?id=108764
11036
11037         Unreviewed EFL gardening.
11038
11039         Add baseline for svg/custom/text-ctm.svg that was added in r17879.
11040
11041         * platform/efl/svg/custom/text-ctm-expected.png: Added.
11042         * platform/efl/svg/custom/text-ctm-expected.txt: Added.
11043
11044 2013-02-02  Takashi Sakamoto  <tasak@google.com>
11045
11046         Making -webkit-image-set() the first value of background property causes crash.
11047         https://bugs.webkit.org/show_bug.cgi?id=108409
11048
11049         Reviewed by Beth Dakin.
11050
11051         * fast/css/image-set-value-crash-in-fillImageSet-expected.txt: Added.
11052         * fast/css/image-set-value-crash-in-fillImageSet.html: Added.
11053
11054 2013-02-02  Andrey Lushnikov  <lushnikov@chromium.org>
11055
11056         Web Inspector: fix bug in highlighting single chars via highlightRange API of DTE
11057         https://bugs.webkit.org/show_bug.cgi?id=108685
11058
11059         Reviewed by Pavel Feldman.
11060
11061         Updated layout test to cover specific bug case.
11062
11063         * inspector/editor/text-editor-highlight-api-expected.txt:
11064         * inspector/editor/text-editor-highlight-api.html:
11065
11066 2013-02-02  Zan Dobersek  <zdobersek@igalia.com>
11067
11068         Unreviewed GTK gardening.
11069
11070         * platform/gtk/TestExpectations:
11071         * platform/gtk/svg/custom/text-ctm-expected.txt:
11072         * platform/gtk/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
11073
11074 2013-02-01  Christian Biesinger  <cbiesinger@chromium.org>
11075
11076         Rebaseline tests after bug 9221
11077         https://bugs.webkit.org/show_bug.cgi?id=108712
11078
11079         Unreviewed rebaseline of test expectations.
11080
11081         * fast/css/resize-corner-tracking-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt.
11082         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-expected.png:
11083         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11084         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-expected.png:
11085         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
11086         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11087         * platform/chromium-mac/fast/css/resize-corner-tracking-expected.png:
11088         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png:
11089         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11090         * platform/chromium-win/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
11091         * platform/chromium/TestExpectations:
11092         * platform/chromium/fast/css/resize-corner-tracking-expected.txt: Removed.
11093
11094 2013-02-01  Yongjun Zhang  <yongjun_zhang@apple.com>
11095
11096         Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.
11097         https://bugs.webkit.org/show_bug.cgi?id=108545
11098
11099         Reviewed by Alexey Proskuryakov.
11100
11101         Add a test to verify the error event is fired when image's src attribute is changed to a url
11102         but the url blocked by content-security-policy.
11103
11104         * fast/images/image-error-event-not-firing-expected.txt: Added.
11105         * fast/images/image-error-event-not-firing.html: Added.
11106
11107 2013-02-01  Florin Malita  <fmalita@chromium.org>
11108
11109         [Chromium] Unreviewed gardening.
11110
11111         Rebaseline after http://trac.webkit.org/changeset/141634
11112
11113         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
11114         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11115         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
11116         * platform/chromium-win/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
11117
11118 2013-02-01  Jessie Berlin  <jberlin@apple.com>
11119
11120         The assertions in updateLayerPositionsAfterScroll were commented out in r141278, so stop
11121         expecting http/tests/inspector/resource-har-pages.html to assert in debug builds.
11122         (see https://bugs.webkit.org/show_bug.cgi?id=103432).
11123
11124         * platform/mac/TestExpectations:
11125
11126 2013-02-01  Ojan Vafai  <ojan@chromium.org>
11127
11128         Make svg-fonts-in-text-controls.html have the same results across platforms
11129         https://bugs.webkit.org/show_bug.cgi?id=108676
11130
11131         Reviewed by Dirk Pranke.
11132
11133         Mac uses a different default font-size for form controls and Windows
11134         uses different padding for textareas/inputs. Override these so
11135         this test doesn't need platform specific expectations.
11136
11137         * platform/chromium/TestExpectations:
11138         * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
11139         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Removed.
11140         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
11141         * svg/custom/script-tests/svg-fonts-in-text-controls.js:
11142         * svg/custom/svg-fonts-in-text-controls-expected.txt:
11143         * svg/custom/svg-fonts-in-text-controls.html:
11144         These dummy elements aren't needed anymore. js-test-pre.js inserts them.
11145
11146 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
11147
11148         [Chromium] Expect spellcheck to ignore punctuation
11149         https://bugs.webkit.org/show_bug.cgi?id=108511
11150
11151         Reviewed by Tony Chang.
11152
11153         * platform/chromium/TestExpectations: Expect spellcheck to ignore punctuation.
11154
11155 2013-02-01  Andrey Lushnikov  <lushnikov@chromium.org>
11156
11157         Web Inspector: remove extra padding around overlay highlight.
11158         https://bugs.webkit.org/show_bug.cgi?id=108679
11159
11160         Reviewed by Alexander Pavlov.
11161
11162         Update layout test expectations to correspond to updated overlay highlight style.
11163
11164         * inspector/editor/text-editor-highlight-api-expected.txt:
11165         * inspector/editor/text-editor-highlight-token-expected.txt:
11166
11167 2013-02-01  Philip Rogers  <pdr@google.com>
11168
11169         Prevent skipped repaints for children of inner SVG elements
11170         https://bugs.webkit.org/show_bug.cgi?id=108429
11171
11172         Reviewed by Eric Seidel.
11173
11174         Need to update expectations for a single file (just a 1px difference).
11175
11176         * platform/chromium/TestExpectations:
11177         * platform/efl/TestExpectations:
11178         * platform/mac/TestExpectations:
11179         * platform/qt/TestExpectations:
11180         * platform/win/TestExpectations:
11181         * svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
11182         * svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
11183         * svg/repaint/svgsvgelement-repaint-children.html: Added.
11184
11185 2013-02-01  Philip Rogers  <pdr@google.com>
11186
11187         [Chromium] Unreviewed gardening of two svg/zoom/page tests.
11188
11189         This change rebaselines two tests for WK108108.
11190
11191         Unreviewed update of test expectations.
11192
11193         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
11194         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
11195         * platform/chromium/TestExpectations:
11196
11197 2013-02-01  Florin Malita  <fmalita@chromium.org>
11198
11199         [Chromium] Unreviewed gardening.
11200
11201         Skip a test added in r14618 that uses setAutomaticLinkDetectionEnabled.
11202
11203         * platform/chromium/TestExpectations:
11204
11205 2013-02-01  David Farler  <dfarler@apple.com>
11206
11207         [Mac] Layout test fast/parser/parser-yield-timing.html is flaky on debug bots
11208         https://bugs.webkit.org/show_bug.cgi?id=108677
11209
11210         Reviewed by Tim Horton.
11211
11212         * platform/mac/TestExpectations:
11213         Mark fast/parser/parser-yield-timing.html as [ Pass Failure ]
11214
11215 2013-02-01  Philip Rogers  <pdr@google.com>
11216
11217         Change hasAlpha to isKnownToBeOpaque and correct the return value for SVG images.
11218         https://bugs.webkit.org/show_bug.cgi?id=106966
11219
11220         Reviewed by Stephen White.
11221
11222         An SVG image has been added to this test to check for regressions.
11223
11224         * fast/box-shadow/image-box-shadow-expected.html:
11225         * fast/box-shadow/image-box-shadow.html:
11226
11227             Add an SVG image and correct a small mistake in the test that used values of 256
11228             instead of 255.
11229
11230         * fast/box-shadow/resources/green.svg: Added.
11231
11232 2013-02-01  Philippe Normand  <pnormand@igalia.com>
11233
11234         Unreviewed, GTK TestExpectations update.
11235
11236         * platform/gtk/TestExpectations: Flag some new media tests
11237         crashing until a fix is figured out.
11238
11239 2013-02-01  Alok Priyadarshi  <alokp@chromium.org>
11240
11241         Print GraphicsLayer::m_contentsOpaque if non-default (true)
11242         https://bugs.webkit.org/show_bug.cgi?id=108354
11243
11244         Reviewed by Simon Fraser.
11245
11246         * compositing/absolute-inside-out-of-view-fixed-expected.txt:
11247         * compositing/backing/no-backing-for-clip-expected.txt:
11248         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
11249         * compositing/backing/no-backing-for-perspective-expected.txt:
11250         * compositing/bounds-in-flipped-writing-mode-expected.txt:
11251         * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
11252         * compositing/columns/composited-in-paginated-expected.txt:
11253         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
11254         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
11255         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
11256         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
11257         * compositing/geometry/ancestor-overflow-change-expected.txt:
11258         * compositing/geometry/bounds-clipped-composited-child-expected.txt:
11259         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11260         * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
11261         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11262         * compositing/geometry/bounds-ignores-hidden-expected.txt:
11263         * compositing/geometry/clip-expected.txt:
11264         * compositing/geometry/clip-inside-expected.txt:
11265         * compositing/geometry/composited-in-columns-expected.txt:
11266         * compositing/geometry/fixed-position-composited-switch-expected.txt:
11267         * compositing/geometry/flipped-writing-mode-expected.txt:
11268         * compositing/geometry/foreground-layer-expected.txt:
11269         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11270         * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
11271         * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
11272         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
11273         * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
11274         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11275         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
11276         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
11277         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
11278         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
11279         * compositing/geometry/preserve-3d-switching-expected.txt:
11280         * compositing/iframes/become-composited-nested-iframes-expected.txt:
11281         * compositing/iframes/become-overlapped-iframe-expected.txt:
11282         * compositing/iframes/composited-parent-iframe-expected.txt:
11283         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11284         * compositing/iframes/connect-compositing-iframe-expected.txt:
11285         * compositing/iframes/connect-compositing-iframe2-expected.txt:
11286         * compositing/iframes/connect-compositing-iframe3-expected.txt:
11287         * compositing/iframes/enter-compositing-iframe-expected.txt:
11288         * compositing/iframes/iframe-resize-expected.txt:
11289         * compositing/iframes/iframe-size-from-zero-expected.txt:
11290         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
11291         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
11292         * compositing/iframes/overlapped-iframe-expected.txt:
11293         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
11294         * compositing/iframes/overlapped-nested-iframes-expected.txt:
11295         * compositing/iframes/page-cache-layer-tree-expected.txt:
11296         * compositing/iframes/scrolling-iframe-expected.txt:
11297         * compositing/images/clip-on-directly-composited-image-expected.txt:
11298         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
11299         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
11300         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11301         * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
11302         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11303         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11304         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
11305         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
11306         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11307         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
11308         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
11309         * compositing/layer-creation/overlap-animation-container-expected.txt:
11310         * compositing/layer-creation/overlap-animation-expected.txt:
11311         * compositing/layer-creation/overlap-child-layer-expected.txt:
11312         * compositing/layer-creation/overlap-clipping-expected.txt:
11313         * compositing/layer-creation/overlap-transformed-3d-expected.txt:
11314         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
11315         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
11316         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
11317         * compositing/layer-creation/overlap-transforms-expected.txt:
11318         * compositing/layer-creation/rotate3d-overlap-expected.txt:
11319         * compositing/layer-creation/scroll-partial-update-expected.txt:
11320         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
11321         * compositing/layer-creation/stacking-context-overlap-expected.txt:
11322         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
11323         * compositing/layer-creation/translatez-overlap-expected.txt:
11324         * compositing/masks/mask-layer-size-expected.txt:
11325         * compositing/overflow-trumps-transform-style-expected.txt:
11326         * compositing/overflow/clip-descendents-expected.txt:
11327         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11328         * compositing/overflow/content-gains-scrollbars-expected.txt:
11329         * compositing/overflow/content-loses-scrollbars-expected.txt:
11330         * compositing/overflow/overflow-auto-with-touch-expected.txt:
11331         * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
11332         * compositing/overflow/overflow-overlay-with-touch-expected.txt:
11333         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
11334         * compositing/overflow/resize-painting-expected.txt:
11335         * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
11336         * compositing/overflow/scrolling-without-painting-expected.txt:
11337         * compositing/overflow/textarea-scroll-touch-expected.txt:
11338         * compositing/overflow/updating-scrolling-content-expected.txt:
11339         * compositing/plugins/no-backing-store-expected.txt:
11340         * compositing/plugins/small-to-large-composited-plugin-expected.txt:
11341         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
11342         * compositing/repaint/resize-repaint-expected.txt:
11343         * compositing/rtl/rtl-absolute-expected.txt:
11344         * compositing/rtl/rtl-absolute-overflow-expected.txt:
11345         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
11346         * compositing/rtl/rtl-fixed-expected.txt:
11347         * compositing/rtl/rtl-fixed-overflow-expected.txt:
11348         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11349         * compositing/rtl/rtl-iframe-absolute-expected.txt:
11350         * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
11351         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
11352         * compositing/rtl/rtl-iframe-fixed-expected.txt:
11353         * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
11354         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
11355         * compositing/rtl/rtl-iframe-relative-expected.txt:
11356         * compositing/rtl/rtl-relative-expected.txt:
11357         * compositing/tiled-layers-hidpi-expected.txt:
11358         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
11359         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11360         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
11361         * compositing/tiling/huge-layer-expected.txt:
11362         * compositing/tiling/huge-layer-img-expected.txt:
11363         * compositing/tiling/huge-layer-resize-expected.txt:
11364         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
11365         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11366         * compositing/tiling/rotated-tiled-clamped-expected.txt:
11367         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11368         * compositing/tiling/tile-cache-zoomed-expected.txt:
11369         * compositing/tiling/tiled-layer-resize-expected.txt:
11370         * compositing/visibility/layer-visible-content-expected.txt:
11371         * compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11372         * compositing/visible-rect/2d-transformed-expected.txt:
11373         * compositing/visible-rect/3d-transform-style-expected.txt:
11374         * compositing/visible-rect/3d-transformed-expected.txt:
11375         * compositing/visible-rect/animated-expected.txt:
11376         * compositing/visible-rect/animated-from-none-expected.txt:
11377         * compositing/visible-rect/clipped-by-viewport-expected.txt:
11378         * compositing/visible-rect/clipped-visible-rect-expected.txt:
11379         * compositing/visible-rect/iframe-and-layers-expected.txt:
11380         * compositing/visible-rect/iframe-no-layers-expected.txt:
11381         * compositing/visible-rect/nested-transform-expected.txt:
11382         * compositing/visible-rect/scrolled-expected.txt:
11383         * css3/compositing/should-have-compositing-layer-expected.txt:
11384         * css3/filters/filtered-compositing-descendant-expected.txt:
11385         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
11386         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11387         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11388         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11389         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11390         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11391         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11392         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11393         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11394         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11395         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11396         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11397         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11398         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11399         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11400         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11401         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11402         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11403         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11404         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11405         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11406         * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11407         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11408         * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11409         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11410         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11411         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11412         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11413         * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt:
11414         * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt:
11415         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
11416         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
11417         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
11418         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
11419         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11420         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11421         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11422         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11423         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
11424         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
11425         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11426         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11427         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11428         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11429         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11430         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11431         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11432         * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
11433         * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11434         * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
11435         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11436         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11437         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11438         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
11439         * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11440         * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
11441         * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11442         * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11443         * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
11444         * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11445         * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11446         * platform/chromium-win/compositing/tiling/huge-layer-expected.txt:
11447         * platform/chromium-win/compositing/tiling/huge-layer-resize-expected.txt:
11448         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11449         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11450         * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11451         * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt:
11452         * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt:
11453         * platform/chromium/TestExpectations:
11454         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
11455         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11456         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
11457         * platform/chromium/compositing/canvas/accelerated-canvas-compositing-expected.txt:
11458         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
11459         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
11460         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
11461         * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt:
11462         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer-expected.txt:
11463         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer-expected.txt:
11464         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt:
11465         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt:
11466         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing-expected.txt:
11467         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
11468         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11469         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11470         * platform/chromium/compositing/geometry/clip-expected.txt:
11471         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
11472         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt:
11473         * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
11474         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
11475         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
11476         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11477         * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
11478         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11479         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
11480         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
11481         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
11482         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
11483         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
11484         * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
11485         * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
11486         * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
11487         * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11488         * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
11489         * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
11490         * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
11491         * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
11492         * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
11493         * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
11494         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
11495         * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
11496         * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
11497         * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
11498         * platform/chromium/compositing/iframes/resizer-expected.txt:
11499         * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
11500         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
11501         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11502         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
11503         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11504         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11505         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
11506         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11507         * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
11508         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
11509         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
11510         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
11511         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
11512         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
11513         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
11514         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
11515         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
11516         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
11517         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
11518         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:
11519         * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
11520         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
11521         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
11522         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
11523         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
11524         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
11525         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
11526         * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt:
11527         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
11528         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
11529         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
11530         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
11531         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
11532         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
11533         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
11534         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11535         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
11536         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
11537         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
11538         * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
11539         * platform/chromium/compositing/tiling/huge-layer-img-expected.txt:
11540         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
11541         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt:
11542         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt:
11543         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt:
11544         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt:
11545         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11546         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
11547         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11548         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11549         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt:
11550         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt:
11551         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt:
11552         * platform/efl/compositing/geometry/foreground-layer-expected.txt:
11553         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11554         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11555         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
11556         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
11557         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
11558         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
11559         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
11560         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
11561         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
11562         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
11563         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
11564         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
11565         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
11566         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
11567         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
11568         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
11569         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
11570         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
11571         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
11572         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
11573         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
11574         * platform/mac/TestExpectations:
11575         * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt:
11576         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
11577         * platform/mac/compositing/iframes/resizer-expected.txt:
11578         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11579         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11580         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
11581         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11582         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11583         * platform/mac/compositing/tiling/huge-layer-expected.txt:
11584         * platform/mac/compositing/tiling/huge-layer-img-expected.txt:
11585         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt:
11586         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11587         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11588         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
11589         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11590         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
11591         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
11592         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11593         * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
11594         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
11595         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11596         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
11597         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
11598         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
11599         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11600         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
11601         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
11602         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
11603         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
11604         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
11605         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11606         * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
11607         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
11608         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
11609         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
11610         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
11611         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
11612         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
11613         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11614         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
11615         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11616         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
11617         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
11618         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
11619         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
11620         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11621         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
11622         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
11623         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
11624         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
11625         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
11626         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11627         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11628         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11629         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11630         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
11631         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
11632         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11633         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
11634         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
11635         * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11636         * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11637         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
11638         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
11639         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11640         * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt:
11641         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
11642         * platform/win/compositing/iframes/composited-iframe-expected.txt:
11643         * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11644         * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
11645         * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11646         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
11647         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11648
11649 2013-02-01  Roger Fong  <roger_fong@apple.com>
11650
11651         Unreviewed. Skip more test in preparation for Win EWS bots (round 2).
11652         https://bugs.webkit.org/show_bug.cgi?id=108249
11653
11654         * platform/win/TestExpectations:
11655
11656 2013-02-01  Jessie Berlin  <jberlin@apple.com>
11657
11658         WTR needs an implementation of setAutomaticLinkDetectionEnabled
11659         https://bugs.webkit.org/show_bug.cgi?id=87162
11660
11661         Skip a test on wk2 added in r14618 that uses setAutomaticLinkDetectionEnabled.
11662
11663         * platform/wk2/TestExpectations:
11664
11665 2013-01-31  Dirk Schulze  <krit@webkit.org>
11666
11667         [canvas] Add more constructors to Path
11668         https://bugs.webkit.org/show_bug.cgi?id=108587
11669
11670         Reviewed by Dean Jackson.
11671
11672         Add tests for new constructors of Path objects.
11673         Since the feature is behind a flag, the test is skipped on
11674         all platforms for now.
11675
11676         * fast/canvas/canvas-path-constructors-expected.txt: Added.
11677         * fast/canvas/canvas-path-constructors.html: Added.
11678         * fast/canvas/script-tests/canvas-path-constructors.js: Added.
11679         * platform/chromium/TestExpectations:
11680         * platform/efl/TestExpectations:
11681         * platform/gtk/TestExpectations:
11682         * platform/mac/TestExpectations:
11683         * platform/win/TestExpectations:
11684
11685 2013-02-01  Mike West  <mkwst@chromium.org>
11686
11687         Remove call to SecurityOrigin::canAccessDatabase from IDB constructor.
11688         https://bugs.webkit.org/show_bug.cgi?id=108477
11689
11690         Reviewed by Adam Barth.
11691
11692         * http/tests/security/no-indexeddb-from-sandbox-expected.txt:
11693         * http/tests/security/no-indexeddb-from-sandbox.html:
11694             This test expected the 'webkitIndexedDB' property to be missing
11695             entirely inside a sandbox. The expectation has been updated to
11696             expect 'webkitIndexedDB.open()' to throw a SECURITY_ERR.
11697         * platform/efl/TestExpectations:
11698         * platform/mac-snowleopard/TestExpectations:
11699         * platform/mac/TestExpectations:
11700         * platform/qt/TestExpectations:
11701         * platform/win/TestExpectations:
11702         * platform/wincairo/TestExpectations:
11703             This test was accidentally passing on a variety of platforms that
11704             don't yet implement IndexedDB. Now that failure is distinguishable
11705             we should skip it on a variety of platforms.
11706
11707 2013-02-01  Ryosuke Niwa  <rniwa@webkit.org>
11708
11709         Smart link can erroneously move caret after an URL when typing immediately before it
11710         https://bugs.webkit.org/show_bug.cgi?id=92812
11711
11712         Reviewed by Enrica Casucci.
11713
11714         Add a regression for typing immediately before an URL while smart link is enabled.
11715         WebKit should not be moving the caret erroneously.
11716
11717         * editing/inserting/smart-link-when-caret-is-moved-before-URL-expected.txt: Added.
11718         * editing/inserting/smart-link-when-caret-is-moved-before-URL.html: Added.
11719
11720 2013-02-01  Julien Chaffraix  <jchaffraix@webkit.org>
11721
11722         [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks
11723         https://bugs.webkit.org/show_bug.cgi?id=108403
11724
11725         Reviewed by Ojan Vafai.
11726
11727         * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt: Added.
11728         * fast/css-grid-layout/grid-preferred-logical-widths.html: Added.
11729
11730 2013-02-01  Nate Chapin  <japhet@chromium.org>
11731
11732         Cached main resources report a zero identifer on 304s
11733         https://bugs.webkit.org/show_bug.cgi?id=108402
11734
11735         Reviewed by Adam Barth.
11736
11737         * http/tests/cache/iframe-304-crash-expected.txt: Added.
11738         * http/tests/cache/iframe-304-crash.html: Added.
11739         * http/tests/cache/resources/iframe304.php: Added.
11740         * platform/chromium/TestExpectations: New test requires main resource caching, which isn't supported on chromium at the moment.
11741         * platform/mac/TestExpectations: New test requires main resource caching, which isn't supported on mac at the moment.
11742
11743 2013-02-01  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
11744
11745         Zero size gradient should paint nothing on canvas
11746         https://bugs.webkit.org/show_bug.cgi?id=102654
11747
11748         Reviewed by Dirk Schulze.
11749
11750         The functions fill(), fillText(), stroke(), strokeRect() and strokeText()
11751         should paint nothing on canvas when the canvas fillStyle/strokeStyle
11752         is set to a zero size gradient.
11753
11754         * fast/canvas/canvas-fill-zeroSizeGradient-expected.txt: Added.
11755         * fast/canvas/canvas-fill-zeroSizeGradient.html: Added.
11756         * fast/canvas/canvas-fillRect-zeroSizeGradient-expected.txt: Added.
11757         * fast/canvas/canvas-fillRect-zeroSizeGradient.html: Added.
11758         * fast/canvas/canvas-fillText-zeroSizeGradient-expected.txt: Added.
11759         * fast/canvas/canvas-fillText-zeroSizeGradient.html: Added.
11760         * fast/canvas/canvas-stroke-zeroSizeGradient-expected.txt: Added.
11761         * fast/canvas/canvas-stroke-zeroSizeGradient.html: Added.
11762         * fast/canvas/canvas-strokeRect-zeroSizeGradient-expected.txt: Added.
11763         * fast/canvas/canvas-strokeRect-zeroSizeGradient.html: Added.
11764         * fast/canvas/canvas-strokeText-zeroSizeGradient-expected.txt: Added.
11765         * fast/canvas/canvas-strokeText-zeroSizeGradient.html: Added.
11766         * fast/canvas/script-tests/canvas-fill-zeroSizeGradient.js: Added.
11767         * fast/canvas/script-tests/canvas-fillRect-zeroSizeGradient.js: Added.
11768         * fast/canvas/script-tests/canvas-fillText-zeroSizeGradient.js: Added.
11769         * fast/canvas/script-tests/canvas-stroke-zeroSizeGradient.js: Added.
11770         * fast/canvas/script-tests/canvas-strokeRect-zeroSizeGradient.js: Added.
11771         * fast/canvas/script-tests/canvas-strokeText-zeroSizeGradient.js: Added.
11772
11773 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
11774
11775         [Chromium] Expect spellcheck to ignore whitespace
11776         https://bugs.webkit.org/show_bug.cgi?id=108510
11777
11778         Reviewed by Ryosuke Niwa.
11779
11780         * platform/chromium/TestExpectations: Expect spellcheck to ignore whitespace.
11781
11782 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
11783
11784         Web Inspector: [file selector dialog] for mixed case queries, score uppercase letters only when assessing camelcase.
11785         https://bugs.webkit.org/show_bug.cgi?id=108639
11786
11787         Reviewed by Vsevolod Vlasov.
11788
11789         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
11790
11791 2013-02-01  Robert Hogan  <robert@webkit.org>
11792
11793         Padding in a parent inline preceding an empty inline child should be counted towards width
11794         https://bugs.webkit.org/show_bug.cgi?id=108226
11795
11796         Reviewed by Levi Weintraub.
11797
11798         * fast/inline/parent-inline-element-padding-contributes-width-expected.txt: Added.
11799         * fast/inline/parent-inline-element-padding-contributes-width.html: Added.
11800         * fast/inline/positioned-element-padding-contributes-width-expected.txt: Added.
11801         * fast/inline/positioned-element-padding-contributes-width.html: Added.
11802
11803 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
11804
11805         Web Inspector: relax goto file matching again.
11806         https://bugs.webkit.org/show_bug.cgi?id=108346
11807
11808         Reviewed by Vsevolod Vlasov.
11809
11810         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
11811         * inspector/filtered-item-selection-dialog-filtering.html:
11812
11813 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
11814
11815         Web Inspector: Navigator should not create tree elements for uiSourceCodes unless neededm should populate folders on expand only.
11816         https://bugs.webkit.org/show_bug.cgi?id=108601
11817
11818         Reviewed by Pavel Feldman.
11819
11820         * http/tests/inspector/debugger-test.js:
11821         (initialize_DebuggerTest.):
11822         (initialize_DebuggerTest):
11823         * inspector/debugger/scripts-file-selector-expected.txt:
11824         * inspector/debugger/scripts-file-selector.html:
11825         * inspector/debugger/scripts-sorting-expected.txt:
11826         * inspector/debugger/scripts-sorting.html:
11827
11828 2013-02-01  Philippe Normand  <pnormand@igalia.com>
11829
11830         Unreviewed, flagging more fullscreen tests in GTK due to bug 108363.
11831
11832         * platform/gtk/TestExpectations:
11833
11834 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11835
11836         Unreviewed EFL gardening.
11837
11838         Skip some failing tests on EFL bots after r141459 and r141310.
11839
11840         * platform/efl-wk2/TestExpectations:
11841         * platform/efl/TestExpectations:
11842         * platform/efl/fast/js/global-constructors-expected.txt: Revert change from r141573.
11843
11844 2013-02-01  Alexis Menard  <alexis@webkit.org>
11845
11846         Enable unprefixed CSS transitions by default.
11847         https://bugs.webkit.org/show_bug.cgi?id=108216
11848
11849         Reviewed by Dean Jackson.
11850
11851         Unskip the tests by default as now unprefixed CSS Transitions are
11852         enabled by default.
11853
11854         * fast/events/event-creation-expected.txt:
11855         * fast/events/event-creation.html: Add the test that was commented out
11856         before.
11857         * platform/chromium/TestExpectations:
11858
11859 2013-02-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
11860
11861         [Qt] Unreviewed gardening. Skipped some failing tests.
11862
11863         * platform/qt/TestExpectations:
11864
11865 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11866
11867         Unreviewed EFL gardening.
11868
11869         Update platform expectations for failing tests after the
11870         WEB_INTENTS flag turned off for EFL port in r141439
11871
11872         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
11873         * platform/efl/fast/js/global-constructors-expected.txt:
11874
11875 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11876
11877         Unreviewed EFL gardening.
11878
11879         Renamed inspector/editor/text-editor-ctrl-movements.html to
11880         inspector/editor/text-editor-word-jumps.html after r141399.
11881
11882         * platform/efl/TestExpectations:
11883
11884 2013-02-01  Mihnea Ovidenie  <mihnea@adobe.com>
11885
11886         [CSS Regions] Convert fast/regions/region-overflow-auto-overflow* to reftests
11887         https://bugs.webkit.org/show_bug.cgi?id=108333
11888
11889         Reviewed by Tony Chang.
11890
11891         Add reftests, cleanup existing tests.
11892
11893         * fast/regions/region-overflow-auto-overflow-hidden-expected.html: Added.
11894         * fast/regions/region-overflow-auto-overflow-hidden.html:
11895         * fast/regions/region-overflow-auto-overflow-visible-expected.html: Added.
11896         * fast/regions/region-overflow-auto-overflow-visible.html:
11897         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11898         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11899         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11900         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11901         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11902         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11903         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11904         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11905         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11906         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11907         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11908         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11909         * platform/chromium/TestExpectations:
11910         * platform/chromium/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11911         * platform/chromium/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11912         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11913         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11914         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11915         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11916         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11917         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11918         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11919         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11920         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11921         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11922         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11923         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11924         * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11925         * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11926         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11927         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11928         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11929         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11930
11931 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
11932
11933         AX: when aria-activedescendant is used with a ComboBox role, focus should not be changed
11934         https://bugs.webkit.org/show_bug.cgi?id=108596
11935
11936         Reviewed by Ryosuke Niwa.
11937
11938         * platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt: Added.
11939         * platform/mac/accessibility/combobox-activedescendant-notifications.html: Added.
11940
11941 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
11942
11943         [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion
11944         https://bugs.webkit.org/show_bug.cgi?id=108291
11945
11946         Reviewed by Ryosuke Niwa.
11947
11948         * platform/mac/TestExpectations:
11949
11950 2013-02-01  Ken Kania  <kkania@chromium.org>
11951
11952         Web Inspector: Add support for handling modal dialogs
11953         https://bugs.webkit.org/show_bug.cgi?id=107883
11954
11955         Reviewed by Pavel Feldman.
11956
11957         Introduce support for being notified when a JavaScript modal dialog
11958         is opening and closing, as well as a new command for accepting or
11959         dismissing the dialog.
11960
11961         * inspector-protocol/page/javascriptDialogEvents-expected.txt: Added.
11962         * inspector-protocol/page/javascriptDialogEvents.html: Added.
11963
11964 2013-02-01  Hajime Morrita  <morrita@google.com> 
11965
11966         [Chromium] Unreviewed, marking table-section-overflow-clip-crash.html failed.
11967
11968         * platform/chromium/TestExpectations:
11969
11970 2013-02-01  Hajime Morrita  <morrita@google.com>
11971
11972         Unreviewed, rebaselining a result.
11973
11974         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
11975
11976 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
11977
11978         Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible
11979         https://bugs.webkit.org/show_bug.cgi?id=108575
11980
11981         Reviewed by Yury Semikhatsky.
11982
11983         * http/tests/inspector/console-cd-completions.html:
11984         * http/tests/inspector/console-cd.html:
11985         * http/tests/inspector/indexeddb/indexeddb-test.js:
11986         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
11987         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
11988         * inspector/network-status-non-http.html:
11989
11990 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
11991
11992         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
11993         https://bugs.webkit.org/show_bug.cgi?id=107737
11994
11995         Reviewed by Ryosuke Niwa.
11996
11997         * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560
11998
11999 2013-01-31  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
12000
12001         [Qt] Add support for text decoration "wavy" style
12002         https://bugs.webkit.org/show_bug.cgi?id=93507
12003
12004         Reviewed by Simon Hausmann.
12005
12006         Add pixel-test expected results for CSS3 text decoration tests for Qt port.
12007
12008         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.png: Added.
12009         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.
12010
12011 2013-01-31  Hajime Morrita  <morrita@google.com>
12012
12013         [Chromium] Unreviewed, rebaselining expectations.
12014
12015         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
12016         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
12017         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
12018         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
12019
12020 2013-01-31  Victor Carbune  <vcarbune@chromium.org>
12021
12022         [Track] Closed Caption button shouldn't be visible if all the track resources have failed loading
12023         https://bugs.webkit.org/show_bug.cgi?id=106285
12024
12025         Reviewed by Eric Carlson.
12026
12027         Updated tests to include improved behavior.
12028
12029         * media/video-controls-captions-expected.txt: Updated.
12030         * media/video-controls-captions.html: Updated.
12031
12032 2013-01-31  Dima Gorbik  <dgorbik@apple.com>
12033
12034         REGRESSION(r140231): media track layout tests crashing
12035         https://bugs.webkit.org/show_bug.cgi?id=107579
12036
12037         Reviewed by Eric Carlson.
12038
12039         * platform/chromium/TestExpectations:
12040
12041 2013-01-31  Hajime Morrita  <morrita@google.com>
12042
12043         [Chromium] Unreviewed, marking a failing test.
12044
12045         * platform/chromium/TestExpectations:
12046
12047 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
12048
12049         Unreviewed, rolling out r141479.
12050         http://trac.webkit.org/changeset/141479
12051         https://bugs.webkit.org/show_bug.cgi?id=108564
12052
12053         breaks chromium test (Requested by morrita on #webkit).
12054
12055         * platform/chromium/TestExpectations:
12056
12057 2013-01-31  Hayato Ito  <hayato@chromium.org>
12058
12059         Use TouchEvent.targetTouches rather than TouchEvent.touches since the order of Touches in TouchList is not guaranteed.
12060         https://bugs.webkit.org/show_bug.cgi?id=108426
12061
12062         Reviewed by Dimitri Glazkov.
12063
12064         Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054.
12065
12066         In this LayoutTest context, the length of touchEvent.touches is 2.
12067         The Touch order in TouchList is not guaranteed. Therefore
12068         touchEvent.touches[0] can be another touch.  Rather, we should use
12069         touchEvent.targetTouches here since its length is 1 in this context.
12070
12071         * fast/dom/shadow/touch-event.html:
12072
12073 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
12074
12075         [Chromium] Expect spellcheck to select multi-word misspelling on context click
12076         https://bugs.webkit.org/show_bug.cgi?id=108509
12077
12078         Reviewed by Tony Chang.
12079
12080         * editing/spelling/spelling-exactly-selected-multiple-words.html: Check spelling suggestion for multi-word misspelling.
12081         * editing/spelling/spelling-should-select-multiple-words.html: Check spelling suggestion for multi-word misspelling.
12082         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt:
12083         * editing/spelling/spelling-should-select-multiple-words-expected.txt:
12084         * platform/chromium/TestExpectations: Expect spellcheck to select multi-word misspelling on context click
12085
12086 2013-01-31  Christopher Cameron  <ccameron@chromium.org>
12087
12088         Fix rubber-band effect on non-scrollable pages
12089         https://bugs.webkit.org/show_bug.cgi?id=107611
12090
12091         Reviewed by Antonio Gomes.
12092
12093         * platform/chromium/rubberbanding/event-overhang-e-expected.png: Added.
12094         * platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
12095         * platform/chromium/rubberbanding/event-overhang-e.html: Added.
12096         * platform/chromium/rubberbanding/event-overhang-n-expected.png: Added.
12097         * platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
12098         * platform/chromium/rubberbanding/event-overhang-n.html: Added.
12099         * platform/chromium/rubberbanding/event-overhang-s-expected.png: Added.
12100         * platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
12101         * platform/chromium/rubberbanding/event-overhang-s.html: Added.
12102         * platform/chromium/rubberbanding/event-overhang-w-expected.png: Added.
12103         * platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
12104         * platform/chromium/rubberbanding/event-overhang-w.html: Added.
12105
12106 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12107
12108         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
12109         https://bugs.webkit.org/show_bug.cgi?id=108380
12110
12111         Mark another test whose results depend on main resource caching being enabled as failing until
12112         main resource caching can be re-enabled on mac.
12113
12114         * platform/mac/TestExpectations:
12115
12116 2013-01-31  Tim Horton  <timothy_horton@apple.com>
12117
12118         Land failing baselines for Lion after r141333. Unreviewed.
12119         https://bugs.webkit.org/show_bug.cgi?id=108523
12120
12121         * platform/mac-lion/fast/canvas/canvas-composite-alpha-expected.txt: Added.
12122
12123 2013-01-31  Julien Chaffraix  <jchaffraix@webkit.org>
12124
12125         [CSS Grid Layout] Support implicit rows and columns
12126         https://bugs.webkit.org/show_bug.cgi?id=103573
12127
12128         Reviewed by Ojan Vafai.
12129
12130         * fast/css-grid-layout/implicit-columns-auto-resolution-expected.txt: Added.
12131         * fast/css-grid-layout/implicit-columns-auto-resolution.html: Added.
12132         * fast/css-grid-layout/implicit-rows-auto-resolution-expected.txt: Added.
12133         * fast/css-grid-layout/implicit-rows-auto-resolution.html: Added.
12134
12135 2013-01-31  Joanmarie Diggs  <jdiggs@igalia.com>
12136
12137         [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing
12138         https://bugs.webkit.org/show_bug.cgi?id=108200
12139
12140         Reviewed by Martin Robinson.
12141
12142         Unskip two crashing tests having fixed the underlying bug.
12143
12144         * platform/gtk/TestExpectations:
12145
12146 2013-01-31  Ojan Vafai  <ojan@chromium.org>
12147
12148         Rebaseline after r141459.
12149
12150         * fast/multicol/shrink-to-column-height-for-pagination-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png.
12151         * fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Renamed from LayoutTests/platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt.
12152         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12153         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Removed.
12154         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12155         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
12156
12157 2013-01-31  Youenn Fablet  <youennf@gmail.com>
12158
12159         Quadratic and bezier curves with coincident endpoints rendered incorrectly
12160         https://bugs.webkit.org/show_bug.cgi?id=105650
12161         Modified TestExpectations for Mac, efl and Qt platforms as quadratic curves
12162         may not be rendered correctly
12163         (see https://bugs.webkit.org/show_bug.cgi?id=107118)
12164
12165         Reviewed by Kenneth Russell.
12166
12167         * fast/canvas/canvas-bezier-same-endpoint-expected.txt: Added.
12168         * fast/canvas/canvas-bezier-same-endpoint.html: Added.
12169         * fast/canvas/canvas-quadratic-same-endpoint-expected.txt: Added.
12170         * fast/canvas/canvas-quadratic-same-endpoint.html: Added.
12171         * platform/efl/TestExpectations: Skipped quad test
12172         * platform/mac/TestExpectations: Skipped quad test
12173         * platform/qt/TestExpectations: Skipped quad test
12174
12175 2013-01-31  Uday Kiran  <udaykiran@motorola.com>
12176
12177         CSS3's vh attribute is not adjusting while browser resizes
12178         https://bugs.webkit.org/show_bug.cgi?id=86418
12179
12180         Reviewed by Antti Koivisto.
12181
12182         Added test to check element with vh units gets resized when
12183         viewport height is increased or decreased.
12184
12185         * css3/viewport-percentage-lengths/vh-resize-expected.html: Added.
12186         * css3/viewport-percentage-lengths/vh-resize.html: Added.
12187
12188 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12189
12190         Rebaseline after r141459.
12191
12192         * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12193
12194 2013-01-31  Max Vujovic  <mvujovic@adobe.com>
12195
12196         [CSS Shaders] Parse custom filter function with the at-rule reference syntax
12197         https://bugs.webkit.org/show_bug.cgi?id=108351
12198
12199         Reviewed by Dean Jackson.
12200
12201         Add positive and negative parsing tests for the new custom function syntax.
12202
12203         Add a new folder "css3/filters/custom-with-at-rule-syntax". This will contain all the tests
12204         using the new custom filters at-rule syntax. We will gradually copy tests in
12205         "css3/filters/custom" over to "css3/filters/custom-with-at-rule-syntax" and modify them to
12206         use the new at-rule syntax. When all of the tests have been replicated using the new syntax,
12207         we will remove the previous syntax and the tests in "css3/filters/custom".
12208
12209         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Added.
12210         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Added.
12211         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Added.
12212         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Added.
12213         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Added.
12214         (testInvalidFilterRule):
12215         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Added.
12216         (testFilterProperty):
12217         * css3/filters/script-tests/custom-filter-parsing-common.js:
12218         (heading):
12219             New function to print a heading to make groups of related parsing tests easier to see.
12220         (shouldHaveConstructor):
12221             New function to check the JS type of an object on JSC as well as V8. This is intended to
12222             eventually replace shouldBeType, which works differently on V8 vs. JSC and requires us
12223             to create Chromium-specific expectations for the custom filters parsing tests.
12224
12225 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
12226
12227         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
12228         https://bugs.webkit.org/show_bug.cgi?id=107737
12229
12230         Reviewed by Ryosuke Niwa.
12231
12232         * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560
12233
12234 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
12235
12236         [Chromium] Expect spellcheck to work for exactly-selected multi-word misspellings
12237         https://bugs.webkit.org/show_bug.cgi?id=108498
12238
12239         Reviewed by Tony Chang.
12240
12241         * platform/chromium/TestExpectations: Update spellcheck tests expectations.
12242
12243 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12244
12245         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
12246         https://bugs.webkit.org/show_bug.cgi?id=108380
12247
12248         Mark some tests whose results depend on main resource caching being enabled as failing until
12249         main resource caching can be re-enabled on mac.
12250
12251         * platform/mac/TestExpectations:
12252
12253 2013-01-31  Ojan Vafai  <ojan@chromium.org>
12254
12255         REGRESSION(r128517): Percentage heights in quirks mode collapse when printing
12256         https://bugs.webkit.org/show_bug.cgi?id=108382
12257
12258         Reviewed by David Hyatt.
12259
12260         * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12261         We're just clipping more content that you can't scroll to anyways. This looks
12262         like an improvement to me.
12263         * printing/css2.1/page-break-inside-000-expected.txt:
12264         We pass this test now!
12265         * printing/quirks-percentage-height-body-expected.html: Added.
12266         * printing/quirks-percentage-height-body.html: Added.
12267         * printing/quirks-percentage-height-expected.html: Added.
12268         * printing/quirks-percentage-height.html: Added.
12269         * printing/standards-percentage-heights-expected.html: Added.
12270         * printing/standards-percentage-heights.html: Added.
12271
12272 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12273
12274         inspector/editor/text-editor-ctrl-movements.html was renamed to
12275         inspector/editor/text-editor-word-jumps.html in r141399. Update the TestExpectations file.
12276
12277         * platform/mac/TestExpectations:
12278
12279 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12280
12281         ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
12282         https://bugs.webkit.org/show_bug.cgi?id=108257
12283
12284         * platform/mac/TestExpectations:
12285         Mark the tests as "crashing" in debug.
12286
12287 2013-01-31  Dirk Schulze  <krit@webkit.org>
12288
12289         [canvas] Implement currentPath to get and set the current path of the context
12290         https://bugs.webkit.org/show_bug.cgi?id=108246
12291
12292         Reviewed by Dean Jackson.
12293
12294         Added tests for canvas.currentPath in various combinations of the context state.
12295
12296         * fast/canvas/canvas-currentPath-expected.txt: Added.
12297         * fast/canvas/canvas-currentPath.html: Added.
12298         * fast/canvas/script-tests/canvas-currentPath.js: Added.
12299         (testPointCollection):
12300         * platform/chromium/TestExpectations: Skip test until enabling CANVAS_PATH.
12301         * platform/efl/TestExpectations: Ditto.
12302         * platform/gtk/TestExpectations: Ditto.
12303         * platform/mac/TestExpectations: Ditto.
12304         * platform/qt/TestExpectations: Ditto.
12305
12306 2013-01-31  Tony Chang  <tony@chromium.org>
12307
12308         Unreviewed, update expectation after the order of elements was codified.
12309         https://bugs.webkit.org/show_bug.cgi?id=98686
12310
12311         Also delete the Qt result since this test is skipped on Qt.
12312
12313         * editing/pasteboard/data-transfer-items-expected.txt:
12314         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
12315
12316 2013-01-31  Florin Malita  <fmalita@chromium.org>
12317
12318         [Chromium] Unreviewed gardening.
12319
12320         * platform/chromium/TestExpectations:
12321
12322 2013-01-31  Christophe Dumez  <dchris@gmail.com>
12323
12324         [EFL] Disable Web Intents
12325         https://bugs.webkit.org/show_bug.cgi?id=108457
12326
12327         Reviewed by Alexey Proskuryakov.
12328
12329         Skip webintents/ test cases for EFL port now that
12330         the feature is disabled.
12331
12332         * platform/efl/TestExpectations:
12333
12334 2013-01-31  Tony Chang  <tony@chromium.org>
12335
12336         [chromium] Unreviewed, land baselines with textarea resizer enabled.
12337         https://bugs.webkit.org/show_bug.cgi?id=108383
12338
12339         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Removed.
12340         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
12341         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
12342         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12343         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png:
12344         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png:
12345         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
12346         * platform/chromium-mac-lion/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12347         * platform/chromium-mac-lion/fast/forms/negativeLineHeight-expected.png:
12348         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png:
12349         * platform/chromium-mac-lion/fast/forms/textAreaLineHeight-expected.png:
12350         * platform/chromium-mac-lion/fast/forms/textarea-align-expected.png:
12351         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12352         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
12353         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
12354         * platform/chromium-mac-lion/fast/forms/textarea-scroll-height-expected.png:
12355         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
12356         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
12357         * platform/chromium-mac-lion/fast/forms/textarea-setinnerhtml-expected.png:
12358         * platform/chromium-mac-lion/fast/forms/textarea-width-expected.png:
12359         * platform/chromium-mac-lion/fast/overflow/overflow-x-y-expected.png:
12360         * platform/chromium-mac-lion/fast/parser/entity-comment-in-textarea-expected.png:
12361         * platform/chromium-mac-lion/fast/parser/open-comment-in-textarea-expected.png:
12362         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png:
12363         * platform/chromium-mac-lion/fast/table/003-expected.png:
12364         * platform/chromium-mac-lion/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12365         * platform/chromium-mac-lion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12366         * platform/chromium-mac-lion/tables/mozilla/bugs/bug194024-expected.png:
12367         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30559-expected.png:
12368         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png:
12369         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
12370         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
12371         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12372         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png:
12373         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
12374         * platform/chromium-mac-snowleopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12375         * platform/chromium-mac-snowleopard/fast/forms/negativeLineHeight-expected.png:
12376         * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
12377         * platform/chromium-mac-snowleopard/fast/forms/textAreaLineHeight-expected.png:
12378         * platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png:
12379         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12380         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
12381         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
12382         * platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png:
12383         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
12384         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
12385         * platform/chromium-mac-snowleopard/fast/forms/textarea-width-expected.png:
12386         * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.png:
12387         * platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png:
12388         * platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png:
12389         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
12390         * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
12391         * platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12392         * platform/chromium-mac-snowleopard/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12393         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug194024-expected.png:
12394         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30559-expected.png:
12395         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png:
12396         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
12397         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
12398         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12399         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
12400         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
12401         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
12402         * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12403         * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png:
12404         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
12405         * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
12406         * platform/chromium-mac/fast/forms/textarea-align-expected.png:
12407         * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12408         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
12409         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
12410         * platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png:
12411         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
12412         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
12413         * platform/chromium-mac/fast/forms/textarea-setinnerhtml-expected.png:
12414         * platform/chromium-mac/fast/forms/textarea-width-expected.png:
12415         * platform/chromium-mac/fast/overflow/overflow-x-y-expected.png:
12416         * platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png:
12417         * platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png:
12418         * platform/chromium-mac/fast/repaint/textarea-set-disabled-expected.png:
12419         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
12420         * platform/chromium-mac/fast/table/003-expected.png:
12421         * platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12422         * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12423         * platform/chromium-mac/tables/mozilla/bugs/bug194024-expected.png:
12424         * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png:
12425         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
12426         * platform/chromium-win/editing/inserting/4960120-1-expected.png:
12427         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
12428         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
12429         * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12430         * platform/chromium-win/fast/forms/basic-textareas-expected.png:
12431         * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
12432         * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
12433         * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12434         * platform/chromium-win/fast/forms/negativeLineHeight-expected.png:
12435         * platform/chromium-win/fast/forms/placeholder-position-expected.png:
12436         * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
12437         * platform/chromium-win/fast/forms/textarea-align-expected.png:
12438         * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12439         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
12440         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
12441         * platform/chromium-win/fast/forms/textarea-scroll-height-expected.png:
12442         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
12443         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
12444         * platform/chromium-win/fast/forms/textarea-setinnerhtml-expected.png:
12445         * platform/chromium-win/fast/forms/textarea-width-expected.png:
12446         * platform/chromium-win/fast/overflow/overflow-x-y-expected.png:
12447         * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.png:
12448         * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.png:
12449         * platform/chromium-win/fast/replaced/width100percent-textarea-expected.png:
12450         * platform/chromium-win/fast/table/003-expected.png:
12451         * platform/chromium-win/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12452         * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12453         * platform/chromium-win/tables/mozilla/bugs/bug194024-expected.png:
12454         * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png:
12455         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
12456         * platform/chromium/TestExpectations:
12457
12458 2013-01-31  Dmitry Zvorygin  <zvorygin@chromium.org>
12459
12460         Web Inspector: searching for <u> in elements panel finds all tags containing "u"
12461         https://bugs.webkit.org/show_bug.cgi?id=108176
12462
12463         Reviewed by Pavel Feldman.
12464
12465         When searching for tag name check that tag name must either start from
12466         search query, or must end with it.
12467
12468         * inspector/elements/elements-panel-search-expected.txt:
12469         * inspector/elements/elements-panel-search.html:
12470
12471 2013-01-31  Zan Dobersek  <zdobersek@igalia.com>
12472
12473         Unreviewed GTK gardening.
12474
12475         Adding a flaky crasher expectation for fast/css-generated-content/block-and-box-hit-testing.html.
12476         Removing failure expectations for SVGViewSpec tests.
12477
12478         * platform/gtk-wk1/TestExpectations:
12479         * platform/gtk/TestExpectations:
12480
12481 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12482
12483         WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
12484         https://bugs.webkit.org/show_bug.cgi?id=64285
12485
12486         * platform/wk2/TestExpectations:
12487         Skip another test that uses eventSender.beginDragWithFiles.
12488
12489 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
12490
12491         [Qt] Unreviewed gardening. Skip a failing test after r141269.
12492         https://bugs.webkit.org/show_bug.cgi?id=108481.
12493         Renamed inspector/editor/text-editor-ctrl-movements.html after r141399.
12494
12495         * platform/qt/TestExpectations:
12496
12497 2013-01-31  Mike West  <mkwst@chromium.org>
12498
12499         Allow blocking of IndexedDB in third-party contexts
12500         https://bugs.webkit.org/show_bug.cgi?id=94171
12501
12502         Reviewed by Jochen Eisinger.
12503
12504         Add tests to ensure that IndexedDB can be blocked in a third-party
12505         context in both normal documents and in workers. These tests are
12506         modeled after the existing cross-origin-websql* tests; it might be
12507         possible to reuse some code in the future.
12508
12509         * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: Added.
12510         * http/tests/security/cross-origin-indexeddb-allowed.html: Added.
12511         * http/tests/security/cross-origin-indexeddb-expected.txt: Added.
12512         * http/tests/security/cross-origin-indexeddb.html: Added.
12513         * http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt: Added.
12514         * http/tests/security/cross-origin-worker-indexeddb-allowed.html: Added.
12515         * http/tests/security/cross-origin-worker-indexeddb-expected.txt: Added.
12516         * http/tests/security/cross-origin-worker-indexeddb.html: Added.
12517         * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: Added.
12518         * http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html: Added.
12519         * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: Added.
12520         * http/tests/security/resources/worker-for-indexeddb.js: Added.
12521         (self.onmessage):
12522             Add exciting new tests, with more boilerplate than I expected!
12523         * platform/efl/TestExpectations:
12524         * platform/mac-snowleopard/TestExpectations:
12525         * platform/mac/TestExpectations:
12526         * platform/qt/TestExpectations:
12527         * platform/win/TestExpectations:
12528         * platform/wincairo/TestExpectations:
12529             Skip these IndexedDB tests on platforms where the feature isn't
12530             enabled.
12531
12532 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
12533
12534         [Qt] Unreviewed gardening. Skip two compositing tests, because They hit assertion fail after 140999.
12535         https://bugs.webkit.org/show_bug.cgi?id=108257.
12536
12537         * platform/qt/TestExpectations:
12538
12539 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12540
12541         Web Inspector: do not set any textContent in overlay highlight spans
12542         https://bugs.webkit.org/show_bug.cgi?id=108460
12543
12544         Reviewed by Pavel Feldman.
12545
12546         Replace "height" pixel value with "<number>" to avoid difference in
12547         test expectations on varioius platforms and correct test expectations.
12548
12549         * inspector/editor/editor-test.js:
12550         (initialize_EditorTests.InspectorTest.dumpEditorHTML):
12551         * inspector/editor/text-editor-highlight-api-expected.txt:
12552         * inspector/editor/text-editor-highlight-token-expected.txt:
12553
12554 2013-01-31  Florin Malita  <fmalita@chromium.org>
12555
12556         [Chromium] Unreviewed gardening.
12557
12558         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
12559
12560 2013-01-31   Vineet Chaudhary  <rgf748@motorola.com>
12561
12562         formMethod to have empty string as default value and 'get' as invalid.
12563         https://bugs.webkit.org/show_bug.cgi?id=108263
12564
12565         Reviewed by Kent Tamura.
12566
12567         The spec says formmethod should only have an invalid value default, not a missing value default.
12568         Spec: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0
12569               http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formmethod
12570
12571         * fast/forms/formmethod-attribute-test-expected.txt: Added.
12572         * fast/forms/formmethod-attribute-test.html: Added.
12573         * fast/forms/submit-form-attributes-expected.txt:
12574         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
12575
12576 2013-01-31  Andrey Adaikin  <aandrey@chromium.org>
12577
12578         Web Inspector: [Canvas] remove invalid canvas profile trace logs upon frame navigation
12579         https://bugs.webkit.org/show_bug.cgi?id=108454
12580
12581         Reviewed by Pavel Feldman.
12582
12583         * inspector/profiler/canvas-profiler-test.js:
12584         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
12585
12586 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12587
12588         Web Inspector: DTE doesn't highlight words if the selected one is the last in the line
12589         https://bugs.webkit.org/show_bug.cgi?id=108344
12590
12591         Reviewed by Pavel Feldman.
12592
12593         Add a test to cover specific case which caused the bug.
12594
12595         * inspector/editor/text-editor-highlight-token-expected.txt:
12596         * inspector/editor/text-editor-highlight-token.html:
12597
12598 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12599
12600         Web Inspector: text-editor-ctrl-movements.html timeouts on mac
12601         https://bugs.webkit.org/show_bug.cgi?id=108440
12602
12603         Reviewed by Pavel Feldman.
12604
12605         Use "alt-arrows" key shortcuts to jump over words instead of
12606         "ctrl-arrows" on Mac platform.
12607
12608         * inspector/editor/text-editor-word-jumps-expected.txt: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements-expected.txt.
12609         * inspector/editor/text-editor-word-jumps.html: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements.html.
12610         * platform/chromium/TestExpectations: Do not skip this test anymore.
12611
12612 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
12613
12614         Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
12615         https://bugs.webkit.org/show_bug.cgi?id=108322
12616
12617         Reviewed by Vsevolod Vlasov.
12618
12619         Test that links from DOM node wrappers to event listener functions are presented
12620         in heap snapshots.
12621
12622         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
12623         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
12624
12625 2013-01-31  Kent Tamura  <tkent@chromium.org>
12626
12627         Click on a label element won't select input[type=date]
12628         https://bugs.webkit.org/show_bug.cgi?id=108428
12629
12630         Reviewed by Kentaro Hara.
12631
12632         * fast/forms/date/date-click-on-label-expected.txt: Added.
12633         * fast/forms/date/date-click-on-label.html: Added.
12634
12635 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
12636
12637         Web Inspector: test that nodes from the same detached DOM tree will get into one group in heap snapshot
12638         https://bugs.webkit.org/show_bug.cgi?id=108202
12639
12640         Reviewed by Vsevolod Vlasov.
12641
12642         Test that JS wrappers for all DOM nodes from the same detached DOM tree will get into
12643         single "Detached DOM Tree" entry in the JS heap snapshot.
12644
12645         * http/tests/inspector-protocol/resources/InspectorTest.js:
12646         (InspectorTest.importScript):
12647         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Added.
12648         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Added. I started
12649         with writing simplified version of WebInspector.JSHeapSnapshot just for tests
12650         but it soon it became clear that we would need to reimplement too much functionality
12651         of WebInspector.JSHeapSnapshot so I decided not to reinvent the wheel and just import
12652         original heap snapshot model.
12653         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Added.
12654         (InspectorTest.takeHeapSnapshot):
12655
12656 2013-01-31  Yury Semikhatsky  <yurys@chromium.org>
12657
12658         Layout Test inspector-protocol/take-heap-snapshot.html crashes in the Debug mode
12659         https://bugs.webkit.org/show_bug.cgi?id=104800
12660
12661         Reviewed by Jochen Eisinger.
12662
12663         Marked the test as not crashing in the debug mode.
12664
12665         * inspector-protocol/heap-profiler/take-heap-snapshot.html:
12666         * platform/chromium/TestExpectations:
12667
12668 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
12669
12670         Unreviewed, rolling out r141110.
12671         http://trac.webkit.org/changeset/141110
12672         https://bugs.webkit.org/show_bug.cgi?id=108349
12673
12674         This patch broke WK2-EFL unit tests (Requested by grzegorz on
12675         #webkit).
12676
12677         * platform/efl-wk2/TestExpectations:
12678
12679 2013-01-31  Kentaro Hara  <haraken@chromium.org>
12680
12681         Add composition-event-constructor.html, which I forgot to add in r141028
12682         https://bugs.webkit.org/show_bug.cgi?id=107919
12683
12684         Reviewed by Adam Barth.
12685
12686         r141028 implemented a CompositionEvent constructor, but I forgot to add a test
12687         when I landed the patch manually. This patch adds the test.
12688
12689         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
12690         * fast/events/constructors/composition-event-constructor.html: Added.
12691         * platform/efl/TestExpectations:
12692         * platform/gtk/TestExpectations:
12693
12694 2013-01-31  Kentaro Hara  <haraken@chromium.org>
12695
12696         [V8] 'new MouseEvent("click", {relatedTarget: window}).window' should return window
12697         https://bugs.webkit.org/show_bug.cgi?id=108432
12698
12699         Reviewed by Adam Barth.
12700
12701         In V8 'new MouseEvent("click", {relatedTarget: window}).window'
12702         returns null. JSC returns window, which is a correct behavior.
12703         V8 should also return window.
12704
12705         * fast/events/constructors/mouse-event-constructor-expected.txt:
12706         * fast/events/constructors/mouse-event-constructor.html:
12707
12708 2013-01-30 Hajime Morrita  <morrita@google.com>
12709
12710         [Chromium] Unreviewed, rebaselining expectations.
12711
12712         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
12713         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed.
12714         * platform/chromium/TestExpectations:
12715
12716 2013-01-30  Hajime Morrita  <morrita@google.com>
12717
12718         [Chromium] Unreviewed, marking video-error-does-not-exist.html as a fail.
12719
12720         * platform/chromium/TestExpectations:
12721
12722 2013-01-30  Kent Tamura  <tkent@chromium.org>
12723
12724         [Chromium] Rebaline for form-related tests
12725         https://bugs.webkit.org/show_bug.cgi?id=105574
12726         https://bugs.webkit.org/show_bug.cgi?id=108069
12727
12728         * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Added.
12729         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
12730         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12731         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12732         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12733         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12734         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12735         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12736         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12737         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12738         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12739         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12740         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12741         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12742         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12743         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12744         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
12745         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12746         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12747         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
12748         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12749         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12750         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12751         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12752         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12753         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12754         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12755         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12756         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12757         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12758         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12759         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12760         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12761         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12762         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12763         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12764         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
12765         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12766         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12767         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12768         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12769         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12770         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12771         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12772         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12773         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12774         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12775         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12776         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12777         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12778         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12779         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12780         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12781         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
12782         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12783         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12784         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12785         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12786         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12787         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12788         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12789         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12790         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12791         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12792         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12793         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12794         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12795         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12796         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12797         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12798         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12799         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
12800         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12801         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12802         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12803         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12804         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12805         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12806         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12807         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12808         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12809         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12810         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12811         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12812         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12813         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12814         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
12815         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12816         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12817         * platform/chromium/TestExpectations:
12818
12819 2013-01-30  Keishi Hattori  <keishi@webkit.org>
12820
12821         [Chromium] Re-enabling fast/workers/storage tests after fix(r141320).
12822
12823         Unreviewed. Gardening.
12824
12825         * platform/chromium/TestExpectations:
12826
12827 2013-01-30  Adam Barth  <abarth@webkit.org>
12828
12829         The background HTML parser should be able to parse speculatively
12830         https://bugs.webkit.org/show_bug.cgi?id=107753
12831
12832         Reviewed by Eric Seidel.
12833
12834         * fast/parser/document-write-partial-script-expected.txt: Added.
12835         * fast/parser/document-write-partial-script.html: Added.
12836
12837 2013-01-30  Jessie Berlin  <jberlin@apple.com>
12838
12839         [Mac Lion] [WK2] tiled-drawing tests are being run when they shouldn't be
12840         https://bugs.webkit.org/show_bug.cgi?id=106187
12841
12842         Reviewed by Ryosuke Niwa.
12843
12844         Since the feature is mac-wk2 only, move the tests from platform mac to platform mac-wk2 and just
12845         skip the tests on Lion entirely.
12846
12847         * platform/mac-lion/TestExpectations:
12848         * platform/mac-wk2/TestExpectations:
12849         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt.
12850         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html.
12851         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png.
12852         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt.
12853         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html.
12854         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png.
12855         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt.
12856         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png.
12857         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt.
12858         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html.
12859         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png.
12860         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt.
12861         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html.
12862         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png.
12863         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt.
12864         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html.
12865         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png.
12866         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt.
12867         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html.
12868         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background.html.
12869         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png.
12870         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
12871         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background.html.
12872         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png.
12873         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt.
12874         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html.
12875         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
12876         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html.
12877         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt.
12878         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html.
12879         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
12880         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow.html.
12881         * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt.
12882         * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
12883         * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html.
12884         * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html.
12885         * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-expected.txt.
12886         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
12887         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed.html.
12888         * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars.html.
12889         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
12890         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt.
12891         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html.
12892         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset.html.
12893         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt.
12894         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed.html.
12895         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
12896         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html.
12897         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
12898         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll.html.
12899         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
12900         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html.
12901         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
12902         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset.html.
12903         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt.
12904         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal.html.
12905         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt.
12906         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical.html.
12907         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt.
12908         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll.html.
12909         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt.
12910         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html.
12911         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
12912         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html.
12913         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt.
12914         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
12915         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html.
12916         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom.html.
12917         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt.
12918         * platform/mac-wk2/tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing.html.
12919         * platform/mac/TestExpectations:
12920
12921 2013-01-30  Levi Weintraub  <leviw@chromium.org>
12922
12923         [Chromium] WebPluginContainerImpl adding imbalanced touch handler refs
12924         https://bugs.webkit.org/show_bug.cgi?id=108381
12925
12926         Reviewed by James Robinson.
12927
12928         * platform/chromium/plugins/re-request-touch-events-crash-expected.txt: Added.
12929         * platform/chromium/plugins/re-request-touch-events-crash.html: Added.
12930
12931 2013-01-30  Rouslan Solomakhin  <rouslan@chromium.org>
12932
12933         Tests for spellcheck behavior
12934         https://bugs.webkit.org/show_bug.cgi?id=108405
12935
12936         Reviewed by Tony Chang.
12937
12938         * editing/spelling/resources/util.js: Added. Boilerplate for spellcheck tests.
12939         * editing/spelling/spelling-double-clicked-word.html: Added. Spelling should work for double-clicked misspellings.
12940         * editing/spelling/spelling-double-clicked-word-with-underscores.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
12941         * editing/spelling/spelling-exactly-selected-multiple-words.html: Added. Spelling should work when the user selects a multi-word misspelling exactly.
12942         * editing/spelling/spelling-exactly-selected-word.html: Added. Spelling should work when the user selects the misspelled word exactly.
12943         * editing/spelling/spelling-multiword-selection.html: Added. Spelling should be disabled when user selects multiple words that are not a single misspelling.
12944         * editing/spelling/spelling-should-select-multiple-words.html: Added. Spellcheck should select multi-word misspellings on context click.
12945         * editing/spelling/spelling-should-select-single-word.html: Added. Spellcheck should select the misspelled word on context click.
12946         * editing/spelling/spelling-subword-selection.html: Added. Spelling should be disabled when user selects a part of misspelling.
12947         * editing/spelling/spelling-with-punctuation-selection.html: Added. Punctuation marks should be treated as whitespace: spelling should ignore them.
12948         * editing/spelling/spelling-with-underscore-selection.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
12949         * editing/spelling/spelling-with-whitespace-selection.html: Added. Spelling should ignore whitespace.
12950         * editing/spelling/spelling-double-clicked-word-expected.txt: Added. 
12951         * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Added. 
12952         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt: Added.
12953         * editing/spelling/spelling-exactly-selected-word-expected.txt: Added.
12954         * editing/spelling/spelling-multiword-selection-expected.txt: Added.
12955         * editing/spelling/spelling-should-select-multiple-words-expected.txt: Added.
12956         * editing/spelling/spelling-should-select-single-word-expected.txt: Added.
12957         * editing/spelling/spelling-subword-selection-expected.txt: Added.
12958         * editing/spelling/spelling-with-punctuation-selection-expected.txt: Added.
12959         * editing/spelling/spelling-with-underscore-selection-expected.txt: Added.
12960         * editing/spelling/spelling-with-whitespace-selection-expected.txt: Added.
12961         * platform/chromium/TestExpectations: Skip the tests until the platform implements the behavior.
12962         * platform/efl/TestExpectations: Skip the tests until the platform implements the behavior.
12963         * platform/gtk/TestExpectations: Skip the tests until the platform implements the behavior.
12964         * platform/mac/TestExpectations: Skip the tests until the platform implements the behavior.
12965         * platform/qt/TestExpectations: Skip the tests until the platform implements the behavior.
12966         * platform/wincairo/TestExpectations: Skip the tests until the platform implements the behavior.
12967         * platform/win/TestExpectations: Skip the tests until the platform implements the behavior.
12968         * platform/wk2/TestExpectations: Skip the tests until the platform implements the behavior.
12969
12970 2013-01-30  Tony Chang  <tony@chromium.org>
12971
12972         [chromium] Unreviewed, update expectations on Mac for textarea change.
12973
12974         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
12975
12976 2013-01-30  Kentaro Hara  <haraken@chromium.org>
12977
12978         Implement KeyboardEvent constructor
12979         https://bugs.webkit.org/show_bug.cgi?id=108320
12980
12981         Reviewed by Adam Barth.
12982
12983         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
12984
12985         This patch implements KeyboardEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
12986         which is enabled on Chromium and Safari.
12987
12988         * fast/dom/constructed-objects-prototypes-expected.txt:
12989         * fast/dom/dom-constructors-expected.txt:
12990         * fast/dom/dom-constructors.html:
12991         * fast/events/constructors/keyboard-event-constructor-expected.txt: Added.
12992         * fast/events/constructors/keyboard-event-constructor.html: Added.
12993         * platform/efl/TestExpectations:
12994         * platform/gtk/TestExpectations:
12995         * platform/qt/TestExpectations:
12996         * platform/win/TestExpectations:
12997         * platform/wincairo/TestExpectations:
12998
12999 2013-01-30  Tony Chang  <tony@chromium.org>
13000
13001         [chromium] Unreviewed, update expectations Linux 32 textarea tests.
13002
13003         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
13004         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Removed.
13005
13006 2013-01-30  Tony Chang  <tony@chromium.org>
13007
13008         [chromium] Unreviewed, update expectations for Win/Mac
13009         Rebaseline one more textarea test on Linux.
13010
13011         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
13012         * platform/chromium/TestExpectations:
13013
13014 2013-01-30  Philip Rogers  <pdr@google.com>
13015
13016         Mark tests as failing after r141303.
13017
13018         These tests were rebaselined before the bots had correct results. This change
13019         marks these tests as [ ImageOnlyFailure Pass ] again while the bots catch up.
13020
13021         Unreviewed test expectations update.
13022
13023         * platform/chromium/TestExpectations:
13024
13025 2013-01-30  Tony Chang  <tony@chromium.org>
13026
13027         [Chromium] Enable textarea resize corner for tests
13028         https://bugs.webkit.org/show_bug.cgi?id=108385
13029
13030         Reviewed by Ojan Vafai.
13031
13032         * compositing/overflow/textarea-scroll-touch-expected.txt:
13033         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html:
13034         This ref test would overlay 2 textarea on top of each other. Turn off the resize corner on one of them.
13035         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Turn off the resize corner since the reference
13036         file doesn't use a textarea.
13037         * fast/repaint/textarea-set-disabled-expected.png:
13038         * platform/chromium-linux/editing/inserting/4960120-1-expected.png:
13039         * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.png:
13040         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png:
13041         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
13042         * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
13043         * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
13044         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
13045         * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
13046         * platform/chromium-linux/fast/forms/negativeLineHeight-expected.png:
13047         * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
13048         * platform/chromium-linux/fast/forms/textarea-align-expected.png:
13049         * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png:
13050         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png:
13051         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png:
13052         * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
13053         * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
13054         * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
13055         * platform/chromium-linux/fast/forms/textarea-setinnerhtml-expected.png:
13056         * platform/chromium-linux/fast/forms/textarea-width-expected.png:
13057         * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
13058         * platform/chromium-linux/fast/parser/entity-comment-in-textarea-expected.png:
13059         * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
13060         * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
13061         * platform/chromium-linux/fast/table/003-expected.png:
13062         * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.png:
13063         * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
13064         * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.png:
13065         * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png:
13066         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.png:
13067         * platform/chromium/TestExpectations: Mark image failures for Mac and Win.
13068
13069 2013-01-30  Simon Fraser  <simon.fraser@apple.com>
13070
13071         Elements that dynamically become fixed sometimes jump to the top left on scrolling
13072         https://bugs.webkit.org/show_bug.cgi?id=108389
13073
13074         Reviewed by Beth Dakin.
13075         
13076         Update test results; these results now correctly reflect the last layout
13077         positions.
13078
13079         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
13080         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt:
13081         * platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt:
13082         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt:
13083         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
13084         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt:
13085         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt:
13086         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt:
13087
13088 2013-01-30  Jessie Berlin  <jberlin@apple.com>
13089
13090         Revert r138912, the right fix for https://bugs.webkit.org/show_bug.cgi?id=106187 is in
13091         r141323.
13092
13093         * platform/mac-wk2/TestExpectations:
13094
13095 2013-01-30  Rafael Weinstein  <rafaelw@chromium.org>
13096
13097         [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
13098         https://bugs.webkit.org/show_bug.cgi?id=108377
13099
13100         Reviewed by Adam Barth.
13101
13102         Note that dump-as-markup.js is modified here to put both template content and its direct children. This was an oversight and fixing it will make it
13103         easier to spot parse errors like ones that arise from this bug, where nodes are appended directly to the template element.
13104
13105         * html5lib/resources/template.dat:
13106         * resources/dump-as-markup.js:
13107         (Markup._get):
13108
13109 2013-01-30  Philip Rogers  <pdr@google.com>
13110
13111         Update fast/backgrounds/size/contain-and-cover-zoomed test expectations.
13112
13113         Unreviewed update of test expectations.
13114
13115         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13116         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13117         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13118         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13119         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13120         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13121         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13122         * platform/chromium/TestExpectations:
13123
13124 2013-01-30  Philip Rogers  <pdr@google.com>
13125
13126         Update chromium-mac svg/zoom test expectations after r141303
13127
13128         Unreviewed update of test expectations.
13129
13130         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13131         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13132         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13133
13134 2013-01-30  Jessie Berlin  <jberlin@apple.com>
13135
13136         Don't run the tiled-drawing tests on Lion WK2.
13137
13138         * platform/mac-wk2/TestExpectations:
13139         Even though the platform/mac/tiled-drawing tests were skipped in the Lion TestExpectations
13140         file, the Pass value in the mac-wk2 TestExpectations file was causing them to be run on
13141         Lion WK2. Explicity skip the tests on Lion here as well.
13142
13143 2013-01-30  Kentaro Hara  <haraken@chromium.org>
13144
13145         Implement WheelEvent constructor
13146         https://bugs.webkit.org/show_bug.cgi?id=108303
13147
13148         Reviewed by Adam Barth.
13149
13150         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
13151
13152         This patch implements UIEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
13153         which is enabled on Chromium and Safari.
13154
13155         Test: fast/events/constructors/wheel-event-constructor.html
13156
13157         * fast/events/constructors/wheel-event-constructor-expected.txt: Added.
13158         * fast/events/constructors/wheel-event-constructor.html: Added.
13159         * platform/efl/TestExpectations:
13160         * platform/gtk/TestExpectations:
13161         * platform/qt/TestExpectations:
13162         * platform/win/TestExpectations:
13163         * platform/wincairo/TestExpectations:
13164
13165 2013-01-30  Julien Chaffraix  <jchaffraix@webkit.org>
13166
13167         [CSS Grid Layout] Support 'auto' sized grid items
13168         https://bugs.webkit.org/show_bug.cgi?id=103332
13169
13170         Reviewed by Tony Chang.
13171
13172         * fast/css-grid-layout/auto-content-resolution-columns-expected.txt: Added.
13173         * fast/css-grid-layout/auto-content-resolution-columns.html: Added.
13174         * fast/css-grid-layout/auto-content-resolution-rows-expected.txt: Added.
13175         * fast/css-grid-layout/auto-content-resolution-rows.html: Added.
13176
13177 2013-01-30  Alec Flett  <alecflett@chromium.org>
13178
13179         IndexedDB: Avoid crashing when deleting indexes
13180         https://bugs.webkit.org/show_bug.cgi?id=108356
13181
13182         Reviewed by Tony Chang.
13183
13184         This test works on an edge case around the asynchronous
13185         creation/deletion of indexes that used to crash. It doesn't fail/crash even
13186         without this patch but was the test condition that uncovered the overall problem
13187         before https://bugs.webkit.org/show_bug.cgi?id=107311 changed the timing of
13188         some of the events.
13189
13190         * storage/indexeddb/createIndex-after-failure.html: Added.
13191         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
13192         (sleep):
13193         (prepareDatabase):
13194         (deleteIndexAfterGet):
13195         * storage/indexeddb/resources/shared.js:
13196         (.requests.forEach):
13197         (waitForRequests):
13198
13199         * storage/indexeddb/createIndex-after-failure.html: Added.
13200         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
13201         (prepareDatabase):
13202         (deleteIndexAfterGet):
13203         * storage/indexeddb/resources/shared.js:
13204         (.requests.forEach):
13205         (waitForRequests):
13206
13207 2013-01-30  Philip Rogers  <pdr@google.com>
13208
13209          Update svg/zoom test expectations after r141303
13210  
13211          Unreviewed update of test expectations.
13212
13213         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
13214         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13215         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
13216         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
13217         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13218         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
13219
13220 2013-01-30  Brian Anderson  <brianderson@chromium.org>
13221
13222         [Chromium] Temporarily change expectations for tests affected by tiling shaders
13223         https://bugs.webkit.org/show_bug.cgi?id=108367
13224
13225         Reviewed by Adrienne Walker.
13226
13227         * platform/chromium/TestExpectations:
13228
13229 2013-01-30  Philip Rogers  <pdr@google.com>
13230
13231         Track scale and zoom together when drawing SVG images
13232         https://bugs.webkit.org/show_bug.cgi?id=108108
13233
13234         Reviewed by Tim Horton.
13235
13236         * platform/chromium/TestExpectations:
13237
13238 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13239
13240         [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
13241         https://bugs.webkit.org/show_bug.cgi?id=108100
13242
13243         Reviewed by Tony Gentilcore.
13244
13245         * platform/gtk/TestExpectations: Remove the failure expectation.
13246
13247 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
13248
13249         [EFL] Gardening: Add expectations for flaky crashers
13250         https://bugs.webkit.org/show_bug.cgi?id=108359
13251
13252         Unreviewed gardening: add a bunch of flaky results.
13253
13254         * platform/efl-wk2/TestExpectations:
13255
13256 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13257
13258         Unreviewed GTK gardening.
13259
13260         Adding failure expectations for a couple of fullscreen tests, probably
13261         regressed with r141265.
13262         Adding a crash expectation for an HTTP test that regressed with r141136.
13263
13264         * platform/gtk/TestExpectations:
13265
13266 2013-01-30  Tony Chang  <tony@chromium.org>
13267
13268         REGRESSION(r136324): Flexbox should relayout flex children when width changes
13269         https://bugs.webkit.org/show_bug.cgi?id=108231
13270
13271         Reviewed by Ojan Vafai.
13272
13273         * css3/flexbox/width-change-and-relayout-children-expected.txt: Added.
13274         * css3/flexbox/width-change-and-relayout-children.html: Added.
13275
13276 2013-01-30  Florin Malita  <fmalita@chromium.org>
13277
13278         [Chromium] Unreviewed gardening.
13279
13280         inspector/editor/text-editor-ctrl-movements.html is timing out after r141245.
13281
13282         * platform/chromium/TestExpectations:
13283
13284 2013-01-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>
13285
13286         REGRESSION (r141051): Broke plugin support on non-Mac WebKit2 Ports
13287         https://bugs.webkit.org/show_bug.cgi?id=108182
13288
13289         Reviewed by Sam Weinig.
13290
13291         Unskip failing tests.
13292
13293         * platform/efl-wk2/TestExpectations:
13294         * platform/qt-5.0-wk2/TestExpectations:
13295
13296 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
13297
13298         [EFL] Unreviewed gardening
13299         https://bugs.webkit.org/show_bug.cgi?id=108341
13300
13301         Add a few failing results for EFL.
13302
13303         * platform/efl/TestExpectations:
13304
13305 2013-01-30  Dmitry Zvorygin  <zvorygin@chromium.org>
13306
13307         Web Inspector: Filters on Console panel
13308         https://bugs.webkit.org/show_bug.cgi?id=107813
13309
13310         The problem is that third-party libraries may spam javascript console
13311         with internal  messages. Now there's filter context-menu option, which
13312         allows to hide/show messages sent from specific scripts or urls.
13313
13314         Reviewed by Pavel Feldman.
13315
13316         * http/tests/inspector/console-test.js:
13317         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
13318         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
13319         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
13320         (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
13321         (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
13322         (initialize_ConsoleTest):
13323         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
13324         (test.addMessage):
13325         (test):
13326         * inspector/console/console-filter-test-expected.txt: Added.
13327         * inspector/console/console-filter-test.html: Added.
13328         * inspector/console/resources/log-source.js: Added.
13329         (log2):
13330
13331 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
13332
13333         [Qt] Unreviewed gardening. Skip some failing tests.
13334         https://bugs.webkit.org/show_bug.cgi?id=108340.
13335
13336         * platform/qt/TestExpectations:
13337
13338 2013-01-30  Florin Malita  <fmalita@chromium.org>
13339
13340         [Chromium] Unreviewed gardening.
13341
13342         * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:
13343
13344 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
13345
13346         [Qt] Unreviewed gardening. Skip some failing tests.
13347         https://bugs.webkit.org/show_bug.cgi?id=108340.
13348
13349         * platform/qt/TestExpectations:
13350
13351 2013-01-30  Florin Malita  <fmalita@chromium.org>
13352
13353         [Chromium] Unreviewed gaedening.
13354
13355         Updated results after http://trac.webkit.org/changeset/141243.
13356
13357         * platform/chromium-linux/fast/repaint/4774354-expected.png:
13358         * platform/chromium-linux/fast/repaint/4776765-expected.png:
13359         * platform/chromium-linux/fast/repaint/caret-with-transformation-expected.png: Added.
13360         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
13361         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
13362         * platform/chromium-mac-lion/fast/repaint/caret-with-transformation-expected.png: Added.
13363         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
13364         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
13365         * platform/chromium-mac/fast/repaint/4774354-expected.png:
13366         * platform/chromium-mac/fast/repaint/4776765-expected.png:
13367         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.png: Added.
13368         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.txt: Added.
13369         * platform/chromium-win/fast/repaint/4774354-expected.png:
13370         * platform/chromium-win/fast/repaint/4776765-expected.png:
13371         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.png: Added.
13372         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.txt: Added.
13373         * platform/chromium/TestExpectations:
13374
13375 2013-01-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
13376
13377         [Qt][WK1] Support better testing of Web Notifications
13378         https://bugs.webkit.org/show_bug.cgi?id=107696
13379
13380         Reviewed by Jocelyn Turcotte.
13381
13382         Unskip the now working tests in http/tests/notifications.
13383         Skip four tests that still fail on WebKit1.
13384         Update tests that need notifications dumped.
13385
13386         * fast/notifications/notifications-click-event.html:
13387         * fast/notifications/notifications-display-close-events.html:
13388         * fast/notifications/notifications-no-icon.html:
13389         * fast/notifications/notifications-replace.html:
13390         * fast/notifications/notifications-rtl.html:
13391         * fast/notifications/notifications-with-permission.html:
13392         * platform/qt-5.0-wk1/TestExpectations:
13393         * platform/qt/TestExpectations:
13394
13395 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13396
13397         Web Inspector: implement highlight range API
13398         https://bugs.webkit.org/show_bug.cgi?id=108317
13399
13400         Reviewed by Pavel Feldman.
13401
13402         Added test cases to the existed test to cover highlight range
13403         functionality.
13404
13405         * inspector/editor/text-editor-highlight-api-expected.txt: Added.
13406         * inspector/editor/text-editor-highlight-api.html: Added.
13407         * inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
13408         * inspector/editor/text-editor-highlight-regexp.html: Removed.
13409
13410 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13411
13412         Unreviewed GTK gardening.
13413
13414         * platform/gtk/accessibility/aria-combobox-expected.txt: Rebaselining after r141186.
13415
13416 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
13417
13418         Web Inspector: move heap profiler protocol tests into heap-profiler subfolder
13419         https://bugs.webkit.org/show_bug.cgi?id=108324
13420
13421         Reviewed by Vsevolod Vlasov.
13422
13423         Moved heap profiler protocol tests into LayoutTests/inspector-protocol/heap-profiler
13424
13425         * inspector-protocol/heap-profiler/resources/page-with-function.html: Renamed from LayoutTests/inspector-protocol/resources/page-with-function.html.
13426         * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot-expected.txt.
13427         * inspector-protocol/heap-profiler/take-heap-snapshot.html: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot.html.
13428         * platform/chromium/TestExpectations:
13429         * platform/efl/TestExpectations:
13430         * platform/gtk/TestExpectations:
13431         * platform/mac/TestExpectations:
13432         * platform/qt/TestExpectations:
13433         * platform/win/TestExpectations:
13434
13435 2013-01-30  Kondapally Kalyan  <kalyan.kondapally@intel.com>
13436
13437         [EFL][Qt][WebGL] Avoid deleting an uncreated canvas.
13438         https://bugs.webkit.org/show_bug.cgi?id=106878
13439
13440         Reviewed by Benjamin Poulain.
13441
13442         * fast/canvas/webgl/canvas-resize-crash-expected.txt: Added.
13443         * fast/canvas/webgl/canvas-resize-crash.html: Added.
13444
13445 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13446
13447         Web Inspector: implmenet Ctrl-Arrow/Ctrl-Backspace in DefaultTextEditor
13448         https://bugs.webkit.org/show_bug.cgi?id=107944
13449
13450         Reviewed by Pavel Feldman.
13451
13452         Add new test to verify ctrl-arrow/ctrl-backspace behavior. Exclude
13453         this test on the platforms that do not currently support eventSender.
13454
13455         * inspector/editor/text-editor-ctrl-movements-expected.txt: Added.
13456         * inspector/editor/text-editor-ctrl-movements.html: Added.
13457         * platform/efl/TestExpectations:
13458         * platform/mac/TestExpectations:
13459         * platform/qt/TestExpectations:
13460
13461 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13462
13463         Web Inspector: do not repaint all lines in highlight regex API in DTE
13464         https://bugs.webkit.org/show_bug.cgi?id=108081
13465
13466         Reviewed by Pavel Feldman.
13467
13468         Modify layout test to add a verification that highlight does not
13469         repaint more DefaultTextEditor line rows than it needs to.
13470
13471         * inspector/editor/text-editor-highlight-regexp-expected.txt:
13472         * inspector/editor/text-editor-highlight-regexp.html:
13473
13474 2013-01-30  Tien-Ren Chen  <trchen@chromium.org>
13475
13476         REGRESSION (r139282): Caret repainting is broken for text-align: center'd <input>
13477         https://bugs.webkit.org/show_bug.cgi?id=108283
13478
13479         Reviewed by Tim Horton.
13480
13481         Occasionally carets won't be fully erased when blinking.
13482         There used to be 1-pixel padding but removed since r139282.
13483         This patch adds back the same workaround.
13484
13485         * platform/chromium/TestExpectations:
13486         * platform/mac/TestExpectations:
13487
13488 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
13489
13490         [EFL] Unreviewed gardening.
13491
13492         More plugin test cases skipped, failing after r141051,
13493         plugins/document-open.html is not crashing, but currently timing out.
13494
13495         * platform/efl-wk2/TestExpectations:
13496
13497 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
13498
13499         [EFL] Unreviewed gardening.
13500
13501         More plugin test cases skipped, failing after r141051,
13502
13503         * platform/efl-wk2/TestExpectations: r140999 leads to assertions in two stacking container tests.
13504         * platform/efl/TestExpectations: r140613 introduced fast/ruby/select-ruby.html - failing on our port.
13505
13506 2013-01-29  Shinya Kawanaka  <shinyak@chromium.org>
13507
13508         Renderer is recreated unexpectedly after detach in HTMLInputElement
13509         https://bugs.webkit.org/show_bug.cgi?id=108150
13510
13511         Reviewed by Kent Tamura.
13512
13513         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Added.
13514         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Added.
13515
13516 2013-01-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
13517
13518         Unreviewed. EFL Gradening.
13519
13520         fast/events/constructors/composition-event-constructor.html isn't exist anymore.
13521
13522         * platform/efl/TestExpectations:
13523
13524 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
13525
13526         Add a failing Mac Lion test expectation per bug 108291.
13527
13528         * platform/mac/TestExpectations:
13529
13530 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13531
13532         [Chromium] Marking fixed-position-composited-page-scale-down tests as failing.
13533
13534         Unreviewed. Gardening.
13535
13536         * platform/chromium/TestExpectations:
13537
13538 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13539
13540         [Chromium] Marking terminate-during-sync-operation.html as crashing after r141166.
13541
13542         Unreviwed. Gardening.
13543
13544         * platform/chromium/TestExpectations:
13545
13546 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13547
13548         [Chromium] Rebaselining probably after r141136.
13549
13550         Unreviwed. Gardening.
13551
13552         * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: Added.
13553
13554 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
13555
13556         AX: VoiceOver not reading bullets correctly in the text of notes
13557         https://bugs.webkit.org/show_bug.cgi?id=107980
13558
13559         Reviewed by Ryosuke Niwa.
13560
13561         * platform/mac/accessibility/listmarker-suffix-expected.txt: Added.
13562         * platform/mac/accessibility/listmarker-suffix.html: Added.
13563
13564 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13565
13566         [Chromium] fast/workers/storage crashing after r141166
13567
13568         Unreviewed. Gardening.
13569
13570         * platform/chromium/TestExpectations:
13571
13572 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13573
13574         [Chromium] Rebaselining after r141195
13575
13576         Unreviewed. Gardening.
13577
13578         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
13579         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13580         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13581         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
13582         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
13583         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
13584         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13585         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13586         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
13587         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
13588         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
13589         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13590         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13591         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
13592         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
13593         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
13594         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
13595
13596 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
13597
13598         Unreviewed, rolling out r140983.
13599         http://trac.webkit.org/changeset/140983
13600         https://bugs.webkit.org/show_bug.cgi?id=108277
13601
13602         Unfortunately, this API has one last client (Requested by
13603         abarth on #webkit).
13604
13605         * fast/notifications/notifications-with-permission-expected.txt:
13606         * fast/notifications/notifications-with-permission.html:
13607
13608 2013-01-29  Rafael Weinstein  <rafaelw@chromium.org>
13609
13610         parserAppendChild and parserInsertBefore should ensure that child nodes are in the same document
13611         https://bugs.webkit.org/show_bug.cgi?id=108260
13612
13613         Reviewed by Eric Seidel.
13614
13615         * fast/parser/xml-error-adopted-expected.txt: Added.
13616         * fast/parser/xml-error-adopted.xml: Added.
13617
13618 2013-01-29  Kent Tamura  <tkent@chromium.org>
13619
13620         INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary
13621         https://bugs.webkit.org/show_bug.cgi?id=108069
13622
13623         Reviewed by Hajime Morita.
13624
13625         * fast/forms/date/date-appearance-basic-expected.txt:
13626         * fast/forms/date/date-appearance-basic.html:
13627         Add test cases for small width and small height.
13628         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
13629         Update the code because of shadow tree structure change.
13630         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
13631         Added.
13632         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt:
13633         Added.
13634         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
13635         * platform/chromium/TestExpectations:
13636          - date-appearance-basic.html: New test cases are added.
13637          - *-appearance-pseudo-element.html: :before :after position is slightly
13638            changed because of the -webkit-align-items change.
13639          - suggestion-picker/*.html: RTL behavior is changed. The direction of
13640            suggestion pickers matches to the direction of the input content
13641            (browser locale).
13642
13643 2013-01-29  Roger Fong  <roger_fong@apple.com>
13644
13645         Unreviewed. More Windows7 gardening.
13646
13647         * platform/win/TestExpectations:
13648
13649 2013-01-29  Alexandre Elias  <aelias@chromium.org>
13650
13651         [chromium] Disable layout tests impacted by page scale change
13652         https://bugs.webkit.org/show_bug.cgi?id=108232
13653
13654         Unreviewed, gardening.
13655
13656         After https://codereview.chromium.org/12045002/, these
13657         tests are expected to fail.  Disabling and creating bugs for follow-up.
13658
13659         * platform/chromium/TestExpectations:
13660
13661 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
13662
13663         AX: Add support for aria-autocomplete="list" on ARIA combobox
13664         https://bugs.webkit.org/show_bug.cgi?id=108228
13665
13666         Reviewed by Ryosuke Niwa.
13667
13668         * platform/mac/accessibility/combox-box-value-expected.txt: Added.
13669         * platform/mac/accessibility/combox-box-value.html: Added.
13670
13671 2013-01-29  Roger Fong  <roger_fong@apple.com>
13672
13673         Unreviewed. Skip a bunch of tests on Win7 in preparation of turning on EWS testers.
13674         https://bugs.webkit.org/show_bug.cgi?id=108249
13675
13676         * platform/win/TestExpectations:
13677
13678 2013-01-29  Oliver Hunt  <oliver@apple.com>
13679
13680         REGRESSION (r140594): RELEASE_ASSERT_NOT_REACHED in JSC::Interpreter::execute
13681         https://bugs.webkit.org/show_bug.cgi?id=108097
13682
13683         Reviewed by Geoffrey Garen.
13684
13685         Add parser test for invalid var a.b syntax
13686
13687         * fast/js/parser-syntax-check-expected.txt:
13688         * fast/js/script-tests/parser-syntax-check.js:
13689
13690 2013-01-29  Roger Fong  <roger_fong@apple.com>
13691
13692         Unreviewed. Temporarily disable inspector tests. 
13693         They are all timing out due to some configuration problem on the bots.
13694
13695         * platform/win/TestExpectations:
13696
13697 2013-01-29  Justin Novosad  <junov@google.com>
13698
13699         REGRESSION (r135628-135632): Double box shadow failure to render
13700         https://bugs.webkit.org/show_bug.cgi?id=107833
13701
13702         Reviewed by Simon Fraser.
13703
13704         New ref test verifies that box shadow is drawn when
13705         background is an opaque image. Test uses an blue gradient
13706         as background image. Reference uses blue background color.
13707
13708         * fast/backgrounds/gradient-background-shadow-expected.html: Added.
13709         * fast/backgrounds/gradient-background-shadow.html: Added.
13710
13711 2013-01-29  Pravin D  <pravind.2k4@gmail.com>
13712
13713         Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.
13714         https://bugs.webkit.org/show_bug.cgi?id=105407
13715
13716         Reviewed by Tony Chang.
13717
13718         When a testcase is processed by check-layout.js, the result is written just after the node being processed. This causes
13719         offsetTop of subsequent sub-testcases to altered. If however if we process the nodes in the reverse order in which they 
13720         appear in the DOM tree, the result of node being processed will not affect the offsetTop of susequent nodes.
13721
13722         * resources/check-layout.js:
13723
13724 2013-01-29  Dirk Schulze  <dschulze@adobe.com>
13725
13726         Canvas support for isPointInStroke
13727         https://bugs.webkit.org/show_bug.cgi?id=108185
13728
13729         Reviewed by Dean Jackson.
13730
13731         Test the implementation of isPointOfStroke with all stroke style
13732         properties in Canvas.
13733
13734         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
13735         * fast/canvas/canvas-isPointInStroke.html: Added.
13736         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
13737
13738         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
13739         * fast/canvas/canvas-isPointInStroke.html: Added.
13740         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
13741         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added property for isPointInStroke.
13742
13743 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
13744
13745         Unreviewed GTK gardening.
13746
13747         Rebaselining after r141122.
13748         Removing a few duplicate test expectations.
13749
13750         * platform/gtk/TestExpectations:
13751         * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt:
13752         * platform/gtk/fonts/complex-text-shadows-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt.
13753         * platform/gtk/fonts/font-face-with-complex-text-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt.
13754         * platform/gtk/fonts/non-bmp-characters-expected.png: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png.
13755         * platform/gtk/fonts/non-bmp-characters-expected.txt: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt.
13756         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Removed.
13757         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Removed.
13758         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Removed.
13759         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Removed.
13760         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
13761
13762 2013-01-29  Nate Chapin  <japhet@chromium.org>
13763
13764         Enable reuse of cached main resources
13765         https://bugs.webkit.org/show_bug.cgi?id=105667.
13766
13767         Reviewed by Adam Barth.
13768
13769         * http/tests/cache/cached-main-resource-expected.txt: Added.
13770         * http/tests/cache/cached-main-resource.html: Added.
13771         * http/tests/cache/resources/cacheable-iframe.php: Added.
13772         * http/tests/inspector/resource-har-pages-expected.txt:
13773         * http/tests/loading/redirect-methods-expected.txt:
13774         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
13775         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
13776         * platform/chromium/TestExpectations:
13777
13778 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
13779
13780         Add back test expectations that got erroneously removed in r140981.
13781
13782         * platform/mac/TestExpectations:
13783
13784 2013-01-29  Victor Carbune  <vcarbune@chromium.org>
13785
13786         Heap-use-after-free in WebCore::RenderTextTrackCue::layout
13787         https://bugs.webkit.org/show_bug.cgi?id=108197
13788
13789         Reviewed by Eric Carlson.
13790
13791         Added test that triggers the crash. Verified proper removal of the tree.
13792
13793         * media/track/track-cue-rendering-tree-is-removed-properly-expected.txt: Added.
13794         * media/track/track-cue-rendering-tree-is-removed-properly.html: Added.
13795
13796 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13797
13798         [Qt] Unreviewed gardening. Skip a failing ref html test.
13799
13800         * platform/qt/TestExpectations:
13801
13802 2013-01-29  Martin Robinson  <mrobinson@igalia.com>
13803
13804         [Freetype] Cannot use characters outside the BMP
13805         https://bugs.webkit.org/show_bug.cgi?id=108102
13806
13807         Reviewed by Carlos Garcia Campos.
13808
13809         Added a pixel test for rendering non-BMP characters.
13810
13811         * platform/gtk/fonts/non-bmp-characters.html: Added.
13812         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Added.
13813         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Added.
13814
13815 2013-01-29  Alexis Menard  <alexis@webkit.org>
13816
13817         Implement pseudoElement attribute on transition DOM events.
13818         https://bugs.webkit.org/show_bug.cgi?id=107986
13819
13820         Reviewed by Julien Chaffraix.
13821
13822         Add new tests to cover the feature.
13823
13824         * fast/css-generated-content/pseudo-transition-event-expected.txt: Added.
13825         * fast/css-generated-content/pseudo-transition-event.html: Added.
13826         * fast/events/constructors/transition-event-constructor-expected.txt:
13827         * fast/events/constructors/transition-event-constructor.html:
13828         * fast/events/constructors/webkit-transition-event-constructor-expected.txt:
13829         * fast/events/constructors/webkit-transition-event-constructor.html:
13830
13831 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
13832
13833         Unreviewed GTK gardening.
13834
13835         Reclassified one IDB failure as a flaky crasher.
13836         Added a test expectation for a flaky crasher that's failnig
13837         due to probably malfunctioning accessibility code.
13838
13839         * platform/gtk/TestExpectations:
13840
13841 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13842
13843         [Qt] Unreviewed gardening. Skip failing tests after r140927.
13844         https://bugs.webkit.org/show_bug.cgi?id=108190.
13845
13846         * platform/qt/TestExpectations:
13847
13848 2013-01-29  Andrey Lushnikov  <lushnikov@chromium.org>
13849
13850         Web Inspector: introduce HighlightDescriptor interface in DTE.
13851         https://bugs.webkit.org/show_bug.cgi?id=108161
13852
13853         Reviewed by Pavel Feldman.
13854
13855         Correct layout test according to refactoring changes.
13856
13857         * inspector/editor/text-editor-highlight-regexp.html:
13858
13859 2013-01-29  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
13860
13861         [EFL] Unified text checker implementation.
13862         https://bugs.webkit.org/show_bug.cgi?id=107682
13863
13864         Reviewed by Anders Carlsson.
13865
13866         * platform/efl-wk2/TestExpectations:
13867         Skip context-menu-suggestions.html until
13868         https://bugs.webkit.org/show_bug.cgi?id=107684 lands.
13869
13870 2013-01-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
13871
13872         [Qt] Unreviewed gardening.
13873
13874         * platform/qt-5.0-wk2/TestExpectations: Skip broken plugin tests after r141051.
13875
13876 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13877
13878         Unreviewed gardening. Update generic expected file after r141031.
13879         Remove Chromium, GTK and Qt specific expected files, because they are the same as the  generic expected file.
13880
13881         * fast/js/regress/integer-modulo-expected.txt:
13882         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Removed after r141044.
13883         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Removed after r141084.
13884         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Removed after r141101.
13885
13886 2013-01-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
13887
13888         [EFL] Unreviewed gardening.
13889
13890         Skipping tests broken by r141051.
13891
13892         * platform/efl-wk2/TestExpectations:
13893
13894 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13895
13896         [Qt] Unreviewed gardening.
13897
13898         * platform/qt/TestExpectations: Skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=108175.
13899         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added after r140999.
13900         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Added after r141031.
13901
13902 2013-01-29  Peter Rybin  <peter.rybin@gmail.com>
13903
13904         Web Inspector: in inspector-protocol tests do not swallow errors
13905         https://bugs.webkit.org/show_bug.cgi?id=108087
13906
13907         Reviewed by Pavel Feldman.
13908         Additional checks are added. Debuggee is more aggressive at
13909         when to kill the test.
13910
13911         * http/tests/inspector-protocol/resources/InspectorTest.js:
13912         * http/tests/inspector-protocol/resources/protocol-test.js:
13913         (runTest):
13914
13915 2013-01-29  Andrey Adaikin  <aandrey@chromium.org>
13916
13917         Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side)
13918         https://bugs.webkit.org/show_bug.cgi?id=107951
13919
13920         Reviewed by Pavel Feldman.
13921
13922         Stub Canvas dispatcher for now to silence alerts in tests.
13923
13924         * inspector/profiler/canvas-profiler-test.js:
13925         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
13926
13927 2013-01-29  Eugene Klyuchnikov  <eustas@chromium.org>
13928
13929         Web Inspector: [CPU Profile] Taking profile crashes renderer.
13930         https://bugs.webkit.org/show_bug.cgi?id=108072
13931
13932         Reviewed by Yury Semikhatsky.
13933
13934         Added test to check that ProfilerAgent start/stop doesn't crash.
13935
13936         * inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Added.
13937         * inspector/profiler/cpu-profiler-agent-crash-on-start.html: Added.
13938
13939 2013-01-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
13940
13941         REGRESSION: ChildrenAffectedBy flags lost between siblings which have child elements sharing style
13942         https://bugs.webkit.org/show_bug.cgi?id=105672
13943
13944         Reviewed by Andreas Kling.
13945
13946         Two test cases by Philippe Wittenbergh that triggers the issue.
13947
13948         * fast/selectors/cousin-stylesharing-adjacent-selector-expected.html: Added.
13949         * fast/selectors/cousin-stylesharing-adjacent-selector.html: Added.
13950         * fast/selectors/cousin-stylesharing-last-child-selector-expected.html: Added.
13951         * fast/selectors/cousin-stylesharing-last-child-selector.html: Added.
13952
13953 2013-01-29  Vsevolod Vlasov  <vsevik@chromium.org>
13954
13955         Web Inspector: [Regression] Search across all sources is broken.
13956         https://bugs.webkit.org/show_bug.cgi?id=108157
13957
13958         Reviewed by Pavel Feldman.
13959
13960         * http/tests/inspector/search/scripts-search-scope-expected.txt: Added.
13961         * http/tests/inspector/search/scripts-search-scope.html: Added.
13962
13963 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
13964
13965         Unreviewed, rolling out r140959 and r140977.
13966         http://trac.webkit.org/changeset/140959
13967         http://trac.webkit.org/changeset/140977
13968         https://bugs.webkit.org/show_bug.cgi?id=108171
13969
13970         Reverting rebaseline because after r141067 the expected
13971         results should be the old values. (Requested by kadam on
13972         #webkit).
13973
13974         * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
13975         * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
13976         * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
13977         * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Removed.
13978         * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Removed.
13979         * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Removed.
13980         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Removed.
13981         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Removed.
13982         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Removed.
13983         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Removed.
13984         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Removed.
13985         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Removed.
13986         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
13987         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
13988         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Removed.
13989         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Removed.
13990         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Removed.
13991         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Removed.
13992         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Removed.
13993         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Removed.
13994         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
13995         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Removed.
13996         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Removed.
13997         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
13998         * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
13999         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
14000         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
14001         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
14002         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
14003         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
14004         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
14005         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
14006         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Removed.
14007         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Removed.
14008         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
14009         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Removed.
14010         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Removed.
14011         * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
14012         * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed.
14013         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
14014         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Removed.
14015         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Removed.
14016         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
14017         * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Removed.
14018         * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
14019         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Removed.
14020         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
14021         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Removed.
14022         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
14023         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Removed.
14024         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
14025         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Removed.
14026         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
14027         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
14028         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
14029         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Removed.
14030         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Removed.
14031         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
14032         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
14033         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
14034         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
14035         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Removed.
14036         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
14037         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Removed.
14038         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed.
14039         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Removed.
14040         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Removed.
14041         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Removed.
14042         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
14043         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Removed.
14044         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
14045         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Removed.
14046         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Removed.
14047         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Removed.
14048         * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
14049         * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
14050         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Removed.
14051         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
14052
14053 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
14054
14055         Unreviewed GTK gardening.
14056
14057         * platform/gtk/TestExpectations: Added failure/flaky crash expectations for two layout tests.
14058         * platform/gtk/fast/js/regress: Added.
14059         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Added the baseline after r141031.
14060
14061 2013-01-29  Keishi Hattori  <keishi@webkit.org>
14062
14063         [Chromium] Marking icon-0colors.html as crashing.
14064
14065         Unreviewed. Gardening.
14066
14067         * platform/chromium/TestExpectations:
14068
14069 2013-01-28   Vineet Chaudhary  <rgf748@motorola.com>
14070
14071         HTMLOutputElement::htmlFor should be readonly
14072         https://bugs.webkit.org/show_bug.cgi?id=101898
14073
14074         Reviewed by Kentaro Hara.
14075
14076         The spec says htmlFor should be readonly, but WebKit implements it as no-readonly.
14077         Spec: http://dev.w3.org/html5/spec-preview/the-output-element.html
14078         Modified tests according to new behavior.
14079
14080         * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
14081         * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Test for attribute htmlFor is readonly.
14082
14083 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14084
14085         [Chromium] Reverting change to chromium/TestExpectation in r141056.
14086
14087         Unreviewed. Gardening.
14088
14089         * platform/chromium/TestExpectations:
14090
14091 2013-01-28  Adam Barth  <abarth@webkit.org>
14092
14093         Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky
14094         https://bugs.webkit.org/show_bug.cgi?id=79013
14095
14096         Reviewed by David Levin.
14097
14098         This test shouldn't be flaky anymore.
14099
14100         * platform/chromium/TestExpectations:
14101
14102 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14103
14104         [Chromium] Rebaselining after 141039.
14105
14106         Unreviewed. Gardening.
14107
14108         * platform/chromium/TestExpectations:
14109         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
14110         * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
14111         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14112         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
14113         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
14114         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
14115         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
14116         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
14117         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
14118         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
14119         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
14120         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
14121         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
14122         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14123         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
14124         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
14125         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
14126         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
14127         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
14128
14129 2013-01-28  Shinya Kawanaka  <shinyak@chromium.org>
14130
14131         [Shadow] Gesture event is not fired in ShadowDOM
14132         https://bugs.webkit.org/show_bug.cgi?id=107797
14133
14134         Reviewed by Dimitri Glazkov.
14135
14136         * fast/dom/shadow/touch-event-expected.txt: Added.
14137         * fast/dom/shadow/touch-event.html: Added.
14138
14139 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14140
14141         [Chromium] Rebaselining integer-modulo after r141031.
14142
14143         Unreviewed. Gardening.
14144
14145         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Added.
14146
14147 2013-01-28  Min Qin  <qinmin@chromium.org>
14148
14149         fix multi-touch-inside-iframes Layout test
14150         https://bugs.webkit.org/show_bug.cgi?id=108113
14151
14152         Reviewed by Adam Barth.
14153
14154         The ordering of OnLoad() of the 2 child iframes is racy.
14155         Fixed by assigning title from the parent frame.
14156
14157         * fast/events/touch/multi-touch-inside-iframes.html:
14158         * fast/events/touch/resources/multi-touch-inside-iframes2.html:
14159
14160 2013-01-28  Simon Fraser  <simon.fraser@apple.com>
14161
14162         position:fixed that doesn't render any content should not force compositing
14163         https://bugs.webkit.org/show_bug.cgi?id=108112
14164
14165         Reviewed by Beth Dakin.
14166         
14167         Change tests to put a background color on position:fixed elements that need to be composited.
14168         New test with an empty fixed position element.
14169
14170         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html:
14171         * compositing/layer-creation/fixed-position-no-content-expected.txt: Added.
14172         * compositing/layer-creation/fixed-position-no-content.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html.
14173         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
14174         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
14175         * compositing/layer-creation/fixed-position-out-of-view.html:
14176         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
14177         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html:
14178
14179 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14180
14181         [Chromium] Skipping mathml tests because MATHML was disasbled.
14182
14183         Unreviewed. Gardening.
14184
14185         * platform/chromium/TestExpectations:
14186
14187 2013-01-28  Michael Saboff  <msaboff@apple.com>
14188
14189         Make integer-modulo.js a try JS-Regress test
14190         https://bugs.webkit.org/show_bug.cgi?id=108130
14191
14192         Reviewed by Filip Pizlo.
14193
14194         Eliminated the LayoutTest calls.  Sum the values and throw an expection if it doesn't
14195         match up.
14196
14197         * fast/js/regress/script-tests/integer-modulo.js:
14198
14199 2013-01-27  Kentaro Hara  <haraken@chromium.org>
14200
14201         Implement CompositionEvent constructor
14202         https://bugs.webkit.org/show_bug.cgi?id=107919
14203
14204         Reviewed by Sam Weinig.
14205
14206         This patch implements a CompositionEvent constructor under
14207         a DOM4_EVENTS_CONSTRUCTOR flag.
14208
14209         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
14210
14211         * fast/dom/constructed-objects-prototypes-expected.txt:
14212         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
14213         * fast/events/constructors/composition-event-constructor.html: Added.
14214         * platform/efl/TestExpectations:
14215         * platform/gtk/TestExpectations:
14216         * platform/qt/TestExpectations:
14217         * platform/win/TestExpectations:
14218         * platform/wincairo/TestExpectations:
14219
14220         * fast/dom/constructed-objects-prototypes-expected.txt:
14221         * platform/efl/TestExpectations:
14222         * platform/gtk/TestExpectations:
14223         * platform/qt/TestExpectations:
14224         * platform/win/TestExpectations:
14225         * platform/wincairo/TestExpectations:
14226
14227 2013-01-28  Joshua Bell  <jsbell@chromium.org>
14228
14229         [Chromium] Unreviewed gardening, removing Crash expectations from storage/indexeddb tests.
14230         https://bugs.webkit.org/show_bug.cgi?id=108048
14231
14232         Unreviewed.
14233
14234         * platform/chromium/TestExpectations:
14235
14236 2013-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>
14237
14238         Unreviewed, rolling out r140934, r140935, and r140937.
14239         http://trac.webkit.org/changeset/140934
14240         http://trac.webkit.org/changeset/140935
14241         http://trac.webkit.org/changeset/140937
14242         https://bugs.webkit.org/show_bug.cgi?id=108117
14243
14244         Re-land some speculative rollouts - see wkbug.com/108048 for
14245         context (Requested by jsbell on #webkit).
14246
14247         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
14248         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
14249         * storage/indexeddb/deletedatabase-blocked-expected.txt:
14250         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
14251         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
14252         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
14253         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
14254         * storage/indexeddb/events-expected.txt: Added.
14255         * storage/indexeddb/events.html: Added.
14256         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
14257         * storage/indexeddb/intversion-long-queue-expected.txt:
14258         * storage/indexeddb/intversion-upgrades-expected.txt:
14259         * storage/indexeddb/removed-expected.txt:
14260         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
14261         (versionChangeCallback):
14262         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
14263         (versionChangeCallback):
14264         * storage/indexeddb/resources/deletedatabase-blocked.js:
14265         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14266         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
14267         (prepareDatabase.h.onversionchange):
14268         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
14269         (h1OpenSuccess.h1.onversionchange.h1OnVersionChange.h1.onversionchange):
14270         (h1OpenSuccess.h1.onversionchange):
14271         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
14272         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
14273         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14274         * storage/indexeddb/resources/events.js: Added.
14275         (test):
14276         * storage/indexeddb/resources/intversion-gated-on-delete.js:
14277         (firstSuccessCallback):
14278         (connection1VersionChangeCallback):
14279         * storage/indexeddb/resources/intversion-long-queue.js:
14280         (connection1VersionChangeCallback):
14281         (deleteDatabaseBlockedCallback):
14282         (deleteDatabaseSuccessCallback):
14283         (connection2VersionChangeEvent):
14284         * storage/indexeddb/resources/removed.js:
14285         (test):
14286
14287 2013-01-28  Ian Vollick  <vollick@chromium.org>
14288
14289         Promote composited-scrolling layers to stacking containers.
14290         https://bugs.webkit.org/show_bug.cgi?id=106142
14291
14292         Reviewed by Simon Fraser.
14293
14294         With this patch, RenderLayers that use composited scrolling are
14295         treated as stacking contexts. Since isStackingContainer now depends on
14296         the value of m_needsCompositedScrolling, special care needed to be
14297         taken to ensure that the value of isStackingContainer is not used when
14298         updating m_needsCompositedScrolling. In particular, the code for
14299         rebuilding the layer lists needed to be generalized so that we could
14300         build the layer lists using the value of isStackingContext rather than
14301         isStackingContainer when building the layer lists used to determine if
14302         the descendants are contiguous in stacking order. Also, updating
14303         m_needsCompositedScrolling can now affect stacking container status
14304         and can therefore dirty layer lists.
14305
14306         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
14307         * compositing/overflow/composited-scrolling-creates-a-stacking-container.html: Added.
14308         * platform/chromium/TestExpectations:
14309         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
14310
14311 2013-01-28  Max Vujovic  <mvujovic@adobe.com>
14312
14313         [CSS Shaders] Parse @-webkit-filter
14314         https://bugs.webkit.org/show_bug.cgi?id=106837
14315
14316         Reviewed by Dean Jackson.
14317
14318         Add positive and negative tests for parsing the @-webkit-filter rule.
14319
14320         Factored out common helper functions between the existing CSS Custom Filters parsing tests
14321         and the new tests into custom-filter-parsing-common.js.
14322
14323         * css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt: Added.
14324         * css3/filters/custom/custom-filter-parsing-at-rule-invalid.html: Added.
14325         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Added.
14326         * css3/filters/custom/custom-filter-parsing-at-rule-valid.html: Added.
14327         * css3/filters/custom/custom-filter-property-parsing-invalid.html:
14328         * css3/filters/custom/custom-filter-property-parsing.html:
14329         * css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js: Added.
14330         (testInvalidFilterAtRule):
14331         * css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js: Added.
14332         (testFilterAtRule):
14333             Tests @-webkit-filter rule parsing and its ability to hold CSS properties.
14334         (testNestedRules):
14335             Tests nesting between at-rules, involving @-webkit-filter rules.
14336         (checkRule):
14337             Factor out common rule checking functionality into its own helper function, so it can be
14338             reused.
14339         * css3/filters/script-tests/custom-filter-parsing-common.js: Added.
14340         (jsWrapperClass):
14341             Moved.
14342         (shouldBeType):
14343             Moved.
14344         * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
14345         * css3/filters/script-tests/custom-filter-property-parsing.js:
14346         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt:
14347             V8 represents WebKitCSSFilterRule a little differently.
14348
14349 2013-01-28  Uday Kiran  <udaykiran@motorola.com>
14350
14351         getComputedStyle returns "left" instead of "none" for "float" on abspos elements
14352         https://bugs.webkit.org/show_bug.cgi?id=105836
14353
14354         Reviewed by Tony Chang.
14355
14356         If 'position' has the value absolute, page or fixed, and the value of float is
14357         left or right, the box is absolutely positioned and the computed value of float is none.
14358         http://www.w3.org/TR/css3-positioning/#dis-pos-flo
14359         This matches behavior of Firefox 18, Opera 12 and IE9.
14360
14361         * fast/css/position-absolute-float-expected.txt: Added.
14362         * fast/css/position-absolute-float.html: Added.
14363
14364 2013-01-28  Zan Dobersek  <zdobersek@igalia.com>
14365
14366         Unreviewed GTK gardening.
14367
14368         Adding a failure expectation for a User Timing test added in r140882.
14369
14370         * platform/gtk/TestExpectations:
14371
14372 2013-01-28  Ryosuke Niwa  <rniwa@webkit.org>
14373
14374         Mac rebaselines after r140192.
14375
14376         * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
14377         * fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
14378         * fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
14379         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
14380         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
14381         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
14382         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
14383         * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
14384         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
14385
14386 2013-01-28  Oliver Hunt  <oliver@apple.com>
14387
14388         REGRESSION(r139145): A couple of fast/workers tests fail
14389         https://bugs.webkit.org/show_bug.cgi?id=106415
14390
14391         These tests are stable now.
14392
14393         * platform/mac/TestExpectations:
14394
14395 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14396
14397         [Qt] Unreviewed gardening.
14398
14399         Correcting rebaseline done in r140959.
14400
14401         * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt.
14402         * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt.
14403         * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt.
14404         * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Renamed from LayoutTests/platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
14405         * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt.
14406         * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt.
14407         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt.
14408         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt.
14409         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png.
14410         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt.
14411         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png.
14412         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt.
14413         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14414         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
14415         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt.
14416         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-expected.txt.
14417         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-inside-expected.txt.
14418         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.png.
14419         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.txt.
14420         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.png.
14421         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.txt.
14422         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.png.
14423         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.txt.
14424         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/platform/qt/compositing/geometry/preserve-3d-switching-expected.txt.
14425         * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt.
14426         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt.
14427         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/composited-parent-iframe-expected.txt.
14428         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt.
14429         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt.
14430         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt.
14431         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt.
14432         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt.
14433         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/iframe-resize-expected.txt.
14434         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-expected.txt.
14435         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt.
14436         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt.
14437         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/scrolling-iframe-expected.txt.
14438         * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Renamed from LayoutTests/platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt.
14439         * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt.
14440         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt.
14441         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt.
14442         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png.
14443         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt.
14444         * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt.
14445         * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt.
14446         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt.
14447         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Copied from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt.
14448         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.png.
14449         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt.
14450         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png.
14451         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt.
14452         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt.
14453         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt.
14454         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt.
14455         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
14456         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Renamed from LayoutTests/platform/qt/compositing/masks/mask-layer-size-expected.txt.
14457         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Renamed from LayoutTests/platform/qt/compositing/repaint/resize-repaint-expected.txt.
14458         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png.
14459         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt.
14460         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png.
14461         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt.
14462         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.png.
14463         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt.
14464         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png.
14465         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
14466         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.png.
14467         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.txt.
14468         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png.
14469         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt.
14470         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png.
14471         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt.
14472         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/tiled-layer-resize-expected.txt.
14473         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.png.
14474         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.txt.
14475         * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
14476         * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Copied from LayoutTests/platform/qt/css3/filters/composited-during-transition-layertree-expected.txt.
14477         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.png.
14478         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.txt.
14479         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
14480         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
14481         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
14482         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
14483         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
14484
14485 2013-01-28  Stephen Chenney  <schenney@chromium.org>
14486
14487         SVGViewSpec fails when corresponding element has been removed
14488         https://bugs.webkit.org/show_bug.cgi?id=106957
14489
14490         Reviewed by Dirk Schulze.
14491
14492         Test for the situation in which the target of an SVGViewSpec is
14493         removed while the view spec lives on in JS. The test is expected to
14494         fail on all JSC based platforms because the element that must be
14495         deleted to trigger the results is not deleted upon GC.
14496
14497         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
14498         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
14499
14500         * platform/efl/TestExpectations:
14501         * platform/gtk/TestExpectations:
14502         * platform/mac/TestExpectations:
14503         * platform/qt/TestExpectations:
14504         * platform/win/TestExpectations:
14505         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
14506         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
14507
14508 2013-01-28  James Craig  <james@cookiecrook.com>
14509
14510         HTML5 promotes DL from specific 'definition list' to superset 'description list'; accessibility strings and accessors should be updated to match.
14511         https://bugs.webkit.org/show_bug.cgi?id=107650
14512
14513         Reviewed by Chris Fleizach.
14514         
14515         Updating accessibility strings and accessors for DL/DT/DD; new one for [role="definition"] (previously it reused the role/desc for DD).
14516         Removed gtk expectation as the expectation has changed: platform/gtk/accessibility/lists-expected.txt
14517
14518         * accessibility/lists.html:
14519         * platform/gtk/accessibility/lists-expected.txt: Removed.
14520         * platform/mac/accessibility/definition-list-term-expected.txt:
14521         * platform/mac/accessibility/definition-list-term.html:
14522         * platform/mac/accessibility/lists-expected.txt:
14523
14524 2013-01-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
14525
14526         [Qt] Unreviewed gardening. Added platform specific expectations after r140728.
14527
14528         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
14529         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
14530         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
14531         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
14532         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
14533         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
14534         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
14535         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
14536         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
14537         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
14538         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
14539         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
14540         * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
14541         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
14542         * platform/qt/svg/hixie/viewbox/002-expected.png:
14543         * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
14544         * platform/qt/svg/hixie/viewbox/003-expected.png:
14545         * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
14546         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
14547         * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.
14548
14549 2013-01-28  Manuel Rego Casasnovas  <rego@igalia.com>
14550
14551         [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
14552         https://bugs.webkit.org/show_bug.cgi?id=107538
14553
14554         Reviewed by Martin Robinson.
14555
14556         * platform/gtk-wk2/TestExpectations: Remove tests that pass now:
14557         http/tests/security/local-user-CSS-from-remote.html,
14558         fast/loader/local-CSS-from-local.html,
14559         fast/loader/local-JavaScript-from-local.html,
14560         fast/loader/local-image-from-local.html and
14561         fast/dom/frame-loading-via-document-write.html.
14562
14563 2013-01-28  Martin Robinson  <mrobinson@igalia.com>
14564
14565         [Freetype] Synthetic bold not applied to fallback fonts properly
14566         https://bugs.webkit.org/show_bug.cgi?id=107733
14567
14568         Reviewed by Gustavo Noronha Silva.
14569
14570         * platform/gtk/fast/css/font-face-multiple-faces-expected.png:
14571         * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
14572         * platform/gtk/fast/dom/34176-expected.png: Added.
14573         * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
14574         * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.png:
14575         * platform/gtk/fast/text/cg-fallback-bolding-expected.png:
14576         * platform/gtk/fast/text/fallback-traits-fixup-expected.png:
14577         * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png:
14578         * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png:
14579         * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
14580         * platform/gtk/fast/text/international/bold-bengali-expected.png:
14581         * platform/gtk/fast/text/international/khmer-selection-expected.png:
14582         * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
14583
14584 2013-01-28  Pavel Feldman  <pfeldman@chromium.org>
14585
14586         Web Inspector: SourceURL and SourceMappingURL together in evalled code
14587         https://bugs.webkit.org/show_bug.cgi?id=107939
14588
14589         Reviewed by Vsevolod Vlasov.
14590
14591         * http/tests/inspector/compiler-script-mapping-expected.txt:
14592         * http/tests/inspector/compiler-script-mapping.html:
14593
14594 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14595
14596         [Qt] Unreviewed rebaseline after r140821.
14597
14598         * platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
14599         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
14600         * platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
14601         * platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
14602         * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
14603         * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
14604         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
14605         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
14606         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
14607         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
14608         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14609         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
14610         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
14611         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
14612         * platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
14613         * platform/qt/compositing/geometry/clip-expected.txt: Added.
14614         * platform/qt/compositing/geometry/clip-inside-expected.txt: Added.
14615         * platform/qt/compositing/geometry/composited-in-columns-expected.png: Added.
14616         * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Added.
14617         * platform/qt/compositing/geometry/flipped-writing-mode-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14618         * platform/qt/compositing/geometry/flipped-writing-mode-expected.txt: Added.
14619         * platform/qt/compositing/geometry/foreground-layer-expected.png: Added.
14620         * platform/qt/compositing/geometry/foreground-layer-expected.txt: Added.
14621         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
14622         * platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
14623         * platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
14624         * platform/qt/compositing/iframes/composited-parent-iframe-expected.txt: Added.
14625         * platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
14626         * platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
14627         * platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
14628         * platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
14629         * platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
14630         * platform/qt/compositing/iframes/iframe-resize-expected.txt: Added.
14631         * platform/qt/compositing/iframes/overlapped-iframe-expected.txt: Added.
14632         * platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
14633         * platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
14634         * platform/qt/compositing/iframes/scrolling-iframe-expected.txt: Added.
14635         * platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
14636         * platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
14637         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14638         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
14639         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
14640         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
14641         * platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
14642         * platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
14643         * platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
14644         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
14645         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14646         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
14647         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14648         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
14649         * platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
14650         * platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
14651         * platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
14652         * platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
14653         * platform/qt/compositing/masks/mask-layer-size-expected.txt: Added.
14654         * platform/qt/compositing/repaint/resize-repaint-expected.txt: Added.
14655         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png: Added.
14656         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
14657         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png: Added.
14658         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
14659         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14660         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
14661         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
14662         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
14663         * platform/qt/compositing/tiling/huge-layer-img-expected.png: Added.
14664         * platform/qt/compositing/tiling/huge-layer-img-expected.txt: Added.
14665         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
14666         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
14667         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
14668         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
14669         * platform/qt/compositing/tiling/tiled-layer-resize-expected.txt: Added.
14670         * platform/qt/compositing/visibility/layer-visible-content-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14671         * platform/qt/compositing/visibility/layer-visible-content-expected.txt: Added.
14672         * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
14673         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
14674         * platform/qt/css3/filters/filtered-compositing-descendant-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14675         * platform/qt/css3/filters/filtered-compositing-descendant-expected.txt: Added.
14676
14677 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14678
14679         [Chromium] Marking bug2479-5.html as crashing.
14680
14681         Unreviewed. Gardening.
14682
14683         * platform/chromium/TestExpectations:
14684
14685 2013-01-28  Mike West  <mkwst@chromium.org>
14686
14687         Change test expectation to ensure that seamless iframes do not inherit editability.
14688         https://bugs.webkit.org/show_bug.cgi?id=108063
14689
14690         Reviewed by Eric Seidel.
14691
14692         Seamlessly rendered documents should not inherit editability from their
14693         parent IFrame. Currently, the test expectations don't match this
14694         behavior. This patch trivially adjusts the expectation to ensure that
14695         editability is _not_ inherited.
14696
14697         * fast/frames/seamless/seamless-inherited-document-style-expected.txt:
14698         * fast/frames/seamless/seamless-inherited-document-style.html:
14699
14700 2013-01-25  Yury Semikhatsky  <yurys@chromium.org>
14701
14702         Web Inspector: remove unused isElement and similar methods from HeapProfiler
14703         https://bugs.webkit.org/show_bug.cgi?id=107940
14704
14705         Reviewed by Vsevolod Vlasov.
14706
14707         * inspector/profiler/heap-snapshot.html:
14708
14709 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14710
14711         [Chromium] Marking two fast/forms tests as slow on debug mac.
14712
14713         Unreviewed. Gardening.
14714
14715         * platform/chromium/TestExpectations:
14716
14717 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
14718
14719         [Shadow DOM] Selecting a node to another node in ShadowDOM fires 'click' event unexpectedly
14720         https://bugs.webkit.org/show_bug.cgi?id=107233
14721
14722         Reviewed by Dimitri Glazkov.
14723
14724         * fast/dom/shadow/select-in-shadowdom-expected.txt: Added.
14725         * fast/dom/shadow/select-in-shadowdom.html: Added.
14726
14727 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14728
14729         [Chromium] Marking storage/indexeddb tests as crashing.
14730
14731         Unreviewed. Gardening.
14732
14733         * platform/chromium/TestExpectations:
14734
14735 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14736
14737         [Chromium] Marking media/track tests as crashing.
14738
14739         Unreviewed. Gardening.
14740
14741         * platform/chromium/TestExpectations:
14742
14743 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
14744
14745         Unreviewed, rolling out r140602.
14746         http://trac.webkit.org/changeset/140602
14747         https://bugs.webkit.org/show_bug.cgi?id=108045
14748
14749         Caused 8 indexed tests to crash. (Requested by keishi on
14750         #webkit).
14751
14752         * storage/indexeddb/intversion-long-queue-expected.txt:
14753         * storage/indexeddb/intversion-upgrades-expected.txt:
14754
14755 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
14756
14757         Disabled input/textarea doesn't trigger selection change
14758         https://bugs.webkit.org/show_bug.cgi?id=85244
14759
14760         Reviewed by Ryosuke Niwa.
14761
14762         * fast/forms/input-readonly-select-expected.txt: Added.
14763         * fast/forms/input-readonly-select.html: Added.
14764
14765 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
14766
14767         Unreviewed, rolling out r140741.
14768         http://trac.webkit.org/changeset/140741
14769         https://bugs.webkit.org/show_bug.cgi?id=108044
14770
14771         Caused 8 indexed tests to fail on Mac and Win. (Requested by
14772         keishi on #webkit).
14773
14774         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
14775         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
14776         * storage/indexeddb/deletedatabase-blocked-expected.txt:
14777         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
14778         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
14779         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
14780         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
14781         * storage/indexeddb/events-expected.txt: Removed.
14782         * storage/indexeddb/events.html: Removed.
14783         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
14784         * storage/indexeddb/intversion-long-queue-expected.txt:
14785         * storage/indexeddb/removed-expected.txt:
14786         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
14787         (versionChangeCallback):
14788         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
14789         (versionChangeCallback):
14790         * storage/indexeddb/resources/deletedatabase-blocked.js:
14791         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14792         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
14793         (prepareDatabase.h.onversionchange):
14794         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
14795         (h1OpenSuccess.h1.onversionchange):
14796         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
14797         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
14798         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14799         * storage/indexeddb/resources/events.js: Removed.
14800         * storage/indexeddb/resources/intversion-gated-on-delete.js:
14801         (firstSuccessCallback):
14802         (connection1VersionChangeCallback):
14803         * storage/indexeddb/resources/intversion-long-queue.js:
14804         (connection1VersionChangeCallback):
14805         (deleteDatabaseBlockedCallback):
14806         (deleteDatabaseSuccessCallback):
14807         (connection2VersionChangeEvent):
14808         * storage/indexeddb/resources/removed.js:
14809         (test):
14810
14811 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14812
14813         [Chromium] Rebaselining overflow-size-change* tests.
14814
14815         Unreviewed. Gardening.
14816
14817         * platform/chromium-mac-lion/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14818         * platform/chromium-mac-lion/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14819         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14820         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14821         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14822         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt.
14823         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14824         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-with-stacking-context-expected.txt.
14825         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14826         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14827
14828 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14829
14830         [Chromium] Attempt to fix expectation entry.
14831
14832         Unreviewed. Gardening.
14833
14834         * platform/chromium/TestExpectations:
14835
14836 2013-01-27  Matt Falkenhagen  <falken@chromium.org>
14837
14838         Elements must be reattached when inserted/removed from top layer
14839         https://bugs.webkit.org/show_bug.cgi?id=105489
14840
14841         Relanding r139402 as the apparent perf regression has been explained as not real (bug 106726).
14842
14843         Reviewed by Julien Chaffraix.
14844
14845         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
14846         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
14847         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
14848         This test actually would pass before this patch, but just by good fortune (see bug).
14849         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
14850         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
14851         This tests that top layer ordering is correct after removing and readding an element to the top layer.
14852
14853 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
14854
14855         [chromium] add missing plumbing for Notification.requestPermission
14856         https://bugs.webkit.org/show_bug.cgi?id=108012
14857
14858         Reviewed by Adam Barth.
14859
14860         * fast/notifications/notifications-constructor-request-permission-expected.txt: Added.
14861         * fast/notifications/notifications-constructor-request-permission.html: Added.
14862
14863 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
14864
14865         Check notification permissions in the show() method
14866         https://bugs.webkit.org/show_bug.cgi?id=108009
14867
14868         Reviewed by Adam Barth.
14869
14870         * fast/notifications/notifications-constructor-with-permission-expected.txt: Added.
14871         * fast/notifications/notifications-constructor-with-permission.html: Added.
14872         * fast/notifications/notifications-constructor-without-permission-expected.txt: Added.
14873         * fast/notifications/notifications-constructor-without-permission.html: Added.
14874
14875 2013-01-26  Sheriff Bot  <webkit.review.bot@gmail.com>
14876
14877         Unreviewed, rolling out r140880.
14878         http://trac.webkit.org/changeset/140880
14879         https://bugs.webkit.org/show_bug.cgi?id=108023
14880
14881         Caused mathml/presentation and tests to crash and fail
14882         (Requested by keishi on #webkit).
14883
14884         * mathml/differentiable-manifold.html: Removed.
14885         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Removed.
14886         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Removed.
14887         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
14888         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
14889         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
14890         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
14891         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
14892         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
14893         * platform/chromium-linux/mathml/presentation/over-expected.txt:
14894         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
14895         * platform/chromium-linux/mathml/presentation/row-expected.png:
14896         * platform/chromium-linux/mathml/presentation/row-expected.txt:
14897         * platform/chromium-linux/mathml/presentation/sub-expected.png:
14898         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
14899         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
14900         * platform/chromium/TestExpectations:
14901         * platform/efl/TestExpectations:
14902         * platform/gtk/TestExpectations:
14903         * platform/mac/TestExpectations:
14904         * platform/qt/TestExpectations:
14905
14906 2013-01-26  Robert Hogan  <robert@webkit.org>
14907
14908         REGRESSION(r120616): Cell's logical height wrongly computed with vertical-align: baseline and rowspan
14909         https://bugs.webkit.org/show_bug.cgi?id=106571
14910
14911         Reviewed by Julien Chaffraix.
14912
14913         * fast/css/vertical-align-baseline-rowspan-010-expected.html: Added.
14914         * fast/css/vertical-align-baseline-rowspan-010.html: Added.
14915         * fast/css/vertical-align-baseline-rowspan-011-expected.html: Added.
14916         * fast/css/vertical-align-baseline-rowspan-011.html: Added.
14917
14918 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
14919
14920         Make unload-reparent-sibling-frame.html wait for completion
14921         https://bugs.webkit.org/show_bug.cgi?id=107987
14922
14923         Reviewed by Ojan Vafai.
14924
14925         While this test runs fine locally and in the cr-linux EWS it
14926         appears to be flaky on many of the other bots because it doesn't
14927         wait for the test to complete. Instead make the waiting in the test
14928         explicit.
14929
14930         * fast/frames/unload-reparent-sibling-frame.html:
14931
14932 2013-01-25  Pan Deng  <pan.deng@intel.com>
14933
14934         [User Timing] Class name of user timing entries should be PerformanceMark/PerformanceMeasure.
14935         https://bugs.webkit.org/show_bug.cgi?id=107925.
14936
14937         Reviewed by Tony Gentilcore.
14938
14939         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt: Added.
14940         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html: Added.
14941
14942 2013-01-24  Ojan Vafai  <ojan@chromium.org>
14943
14944         MathML preferred widths should not depend on layout information
14945         https://bugs.webkit.org/show_bug.cgi?id=107353
14946
14947         Reviewed by Levi Weintraub.
14948
14949         * mathml/differentiable-manifold.html: Added.
14950         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Added.
14951         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Added.
14952         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
14953         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
14954         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
14955         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
14956         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
14957         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
14958         * platform/chromium-linux/mathml/presentation/over-expected.txt:
14959         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
14960         * platform/chromium-linux/mathml/presentation/row-expected.png:
14961         * platform/chromium-linux/mathml/presentation/row-expected.txt:
14962         * platform/chromium-linux/mathml/presentation/sub-expected.png:
14963         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
14964         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
14965         * platform/chromium/TestExpectations:
14966         * platform/efl/TestExpectations:
14967         * platform/gtk/TestExpectations:
14968         * platform/mac/TestExpectations:
14969         * platform/qt/TestExpectations:
14970
14971 2013-01-25  Dima Gorbik  <dgorbik@apple.com>
14972
14973         Support language WebVTT Nodes
14974         https://bugs.webkit.org/show_bug.cgi?id=107907
14975
14976         Reviewed by Eric Carlson.
14977
14978         * media/track/captions-webvtt/styling-lang.vtt: Added.
14979         * media/track/track-css-matching-lang-expected.txt: Added.
14980         * media/track/track-css-matching-lang.html: Added.
14981
14982 2013-01-25  Emil A Eklund  <eae@chromium.org>
14983
14984         Unreviewed chromium svg rebaseline.
14985
14986         * platform/chromium-linux-x86/svg/hixie/viewbox: Added.
14987         * platform/chromium-linux-x86/svg/hixie/viewbox/002-expected.txt: Added.
14988         * platform/chromium-linux-x86/svg/hixie/viewbox/003-expected.txt: Added.
14989         * platform/chromium-linux/svg/hixie/viewbox/002-expected.txt: Added.
14990         * platform/chromium-linux/svg/hixie/viewbox/003-expected.txt: Added.
14991         * platform/chromium-win-xp/svg/hixie/viewbox/002-expected.txt: Added.
14992         * platform/chromium-win-xp/svg/hixie/viewbox/003-expected.txt: Added.
14993         * platform/chromium-win/svg/hixie/viewbox/002-expected.txt: Added.
14994         * platform/chromium-win/svg/hixie/viewbox/003-expected.txt: Added.
14995
14996 2013-01-25  Levi Weintraub  <leviw@chromium.org>
14997
14998         Unreviewed gardening. Updating baselines following r140192.
14999
15000         * platform/chromium-mac-lion/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15001         * platform/chromium-mac-snowleopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15002         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15003         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
15004         * platform/chromium-win-xp/fast/regions: Removed.
15005         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15006         * platform/chromium/TestExpectations:
15007         * platform/mac/TestExpectations:
15008
15009 2013-01-25  Eric Carlson  <eric.carlson@apple.com>
15010
15011         Adding a text track should not make controls visible
15012         https://bugs.webkit.org/show_bug.cgi?id=107956
15013
15014         Reviewed by  Dean Jackson.
15015
15016         * media/media-captions-no-controls-expected.txt: Added.
15017         * media/media-captions-no-controls.html: Added.
15018
15019 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15020
15021         Unreviewed Chromium rebaseline.
15022
15023         Rebaseline several tests on Chromium after r140728.
15024
15025         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
15026         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15027         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15028         * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
15029         * platform/chromium-win/svg/text/text-viewbox-rescale-expected.png:
15030         * platform/chromium/svg/hixie/viewbox/002-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/002-expected.txt.
15031         * platform/chromium/svg/hixie/viewbox/003-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/003-expected.txt.
15032
15033 2013-01-25  Emil A Eklund  <eae@chromium.org>
15034
15035         Change svg/text/text-rect-precision.html to pass on non-subpixel platforms and add results
15036         https://bugs.webkit.org/show_bug.cgi?id=107972
15037
15038         Reviewed by Levi Weintraub.
15039
15040         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Removed.
15041         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Removed.
15042         * svg/text/text-rect-precision.html:
15043         * svg/text/text-rect-precision-expected.txt: Added
15044
15045 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
15046
15047         Consider all ancestors not just parentElement when disconnecting frames
15048         https://bugs.webkit.org/show_bug.cgi?id=107769
15049
15050         Reviewed by Eric Seidel.
15051
15052         Add a test for moving frames around inside unload handlers.
15053
15054         * fast/frames/unload-reparent-sibling-frame-expected.txt: Added.
15055         * fast/frames/unload-reparent-sibling-frame.html: Added.
15056
15057 2013-01-25  Tony Chang  <tony@chromium.org>
15058
15059         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
15060         https://bugs.webkit.org/show_bug.cgi?id=104997
15061
15062         Reviewed by Ojan Vafai.
15063
15064         border-color-relayout.html tests that we handle border color style changes properly.
15065
15066         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
15067         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
15068         * fast/forms/border-color-relayout-expected.html: Added.
15069         * fast/forms/border-color-relayout.html: Added.
15070         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
15071         * fast/forms/text/text-padding-dynamic-change.html: Added.
15072
15073 2013-01-25  Arnaud Renevier  <a.renevier@sisa.samsung.com>
15074
15075         Move WebGLErrorsToConsole page setting to window.internals.settings
15076         https://bugs.webkit.org/show_bug.cgi?id=107218
15077
15078         Set WebGLErrorsToConsoleEnabled to false for WebGL tests which have
15079         errors. Some WebGL error messages depend on OpenGL implementations, so
15080         logging error messages would lead to platform specific output.
15081
15082         Reviewed by Kenneth Russell.
15083
15084         * fast/canvas/webgl/attrib-location-length-limits.html:
15085         * fast/canvas/webgl/bad-arguments-test.html:
15086         * fast/canvas/webgl/buffer-bind-test.html:
15087         * fast/canvas/webgl/buffer-data-array-buffer.html:
15088         * fast/canvas/webgl/compressed-tex-image.html:
15089         * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
15090         * fast/canvas/webgl/context-lost-restored.html:
15091         * fast/canvas/webgl/context-lost.html:
15092         * fast/canvas/webgl/draw-arrays-out-of-bounds.html:
15093         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
15094         * fast/canvas/webgl/error-reporting.html:
15095         * fast/canvas/webgl/framebuffer-object-attachment.html:
15096         * fast/canvas/webgl/framebuffer-test.html:
15097         * fast/canvas/webgl/get-active-test.html:
15098         * fast/canvas/webgl/gl-bind-attrib-location-test.html:
15099         * fast/canvas/webgl/gl-enable-enum-test.html:
15100         * fast/canvas/webgl/gl-enum-tests.html:
15101         * fast/canvas/webgl/gl-object-get-calls.html:
15102         * fast/canvas/webgl/gl-uniform-arrays.html:
15103         * fast/canvas/webgl/gl-uniformmatrix4fv.html:
15104         * fast/canvas/webgl/gl-vertexattribpointer.html:
15105         * fast/canvas/webgl/glsl-conformance.html:
15106         * fast/canvas/webgl/incorrect-context-object-behaviour.html:
15107         * fast/canvas/webgl/index-validation-copies-indices.html:
15108         * fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
15109         * fast/canvas/webgl/index-validation.html:
15110         * fast/canvas/webgl/invalid-passed-params.html:
15111         * fast/canvas/webgl/null-object-behaviour.html:
15112         * fast/canvas/webgl/object-deletion-behaviour.html:
15113         * fast/canvas/webgl/program-test.html:
15114         * fast/canvas/webgl/read-pixels-pack-alignment.html:
15115         * fast/canvas/webgl/read-pixels-test.html:
15116         * fast/canvas/webgl/script-tests/texImageTest.js:
15117         * fast/canvas/webgl/shader-deleted-by-accessor.html:
15118         * fast/canvas/webgl/shader-precision-format.html:
15119         * fast/canvas/webgl/tex-input-validation.html:
15120         * fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
15121         * fast/canvas/webgl/texture-complete.html:
15122         * fast/canvas/webgl/texture-npot.html:
15123         * fast/canvas/webgl/type-conversion-test.html:
15124         * fast/canvas/webgl/uniform-location-length-limits.html:
15125         * fast/canvas/webgl/uniform-location.html:
15126         * fast/canvas/webgl/webgl-depth-texture.html:
15127         * fast/canvas/webgl/webgl-specific.html:
15128         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
15129         * inspector/profiler/webgl/webgl-profiler-api-changes.html:
15130         * inspector/profiler/webgl/webgl-profiler-get-error.html:
15131
15132 2013-01-25  Abhishek Arya  <inferno@chromium.org>
15133
15134         Regression(r139836): Crash in WTF::equalIgnoringCase
15135         https://bugs.webkit.org/show_bug.cgi?id=107703
15136
15137         Reviewed by Eric Seidel.
15138
15139         * fast/gradients/parse-radial-gradient-crash-expected.txt: Added.
15140         * fast/gradients/parse-radial-gradient-crash.html: Added.
15141
15142 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15143
15144         Unreviewed EFL gardening.
15145
15146         Rebaselining after r140448, r140459, r140493 and 140593.
15147
15148         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
15149         * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Added.
15150         * platform/efl/fast/js/global-constructors-expected.txt:
15151
15152 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15153
15154         Unreviewed EFL gardening.
15155
15156         Remove unnecessary platform expectations for now-passing test.
15157
15158         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
15159         * platform/efl/media/media-can-play-ogg-expected.txt: Removed.
15160
15161 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15162
15163         Unreviewed Chromium rebaseline.
15164
15165         Rebaseline svg/batik tests.
15166
15167         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
15168         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
15169         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
15170         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
15171         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
15172         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
15173         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Removed.
15174         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Removed.
15175         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Removed.
15176         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
15177         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
15178         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
15179
15180 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15181
15182         Unreviewed EFL rebaseline.
15183
15184         Rebaseline several tests on EFL port after r140728.
15185
15186         * platform/efl/svg/carto.net/button-expected.png:
15187         * platform/efl/svg/carto.net/button-expected.txt:
15188         * platform/efl/svg/carto.net/colourpicker-expected.png:
15189         * platform/efl/svg/carto.net/colourpicker-expected.txt:
15190         * platform/efl/svg/carto.net/combobox-expected.png:
15191         * platform/efl/svg/carto.net/combobox-expected.txt:
15192         * platform/efl/svg/carto.net/scrollbar-expected.png:
15193         * platform/efl/svg/carto.net/scrollbar-expected.txt:
15194         * platform/efl/svg/carto.net/selectionlist-expected.png:
15195         * platform/efl/svg/carto.net/selectionlist-expected.txt:
15196         * platform/efl/svg/carto.net/tabgroup-expected.png:
15197         * platform/efl/svg/carto.net/tabgroup-expected.txt:
15198         * platform/efl/svg/carto.net/textbox-expected.png:
15199         * platform/efl/svg/carto.net/textbox-expected.txt: Added.
15200         * platform/efl/svg/carto.net/window-expected.png:
15201         * platform/efl/svg/carto.net/window-expected.txt:
15202         * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added.
15203         * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt:
15204         * platform/efl/svg/css/group-with-shadow-expected.png:
15205         * platform/efl/svg/css/group-with-shadow-expected.txt:
15206         * platform/efl/svg/hixie/perf/003-expected.png:
15207         * platform/efl/svg/hixie/perf/003-expected.txt:
15208         * platform/efl/svg/hixie/text/001-expected.txt:
15209         * platform/efl/svg/hixie/text/003-expected.png:
15210         * platform/efl/svg/hixie/text/003-expected.txt:
15211         * platform/efl/svg/hixie/text/003a-expected.png:
15212         * platform/efl/svg/hixie/text/003a-expected.txt:
15213         * platform/efl/svg/hixie/text/003b-expected.png:
15214         * platform/efl/svg/hixie/text/003b-expected.txt:
15215         * platform/efl/svg/hixie/viewbox/002-expected.txt: Added.
15216         * platform/efl/svg/hixie/viewbox/003-expected.txt: Added.
15217         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
15218         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
15219         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
15220         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
15221         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
15222         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
15223         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png:
15224         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt:
15225         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png:
15226         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt:
15227         * platform/efl/svg/text/bidi-text-query-expected.png:
15228         * platform/efl/svg/text/bidi-text-query-expected.txt:
15229         * platform/efl/svg/text/bidi-tspans-expected.png:
15230         * platform/efl/svg/text/bidi-tspans-expected.txt:
15231         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
15232         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt:
15233         * platform/efl/svg/text/font-size-below-point-five-expected.png:
15234         * platform/efl/svg/text/font-size-below-point-five-expected.txt:
15235         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
15236         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt:
15237         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
15238         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt:
15239         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
15240         * platform/efl/svg/text/remove-tspan-from-text-expected.txt:
15241         * platform/efl/svg/text/scaled-font-expected.png: Added.
15242         * platform/efl/svg/text/scaled-font-expected.txt:
15243         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png:
15244         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt:
15245         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.png:
15246         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
15247         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.png:
15248         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
15249         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.png:
15250         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
15251         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.png:
15252         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
15253         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.png:
15254         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt:
15255         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.png:
15256         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt:
15257         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.png:
15258         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt:
15259         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.png:
15260         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt:
15261         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
15262         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
15263         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
15264         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
15265         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
15266         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
15267         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
15268         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
15269         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
15270         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
15271         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
15272         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
15273         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
15274         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
15275         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
15276         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
15277         * platform/efl/svg/text/select-x-list-1-expected.png:
15278         * platform/efl/svg/text/select-x-list-1-expected.txt:
15279         * platform/efl/svg/text/select-x-list-2-expected.png:
15280         * platform/efl/svg/text/select-x-list-2-expected.txt:
15281         * platform/efl/svg/text/select-x-list-3-expected.png:
15282         * platform/efl/svg/text/select-x-list-3-expected.txt:
15283         * platform/efl/svg/text/select-x-list-4-expected.png:
15284         * platform/efl/svg/text/select-x-list-4-expected.txt:
15285         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.png:
15286         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt:
15287         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.png:
15288         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt:
15289         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.png:
15290         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt:
15291         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.png:
15292         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt:
15293         * platform/efl/svg/text/selection-doubleclick-expected.png:
15294         * platform/efl/svg/text/selection-doubleclick-expected.txt:
15295         * platform/efl/svg/text/small-fonts-2-expected.png:
15296         * platform/efl/svg/text/small-fonts-2-expected.txt:
15297         * platform/efl/svg/text/small-fonts-3-expected.png:
15298         * platform/efl/svg/text/small-fonts-3-expected.txt:
15299         * platform/efl/svg/text/small-fonts-expected.png:
15300         * platform/efl/svg/text/small-fonts-expected.txt: Added.
15301         * platform/efl/svg/text/small-fonts-in-html5-expected.png:
15302         * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
15303         * platform/efl/svg/text/text-align-01-b-expected.png:
15304         * platform/efl/svg/text/text-align-01-b-expected.txt:
15305         * platform/efl/svg/text/text-align-02-b-expected.png:
15306         * platform/efl/svg/text/text-align-02-b-expected.txt:
15307         * platform/efl/svg/text/text-align-03-b-expected.png:
15308         * platform/efl/svg/text/text-align-03-b-expected.txt:
15309         * platform/efl/svg/text/text-align-04-b-expected.png:
15310         * platform/efl/svg/text/text-align-04-b-expected.txt:
15311         * platform/efl/svg/text/text-align-05-b-expected.png:
15312         * platform/efl/svg/text/text-align-05-b-expected.txt:
15313         * platform/efl/svg/text/text-align-06-b-expected.png:
15314         * platform/efl/svg/text/text-align-06-b-expected.txt:
15315         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
15316         * platform/efl/svg/text/text-altglyph-01-b-expected.txt:
15317         * platform/efl/svg/text/text-deco-01-b-expected.png:
15318         * platform/efl/svg/text/text-deco-01-b-expected.txt:
15319         * platform/efl/svg/text/text-fonts-01-t-expected.png:
15320         * platform/efl/svg/text/text-fonts-01-t-expected.txt:
15321         * platform/efl/svg/text/text-hkern-expected.txt:
15322         * platform/efl/svg/text/text-path-01-b-expected.png:
15323         * platform/efl/svg/text/text-path-01-b-expected.txt:
15324         * platform/efl/svg/text/text-path-middle-align-expected.png:
15325         * platform/efl/svg/text/text-path-middle-align-expected.txt:
15326         * platform/efl/svg/text/text-spacing-01-b-expected.png:
15327         * platform/efl/svg/text/text-spacing-01-b-expected.txt:
15328         * platform/efl/svg/text/text-text-01-b-expected.png:
15329         * platform/efl/svg/text/text-text-01-b-expected.txt:
15330         * platform/efl/svg/text/text-text-03-b-expected.png:
15331         * platform/efl/svg/text/text-text-03-b-expected.txt:
15332         * platform/efl/svg/text/text-text-04-t-expected.png:
15333         * platform/efl/svg/text/text-text-04-t-expected.txt:
15334         * platform/efl/svg/text/text-text-05-t-expected.png:
15335         * platform/efl/svg/text/text-text-05-t-expected.txt:
15336         * platform/efl/svg/text/text-text-06-t-expected.png:
15337         * platform/efl/svg/text/text-text-06-t-expected.txt:
15338         * platform/efl/svg/text/text-text-07-t-expected.png:
15339         * platform/efl/svg/text/text-text-07-t-expected.txt:
15340         * platform/efl/svg/text/text-tref-01-b-expected.png:
15341         * platform/efl/svg/text/text-tref-01-b-expected.txt:
15342         * platform/efl/svg/text/text-tselect-01-b-expected.png:
15343         * platform/efl/svg/text/text-tselect-01-b-expected.txt:
15344         * platform/efl/svg/text/text-tselect-02-f-expected.png:
15345         * platform/efl/svg/text/text-tselect-02-f-expected.txt:
15346         * platform/efl/svg/text/text-tspan-01-b-expected.png:
15347         * platform/efl/svg/text/text-tspan-01-b-expected.txt:
15348         * platform/efl/svg/text/text-ws-01-t-expected.png:
15349         * platform/efl/svg/text/text-ws-01-t-expected.txt:
15350         * platform/efl/svg/text/text-ws-02-t-expected.png:
15351         * platform/efl/svg/text/text-ws-02-t-expected.txt:
15352         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png:
15353         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
15354         * platform/efl/svg/wicd/rightsizing-grid-expected.png:
15355         * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
15356         * platform/efl/svg/wicd/sizing-flakiness-expected.png:
15357         * platform/efl/svg/wicd/sizing-flakiness-expected.txt:
15358         * platform/efl/svg/wicd/test-rightsizing-b-expected.png:
15359         * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
15360         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png:
15361         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
15362         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
15363         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
15364         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
15365         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
15366         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
15367         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
15368         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
15369         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
15370         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
15371         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:
15372
15373 2013-01-25  Xianzhu Wang  <wangxianzhu@chromium.org>
15374
15375         debugger-terminate-dedicated-worker-while-paused.html is flaky on chromium-ews
15376         https://bugs.webkit.org/show_bug.cgi?id=107953
15377
15378         First mark flakyness for it in platform/chromium/TestExpectations.
15379
15380         Reviewed by Ojan Vafai.
15381
15382         * platform/chromium/TestExpectations:
15383
15384 2013-01-25  Mike West  <mkwst@chromium.org>
15385
15386         Merge isViewSource checks in ScriptController::executeIfJavaScriptURL and ScriptController::canExecuteScripts.
15387         https://bugs.webkit.org/show_bug.cgi?id=101683
15388
15389         Reviewed by Adam Barth.
15390
15391         * http/tests/security/view-source-javascript-url-in-document-expected.txt: Added.
15392         * http/tests/security/view-source-javascript-url-in-document.html: Added.
15393
15394 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15395
15396         Unreviewed Chromium rebaseline.
15397
15398         Rebaseline tests on Chromium port after r140749.
15399
15400         * platform/chromium-win/fast/css/resize-corner-tracking-expected.png:
15401         * platform/chromium/TestExpectations:
15402
15403 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15404
15405         Unreviewed EFL rebaseline.
15406
15407         Rebaseline several tests on EFL port after r140728.
15408
15409         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
15410         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
15411         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
15412         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
15413         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
15414         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
15415         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
15416         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
15417         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
15418         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
15419         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
15420         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
15421         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
15422         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
15423         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
15424         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
15425         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
15426         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
15427         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
15428         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
15429         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
15430         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
15431         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
15432         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
15433         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
15434         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
15435         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
15436         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
15437         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
15438         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
15439         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
15440         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
15441         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
15442         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
15443         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
15444         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
15445         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
15446         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
15447         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
15448         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
15449         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
15450         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
15451         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
15452         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
15453         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
15454         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
15455         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
15456         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
15457         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
15458         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
15459         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
15460         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
15461         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
15462         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
15463         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
15464         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
15465         * platform/efl/svg/batik/filters/feTile-expected.png:
15466         * platform/efl/svg/batik/filters/feTile-expected.txt:
15467         * platform/efl/svg/batik/masking/maskRegions-expected.png:
15468         * platform/efl/svg/batik/masking/maskRegions-expected.txt:
15469         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
15470         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
15471         * platform/efl/svg/batik/paints/patternRegionA-expected.png:
15472         * platform/efl/svg/batik/paints/patternRegionA-expected.txt:
15473         * platform/efl/svg/batik/text/smallFonts-expected.png: Added.
15474         * platform/efl/svg/batik/text/smallFonts-expected.txt:
15475         * platform/efl/svg/batik/text/textAnchor-expected.png:
15476         * platform/efl/svg/batik/text/textAnchor-expected.txt:
15477         * platform/efl/svg/batik/text/textAnchor3-expected.png:
15478         * platform/efl/svg/batik/text/textAnchor3-expected.txt:
15479         * platform/efl/svg/batik/text/textDecoration-expected.png: Added.
15480         * platform/efl/svg/batik/text/textDecoration-expected.txt:
15481         * platform/efl/svg/batik/text/textDecoration2-expected.png:
15482         * platform/efl/svg/batik/text/textDecoration2-expected.txt:
15483         * platform/efl/svg/batik/text/textEffect-expected.png: Added.
15484         * platform/efl/svg/batik/text/textEffect-expected.txt:
15485         * platform/efl/svg/batik/text/textEffect2-expected.png: Added.
15486         * platform/efl/svg/batik/text/textEffect2-expected.txt:
15487         * platform/efl/svg/batik/text/textEffect3-expected.png:
15488         * platform/efl/svg/batik/text/textEffect3-expected.txt:
15489         * platform/efl/svg/batik/text/textFeatures-expected.png: Added.
15490         * platform/efl/svg/batik/text/textFeatures-expected.txt:
15491         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
15492         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
15493         * platform/efl/svg/batik/text/textLayout-expected.png: Added.
15494         * platform/efl/svg/batik/text/textLayout-expected.txt:
15495         * platform/efl/svg/batik/text/textLayout2-expected.png: Added.
15496         * platform/efl/svg/batik/text/textLayout2-expected.txt:
15497         * platform/efl/svg/batik/text/textLength-expected.png:
15498         * platform/efl/svg/batik/text/textLength-expected.txt:
15499         * platform/efl/svg/batik/text/textOnPath-expected.png:
15500         * platform/efl/svg/batik/text/textOnPath-expected.txt:
15501         * platform/efl/svg/batik/text/textOnPath3-expected.png:
15502         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
15503         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
15504         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
15505         * platform/efl/svg/batik/text/textPCDATA-expected.png:
15506         * platform/efl/svg/batik/text/textPCDATA-expected.txt:
15507         * platform/efl/svg/batik/text/textPosition-expected.png:
15508         * platform/efl/svg/batik/text/textPosition-expected.txt:
15509         * platform/efl/svg/batik/text/textPosition2-expected.png:
15510         * platform/efl/svg/batik/text/textPosition2-expected.txt:
15511         * platform/efl/svg/batik/text/textProperties-expected.png:
15512         * platform/efl/svg/batik/text/textProperties-expected.txt:
15513         * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
15514         * platform/efl/svg/batik/text/textProperties2-expected.txt:
15515         * platform/efl/svg/batik/text/textStyles-expected.png:
15516         * platform/efl/svg/batik/text/textStyles-expected.txt:
15517         * platform/efl/svg/batik/text/verticalText-expected.png:
15518         * platform/efl/svg/batik/text/verticalText-expected.txt:
15519         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
15520         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
15521
15522 2013-01-25  Victor Carbune  <vcarbune@chromium.org>
15523
15524         Heap-use-after-free in WebCore::TextTrackCue::isActive
15525         https://bugs.webkit.org/show_bug.cgi?id=104594
15526
15527         Reviewed by Eric Carlson.
15528
15529         * media/track/track-remove-active-cue-crash-expected.txt: Added.
15530         * media/track/track-remove-active-cue-crash.html: Added.
15531
15532 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15533
15534         Unreviewed EFL rebaseline.
15535
15536         Rebaseline several tests on EFL port after r140728.
15537
15538         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
15539         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt.
15540         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
15541         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
15542         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
15543         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
15544         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
15545         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
15546         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
15547         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
15548         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
15549         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
15550         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
15551         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
15552         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
15553         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
15554         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
15555         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
15556         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
15557         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
15558         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
15559         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
15560         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
15561         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
15562         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
15563         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
15564         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
15565         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
15566         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
15567         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
15568         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
15569         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
15570         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
15571         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
15572         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
15573         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
15574         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
15575         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
15576         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
15577         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
15578         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
15579         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
15580         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
15581         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
15582         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
15583         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
15584         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
15585         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
15586         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
15587         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
15588         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
15589         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
15590         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
15591         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
15592         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
15593         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
15594         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
15595         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
15596         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
15597         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
15598         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
15599         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
15600         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
15601         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
15602         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
15603         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
15604         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
15605         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
15606         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
15607         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
15608         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
15609         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
15610         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
15611         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
15612         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
15613         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
15614         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
15615         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
15616         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
15617         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
15618         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
15619         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
15620         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
15621         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
15622         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
15623         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
15624         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
15625         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
15626         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
15627         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
15628         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
15629         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
15630         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
15631         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
15632         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
15633         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
15634         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
15635         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
15636         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
15637         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
15638         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
15639         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
15640         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
15641         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
15642         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
15643         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
15644         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
15645         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
15646         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
15647         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
15648         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
15649         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
15650         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
15651         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
15652         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
15653         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
15654         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
15655         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
15656         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
15657         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
15658         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
15659         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
15660         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
15661         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
15662         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
15663         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt.
15664         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
15665         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
15666         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
15667         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
15668         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
15669         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
15670         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
15671         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
15672         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
15673         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
15674         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
15675         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
15676         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
15677         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
15678         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
15679         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
15680         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
15681         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
15682         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
15683         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
15684         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
15685         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
15686         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
15687         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
15688         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
15689         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
15690         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
15691         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
15692         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
15693         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
15694         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
15695         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
15696         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
15697         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
15698         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
15699         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
15700         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
15701         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
15702         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
15703         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
15704         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
15705         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
15706         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
15707         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
15708         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
15709         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
15710         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
15711         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
15712         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
15713         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
15714         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
15715         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
15716         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
15717         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
15718         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
15719         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
15720         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
15721         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
15722         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
15723         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
15724         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
15725         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
15726         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
15727         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
15728         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
15729         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
15730         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
15731         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
15732         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
15733         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
15734         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
15735         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
15736         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
15737         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
15738         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
15739         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
15740
15741 2013-01-25  Mike West  <mkwst@chromium.org>
15742
15743         Web Inspector: Cleanup console.* API MessageSource/Levels.
15744         https://bugs.webkit.org/show_bug.cgi?id=107946
15745
15746         Reviewed by Pavel Feldman.
15747
15748         * inspector/console/console-tests-expected.txt:
15749
15750 2013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>
15751
15752         Web Inspector: highlight occurences of word in DefaultTextEditor
15753         https://bugs.webkit.org/show_bug.cgi?id=105523
15754
15755         Reviewed by Pavel Feldman.
15756
15757         Add new test to verify token highlightning functionality.
15758
15759         * inspector/editor/editor-test.js:
15760         (initialize_EditorTests.InspectorTest.createTestEditor): Added optional TextEditorDelegate argument.
15761         * inspector/editor/text-editor-highlight-token-expected.txt: Added.
15762         * inspector/editor/text-editor-highlight-token.html: Added.
15763
15764 2013-01-25  Zan Dobersek  <zdobersek@igalia.com>
15765
15766         Unreviewed GTK gardening.
15767
15768         Rebaselining failing SVG tests after r140728.
15769
15770         * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
15771         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
15772         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
15773         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
15774         * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
15775         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
15776         * platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
15777         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
15778         * platform/gtk/svg/hixie/viewbox/002-expected.txt: Added.
15779         * platform/gtk/svg/hixie/viewbox/003-expected.txt: Added.
15780         * platform/gtk/svg/text/text-viewbox-rescale-expected.txt: Added.
15781         * platform/gtk/svg/zoom/page/zoom-zoom-coords-expected.txt:
15782
15783 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15784
15785         [Chromium] Fixing expectation entry for selection-clear.html.
15786
15787         Unreviewed. Gardening.
15788
15789         * platform/chromium/TestExpectations:
15790
15791 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15792
15793         Unreviewed EFL rebaseline.
15794
15795         Rebaseline several tests on EFL port after r140728.
15796
15797         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
15798         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
15799         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
15800         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
15801         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
15802         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
15803         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
15804         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
15805         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
15806         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
15807         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
15808         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
15809         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
15810         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
15811         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
15812         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
15813         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
15814         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
15815         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
15816         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
15817         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
15818         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
15819         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
15820         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
15821         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
15822         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
15823         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
15824         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
15825         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
15826         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
15827         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
15828         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
15829         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
15830         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
15831         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
15832         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
15833         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
15834         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
15835         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
15836         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
15837         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
15838         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
15839         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
15840         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
15841         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
15842         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
15843         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
15844         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
15845         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
15846         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
15847         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
15848         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
15849         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
15850         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
15851         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
15852         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
15853         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
15854         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
15855         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
15856         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
15857         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
15858         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
15859         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
15860         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
15861         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
15862         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
15863         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
15864         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
15865         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
15866         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
15867         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
15868         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
15869         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
15870         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
15871         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
15872         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
15873         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
15874         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
15875         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
15876         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
15877         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
15878         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
15879
15880 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15881
15882         [Chromium] Fixing expectations for textLayout.svg.
15883
15884         Unreviewed. Gardening.
15885
15886         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
15887         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Removed.
15888         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
15889         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
15890
15891 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15892
15893         [Chromium] Resolving duplicate expectation entries.
15894
15895         Unreviewed. Gardening.
15896
15897         * platform/chromium/TestExpectations:
15898
15899 2013-01-25  Alexander Pavlov  <apavlov@chromium.org>
15900
15901         Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
15902         https://bugs.webkit.org/show_bug.cgi?id=107936
15903
15904         Reviewed by Yury Semikhatsky.
15905
15906         * inspector/styles/edit-value-with-trimmed-url-expected.txt: Added.
15907         * inspector/styles/edit-value-with-trimmed-url.html: Added.
15908
15909 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15910
15911         [Chromium] Rebaselining textLayout.svg.
15912
15913         Unreviewed. Gardening.
15914
15915         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Added.
15916         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Removed.
15917
15918 2013-01-25  Elliott Sprehn  <esprehn@gmail.com>
15919
15920         Assert the connectedSubframeCount is consistent and fix over counting
15921         https://bugs.webkit.org/show_bug.cgi?id=107302
15922
15923         Reviewed by Alexey Proskuryakov.
15924
15925         Add a test that removing an iframe in the middle of unload causes the
15926         contentDocument to become immediately inaccessible.
15927
15928         * fast/frames/reparent-in-unload-contentdocument-expected.txt: Added.
15929         * fast/frames/reparent-in-unload-contentdocument.html: Added.
15930
15931 2013-01-25  Kent Tamura  <tkent@chromium.org>
15932
15933         INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute
15934         https://bugs.webkit.org/show_bug.cgi?id=107897
15935
15936         Reviewed by Kentaro Hara.
15937
15938         Fix existing tests to show aria-valuenow attribute values.
15939
15940         * fast/forms/resources/multiple-fields-ax-aria-attributes.js: Added.
15941         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt:
15942         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html:
15943         Use multiple-fields-ax-aria-attributes.js.
15944         Add tests for initial empty-value state.
15945         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt:
15946         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html:
15947         Use multiple-fields-ax-aria-attributes.js.
15948         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt:
15949         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html:
15950         Use multiple-fields-ax-aria-attributes.js.
15951
15952 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15953
15954         [Chromium] Rebaseline for r140728.
15955
15956         Unreviewed. Gardening.
15957
15958         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
15959         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
15960         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
15961         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
15962         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
15963         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
15964         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
15965         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
15966         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
15967         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
15968         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
15969         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
15970         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
15971         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Removed.
15972         * platform/chromium-linux-x86/svg/carto.net/tabgroup-expected.txt: Removed.
15973         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Removed.
15974         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
15975         * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt:
15976         * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt:
15977         * platform/chromium-linux-x86/svg/text/bidi-tspans-expected.txt:
15978         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
15979         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
15980         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
15981         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
15982         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
15983         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
15984         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
15985         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
15986         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
15987         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
15988         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
15989         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
15990         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
15991         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
15992         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
15993         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
15994         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Removed.
15995         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Removed.
15996         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Removed.
15997         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
15998         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Removed.
15999         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Removed.
16000         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed.
16001         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Removed.
16002         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16003         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
16004         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Removed.
16005         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Removed.
16006         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
16007
16008 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16009
16010         Mac WK1 rebaselines for r140728.
16011
16012         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
16013         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16014         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16015         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
16016         * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
16017
16018 2013-01-25  Keishi Hattori  <keishi@webkit.org>
16019
16020         [Chromium] Marking resize-corner-tracking*.html as failing.
16021
16022         Unreviewed. Gardening.
16023
16024         * platform/chromium/TestExpectations:
16025
16026 2013-01-25  Dominic Mazzoni  <dmazzoni@google.com>
16027
16028         REGRESSION (r140658): Multiple accessibility failures on GTK
16029         https://bugs.webkit.org/show_bug.cgi?id=107832
16030
16031         Reviewed by Chris Fleizach.
16032
16033         Re-enable accessibility tests that were skipped when they started
16034         failing.
16035
16036         * platform/gtk/TestExpectations:
16037
16038 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16039
16040         (Hopefully) Final Mac rebaselines for r140728.
16041
16042         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
16043         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
16044         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
16045         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
16046         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
16047         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
16048         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
16049         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
16050         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
16051         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
16052         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
16053         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Removed.
16054         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Removed.
16055         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Removed.
16056         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Removed.
16057         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16058         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
16059         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
16060         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
16061         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
16062         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
16063         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
16064         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
16065         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
16066         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
16067         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
16068         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
16069         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
16070         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
16071         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
16072         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
16073         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
16074         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
16075         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
16076         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
16077         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
16078         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
16079         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16080         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
16081         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
16082         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
16083         * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
16084         * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
16085         * platform/mac/svg/batik/text/textDecoration-expected.txt: Removed.
16086         * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
16087         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
16088         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
16089         * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
16090         * platform/mac/svg/custom/marker-default-width-height-expected.txt:
16091         * platform/mac/svg/custom/text-hit-test-expected.txt:
16092         * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
16093         * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
16094         * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
16095         * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
16096         * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
16097         * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
16098         * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
16099         * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
16100         * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
16101         * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
16102         * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
16103         * svg/batik/paints/patternRegions-expected.txt: Added.
16104         * svg/batik/text/textAnchor3-expected.txt: Added.
16105         * svg/batik/text/textDecoration-expected.txt: Added.
16106         * svg/batik/text/textLayout-expected.txt: Added.
16107
16108 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16109
16110         [Chromium] Rebaselining verticalText.svg after r140728.
16111
16112         Unreviewed. Gardening.
16113
16114         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
16115         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
16116
16117 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16118
16119         [Chromium] Rebaselining combobox.svg after r140693.
16120
16121         Unreviewed. Gardening.
16122
16123         * platform/chromium-mac/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt.
16124         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Removed.
16125         * platform/chromium-win/svg/carto.net/combobox-expected.txt:
16126
16127 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16128
16129         [Chromium] Marking resize-corner-tracking*.html as failing.
16130
16131         Unreviewed. Gardening.
16132
16133         * platform/chromium/TestExpectations:
16134
16135 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
16136
16137         Even more Mac rebaselines after r140728.
16138
16139         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
16140         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
16141         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
16142         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
16143         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
16144         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
16145         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
16146         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
16147         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
16148         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
16149         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
16150         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Removed.
16151         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
16152         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
16153         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
16154         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
16155         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
16156         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
16157         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
16158         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
16159         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
16160         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
16161         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
16162         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
16163         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
16164         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
16165         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
16166         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
16167         * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
16168         * platform/mac/svg/carto.net/selectionlist-expected.txt:
16169         * platform/mac/svg/custom/pattern-rotate-expected.txt:
16170         * platform/mac/svg/hixie/viewbox/003-expected.txt: Added.
16171         * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
16172         * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
16173         * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
16174         * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
16175         * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
16176         * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
16177         * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
16178         * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
16179         * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
16180         * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
16181         * svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
16182         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
16183         * svg/batik/text/textAnchor2-expected.txt: Added.
16184         * svg/text/bidi-embedded-direction-expected.txt: Added.
16185
16186 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16187
16188         [Chromium] Marking resize-corner-tracking-transformed-iframe.html as failing.
16189
16190         Unreviewed. Gardening.
16191
16192         * platform/chromium/TestExpectations:
16193
16194 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16195
16196         Another Mac rebaseline attempt after r140728.
16197
16198         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
16199         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
16200         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
16201         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
16202         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Removed.
16203         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
16204         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Removed.
16205         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Removed.
16206         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Removed.
16207         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Removed.
16208         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
16209         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
16210         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
16211         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
16212         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
16213         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
16214         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
16215         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
16216         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
16217         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
16218         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
16219         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
16220         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
16221         * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
16222         * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
16223         * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
16224         * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
16225         * platform/mac/svg/carto.net/scrollbar-expected.txt:
16226         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
16227         * platform/mac/svg/custom/invalid-css-expected.txt:
16228         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
16229         * platform/mac/svg/custom/text-ctm-expected.txt:
16230         * platform/mac/svg/hixie/error/002-expected.txt: Removed.
16231         * platform/mac/svg/hixie/error/013-expected.txt: Removed.
16232         * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
16233         * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
16234         * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
16235         * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
16236         * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
16237         * svg/batik/masking/maskRegions-expected.txt: Added.
16238         * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
16239         * svg/batik/text/textPCDATA-expected.txt: Added.
16240         * svg/batik/text/textProperties-expected.txt: Added.
16241         * svg/hixie/error/002-expected.txt: Added.
16242         * svg/hixie/error/013-expected.txt: Added.
16243
16244 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
16245
16246         Mac rebaseline attempt after r140728.
16247
16248         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
16249         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
16250         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
16251         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
16252         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
16253         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
16254         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
16255         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
16256         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
16257         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
16258         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
16259         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
16260         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
16261         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
16262         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
16263         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
16264         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
16265         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
16266         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
16267         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
16268         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
16269         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
16270         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
16271         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
16272         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
16273         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
16274         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
16275         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
16276         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
16277         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
16278         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
16279         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
16280         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
16281         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
16282         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
16283         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
16284         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
16285         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
16286         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
16287         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
16288         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
16289         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
16290         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
16291         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
16292         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
16293         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
16294         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
16295         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
16296         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
16297         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
16298         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
16299         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
16300         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
16301         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
16302         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
16303         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
16304         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
16305         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
16306         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
16307         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
16308         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
16309         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
16310         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
16311         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
16312         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
16313         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
16314         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
16315         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
16316         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
16317         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
16318         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
16319         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
16320         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
16321         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
16322         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
16323         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
16324         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
16325         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
16326         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
16327         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
16328         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
16329         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
16330         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
16331         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
16332         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
16333         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
16334         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
16335         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
16336         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
16337         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
16338         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
16339         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
16340         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
16341         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Removed.
16342         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
16343         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
16344         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Removed.
16345         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Removed.
16346         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
16347         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Removed.
16348         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Removed.
16349         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Removed.
16350         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Removed.
16351         * platform/chromium-mac/svg/carto.net/button-expected.txt: Removed.
16352         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Removed.
16353         * platform/chromium-mac/svg/css/shadow-changes-expected.txt: Added.
16354         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Removed.
16355         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Removed.
16356         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
16357         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
16358         * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Added.
16359         * platform/chromium/svg/css/shadow-changes-expected.txt: Removed.
16360         * platform/chromium/svg/custom/getTransformToElement-expected.png: Removed.
16361         * platform/chromium/svg/custom/style-attribute-font-size-expected.png: Removed.
16362         * platform/chromium/svg/custom/text-ctm-expected.png: Removed.
16363         * platform/chromium/svg/hixie/viewbox/003-expected.png: Removed.
16364         * platform/efl-wk2/svg/W3C-SVG-1.1: Added.
16365         * platform/efl-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
16366         * platform/efl-wk2/svg/batik/text/textDecoration-expected.png: Added.
16367         * platform/efl-wk2/svg/batik/text/textEffect2-expected.png: Added.
16368         * platform/efl-wk2/svg/batik/text/textProperties2-expected.png: Added.
16369         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
16370         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
16371         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
16372         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
16373         * platform/efl/svg/hixie/viewbox/002-expected.png: Removed.
16374         * platform/efl/svg/hixie/viewbox/003-expected.png: Removed.
16375         * platform/gtk/svg/hixie/viewbox/002-expected.png: Removed.
16376         * platform/gtk/svg/hixie/viewbox/003-expected.png: Removed.
16377         * platform/mac/css3/zoom-coords-expected.txt: Added.
16378         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
16379         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
16380         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
16381         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
16382         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
16383         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
16384         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
16385         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
16386         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
16387         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
16388         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
16389         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
16390         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
16391         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
16392         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
16393         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
16394         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
16395         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
16396         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
16397         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
16398         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
16399         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
16400         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
16401         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
16402         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
16403         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
16404         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
16405         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
16406         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
16407         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
16408         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
16409         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
16410         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
16411         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
16412         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
16413         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
16414         * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
16415         * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
16416         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
16417         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
16418         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
16419         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
16420         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
16421         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
16422         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
16423         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
16424         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
16425         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
16426         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
16427         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
16428         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
16429         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
16430         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
16431         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
16432         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
16433         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
16434         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
16435         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
16436         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
16437         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
16438         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
16439         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
16440         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
16441         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
16442         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
16443         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
16444         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
16445         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
16446         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
16447         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
16448         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
16449         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
16450         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
16451         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
16452         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
16453         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
16454         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
16455         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
16456         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
16457         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
16458         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
16459         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
16460         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
16461         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
16462         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
16463         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
16464         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
16465         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
16466         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
16467         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
16468         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
16469         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
16470         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
16471         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
16472         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
16473         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
16474         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
16475         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
16476         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
16477         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
16478         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
16479         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
16480         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
16481         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
16482         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
16483         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
16484         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
16485         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
16486         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
16487         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
16488         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
16489         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
16490         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
16491         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
16492         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
16493         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
16494         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
16495         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
16496         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
16497         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
16498         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
16499         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
16500         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
16501         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
16502         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
16503         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
16504         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
16505         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
16506         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
16507         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
16508         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
16509         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
16510         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
16511         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
16512         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
16513         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
16514         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
16515         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
16516         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
16517         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
16518         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
16519         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
16520         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
16521         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
16522         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
16523         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
16524         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
16525         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
16526         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
16527         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
16528         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
16529         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
16530         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
16531         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
16532         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
16533         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
16534         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
16535         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
16536         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
16537         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
16538         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
16539         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
16540         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
16541         * platform/mac/svg/batik/filters/feTile-expected.txt:
16542         * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
16543         * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
16544         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
16545         * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
16546         * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
16547         * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
16548         * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
16549         * platform/mac/svg/batik/text/textOnPath2-expected.txt:
16550         * platform/mac/svg/batik/text/textOnPath3-expected.txt:
16551         * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
16552         * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
16553         * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
16554         * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
16555         * platform/mac/svg/carto.net/button-expected.txt: Removed.
16556         * platform/mac/svg/carto.net/slider-expected.txt: Removed.
16557         * platform/mac/svg/carto.net/textbox-expected.txt:
16558         * platform/mac/svg/carto.net/window-expected.txt:
16559         * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
16560         * platform/mac/svg/css/shadow-changes-expected.txt:
16561         * platform/mac/svg/css/text-shadow-multiple-expected.txt: Removed.
16562         * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
16563         * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
16564         * platform/mac/svg/custom/getTransformToElement-expected.txt:
16565         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
16566         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
16567         * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
16568         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
16569         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
16570         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
16571         * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
16572         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
16573         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
16574         * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
16575         * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
16576         * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
16577         * platform/mac/svg/custom/text-clip-expected.txt:
16578         * platform/mac/svg/custom/text-filter-expected.txt:
16579         * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
16580         * platform/mac/svg/custom/use-dynamic-append-expected.txt:
16581         * platform/mac/svg/hixie/perf/001-expected.txt:
16582         * platform/mac/svg/hixie/perf/002-expected.txt:
16583         * platform/mac/svg/hixie/perf/007-expected.txt:
16584         * platform/mac/svg/hixie/viewbox/002-expected.txt: Added.
16585         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Removed.
16586         * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
16587         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
16588         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
16589         * platform/mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
16590         * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
16591         * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
16592         * svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
16593         * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
16594         * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
16595         * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
16596         * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
16597         * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
16598         * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
16599         * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
16600         * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
16601         * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
16602         * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
16603         * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
16604         * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
16605         * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
16606         * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
16607         * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
16608         * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
16609         * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
16610         * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
16611         * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
16612         * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
16613         * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
16614         * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
16615         * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
16616         * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
16617         * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
16618         * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
16619         * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
16620         * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
16621         * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
16622         * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
16623         * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
16624         * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
16625         * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
16626         * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
16627         * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
16628         * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
16629         * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
16630         * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
16631         * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
16632         * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
16633         * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
16634         * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
16635         * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
16636         * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
16637         * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
16638         * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
16639         * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
16640         * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
16641         * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
16642         * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
16643         * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
16644         * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
16645         * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
16646         * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
16647         * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
16648         * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
16649         * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
16650         * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
16651         * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
16652         * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
16653         * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
16654         * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
16655         * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
16656         * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
16657         * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
16658         * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
16659         * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
16660         * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
16661         * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
16662         * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
16663         * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
16664         * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
16665         * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
16666         * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
16667         * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
16668         * svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
16669         * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
16670         * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
16671         * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
16672         * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
16673         * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
16674         * svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
16675         * svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
16676         * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
16677         * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
16678         * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
16679         * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
16680         * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
16681         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
16682         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
16683         * svg/batik/filters/filterRegions-expected.txt: Added.
16684         * svg/batik/paints/patternRegionA-expected.txt: Added.
16685         * svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
16686         * svg/batik/text/textDecoration2-expected.txt: Added.
16687         * svg/batik/text/textEffect2-expected.txt: Added.
16688         * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
16689         * svg/batik/text/textLength-expected.txt: Added.
16690         * svg/batik/text/textPosition-expected.txt: Added.
16691         * svg/batik/text/textProperties2-expected.txt: Added.
16692         * svg/batik/text/verticalText-expected.txt: Added.
16693         * svg/carto.net/button-expected.txt: Added.
16694         * svg/carto.net/slider-expected.txt: Added.
16695         * svg/css/text-shadow-multiple-expected.txt: Added.
16696         * svg/hixie/viewbox/002-expected.png: Added.
16697         * svg/hixie/viewbox/003-expected.png: Added.
16698         * svg/text/font-size-below-point-five-expected.txt: Added.
16699         * svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
16700         * svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
16701
16702 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16703
16704         Adjust design of the Calendar Picker
16705         https://bugs.webkit.org/show_bug.cgi?id=107507
16706
16707         Reviewed by Kent Tamura.
16708
16709         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
16710         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
16711         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
16712         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
16713         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
16714         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
16715         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
16716         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
16717         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
16718         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
16719         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
16720         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
16721         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
16722         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
16723         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
16724         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
16725         * platform/chromium/TestExpectations: Marking calendar picker appearance tests as needing rebaseline.
16726
16727 2013-01-24  Michael Saboff  <msaboff@apple.com>
16728
16729         Add js/regress tests for integer modulo
16730         https://bugs.webkit.org/show_bug.cgi?id=107885
16731
16732         Reviewed by Filip Pizlo.
16733
16734         New JSRegress test for integer modulo.
16735
16736         * fast/js/regress/integer-modulo-expected.txt: Added.
16737         * fast/js/regress/integer-modulo.html: Added.
16738         * fast/js/regress/script-tests/integer-modulo.js: Added.
16739
16740 2013-01-24  Emil A Eklund  <eae@chromium.org>
16741
16742         Unreviewed rebaselines for r140728.
16743
16744         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
16745         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
16746         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16747         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
16748         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
16749         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
16750         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
16751         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
16752         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
16753         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
16754         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
16755         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
16756         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
16757         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
16758         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
16759         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
16760         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
16761         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
16762         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
16763         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
16764         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
16765         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
16766         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
16767         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
16768         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
16769         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
16770         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16771         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
16772         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Removed.
16773         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16774         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Removed.
16775         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Removed.
16776         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
16777         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
16778         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
16779         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
16780         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
16781         * platform/chromium/svg/batik/text/textPosition2-expected.txt: Removed.
16782         * platform/mac-lion/svg/W3C-I18N: Added.
16783         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
16784         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
16785         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
16786         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
16787         * platform/mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
16788         * platform/mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
16789         * platform/mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
16790         * platform/mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
16791         * platform/mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
16792         * platform/mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
16793         * platform/mac-lion/svg/W3C-SVG-1.1: Added.
16794         * platform/mac-lion/svg/W3C-SVG-1.1-SE: Added.
16795         * platform/mac-lion/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
16796         * platform/mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
16797         * platform/mac-lion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
16798         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
16799         * platform/mac-lion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
16800         * platform/mac-lion/svg/custom/dominant-baseline-hanging-expected.txt: Added.
16801         * platform/mac-lion/svg/custom/font-face-simple-expected.txt: Added.
16802         * platform/mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
16803         * platform/mac-lion/svg/custom/linking-uri-01-b-expected.txt: Added.
16804         * platform/mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
16805         * platform/mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
16806         * platform/mac-lion/svg/custom/text-rotation-expected.txt: Added.
16807         * platform/mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
16808         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
16809         * platform/mac-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
16810         * platform/mac-wk2/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
16811         * platform/mac-wk2/svg/custom/text-dom-01-f-expected.txt: Added.
16812         * platform/mac-wk2/svg/custom/text-rotation-expected.txt: Added.
16813         * platform/mac-wk2/svg/custom/text-x-dy-lists-expected.txt: Added.
16814         * platform/mac-wk2/svg/zoom: Removed.
16815         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
16816         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
16817         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
16818         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
16819         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
16820         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
16821         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
16822         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
16823         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
16824         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
16825         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
16826         * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
16827         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
16828         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
16829         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
16830         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
16831         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
16832         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
16833         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
16834         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
16835         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
16836         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
16837         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
16838         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
16839         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
16840         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
16841         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
16842         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
16843         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
16844         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
16845         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
16846         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
16847         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
16848         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
16849         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
16850         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
16851         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
16852         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
16853         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
16854         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
16855         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
16856         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
16857         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
16858         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
16859         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
16860         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
16861         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
16862         * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
16863         * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16864         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
16865         * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
16866         * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
16867         * platform/mac/svg/custom/font-face-simple-expected.txt:
16868         * platform/mac/svg/custom/image-small-width-height-expected.txt:
16869         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
16870         * platform/mac/svg/custom/text-dom-01-f-expected.txt:
16871         * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
16872         * platform/mac/svg/custom/text-rotation-expected.txt:
16873         * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
16874         * platform/mac/svg/text/text-repaint-rects-expected.txt: Removed.
16875         * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
16876         * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
16877         * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
16878         * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
16879         * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
16880         * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
16881         * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
16882         * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
16883         * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
16884         * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
16885         * svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
16886         * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
16887         * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
16888         * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
16889         * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
16890         * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
16891         * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
16892         * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
16893         * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
16894         * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
16895         * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
16896         * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
16897         * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
16898         * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
16899         * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
16900         * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
16901         * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
16902         * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
16903         * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
16904         * svg/batik/text/textAnchor-expected.txt: Added.
16905         * svg/batik/text/textOnPathSpaces-expected.txt: Added.
16906         * svg/batik/text/textPosition2-expected.txt: Added.
16907         * svg/batik/text/textStyles-expected.txt: Added.
16908         * svg/text/text-repaint-rects-expected.txt: Added.
16909         * svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
16910
16911 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16912
16913         [Chromium] Marking selection-clear.html as failing.
16914
16915         Unreviewed. Gardening.
16916
16917         * platform/chromium/TestExpectations:
16918
16919 2013-01-24  Erik Arvidsson  <arv@chromium.org>
16920
16921         Unreviewed Chromium rebaseline.
16922
16923         Rebaseline tests on Chromium port after r140693.
16924
16925         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/mac/svg/carto.net/combobox-expected.txt.
16926         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Copied from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
16927         * svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
16928
16929 2013-01-24  Emil A Eklund  <eae@chromium.org>
16930
16931         Unreviewed (manual) chromium and apple rebaseline for r140728.
16932
16933         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
16934         * platform/chromium-linux/css3/zoom-coords-expected.txt:
16935         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
16936         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
16937         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
16938         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
16939         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
16940         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
16941         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
16942         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
16943         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
16944         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
16945         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
16946         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
16947         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
16948         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
16949         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
16950         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
16951         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
16952         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
16953         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
16954         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
16955         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
16956         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
16957         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
16958         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
16959         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
16960         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
16961         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
16962         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
16963         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
16964         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
16965         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
16966         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
16967         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
16968         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
16969         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
16970         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
16971         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
16972         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
16973         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
16974         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
16975         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
16976         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
16977         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
16978         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
16979         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
16980         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
16981         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
16982         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
16983         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
16984         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
16985         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
16986         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
16987         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
16988         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
16989         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
16990         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
16991         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
16992         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
16993         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
16994         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
16995         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
16996         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
16997         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
16998         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
16999         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
17000         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17001         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
17002         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
17003         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
17004         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
17005         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
17006         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
17007         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
17008         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
17009         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
17010         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
17011         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
17012         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
17013         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
17014         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
17015         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
17016         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
17017         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
17018         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
17019         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
17020         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
17021         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
17022         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
17023         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
17024         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
17025         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
17026         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
17027         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17028         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17029         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
17030         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
17031         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17032         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
17033         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
17034         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
17035         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
17036         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17037         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
17038         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17039         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
17040         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
17041         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
17042         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
17043         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
17044         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
17045         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
17046         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
17047         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
17048         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
17049         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
17050         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
17051         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
17052         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
17053         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
17054         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17055         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
17056         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
17057         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
17058         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
17059         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
17060         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
17061         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
17062         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
17063         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17064         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17065         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
17066         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
17067         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
17068         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
17069         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
17070         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17071         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
17072         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
17073         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
17074         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
17075         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
17076         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
17077         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
17078         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17079         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
17080         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
17081         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
17082         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
17083         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
17084         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
17085         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17086         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
17087         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
17088         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
17089         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17090         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
17091         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
17092         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17093         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17094         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
17095         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
17096         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
17097         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17098         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17099         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17100         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17101         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
17102         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17103         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
17104         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
17105         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
17106         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
17107         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
17108         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
17109         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
17110         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
17111         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
17112         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
17113         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
17114         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
17115         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
17116         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
17117         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
17118         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
17119         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
17120         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
17121         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17122         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17123         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
17124         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
17125         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17126         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
17127         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
17128         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
17129         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17130         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
17131         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17132         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
17133         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
17134         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
17135         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
17136         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
17137         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
17138         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
17139         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
17140         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
17141         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
17142         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17143         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
17144         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
17145         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
17146         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
17147         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17148         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17149         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17150         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
17151         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
17152         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
17153         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
17154         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
17155         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
17156         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
17157         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
17158         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
17159         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
17160         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
17161         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
17162         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
17163         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
17164         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
17165         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
17166         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17167         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17168         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17169         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17170         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17171         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17172         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17173         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17174         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17175         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17176         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17177         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
17178         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
17179         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
17180         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
17181         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
17182         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17183         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
17184         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
17185         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
17186         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17187         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
17188         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
17189         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17190         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17191         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
17192         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
17193         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
17194         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17195         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17196         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17197         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17198         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
17199         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17200         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
17201         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
17202         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
17203         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
17204         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
17205         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
17206         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
17207         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
17208         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
17209         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
17210         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
17211         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
17212         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
17213         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
17214         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
17215         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
17216         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
17217         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17218         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17219         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
17220         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
17221         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17222         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
17223         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
17224         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17225         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17226         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
17227         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
17228         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
17229         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
17230         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
17231         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
17232         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
17233         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
17234         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
17235         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
17236         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
17237         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
17238         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
17239         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
17240         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
17241         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
17242         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
17243         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
17244         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
17245         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
17246         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
17247         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
17248         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
17249         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
17250         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
17251         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
17252         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
17253         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
17254         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
17255         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
17256         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
17257         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
17258         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
17259         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
17260         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
17261         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
17262         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17263         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
17264         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
17265         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
17266         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
17267         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
17268         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
17269         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
17270         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
17271         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
17272         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
17273         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
17274         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
17275         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
17276         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
17277         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
17278         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
17279         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
17280         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
17281         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
17282         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
17283         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
17284         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
17285         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
17286         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
17287         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
17288         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
17289         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
17290         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
17291         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
17292         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
17293         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
17294         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
17295         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
17296         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
17297         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
17298         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
17299         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
17300         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
17301         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
17302         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
17303         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
17304         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
17305         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
17306         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
17307         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
17308         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
17309         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
17310         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
17311         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
17312         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
17313         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
17314         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
17315         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
17316         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
17317         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
17318         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
17319         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
17320         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
17321         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
17322         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
17323         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
17324         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
17325         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
17326         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
17327         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
17328         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
17329         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
17330         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
17331         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
17332         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
17333         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17334         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
17335         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
17336         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
17337         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
17338         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
17339         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
17340         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
17341         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
17342         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
17343         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
17344         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
17345         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
17346         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
17347         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
17348         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
17349         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
17350         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
17351         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
17352         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
17353         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
17354         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
17355         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
17356         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
17357         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
17358         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
17359         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
17360         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
17361         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
17362         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
17363         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
17364         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
17365         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
17366         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
17367         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
17368         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
17369         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
17370         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
17371         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
17372         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
17373         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
17374         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
17375         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
17376         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
17377         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
17378         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
17379         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
17380         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
17381         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
17382         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
17383         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
17384         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
17385         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
17386         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
17387         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
17388         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
17389         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
17390         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
17391         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
17392         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
17393         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
17394         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
17395         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
17396         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
17397         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
17398         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
17399         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
17400         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
17401         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
17402         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
17403         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
17404         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
17405         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
17406         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
17407         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
17408         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
17409         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
17410         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
17411         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
17412         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
17413         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
17414         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
17415         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
17416         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
17417         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
17418         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
17419         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
17420         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
17421         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
17422         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
17423         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
17424         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
17425         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
17426         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
17427         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
17428         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
17429         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
17430         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
17431         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
17432         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
17433         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17434         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
17435         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
17436         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
17437         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17438         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
17439         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
17440         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
17441         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
17442         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17443         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
17444         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
17445         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
17446         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
17447         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17448         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17449         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17450         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17451         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
17452         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17453         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
17454         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
17455         * platform/chromium-mac/svg/custom/use-detach-expected.png:
17456         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
17457         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
17458         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
17459         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
17460         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
17461         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
17462         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
17463         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
17464         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
17465         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
17466         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
17467         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
17468         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
17469         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
17470         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
17471         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17472         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17473         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
17474         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
17475         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17476         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
17477         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
17478         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
17479         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17480         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
17481         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17482         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
17483         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
17484         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
17485         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
17486         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
17487         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
17488         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
17489         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
17490         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
17491         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
17492         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
17493         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
17494         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17495         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
17496         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
17497         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
17498         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
17499         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
17500         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
17501         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
17502         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17503         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17504         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17505         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17506         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
17507         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17508         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17509         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17510         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17511         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17512         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17513         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17514         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17515         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
17516         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17517         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
17518         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
17519         * platform/chromium-win-xp/svg/batik/masking: Added.
17520         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
17521         * platform/chromium-win-xp/svg/batik/paints: Added.
17522         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
17523         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
17524         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
17525         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
17526         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
17527         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
17528         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
17529         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
17530         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
17531         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
17532         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
17533         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
17534         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
17535         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
17536         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
17537         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
17538         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
17539         * platform/chromium-win-xp/svg/carto.net: Removed.
17540         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
17541         * platform/chromium-win-xp/svg/clip-path: Removed.
17542         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
17543         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
17544         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
17545         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
17546         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
17547         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
17548         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
17549         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17550         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
17551         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
17552         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
17553         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17554         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
17555         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
17556         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
17557         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
17558         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17559         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17560         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
17561         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
17562         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
17563         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17564         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17565         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17566         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17567         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
17568         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17569         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
17570         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
17571         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
17572         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
17573         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
17574         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
17575         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
17576         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
17577         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
17578         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
17579         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
17580         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
17581         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
17582         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
17583         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
17584         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
17585         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
17586         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
17587         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
17588         * platform/chromium-win-xp/svg/hixie/perf: Added.
17589         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
17590         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
17591         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
17592         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
17593         * platform/chromium-win-xp/svg/hixie/text: Added.
17594         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
17595         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
17596         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
17597         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
17598         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
17599         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17600         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17601         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
17602         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17603         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
17604         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
17605         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
17606         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17607         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17608         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
17609         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
17610         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
17611         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
17612         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
17613         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
17614         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
17615         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
17616         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
17617         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
17618         * platform/chromium-win-xp/svg/transforms: Removed.
17619         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
17620         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
17621         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
17622         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
17623         * platform/chromium-win/css3/zoom-coords-expected.txt:
17624         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
17625         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17626         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17627         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17628         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
17629         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
17630         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
17631         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
17632         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
17633         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
17634         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
17635         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
17636         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
17637         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
17638         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
17639         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
17640         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
17641         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
17642         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
17643         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
17644         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17645         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
17646         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17647         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17648         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17649         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17650         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
17651         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
17652         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17653         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
17654         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
17655         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
17656         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
17657         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
17658         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
17659         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
17660         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
17661         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
17662         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17663         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
17664         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17665         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
17666         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
17667         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
17668         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
17669         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
17670         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17671         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
17672         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
17673         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
17674         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
17675         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
17676         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
17677         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
17678         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
17679         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
17680         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
17681         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
17682         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
17683         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
17684         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
17685         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
17686         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
17687         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
17688         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
17689         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
17690         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
17691         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
17692         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
17693         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
17694         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
17695         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
17696         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
17697         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
17698         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
17699         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
17700         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
17701         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
17702         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
17703         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
17704         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
17705         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
17706         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
17707         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
17708         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
17709         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
17710         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
17711         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
17712         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
17713         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
17714         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
17715         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
17716         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
17717         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
17718         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
17719         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
17720         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
17721         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
17722         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
17723         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
17724         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
17725         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
17726         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
17727         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
17728         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
17729         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
17730         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
17731         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
17732         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
17733         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
17734         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
17735         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
17736         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
17737         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
17738         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
17739         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
17740         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
17741         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
17742         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
17743         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
17744         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
17745         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
17746         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
17747         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
17748         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
17749         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
17750         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
17751         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
17752         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
17753         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
17754         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
17755         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
17756         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
17757         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
17758         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
17759         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
17760         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
17761         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
17762         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
17763         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
17764         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
17765         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
17766         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
17767         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
17768         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
17769         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
17770         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
17771         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
17772         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
17773         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
17774         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
17775         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
17776         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
17777         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
17778         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
17779         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
17780         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
17781         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
17782         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
17783         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
17784         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
17785         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
17786         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
17787         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
17788         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
17789         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
17790         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
17791         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
17792         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
17793         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
17794         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
17795         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
17796         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
17797         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
17798         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
17799         * platform/chromium-win/svg/carto.net/button-expected.txt:
17800         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
17801         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
17802         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
17803         * platform/chromium-win/svg/carto.net/slider-expected.txt:
17804         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
17805         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
17806         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
17807         * platform/chromium-win/svg/carto.net/window-expected.txt:
17808         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
17809         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
17810         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
17811         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
17812         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
17813         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
17814         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
17815         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
17816         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
17817         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
17818         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
17819         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
17820         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
17821         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
17822         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
17823         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
17824         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
17825         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
17826         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
17827         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
17828         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
17829         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
17830         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
17831         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
17832         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
17833         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
17834         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
17835         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
17836         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
17837         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
17838         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
17839         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
17840         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
17841         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
17842         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
17843         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
17844         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
17845         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
17846         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
17847         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
17848         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
17849         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
17850         * platform/chromium-win/svg/custom/tref-update-expected.txt:
17851         * platform/chromium-win/svg/custom/use-detach-expected.txt:
17852         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
17853         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
17854         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
17855         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
17856         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
17857         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
17858         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
17859         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
17860         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
17861         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
17862         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
17863         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
17864         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
17865         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
17866         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
17867         * platform/chromium-win/svg/custom/use-transform-expected.txt:
17868         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
17869         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
17870         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
17871         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
17872         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
17873         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
17874         * platform/chromium-win/svg/hixie/text/003-expected.txt:
17875         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
17876         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
17877         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
17878         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
17879         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
17880         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
17881         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
17882         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
17883         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
17884         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
17885         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
17886         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
17887         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17888         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
17889         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
17890         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
17891         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
17892         * platform/chromium-win/svg/text/scaled-font-expected.txt:
17893         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
17894         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
17895         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
17896         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
17897         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
17898         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
17899         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
17900         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
17901         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
17902         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
17903         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
17904         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
17905         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
17906         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
17907         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
17908         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
17909         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
17910         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
17911         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
17912         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
17913         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
17914         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
17915         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
17916         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
17917         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
17918         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
17919         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
17920         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
17921         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
17922         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
17923         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
17924         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
17925         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
17926         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
17927         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
17928         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
17929         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
17930         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
17931         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
17932         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
17933         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
17934         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
17935         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
17936         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
17937         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
17938         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
17939         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
17940         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
17941         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
17942         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
17943         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
17944         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
17945         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
17946         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
17947         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
17948         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
17949         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
17950         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
17951         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
17952         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
17953         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17954         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
17955         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
17956         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
17957         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
17958         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
17959         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
17960         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
17961         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
17962         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
17963         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
17964         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17965         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17966         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
17967         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
17968         * platform/chromium/TestExpectations:
17969         * platform/chromium/css3/zoom-coords-expected.txt: Added.
17970         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
17971         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
17972         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
17973         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
17974         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
17975         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
17976         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
17977         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
17978         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
17979         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
17980         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
17981         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
17982         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
17983         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
17984         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
17985         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
17986         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
17987         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
17988         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
17989         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
17990         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
17991         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
17992         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
17993         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
17994         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
17995         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
17996         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
17997         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
17998         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
17999         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
18000         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
18001         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
18002         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
18003         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18004         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
18005         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
18006         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
18007         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
18008         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
18009         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
18010         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
18011         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
18012         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
18013         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
18014         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18015         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
18016         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
18017         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
18018         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
18019         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
18020         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
18021         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
18022         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
18023         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
18024         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
18025         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
18026         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
18027         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18028         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18029         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
18030         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
18031         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18032         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
18033         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18034         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
18035         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
18036         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
18037         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
18038         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
18039         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
18040         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
18041         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
18042         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
18043         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
18044         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
18045         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
18046         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
18047         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
18048         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
18049         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
18050         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
18051         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
18052         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
18053         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
18054         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
18055         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
18056         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
18057         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18058         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18059         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18060         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18061         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18062         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
18063         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18064         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18065         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
18066         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
18067         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
18068         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
18069         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
18070         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
18071         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
18072         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
18073         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
18074         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
18075         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
18076         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
18077         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
18078         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
18079         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18080         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
18081         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
18082         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18083         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18084         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18085         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18086         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
18087         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
18088         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
18089         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
18090         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
18091         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
18092         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18093         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18094         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18095         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
18096         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
18097         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
18098         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
18099         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
18100         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
18101         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
18102         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
18103         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
18104         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18105         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
18106         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18107         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
18108         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
18109         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18110         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
18111         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
18112         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18113         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
18114         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
18115         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18116         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
18117         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
18118         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
18119         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
18120         * platform/chromium/svg/batik/filters: Removed.
18121         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
18122         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
18123         * platform/chromium/svg/batik/masking: Removed.
18124         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
18125         * platform/chromium/svg/batik/paints: Removed.
18126         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
18127         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
18128         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
18129         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
18130         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
18131         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
18132         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
18133         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
18134         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
18135         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
18136         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
18137         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
18138         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
18139         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
18140         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
18141         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
18142         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
18143         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
18144         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
18145         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
18146         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
18147         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
18148         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
18149         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
18150         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
18151         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
18152         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
18153         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
18154         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18155         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
18156         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
18157         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
18158         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
18159         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
18160         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
18161         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
18162         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
18163         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
18164         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
18165         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
18166         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
18167         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
18168         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
18169         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
18170         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
18171         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
18172         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
18173         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
18174         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
18175         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
18176         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
18177         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
18178         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
18179         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
18180         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
18181         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
18182         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
18183         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
18184         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
18185         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
18186         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
18187         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
18188         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
18189         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
18190         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
18191         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
18192         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
18193         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
18194         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
18195         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
18196         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
18197         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
18198         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
18199         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
18200         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
18201         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
18202         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
18203         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
18204         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
18205         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
18206         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
18207         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
18208         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
18209         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
18210         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
18211         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
18212         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
18213         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
18214         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
18215         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
18216         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
18217         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
18218         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
18219         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
18220         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
18221         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
18222         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
18223         * platform/efl-wk2/svg: Added.
18224         * platform/efl-wk2/svg/batik: Added.
18225         * platform/efl-wk2/svg/batik/filters: Added.
18226         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
18227         * platform/efl-wk2/svg/batik/text: Added.
18228         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
18229         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
18230         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
18231         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
18232         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
18233         * platform/efl-wk2/svg/css: Added.
18234         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
18235         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18236         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18237         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18238         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18239         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18240         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18241         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18242         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18243         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18244         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
18245         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18246         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18247         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18248         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18249         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18250         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18251         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18252         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18253         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18254         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18255         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18256         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18257         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18258         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18259         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18260         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18261         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18262         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18263         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18264         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18265         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18266         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18267         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18268         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
18269         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18270         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18271         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18272         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18273         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18274         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18275         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18276         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18277         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18278         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18279         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18280         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18281         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18282         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18283         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
18284         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
18285         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
18286         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
18287         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
18288         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
18289         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
18290         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
18291         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18292         * platform/efl/svg/hixie/text/001-expected.png: Removed.
18293         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18294         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18295         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18296         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18297         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18298         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18299         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18300         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18301         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18302         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
18303         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18304         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18305         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18306         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18307         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18308         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18309         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18310         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18311         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18312         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18313         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18314         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18315         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18316         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18317         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18318         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18319         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18320         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18321         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18322         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18323         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18324         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18325         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
18326         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18327         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18328         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18329         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18330         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18331         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18332         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18333         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18334         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18335         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18336         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18337         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18338         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18339         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
18340         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18341         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
18342         * platform/mac-lion/svg/batik: Added.
18343         * platform/mac-lion/svg/batik/text: Added.
18344         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
18345         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18346         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
18347         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18348         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
18349         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
18350         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
18351         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
18352         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
18353         * platform/mac-lion/svg/hixie: Added.
18354         * platform/mac-lion/svg/hixie/perf: Added.
18355         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
18356         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
18357         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
18358         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
18359         * platform/mac-lion/svg/hixie/text: Added.
18360         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
18361         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
18362         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
18363         * platform/mac-lion/svg/hixie/viewbox: Added.
18364         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
18365         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18366         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18367         * platform/mac-lion/svg/text: Added.
18368         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
18369         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18370         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
18371         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
18372         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18373         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18374         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
18375         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
18376         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
18377         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
18378         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
18379         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
18380         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
18381         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
18382         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
18383         * platform/mac-lion/svg/wicd: Added.
18384         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
18385         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
18386         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
18387         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18388         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18389         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18390         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18391         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18392         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18393         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18394         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18395         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18396         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18397         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18398         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18399         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18400         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18401         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18402         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18403         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18404         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18405         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18406         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18407         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18408         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18409         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18410         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
18411         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18412         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
18413         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
18414         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18415         * platform/mac/svg/batik/filters/feTile-expected.txt:
18416         * platform/mac/svg/batik/text/smallFonts-expected.txt:
18417         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
18418         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
18419         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
18420         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
18421         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
18422         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
18423         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
18424         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18425         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
18426         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
18427         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
18428         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
18429         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
18430         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
18431         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
18432         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
18433         * platform/mac/svg/custom/stroked-pattern-expected.txt:
18434         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
18435         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
18436         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
18437         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
18438         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
18439         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
18440         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
18441         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
18442         * platform/mac/svg/custom/tref-update-expected.txt:
18443         * platform/mac/svg/custom/use-detach-expected.txt:
18444         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
18445         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
18446         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
18447         * platform/mac/svg/custom/use-recursion-1-expected.txt:
18448         * platform/mac/svg/custom/use-recursion-2-expected.txt:
18449         * platform/mac/svg/custom/use-recursion-3-expected.txt:
18450         * platform/mac/svg/custom/use-recursion-4-expected.txt:
18451         * platform/mac/svg/hixie/perf/003-expected.txt:
18452         * platform/mac/svg/hixie/perf/004-expected.txt:
18453         * platform/mac/svg/hixie/perf/005-expected.txt:
18454         * platform/mac/svg/hixie/perf/006-expected.txt:
18455         * platform/mac/svg/hixie/text/001-expected.txt:
18456         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
18457         * platform/mac/svg/hixie/text/003a-expected.txt:
18458         * platform/mac/svg/hixie/text/003b-expected.txt:
18459         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
18460         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
18461         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
18462         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
18463         * platform/mac/svg/text/bidi-text-query-expected.txt:
18464         * platform/mac/svg/text/bidi-tspans-expected.txt:
18465         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
18466         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
18467         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
18468         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
18469         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
18470         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
18471         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
18472         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
18473         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
18474         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
18475         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
18476         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
18477         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
18478         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
18479         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
18480         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
18481         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
18482         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
18483         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
18484         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
18485         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
18486         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
18487         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
18488         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
18489         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
18490         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
18491         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
18492         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
18493         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
18494         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
18495         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
18496         * platform/mac/svg/text/selection-tripleclick-expected.txt:
18497         * platform/mac/svg/text/small-fonts-2-expected.txt:
18498         * platform/mac/svg/text/small-fonts-3-expected.txt:
18499         * platform/mac/svg/text/small-fonts-expected.txt: Added.
18500         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
18501         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
18502         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
18503         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
18504         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
18505         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
18506         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
18507         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
18508         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
18509         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
18510         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
18511         * platform/mac/svg/text/text-hkern-expected.txt:
18512         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
18513         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
18514         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
18515         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
18516         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
18517         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
18518         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
18519         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
18520         * platform/mac/svg/text/text-text-06-t-expected.txt:
18521         * platform/mac/svg/text/text-text-07-t-expected.txt:
18522         * platform/mac/svg/text/text-text-08-b-expected.txt:
18523         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
18524         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
18525         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
18526         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
18527         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
18528         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
18529         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
18530         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
18531         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
18532         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
18533         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
18534         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
18535         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
18536         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
18537         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
18538         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
18539         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18540         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18541         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18542         * platform/win-future/svg: Added.
18543         * platform/win-future/svg/batik: Added.
18544         * platform/win-future/svg/batik/text: Added.
18545         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
18546         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
18547         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
18548         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
18549         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
18550         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
18551         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
18552         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
18553         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
18554         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
18555         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
18556         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
18557         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
18558         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
18559         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
18560         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
18561         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
18562         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
18563         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
18564         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
18565         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
18566         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
18567         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
18568         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
18569         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
18570         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
18571         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
18572         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
18573         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
18574         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
18575         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
18576         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
18577         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
18578         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
18579         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
18580         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
18581         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
18582         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
18583         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
18584         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
18585         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
18586         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
18587         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
18588         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
18589         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
18590         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
18591         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
18592         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
18593         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
18594         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
18595         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
18596         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
18597         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
18598         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
18599         * svg/batik/text/textEffect-expected.txt: Replaced.
18600         * svg/batik/text/textEffect3-expected.txt: Replaced.
18601         * svg/batik/text/textFeatures-expected.txt: Added.
18602         * svg/batik/text/textLayout2-expected.txt: Added.
18603         * svg/carto.net/colourpicker-expected.txt: Added.
18604         * svg/carto.net/tabgroup-expected.txt: Added.
18605         * svg/carto.net/textbox-expected.txt: Added.
18606         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
18607         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
18608         * svg/hixie/text/001-expected.png: Added.
18609         * svg/hixie/text/003-expected.txt: Added.
18610         * svg/text/font-size-below-point-five-2-expected.txt: Added.
18611         * svg/text/scaled-font-expected.txt: Added.
18612         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
18613         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
18614         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
18615         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
18616         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
18617         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
18618         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
18619         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
18620         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
18621         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
18622         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
18623         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
18624         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
18625         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
18626         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
18627         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
18628         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
18629         * svg/text/select-x-list-1-expected.txt: Added.
18630         * svg/text/select-x-list-2-expected.txt: Added.
18631         * svg/text/select-x-list-3-expected.txt: Added.
18632         * svg/text/select-x-list-4-expected.txt: Added.
18633         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
18634         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
18635         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
18636         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
18637         * svg/text/selection-doubleclick-expected.txt: Added.
18638         * svg/text/small-fonts-in-html5-expected.txt: Added.
18639         * svg/text/text-align-01-b-expected.txt: Added.
18640         * svg/text/text-align-02-b-expected.txt: Added.
18641         * svg/text/text-align-03-b-expected.txt: Added.
18642         * svg/text/text-align-04-b-expected.txt: Added.
18643         * svg/text/text-align-05-b-expected.txt: Added.
18644         * svg/text/text-align-06-b-expected.txt: Added.
18645         * svg/text/text-altglyph-01-b-expected.txt: Added.
18646         * svg/text/text-deco-01-b-expected.txt: Added.
18647         * svg/text/text-fonts-01-t-expected.txt: Added.
18648         * svg/text/text-intro-05-t-expected.txt: Added.
18649         * svg/text/text-path-01-b-expected.txt: Added.
18650         * svg/text/text-path-middle-align-expected.txt: Added.
18651         * svg/text/text-spacing-01-b-expected.txt: Added.
18652         * svg/text/text-text-01-b-expected.txt: Added.
18653         * svg/text/text-text-03-b-expected.txt: Added.
18654         * svg/text/text-text-04-t-expected.txt: Added.
18655         * svg/text/text-text-05-t-expected.txt: Added.
18656         * svg/text/text-tref-01-b-expected.txt: Added.
18657         * svg/text/text-tselect-01-b-expected.txt: Added.
18658         * svg/text/text-tselect-02-f-expected.txt: Added.
18659         * svg/text/text-tspan-01-b-expected.txt: Added.
18660         * svg/text/text-ws-01-t-expected.txt: Added.
18661         * svg/text/text-ws-02-t-expected.txt: Added.
18662         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
18663         * svg/wicd/test-rightsizing-a-expected.txt: Added.
18664         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
18665         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
18666
18667         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
18668         * platform/chromium-linux/css3/zoom-coords-expected.txt:
18669         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
18670         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
18671         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
18672         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
18673         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
18674         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
18675         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
18676         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
18677         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
18678         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
18679         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
18680         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
18681         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
18682         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
18683         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
18684         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
18685         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
18686         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
18687         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18688         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
18689         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
18690         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
18691         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
18692         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
18693         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
18694         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
18695         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
18696         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
18697         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
18698         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
18699         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
18700         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
18701         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
18702         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
18703         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
18704         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
18705         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
18706         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
18707         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
18708         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
18709         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
18710         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
18711         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
18712         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
18713         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
18714         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18715         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
18716         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
18717         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
18718         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18719         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
18720         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
18721         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
18722         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
18723         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
18724         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
18725         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
18726         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
18727         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
18728         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
18729         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
18730         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
18731         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
18732         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
18733         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
18734         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
18735         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
18736         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
18737         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
18738         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
18739         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
18740         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
18741         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
18742         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
18743         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
18744         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
18745         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
18746         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
18747         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
18748         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
18749         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
18750         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
18751         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
18752         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
18753         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
18754         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
18755         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
18756         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
18757         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
18758         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
18759         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
18760         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
18761         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18762         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18763         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
18764         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
18765         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18766         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
18767         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
18768         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
18769         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
18770         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18771         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
18772         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18773         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
18774         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
18775         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
18776         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
18777         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
18778         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
18779         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
18780         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
18781         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
18782         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
18783         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
18784         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
18785         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
18786         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
18787         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
18788         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
18789         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
18790         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
18791         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
18792         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
18793         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
18794         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
18795         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
18796         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
18797         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
18798         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
18799         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
18800         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
18801         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
18802         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
18803         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
18804         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
18805         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
18806         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
18807         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
18808         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
18809         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
18810         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
18811         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
18812         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18813         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
18814         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
18815         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
18816         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
18817         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
18818         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
18819         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18820         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
18821         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
18822         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
18823         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18824         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
18825         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
18826         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
18827         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
18828         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
18829         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
18830         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
18831         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
18832         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
18833         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
18834         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
18835         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
18836         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
18837         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
18838         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
18839         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
18840         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
18841         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
18842         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
18843         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
18844         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
18845         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
18846         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
18847         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
18848         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
18849         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
18850         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
18851         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
18852         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
18853         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
18854         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
18855         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18856         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18857         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
18858         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
18859         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18860         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
18861         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
18862         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
18863         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18864         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
18865         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18866         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
18867         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
18868         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
18869         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
18870         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
18871         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
18872         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
18873         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
18874         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
18875         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
18876         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
18877         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
18878         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
18879         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
18880         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
18881         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
18882         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
18883         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
18884         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
18885         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
18886         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
18887         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
18888         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
18889         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
18890         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
18891         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
18892         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
18893         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
18894         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
18895         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
18896         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
18897         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
18898         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
18899         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
18900         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
18901         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
18902         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
18903         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
18904         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
18905         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
18906         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
18907         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
18908         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
18909         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
18910         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18911         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
18912         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
18913         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
18914         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
18915         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
18916         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18917         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
18918         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
18919         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
18920         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18921         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
18922         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
18923         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
18924         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
18925         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
18926         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
18927         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
18928         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
18929         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
18930         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
18931         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
18932         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
18933         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
18934         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
18935         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
18936         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
18937         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
18938         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
18939         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
18940         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
18941         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
18942         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
18943         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
18944         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
18945         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
18946         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
18947         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
18948         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
18949         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
18950         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
18951         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18952         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18953         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
18954         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
18955         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18956         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
18957         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
18958         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18959         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18960         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
18961         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
18962         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
18963         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
18964         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
18965         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
18966         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
18967         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
18968         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
18969         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
18970         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
18971         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
18972         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
18973         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
18974         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
18975         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
18976         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
18977         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
18978         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
18979         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
18980         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
18981         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
18982         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
18983         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
18984         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
18985         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
18986         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
18987         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
18988         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
18989         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
18990         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
18991         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
18992         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
18993         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
18994         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
18995         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
18996         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
18997         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
18998         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
18999         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
19000         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
19001         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
19002         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
19003         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
19004         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
19005         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
19006         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
19007         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
19008         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
19009         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
19010         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
19011         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
19012         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
19013         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
19014         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
19015         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
19016         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
19017         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
19018         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
19019         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
19020         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
19021         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
19022         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
19023         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
19024         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
19025         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
19026         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
19027         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
19028         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
19029         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
19030         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
19031         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
19032         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
19033         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
19034         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
19035         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
19036         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
19037         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
19038         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
19039         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
19040         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
19041         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
19042         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
19043         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
19044         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
19045         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
19046         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
19047         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
19048         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
19049         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
19050         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
19051         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
19052         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
19053         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
19054         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
19055         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
19056         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
19057         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
19058         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
19059         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
19060         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
19061         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
19062         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
19063         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
19064         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
19065         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
19066         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
19067         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
19068         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
19069         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
19070         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
19071         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
19072         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
19073         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
19074         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
19075         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
19076         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
19077         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
19078         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
19079         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
19080         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
19081         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
19082         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
19083         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
19084         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
19085         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
19086         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
19087         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
19088         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
19089         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
19090         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
19091         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
19092         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
19093         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
19094         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
19095         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
19096         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
19097         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
19098         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
19099         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
19100         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
19101         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
19102         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
19103         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
19104         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
19105         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
19106         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
19107         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
19108         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
19109         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
19110         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
19111         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
19112         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
19113         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
19114         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
19115         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
19116         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
19117         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
19118         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
19119         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
19120         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
19121         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
19122         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
19123         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
19124         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
19125         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
19126         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
19127         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
19128         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
19129         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
19130         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
19131         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
19132         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
19133         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
19134         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
19135         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
19136         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
19137         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
19138         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
19139         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
19140         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
19141         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
19142         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
19143         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
19144         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
19145         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
19146         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
19147         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
19148         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
19149         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
19150         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
19151         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
19152         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
19153         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
19154         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
19155         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
19156         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
19157         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
19158         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
19159         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
19160         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
19161         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
19162         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
19163         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
19164         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
19165         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
19166         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
19167         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
19168         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
19169         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
19170         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
19171         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
19172         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
19173         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
19174         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
19175         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
19176         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
19177         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
19178         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
19179         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
19180         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
19181         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
19182         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
19183         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
19184         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
19185         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
19186         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
19187         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
19188         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
19189         * platform/chromium-mac/svg/custom/use-detach-expected.png:
19190         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
19191         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
19192         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
19193         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
19194         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
19195         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
19196         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
19197         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
19198         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
19199         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
19200         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
19201         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
19202         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
19203         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
19204         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
19205         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
19206         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
19207         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
19208         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
19209         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
19210         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
19211         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
19212         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
19213         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19214         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
19215         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
19216         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
19217         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
19218         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
19219         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
19220         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
19221         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
19222         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
19223         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
19224         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
19225         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
19226         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
19227         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
19228         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
19229         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
19230         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
19231         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
19232         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
19233         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
19234         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
19235         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
19236         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
19237         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
19238         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
19239         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
19240         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19241         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
19242         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
19243         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
19244         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
19245         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
19246         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
19247         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
19248         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
19249         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
19250         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
19251         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
19252         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
19253         * platform/chromium-win-xp/svg/batik/masking: Added.
19254         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
19255         * platform/chromium-win-xp/svg/batik/paints: Added.
19256         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
19257         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
19258         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
19259         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
19260         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
19261         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
19262         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
19263         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
19264         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
19265         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
19266         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
19267         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
19268         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
19269         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
19270         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
19271         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
19272         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
19273         * platform/chromium-win-xp/svg/carto.net: Removed.
19274         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
19275         * platform/chromium-win-xp/svg/clip-path: Removed.
19276         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
19277         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
19278         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
19279         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
19280         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
19281         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
19282         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
19283         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
19284         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
19285         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
19286         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
19287         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
19288         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
19289         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
19290         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
19291         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
19292         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
19293         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
19294         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
19295         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
19296         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
19297         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
19298         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
19299         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
19300         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
19301         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
19302         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
19303         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
19304         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
19305         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
19306         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
19307         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
19308         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
19309         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
19310         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
19311         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
19312         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
19313         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
19314         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
19315         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
19316         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
19317         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
19318         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
19319         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
19320         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
19321         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
19322         * platform/chromium-win-xp/svg/hixie/perf: Added.
19323         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
19324         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
19325         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
19326         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
19327         * platform/chromium-win-xp/svg/hixie/text: Added.
19328         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
19329         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
19330         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
19331         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
19332         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
19333         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
19334         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
19335         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
19336         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
19337         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
19338         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
19339         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
19340         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19341         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
19342         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
19343         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
19344         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
19345         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
19346         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
19347         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
19348         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
19349         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
19350         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
19351         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
19352         * platform/chromium-win-xp/svg/transforms: Removed.
19353         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
19354         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
19355         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
19356         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
19357         * platform/chromium-win/css3/zoom-coords-expected.txt:
19358         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
19359         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
19360         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
19361         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
19362         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
19363         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
19364         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
19365         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
19366         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
19367         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
19368         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
19369         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
19370         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
19371         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
19372         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
19373         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
19374         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
19375         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
19376         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
19377         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
19378         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
19379         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19380         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
19381         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
19382         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
19383         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
19384         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
19385         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
19386         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
19387         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
19388         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
19389         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
19390         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
19391         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
19392         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
19393         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
19394         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
19395         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
19396         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
19397         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
19398         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
19399         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
19400         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
19401         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
19402         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
19403         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
19404         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
19405         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
19406         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
19407         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
19408         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
19409         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
19410         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
19411         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
19412         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
19413         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
19414         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
19415         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
19416         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
19417         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
19418         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
19419         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
19420         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
19421         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
19422         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
19423         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
19424         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
19425         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
19426         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
19427         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
19428         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
19429         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
19430         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
19431         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
19432         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
19433         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
19434         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
19435         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
19436         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
19437         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
19438         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
19439         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
19440         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
19441         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
19442         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
19443         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
19444         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
19445         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
19446         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
19447         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
19448         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
19449         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
19450         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
19451         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
19452         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
19453         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
19454         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
19455         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
19456         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
19457         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
19458         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
19459         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
19460         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
19461         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
19462         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
19463         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
19464         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
19465         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
19466         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
19467         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
19468         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
19469         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
19470         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
19471         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
19472         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
19473         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
19474         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
19475         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
19476         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
19477         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
19478         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
19479         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
19480         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
19481         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
19482         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
19483         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
19484         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
19485         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
19486         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
19487         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
19488         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
19489         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
19490         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
19491         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
19492         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
19493         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
19494         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
19495         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
19496         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
19497         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
19498         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
19499         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
19500         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
19501         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
19502         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
19503         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
19504         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
19505         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
19506         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
19507         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
19508         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
19509         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
19510         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
19511         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
19512         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
19513         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
19514         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
19515         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
19516         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
19517         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
19518         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
19519         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
19520         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
19521         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
19522         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
19523         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
19524         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
19525         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
19526         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
19527         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
19528         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
19529         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
19530         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
19531         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
19532         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
19533         * platform/chromium-win/svg/carto.net/button-expected.txt:
19534         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
19535         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
19536         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
19537         * platform/chromium-win/svg/carto.net/slider-expected.txt:
19538         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
19539         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
19540         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
19541         * platform/chromium-win/svg/carto.net/window-expected.txt:
19542         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
19543         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
19544         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
19545         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
19546         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
19547         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
19548         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
19549         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
19550         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
19551         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
19552         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
19553         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
19554         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
19555         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
19556         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
19557         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
19558         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
19559         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
19560         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
19561         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
19562         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
19563         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
19564         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
19565         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
19566         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
19567         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
19568         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
19569         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
19570         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
19571         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
19572         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
19573         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
19574         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
19575         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
19576         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
19577         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
19578         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
19579         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
19580         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
19581         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
19582         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
19583         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
19584         * platform/chromium-win/svg/custom/tref-update-expected.txt:
19585         * platform/chromium-win/svg/custom/use-detach-expected.txt:
19586         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
19587         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
19588         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
19589         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
19590         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
19591         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
19592         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
19593         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
19594         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
19595         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
19596         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
19597         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
19598         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
19599         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
19600         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
19601         * platform/chromium-win/svg/custom/use-transform-expected.txt:
19602         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
19603         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
19604         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
19605         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
19606         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
19607         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
19608         * platform/chromium-win/svg/hixie/text/003-expected.txt:
19609         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
19610         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
19611         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
19612         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
19613         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
19614         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
19615         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
19616         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
19617         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
19618         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
19619         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
19620         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
19621         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19622         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
19623         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
19624         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
19625         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
19626         * platform/chromium-win/svg/text/scaled-font-expected.txt:
19627         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
19628         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
19629         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
19630         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
19631         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
19632         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
19633         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
19634         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
19635         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
19636         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
19637         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
19638         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
19639         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
19640         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
19641         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
19642         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
19643         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
19644         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
19645         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
19646         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
19647         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
19648         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
19649         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
19650         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
19651         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
19652         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
19653         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
19654         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
19655         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
19656         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
19657         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
19658         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
19659         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
19660         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
19661         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
19662         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
19663         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
19664         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
19665         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
19666         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
19667         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
19668         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
19669         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
19670         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
19671         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
19672         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
19673         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
19674         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
19675         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
19676         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
19677         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
19678         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
19679         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
19680         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
19681         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
19682         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
19683         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
19684         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
19685         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
19686         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
19687         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
19688         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
19689         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
19690         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
19691         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
19692         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
19693         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
19694         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
19695         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
19696         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
19697         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
19698         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
19699         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
19700         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
19701         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
19702         * platform/chromium/TestExpectations:
19703         * platform/chromium/css3/zoom-coords-expected.txt: Added.
19704         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
19705         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
19706         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
19707         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
19708         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
19709         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
19710         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
19711         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
19712         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
19713         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
19714         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
19715         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
19716         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
19717         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
19718         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
19719         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
19720         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
19721         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
19722         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
19723         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
19724         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
19725         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
19726         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
19727         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
19728         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
19729         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
19730         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
19731         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
19732         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
19733         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
19734         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
19735         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
19736         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
19737         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
19738         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
19739         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
19740         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
19741         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
19742         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
19743         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
19744         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
19745         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
19746         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
19747         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
19748         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
19749         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
19750         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
19751         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
19752         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
19753         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
19754         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
19755         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
19756         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
19757         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
19758         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
19759         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
19760         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
19761         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
19762         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
19763         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
19764         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
19765         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
19766         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
19767         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
19768         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
19769         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
19770         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
19771         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
19772         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
19773         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
19774         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
19775         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
19776         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
19777         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
19778         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
19779         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
19780         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
19781         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
19782         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
19783         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
19784         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
19785         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
19786         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
19787         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
19788         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
19789         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
19790         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
19791         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
19792         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
19793         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
19794         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
19795         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
19796         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
19797         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
19798         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
19799         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
19800         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
19801         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
19802         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
19803         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
19804         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
19805         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
19806         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
19807         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
19808         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
19809         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
19810         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
19811         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
19812         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
19813         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
19814         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
19815         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
19816         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
19817         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
19818         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
19819         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
19820         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
19821         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
19822         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
19823         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
19824         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
19825         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
19826         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
19827         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
19828         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
19829         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
19830         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
19831         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
19832         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
19833         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
19834         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
19835         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
19836         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
19837         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
19838         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
19839         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
19840         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
19841         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
19842         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
19843         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
19844         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
19845         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
19846         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
19847         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
19848         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
19849         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
19850         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
19851         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
19852         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
19853         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
19854         * platform/chromium/svg/batik/filters: Removed.
19855         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
19856         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
19857         * platform/chromium/svg/batik/masking: Removed.
19858         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
19859         * platform/chromium/svg/batik/paints: Removed.
19860         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
19861         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
19862         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
19863         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
19864         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
19865         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
19866         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
19867         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
19868         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
19869         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
19870         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
19871         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
19872         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
19873         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
19874         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
19875         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
19876         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
19877         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
19878         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
19879         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
19880         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
19881         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
19882         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
19883         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
19884         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
19885         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
19886         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
19887         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
19888         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
19889         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
19890         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
19891         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
19892         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
19893         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
19894         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
19895         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
19896         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
19897         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
19898         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
19899         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
19900         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
19901         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
19902         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
19903         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
19904         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
19905         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
19906         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
19907         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
19908         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
19909         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
19910         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
19911         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
19912         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
19913         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
19914         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
19915         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
19916         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
19917         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
19918         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
19919         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
19920         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
19921         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
19922         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
19923         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
19924         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
19925         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
19926         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
19927         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
19928         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
19929         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
19930         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
19931         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
19932         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
19933         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
19934         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
19935         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
19936         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
19937         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
19938         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
19939         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
19940         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
19941         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
19942         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
19943         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
19944         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
19945         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
19946         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
19947         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
19948         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
19949         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
19950         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
19951         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
19952         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
19953         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
19954         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
19955         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
19956         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
19957         * platform/efl-wk2/svg: Added.
19958         * platform/efl-wk2/svg/batik: Added.
19959         * platform/efl-wk2/svg/batik/filters: Added.
19960         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
19961         * platform/efl-wk2/svg/batik/text: Added.
19962         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
19963         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
19964         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
19965         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
19966         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
19967         * platform/efl-wk2/svg/css: Added.
19968         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
19969         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
19970         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
19971         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
19972         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
19973         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
19974         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
19975         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
19976         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
19977         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
19978         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
19979         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
19980         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
19981         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
19982         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
19983         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
19984         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
19985         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
19986         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
19987         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
19988         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
19989         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
19990         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
19991         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
19992         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
19993         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
19994         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
19995         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
19996         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
19997         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
19998         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
19999         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
20000         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
20001         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
20002         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
20003         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20004         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
20005         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
20006         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
20007         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
20008         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
20009         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
20010         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
20011         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
20012         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
20013         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
20014         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
20015         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
20016         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
20017         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
20018         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
20019         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
20020         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
20021         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
20022         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
20023         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
20024         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
20025         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20026         * platform/efl/svg/hixie/text/001-expected.png: Removed.
20027         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
20028         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
20029         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
20030         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
20031         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
20032         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
20033         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
20034         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
20035         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
20036         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
20037         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
20038         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
20039         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
20040         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
20041         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20042         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
20043         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
20044         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
20045         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
20046         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
20047         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
20048         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
20049         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
20050         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
20051         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
20052         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
20053         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
20054         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
20055         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
20056         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
20057         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
20058         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
20059         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
20060         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20061         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
20062         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
20063         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
20064         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
20065         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
20066         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
20067         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
20068         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
20069         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
20070         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
20071         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
20072         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
20073         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
20074         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20075         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
20076         * platform/mac-lion/svg/batik: Added.
20077         * platform/mac-lion/svg/batik/text: Added.
20078         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
20079         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
20080         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
20081         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
20082         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
20083         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
20084         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
20085         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
20086         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
20087         * platform/mac-lion/svg/hixie: Added.
20088         * platform/mac-lion/svg/hixie/perf: Added.
20089         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
20090         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
20091         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
20092         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
20093         * platform/mac-lion/svg/hixie/text: Added.
20094         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
20095         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
20096         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
20097         * platform/mac-lion/svg/hixie/viewbox: Added.
20098         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
20099         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
20100         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
20101         * platform/mac-lion/svg/text: Added.
20102         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
20103         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
20104         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
20105         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
20106         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
20107         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
20108         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
20109         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
20110         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
20111         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
20112         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
20113         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
20114         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
20115         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
20116         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
20117         * platform/mac-lion/svg/wicd: Added.
20118         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
20119         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
20120         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
20121         * platform/mac/TestExpectations:
20122         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
20123         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
20124         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
20125         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
20126         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
20127         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
20128         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
20129         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
20130         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
20131         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
20132         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
20133         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
20134         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20135         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
20136         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
20137         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
20138         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
20139         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
20140         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
20141         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
20142         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
20143         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
20144         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
20145         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
20146         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20147         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
20148         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
20149         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
20150         * platform/mac/svg/batik/filters/feTile-expected.txt:
20151         * platform/mac/svg/batik/text/smallFonts-expected.txt:
20152         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
20153         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
20154         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
20155         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
20156         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
20157         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
20158         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
20159         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20160         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
20161         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
20162         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
20163         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
20164         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
20165         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
20166         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
20167         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
20168         * platform/mac/svg/custom/stroked-pattern-expected.txt:
20169         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
20170         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
20171         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
20172         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
20173         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
20174         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
20175         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
20176         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
20177         * platform/mac/svg/custom/tref-update-expected.txt:
20178         * platform/mac/svg/custom/use-detach-expected.txt:
20179         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
20180         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
20181         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
20182         * platform/mac/svg/custom/use-recursion-1-expected.txt:
20183         * platform/mac/svg/custom/use-recursion-2-expected.txt:
20184         * platform/mac/svg/custom/use-recursion-3-expected.txt:
20185         * platform/mac/svg/custom/use-recursion-4-expected.txt:
20186         * platform/mac/svg/hixie/perf/003-expected.txt:
20187         * platform/mac/svg/hixie/perf/004-expected.txt:
20188         * platform/mac/svg/hixie/perf/005-expected.txt:
20189         * platform/mac/svg/hixie/perf/006-expected.txt:
20190         * platform/mac/svg/hixie/text/001-expected.txt:
20191         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
20192         * platform/mac/svg/hixie/text/003a-expected.txt:
20193         * platform/mac/svg/hixie/text/003b-expected.txt:
20194         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
20195         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
20196         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
20197         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
20198         * platform/mac/svg/text/bidi-text-query-expected.txt:
20199         * platform/mac/svg/text/bidi-tspans-expected.txt:
20200         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
20201         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
20202         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
20203         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
20204         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
20205         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
20206         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
20207         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
20208         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
20209         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
20210         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
20211         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
20212         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
20213         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
20214         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
20215         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
20216         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
20217         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
20218         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
20219         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
20220         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
20221         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
20222         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
20223         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
20224         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
20225         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
20226         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
20227         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
20228         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
20229         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
20230         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
20231         * platform/mac/svg/text/selection-tripleclick-expected.txt:
20232         * platform/mac/svg/text/small-fonts-2-expected.txt:
20233         * platform/mac/svg/text/small-fonts-3-expected.txt:
20234         * platform/mac/svg/text/small-fonts-expected.txt: Added.
20235         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
20236         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
20237         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
20238         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
20239         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
20240         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
20241         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
20242         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
20243         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
20244         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
20245         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
20246         * platform/mac/svg/text/text-hkern-expected.txt:
20247         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
20248         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
20249         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
20250         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
20251         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
20252         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
20253         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
20254         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
20255         * platform/mac/svg/text/text-text-06-t-expected.txt:
20256         * platform/mac/svg/text/text-text-07-t-expected.txt:
20257         * platform/mac/svg/text/text-text-08-b-expected.txt:
20258         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
20259         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
20260         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
20261         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
20262         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
20263         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
20264         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
20265         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
20266         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
20267         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
20268         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
20269         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
20270         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
20271         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
20272         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
20273         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
20274         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
20275         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20276         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20277         * platform/win-future/svg: Added.
20278         * platform/win-future/svg/batik: Added.
20279         * platform/win-future/svg/batik/text: Added.
20280         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
20281         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
20282         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
20283         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
20284         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
20285         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
20286         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
20287         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
20288         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
20289         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
20290         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
20291         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
20292         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
20293         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
20294         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
20295         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
20296         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
20297         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
20298         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
20299         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
20300         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
20301         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
20302         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
20303         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
20304         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
20305         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
20306         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
20307         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
20308         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
20309         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
20310         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
20311         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
20312         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
20313         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
20314         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
20315         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
20316         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
20317         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
20318         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
20319         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
20320         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
20321         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
20322         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
20323         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
20324         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
20325         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
20326         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
20327         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
20328         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
20329         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
20330         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
20331         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
20332         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
20333         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
20334         * svg/batik/text/textEffect-expected.txt: Replaced.
20335         * svg/batik/text/textEffect3-expected.txt: Replaced.
20336         * svg/batik/text/textFeatures-expected.txt: Added.
20337         * svg/batik/text/textLayout2-expected.txt: Added.
20338         * svg/carto.net/colourpicker-expected.txt: Added.
20339         * svg/carto.net/tabgroup-expected.txt: Added.
20340         * svg/carto.net/textbox-expected.txt: Added.
20341         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
20342         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
20343         * svg/hixie/text/001-expected.png: Added.
20344         * svg/hixie/text/003-expected.txt: Added.
20345         * svg/text/font-size-below-point-five-2-expected.txt: Added.
20346         * svg/text/scaled-font-expected.txt: Added.
20347         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
20348         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
20349         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
20350         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
20351         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
20352         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
20353         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
20354         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
20355         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
20356         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
20357         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
20358         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
20359         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
20360         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
20361         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
20362         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
20363         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
20364         * svg/text/select-x-list-1-expected.txt: Added.
20365         * svg/text/select-x-list-2-expected.txt: Added.
20366         * svg/text/select-x-list-3-expected.txt: Added.
20367         * svg/text/select-x-list-4-expected.txt: Added.
20368         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
20369         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
20370         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
20371         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
20372         * svg/text/selection-doubleclick-expected.txt: Added.
20373         * svg/text/small-fonts-in-html5-expected.txt: Added.
20374         * svg/text/text-align-01-b-expected.txt: Added.
20375         * svg/text/text-align-02-b-expected.txt: Added.
20376         * svg/text/text-align-03-b-expected.txt: Added.
20377         * svg/text/text-align-04-b-expected.txt: Added.
20378         * svg/text/text-align-05-b-expected.txt: Added.
20379         * svg/text/text-align-06-b-expected.txt: Added.
20380         * svg/text/text-altglyph-01-b-expected.txt: Added.
20381         * svg/text/text-deco-01-b-expected.txt: Added.
20382         * svg/text/text-fonts-01-t-expected.txt: Added.
20383         * svg/text/text-intro-05-t-expected.txt: Added.
20384         * svg/text/text-path-01-b-expected.txt: Added.
20385         * svg/text/text-path-middle-align-expected.txt: Added.
20386         * svg/text/text-spacing-01-b-expected.txt: Added.
20387         * svg/text/text-text-01-b-expected.txt: Added.
20388         * svg/text/text-text-03-b-expected.txt: Added.
20389         * svg/text/text-text-04-t-expected.txt: Added.
20390         * svg/text/text-text-05-t-expected.txt: Added.
20391         * svg/text/text-tref-01-b-expected.txt: Added.
20392         * svg/text/text-tselect-01-b-expected.txt: Added.
20393         * svg/text/text-tselect-02-f-expected.txt: Added.
20394         * svg/text/text-tspan-01-b-expected.txt: Added.
20395         * svg/text/text-ws-01-t-expected.txt: Added.
20396         * svg/text/text-ws-02-t-expected.txt: Added.
20397         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
20398         * svg/wicd/test-rightsizing-a-expected.txt: Added.
20399         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
20400         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
20401
20402 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20403
20404         [Chromium] Marking shape-inside-first-fit-001.html as failing on MountainLion.
20405
20406         Unreviewed. Gardening.
20407
20408         * platform/chromium/TestExpectations:
20409
20410 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20411
20412         [Chromium] Marking resize-corner-tracking* tests as needing rebaseline on Mac.
20413
20414         Unreviewed. Gardening.
20415
20416         * platform/chromium/TestExpectations:
20417
20418 2013-01-24  Beth Dakin  <bdakin@apple.com>
20419
20420         Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 
20421         affects flickr.com
20422         https://bugs.webkit.org/show_bug.cgi?id=107882
20423         -and corresponding-
20424         <rdar://problem/13065897>
20425
20426         Reviewed by Simon Fraser.
20427
20428         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Added.
20429         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Added.
20430
20431 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20432
20433         [Chromium] Rebaselining expectations for foreignObject-text-clipping-bug.html.
20434
20435         Unreviewed. Gardening.
20436
20437         * platform/chromium-mac-lion/svg/text/foreignObject-text-clipping-bug-expected.png:
20438         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png:
20439         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:
20440
20441 2013-01-24  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
20442
20443         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
20444         https://bugs.webkit.org/show_bug.cgi?id=104775
20445
20446         Reviewed by Ryosuke Niwa.
20447
20448         Rewrite test using js-test-pre.js.
20449         Add test description to the test.
20450
20451         * fast/writing-mode/vertical-inline-block-hittest-expected.txt:
20452         * fast/writing-mode/vertical-inline-block-hittest.html:
20453
20454 2013-01-24  Christian Biesinger  <cbiesinger@chromium.org>
20455
20456         resize property doesn't work on iframes
20457         https://bugs.webkit.org/show_bug.cgi?id=9221
20458
20459         Reviewed by Eric Seidel.
20460
20461         * fast/css/resize-corner-tracking-transformed-iframe.html: Added.
20462         New test for testing resize of transformed <iframe>
20463
20464         * fast/css/resize-corner-tracking.html:
20465         Add a testcase for resizing an <iframe>
20466
20467         * platform/chromium-linux/fast/css/resize-corner-tracking-expected.png:
20468         * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20469         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20470         * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt:
20471         * platform/chromium/compositing/iframes/resizer-expected.txt:
20472         * platform/chromium/fast/css/resize-corner-tracking-expected.txt:
20473         * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:
20474         * platform/chromium/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
20475         * platform/mac/fast/css/resize-corner-tracking-expected.txt:
20476         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20477         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
20478         Update/add generic, mac and linux reference files for the test
20479
20480         * platform/chromium/TestExpectations:
20481         * platform/efl/TestExpectations:
20482         * platform/gtk/TestExpectations:
20483         * platform/qt/TestExpectations:
20484         * platform/win/TestExpectations:
20485         Add expected failures for the tests until they can be rebaselined.
20486
20487 2013-01-24  Kentaro Hara  <haraken@chromium.org>
20488
20489         Regression(r107058): Use-after-free in SerializedScriptValue::deserialize
20490         https://bugs.webkit.org/show_bug.cgi?id=107792
20491
20492         Reviewed by Abhishek Arya.
20493
20494         Added a test that demonstrated a crash due to use-after-free
20495         of SerializedScriptValue.
20496
20497         Test: fast/history/replacestate-nocrash.html
20498
20499         * fast/history/replacestate-nocrash-expected.txt: Added.
20500         * fast/history/replacestate-nocrash.html: Added.
20501
20502 2013-01-24  Arko Saha  <arko@motorola.com>
20503
20504         Microdata: itemtype attribute must update correctly on adding or removing tokens
20505         https://bugs.webkit.org/show_bug.cgi?id=106616
20506
20507         Reviewed by Ryosuke Niwa.
20508
20509         Added tests to ensure that itemtype, itemprop, itemref attributes must update
20510         correctly when tokens have been added or removed.
20511
20512         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens-expected.txt: Added.
20513         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens.html: Added.
20514         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-expected.txt: Added.
20515         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens.html: Added.
20516         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens-expected.txt: Added.
20517         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens.html: Added.
20518
20519 2013-01-24  Emil A Eklund  <eae@chromium.org>
20520
20521         Unreviewed chromium mac rebaseline for r140728.
20522
20523         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20524         * platform/chromium-linux-x86/svg/hixie/perf: Removed.
20525         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Removed.
20526         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Removed.
20527         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20528         * platform/chromium-linux/svg/hixie/perf/001-expected.txt: Removed.
20529         * platform/chromium-linux/svg/hixie/perf/002-expected.txt: Removed.
20530         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Added.
20531         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20532         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
20533         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20534         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20535         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20536         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20537         * platform/chromium-mac-lion/svg/custom/getTransformToElement-expected.txt: Added.
20538         * platform/chromium-mac-lion/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20539         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20540         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20541         * platform/chromium-mac-lion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20542         * platform/chromium-mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20543         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.txt: Added.
20544         * platform/chromium-mac-lion/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20545         * platform/chromium-mac-lion/svg/custom/style-attribute-font-size-expected.txt: Added.
20546         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20547         * platform/chromium-mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
20548         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20549         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20550         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20551         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
20552         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20553         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20554         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20555         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20556         * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.txt: Added.
20557         * platform/chromium-mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20558         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20559         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20560         * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20561         * platform/chromium-mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20562         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.txt: Added.
20563         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20564         * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.txt: Added.
20565         * platform/chromium-mac-snowleopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20566         * platform/chromium-mac-snowleopard/svg/custom/text-x-dy-lists-expected.txt: Added.
20567         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Removed.
20568         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Removed.
20569         * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt:
20570         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20571         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20572         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
20573         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20574         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
20575         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
20576         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
20577         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
20578         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
20579         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
20580         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
20581         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
20582         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
20583         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
20584         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
20585         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
20586         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
20587         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
20588         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
20589         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
20590         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
20591         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
20592         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
20593         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
20594         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
20595         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
20596         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
20597         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
20598         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
20599         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
20600         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
20601         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
20602         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
20603         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
20604         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
20605         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
20606         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
20607         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
20608         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
20609         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
20610         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
20611         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
20612         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
20613         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
20614         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
20615         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
20616         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
20617         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
20618         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
20619         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
20620         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
20621         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
20622         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
20623         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
20624         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
20625         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
20626         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
20627         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
20628         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
20629         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
20630         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
20631         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
20632         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
20633         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
20634         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
20635         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
20636         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
20637         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
20638         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
20639         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
20640         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
20641         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
20642         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
20643         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
20644         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
20645         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
20646         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
20647         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
20648         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
20649         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
20650         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
20651         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
20652         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
20653         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
20654         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
20655         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
20656         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
20657         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
20658         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
20659         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
20660         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
20661         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
20662         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
20663         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
20664         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
20665         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
20666         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
20667         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
20668         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
20669         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
20670         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
20671         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
20672         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Added.
20673         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Added.
20674         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
20675         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.txt:
20676         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Added.
20677         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Added.
20678         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Added.
20679         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
20680         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Added.
20681         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Added.
20682         * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.txt: Added.
20683         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20684         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20685         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20686         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20687         * platform/chromium-mac/svg/custom/getTransformToElement-expected.txt: Added.
20688         * platform/chromium-mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20689         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
20690         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Added.
20691         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20692         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20693         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
20694         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
20695         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
20696         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20697         * platform/chromium-mac/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20698         * platform/chromium-mac/svg/custom/pattern-rotate-expected.txt: Added.
20699         * platform/chromium-mac/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20700         * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.txt: Added.
20701         * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
20702         * platform/chromium-mac/svg/custom/style-attribute-font-size-expected.txt: Added.
20703         * platform/chromium-mac/svg/custom/text-clip-expected.txt: Added.
20704         * platform/chromium-mac/svg/custom/text-ctm-expected.txt: Added.
20705         * platform/chromium-mac/svg/custom/text-dom-01-f-expected.txt: Added.
20706         * platform/chromium-mac/svg/custom/text-filter-expected.txt: Added.
20707         * platform/chromium-mac/svg/custom/text-hit-test-expected.txt: Added.
20708         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20709         * platform/chromium-mac/svg/custom/text-rotation-expected.txt: Added.
20710         * platform/chromium-mac/svg/custom/text-whitespace-handling-expected.txt: Added.
20711         * platform/chromium-mac/svg/custom/text-x-dy-lists-expected.txt: Added.
20712         * platform/chromium-mac/svg/custom/use-dynamic-append-expected.txt: Added.
20713         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Added.
20714         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Added.
20715         * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
20716         * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
20717         * platform/chromium-mac/svg/hixie/perf/007-expected.txt:
20718         * platform/chromium-mac/svg/hixie/viewbox/002-expected.txt: Added.
20719         * platform/chromium-mac/svg/hixie/viewbox/003-expected.txt: Added.
20720         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Added.
20721         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Added.
20722         * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.txt: Added.
20723         * platform/chromium-mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
20724         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Added.
20725         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Added.
20726         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
20727         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20728         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20729         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
20730         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
20731         * platform/chromium-mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
20732         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
20733         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20734         * platform/chromium-win-xp/svg/hixie/perf: Removed.
20735         * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Removed.
20736         * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Removed.
20737         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
20738         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20739         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20740         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20741         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20742         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20743         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20744         * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20745         * platform/chromium-win/svg/hixie/perf/007-expected.txt: Removed.
20746         * platform/chromium/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
20747         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
20748         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
20749         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
20750         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
20751         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
20752         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
20753         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
20754         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
20755         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
20756         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
20757         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
20758         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
20759         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
20760         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20761         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
20762         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
20763         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
20764         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
20765         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
20766         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
20767         * platform/chromium/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
20768         * platform/chromium/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
20769         * platform/chromium/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20770         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
20771         * platform/chromium/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20772         * platform/chromium/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20773         * platform/chromium/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
20774         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
20775         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
20776         * platform/chromium/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
20777         * platform/chromium/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
20778         * platform/chromium/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
20779         * platform/chromium/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
20780         * platform/chromium/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
20781         * platform/chromium/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
20782         * platform/chromium/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
20783         * platform/chromium/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
20784         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
20785         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
20786         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
20787         * platform/chromium/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
20788         * platform/chromium/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
20789         * platform/chromium/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
20790         * platform/chromium/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
20791         * platform/chromium/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
20792         * platform/chromium/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
20793         * platform/chromium/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
20794         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
20795         * platform/chromium/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
20796         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
20797         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
20798         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
20799         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
20800         * platform/chromium/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
20801         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
20802         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
20803         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
20804         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
20805         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20806         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
20807         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
20808         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
20809         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
20810         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
20811         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
20812         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20813         * platform/chromium/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
20814         * platform/chromium/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
20815         * platform/chromium/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
20816         * platform/chromium/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
20817         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20818         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20819         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20820         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20821         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20822         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20823         * platform/chromium/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
20824         * platform/chromium/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
20825         * platform/chromium/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
20826         * platform/chromium/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
20827         * platform/chromium/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
20828         * platform/chromium/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
20829         * platform/chromium/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
20830         * platform/chromium/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
20831         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
20832         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
20833         * platform/chromium/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
20834         * platform/chromium/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
20835         * platform/chromium/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
20836         * platform/chromium/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
20837         * platform/chromium/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
20838         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
20839         * platform/chromium/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
20840         * platform/chromium/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
20841         * platform/chromium/svg/batik/paints/patternRegionA-expected.txt: Removed.
20842         * platform/chromium/svg/batik/paints/patternRegions-expected.txt: Removed.
20843         * platform/chromium/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
20844         * platform/chromium/svg/batik/text/textDecoration-expected.txt: Removed.
20845         * platform/chromium/svg/batik/text/textDecoration2-expected.txt: Removed.
20846         * platform/chromium/svg/batik/text/textEffect2-expected.txt: Removed.
20847         * platform/chromium/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
20848         * platform/chromium/svg/batik/text/textPosition-expected.txt: Removed.
20849         * platform/chromium/svg/batik/text/textProperties2-expected.txt: Removed.
20850         * platform/chromium/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20851         * platform/chromium/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
20852         * platform/chromium/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
20853         * platform/chromium/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
20854         * platform/chromium/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
20855         * platform/chromium/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
20856         * platform/chromium/svg/custom/pattern-with-transformation-expected.txt: Removed.
20857         * platform/chromium/svg/custom/text-clip-expected.txt: Removed.
20858         * platform/chromium/svg/custom/text-ctm-expected.txt: Removed.
20859         * platform/chromium/svg/custom/text-dom-01-f-expected.txt: Removed.
20860         * platform/chromium/svg/custom/text-filter-expected.txt: Removed.
20861         * platform/chromium/svg/custom/text-hit-test-expected.txt: Removed.
20862         * platform/chromium/svg/custom/text-rotation-expected.txt: Removed.
20863         * platform/chromium/svg/custom/text-whitespace-handling-expected.txt: Removed.
20864         * platform/chromium/svg/custom/use-dynamic-append-expected.txt: Removed.
20865         * platform/chromium/svg/hixie/error/002-expected.txt: Removed.
20866         * platform/chromium/svg/hixie/error/013-expected.txt: Removed.
20867         * platform/chromium/svg/text/bidi-embedded-direction-expected.txt: Removed.
20868         * platform/chromium/svg/text/font-size-below-point-five-expected.txt: Removed.
20869         * platform/chromium/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
20870         * platform/chromium/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20871         * platform/chromium/svg/text/text-repaint-rects-expected.txt: Removed.
20872         * platform/chromium/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
20873         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20874         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20875         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20876         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20877         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20878         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Removed.
20879         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20880         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20881         * platform/gtk/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20882         * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20883         * platform/gtk/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20884         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20885         * platform/gtk/svg/custom/pattern-with-transformation-expected.txt: Removed.
20886         * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20887         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20888         * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20889         * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20890         * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20891         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20892         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20893         * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20894         * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20895         * platform/qt/svg/hixie/perf/007-expected.txt: Removed.
20896         * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
20897         * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
20898         * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
20899         * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
20900         * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
20901         * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
20902         * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
20903         * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
20904         * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
20905         * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
20906         * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
20907         * svg/clip-path/clip-path-pixelation-expected.txt: Added.
20908         * svg/custom/pattern-with-transformation-expected.txt: Added.
20909         * svg/hixie/perf/007-expected.txt: Added.
20910         * svg/text/text-midpoint-split-bug-expected.txt: Added.
20911
20912 2013-01-24  Joshua Bell  <jsbell@chromium.org>
20913
20914         IndexedDB: Remove IDBUpgradeNeededEvent, merge with IDBVersionChangeEvent
20915         https://bugs.webkit.org/show_bug.cgi?id=107754
20916
20917         Reviewed by Tony Chang.
20918
20919         Updated expectations, and new test file. In most cases, just switch test from
20920         looking at event.target.version and event.version to event.oldVersion and event.newVersion,
20921         in some cases verifying the old properties as well as a sanity check.
20922
20923         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
20924         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
20925         * storage/indexeddb/deletedatabase-blocked-expected.txt:
20926         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
20927         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
20928         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
20929         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
20930         * storage/indexeddb/events-expected.txt: Added.
20931         * storage/indexeddb/events.html: Added.
20932         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
20933         * storage/indexeddb/intversion-long-queue-expected.txt:
20934         * storage/indexeddb/removed-expected.txt:
20935         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
20936         * storage/indexeddb/resources/deletedatabase-blocked.js:
20937         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
20938         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
20939         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
20940         * storage/indexeddb/resources/events.js: Added.
20941         * storage/indexeddb/resources/intversion-gated-on-delete.js:
20942         * storage/indexeddb/resources/intversion-long-queue.js:
20943         * storage/indexeddb/resources/removed.js: Verify that old Event type and property are gone.
20944
20945 2013-01-24  Emil A Eklund  <eae@chromium.org>
20946
20947         [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox
20948         https://bugs.webkit.org/show_bug.cgi?id=107771
20949
20950         Reviewed by Levi Weintraub.
20951         
20952         Add test for svg text subpixel measurement and update
20953         expectations as needed.
20954
20955         * css3/zoom-coords.xhtml:
20956         * platform/chromium/TestExpectations:
20957         * platform/mac/TestExpectations:
20958         * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
20959         * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
20960         * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
20961         * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
20962         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
20963         * svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
20964         * svg/custom/glyph-setting-d-attribute-expected.txt:
20965         * svg/foreignObject/text-tref-02-b-expected.txt:
20966         * svg/hixie/viewbox/002-expected.txt:
20967         * svg/hixie/viewbox/003-expected.txt:
20968         * svg/text/text-rect-precision.html: Added.
20969         * svg/text/text-viewbox-rescale-expected.txt:
20970         * svg/zoom/page/zoom-zoom-coords-expected.txt:
20971         * svg/zoom/page/zoom-zoom-coords.xhtml:
20972
20973 2013-01-24  Philip Rogers  <pdr@google.com>
20974
20975         Preserve container size requests across image loads
20976         https://bugs.webkit.org/show_bug.cgi?id=106733
20977
20978         Reviewed by Tim Horton.
20979
20980         * http/tests/svg/cached-image-sizing-expected.html: Added.
20981         * http/tests/svg/cached-image-sizing.html: Added.
20982         * http/tests/svg/resources/delayCachedLoad.php: Added.
20983         * http/tests/svg/resources/greenSquare.svg: Added.
20984
20985 2013-01-24  Sheriff Bot  <webkit.review.bot@gmail.com>
20986
20987         Unreviewed, rolling out r140296.
20988         http://trac.webkit.org/changeset/140296
20989         https://bugs.webkit.org/show_bug.cgi?id=107857
20990
20991         Cause several regresssions (Requested by smfr on #webkit).
20992
20993         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
20994         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
20995         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
20996         * fast/forms/text/text-padding-dynamic-change.html: Removed.
20997
20998 2013-01-24  Adam Klein  <adamk@chromium.org>
20999
21000         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky
21001         https://bugs.webkit.org/show_bug.cgi?id=106612
21002
21003         Reviewed by Eric Seidel.
21004
21005         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Wait for
21006         the iframe's onload event before running the test.
21007         * platform/chromium/TestExpectations: Remove flaky expectation.
21008         * platform/efl/TestExpectations: ditto
21009         * platform/gtk/TestExpectations: ditto
21010
21011 2013-01-24  Tony Chang  <tony@chromium.org>
21012
21013         Remove document as a parameter from a few internals methods
21014         https://bugs.webkit.org/show_bug.cgi?id=107757
21015
21016         Reviewed by Hajime Morita.
21017
21018         Remove document as a parameter since there's already one associated with internals.
21019
21020         * editing/input/editable-container-with-word-wrap-normal.html:
21021         * editing/selection/caret-alignment-for-vertical-text.html:
21022         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html:
21023         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html:
21024         * editing/selection/caret-in-empty-inline-1.html:
21025         * editing/selection/caret-in-empty-inline-2.html:
21026         * editing/selection/internal-caret-rect.html:
21027         * fast/dom/resources/shadow-test-driver.js:
21028         (createContentWithSelect):
21029         (createContentWithText):
21030         (appendShadow):
21031         (appendShadowDeep):
21032         * fast/dom/shadow/content-element-includer.html:
21033         * fast/dom/shadow/content-element-renderers.html:
21034         * fast/dom/shadow/content-selector-query.html:
21035         * fast/dom/shadow/create-content-element.html:
21036         * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
21037         * fast/dom/shadow/shadow-contents-fallback.html:
21038         * fast/dom/shadow/shadow-contents-select.html:
21039         * fast/preloader/scan-body-from-head-import.html:
21040         * http/tests/loading/preload-append-scan.php:
21041
21042 2013-01-24  Mike West  <mkwst@chromium.org>
21043
21044         Web Inspector: 'console.debug' should generate messages at DebugMessageLevel.
21045         https://bugs.webkit.org/show_bug.cgi?id=107816
21046
21047         Reviewed by Pavel Feldman.
21048
21049         * inspector/console/console-tests-expected.txt:
21050         * inspector/extensions/extensions-console-expected.txt:
21051             Rebaseline this test with the updated message level.
21052
21053 2013-01-24  Dima Gorbik  <dgorbik@apple.com>
21054
21055         Implement :past pseudo class for the WebVTT ::cue pseudo element
21056         https://bugs.webkit.org/show_bug.cgi?id=105482
21057
21058         Reviewed by Eric Carlson.
21059
21060         * media/track/captions-webvtt/styling-timestamps.vtt: Added.
21061         * media/track/track-css-matching-timestamps-expected.txt: Added.
21062         * media/track/track-css-matching-timestamps.html: Added.
21063
21064 2013-01-24  Max Vujovic  <mvujovic@adobe.com>
21065
21066         [CSS Filters] CSS opacity property clips filter outsets
21067         https://bugs.webkit.org/show_bug.cgi?id=106549
21068
21069         Reviewed by Dirk Schulze.
21070
21071         Add a reftest to verify that an element's drop shadow filter is not clipped when a CSS
21072         opacity property is not applied.
21073
21074         * css3/filters/css-opacity-with-drop-shadow-expected.html: Added.
21075         * css3/filters/css-opacity-with-drop-shadow.html: Added.
21076
21077 2013-01-24  Christophe Dumez  <christophe.dumez@intel.com>
21078
21079         Unreviewed EFL rebaseline.
21080
21081         Rebaseline several tests on EFL port after r140693.
21082
21083         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png:
21084         * platform/efl/TestExpectations:
21085         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
21086         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
21087         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
21088         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
21089         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
21090         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
21091         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
21092         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
21093         * platform/efl/fast/text/capitalize-empty-generated-string-expected.png:
21094         * platform/efl/fast/text/capitalize-empty-generated-string-expected.txt:
21095         * platform/efl/fast/text/whitespace/006-expected.png:
21096         * platform/efl/fast/text/whitespace/006-expected.txt:
21097         * platform/efl/fast/text/whitespace/007-expected.png:
21098         * platform/efl/fast/text/whitespace/007-expected.txt:
21099         * platform/efl/svg/batik/text/xmlSpace-expected.png:
21100         * platform/efl/svg/batik/text/xmlSpace-expected.txt:
21101         * platform/efl/svg/carto.net/combobox-expected.png:
21102         * platform/efl/svg/carto.net/combobox-expected.txt:
21103         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
21104         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
21105         * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
21106         * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
21107         * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
21108         * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
21109
21110 2013-01-22  Robert Hogan  <robert@webkit.org>
21111
21112         Inline Containing Only Collapsed Whitespace Not Getting a Linebox
21113         https://bugs.webkit.org/show_bug.cgi?id=31397
21114
21115         Reviewed by David Hyatt.
21116
21117         * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
21118         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-expected.html: Added.
21119         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl-expected.html: Added.
21120         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl.html: Added.
21121         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty.html: Added.
21122         * platform/chromium/TestExpectations:
21123         * platform/efl/TestExpectations:
21124         * platform/gtk/TestExpectations:
21125         * platform/mac/TestExpectations:
21126         * platform/qt/TestExpectations:
21127
21128 2013-01-24  Andrey Lushnikov  <lushnikov@chromium.org>
21129
21130         Web Inspector: expand more chunks in DTE
21131         https://bugs.webkit.org/show_bug.cgi?id=107698
21132
21133         Reviewed by Pavel Feldman.
21134
21135         Correct text expectation as we change amount of expanded chunks.
21136
21137         * inspector/editor/text-editor-selection-expected.txt:
21138
21139 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
21140
21141         [Qt] Unreviewed gardening. Added platform specific expectation after r140174.
21142         https://bugs.webkit.org/show_bug.cgi?id=107434.
21143
21144         * platform/qt/TestExpectations:
21145         * platform/qt/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added after r140174.
21146
21147 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
21148
21149         [Qt][WK2] Unreviewed gardening. Skip a failing HTML ref test after r140229.
21150         https://bugs.webkit.org/show_bug.cgi?id=105390.
21151
21152         * platform/qt-5.0-wk2/TestExpectations:
21153         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added after r140593.
21154
21155 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21156
21157         Unreviewed GTK gardening.
21158
21159         Adding failure expectations for accessibility tests that regressed with r140658.
21160
21161         * platform/gtk/TestExpectations:
21162
21163 2013-01-24  Andrey Adaikin  <aandrey@chromium.org>
21164
21165         Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone
21166         https://bugs.webkit.org/show_bug.cgi?id=107805
21167
21168         Reviewed by Pavel Feldman.
21169
21170         A simple test to dump a canvas 2D trace log with function call stack traces.
21171
21172         * inspector/profiler/canvas-profiler-test.js:
21173         (initialize_CanvasWebGLProfilerTest.):
21174         (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
21175         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
21176         * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
21177         * platform/efl/TestExpectations:
21178         * platform/gtk/TestExpectations:
21179         * platform/mac/TestExpectations:
21180         * platform/qt/TestExpectations:
21181         * platform/win/TestExpectations:
21182         * platform/wincairo/TestExpectations:
21183
21184 2013-01-23  Alexis Menard  <alexis@webkit.org>
21185
21186         Unreviewed cleanup of comments and a commented test.
21187
21188         * transitions/transitions-parsing.html:
21189
21190 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21191
21192         Unreviewed gardening.
21193
21194         Removing failure expectations for the ietestcenter/css3/valuesandunits/units-010.htm
21195         layout test. It was fixed in r140300.
21196
21197         * platform/chromium/TestExpectations:
21198         * platform/efl/TestExpectations:
21199         * platform/gtk/TestExpectations:
21200         * platform/mac/TestExpectations:
21201         * platform/qt-4.8/TestExpectations:
21202         * platform/qt-mac/TestExpectations:
21203         * platform/qt/TestExpectations:
21204
21205 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21206
21207         Unreviewed GTK gardening.
21208
21209         Classifying some IndexedDB failures as flaky.
21210         Removing the expectation for the passing fast/forms/text-input-event.html test.
21211
21212         * platform/gtk/TestExpectations:
21213
21214 2013-01-24  Pavel Feldman  <pfeldman@chromium.org>
21215
21216         Web Inspector: breakpoints are not restored upon reload for scripts with script mapping.
21217         https://bugs.webkit.org/show_bug.cgi?id=107799
21218
21219         Reviewed by Alexander Pavlov.
21220
21221         * inspector/debugger/breakpoint-manager.html:
21222
21223 2013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>
21224
21225         [CSSRegions] Add test cases for auto-size regions and window resize
21226         https://bugs.webkit.org/show_bug.cgi?id=107686
21227
21228         Reviewed by Tony Chang.
21229
21230         The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
21231         https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
21232         for webkit bug 102221.
21233
21234         * fast/regions/autosize-region-container-resize-expected.html: Added.
21235         * fast/regions/autosize-region-container-resize.html: Added.
21236         * fast/regions/autosize-region-window-resize-expected.html: Added.
21237         * fast/regions/autosize-region-window-resize.html: Added.
21238
21239 2013-01-24  Dominic Mazzoni  <dmazzoni@google.com>
21240
21241         AX: should init an AXObject only after AXObjectCache has added it
21242         https://bugs.webkit.org/show_bug.cgi?id=107533
21243
21244         Reviewed by Chris Fleizach.
21245
21246         Adds a new test that demonstrates a crash if an AXObject
21247         initializes itself before the AXObjectCache has added it to
21248         the cache.
21249
21250         * accessibility/duplicate-axrenderobject-crash-expected.txt: Added.
21251         * accessibility/duplicate-axrenderobject-crash.html: Added.
21252
21253 2013-01-23  Kentaro Hara  <haraken@chromium.org>
21254
21255         Implement MouseEvent constructor
21256         https://bugs.webkit.org/show_bug.cgi?id=107630
21257
21258         Reviewed by Adam Barth.
21259
21260         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
21261
21262         The MouseEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag.
21263
21264         * fast/dom/constructed-objects-prototypes-expected.txt:
21265         * fast/dom/dom-constructors-expected.txt:
21266         * fast/dom/dom-constructors.html:
21267         * fast/events/constructors/mouse-event-constructor-expected.txt: Added.
21268         * fast/events/constructors/mouse-event-constructor.html: Added.
21269         * platform/efl/TestExpectations:
21270         * platform/gtk/TestExpectations:
21271         * platform/qt/TestExpectations:
21272         * platform/win/TestExpectations:
21273         * platform/wincairo/TestExpectations:
21274
21275 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21276
21277         Unreviewed, rebaseline for Chromium-Linux and Chromium-Win
21278         editing/selection/range-between-block-and-inline.html
21279
21280         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png:
21281         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png:
21282
21283 2013-01-23  Ken Kania  <kkania@chromium.org>
21284
21285         [Inspector] Add events for tracking page loads and scheduled navigations.
21286         https://bugs.webkit.org/show_bug.cgi?id=104168
21287
21288         Reviewed by Pavel Feldman.
21289
21290         These events are needed for clients who need to be aware of when a page is
21291         navigating or about to navigate. Some clients may wish to prevent interaction
21292         with the page during this time. Two of the new events track loading start and
21293         stop, as measured by the ProgressTracker. The other two events track when a
21294         page has a new scheduled navigation and when it no longer has a scheduled
21295         navigation. These latter two events won't allow the client to determine if
21296         a load is going to happen in all circumstances, but is sufficient for many cases.
21297         Make sure we hold a reference to the frame in NavigationScheduler::timerFired
21298         in case the redirect causes the frame to be detached.
21299
21300         Also, minor update to InspectorInputAgent::dispatchMouseEvent to reorder params
21301         to match dispatchKeyEvent.
21302
21303         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
21304         * inspector-protocol/page/frameScheduledNavigation.html: Added.
21305         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
21306         * inspector-protocol/page/frameStartedLoading.html: Added.
21307         * platform/chromium/TestExpectations:
21308
21309 2013-01-23  Simon Fraser  <simon.fraser@apple.com>
21310
21311         Avoid creating background layers on pages with a fixed background, but no image
21312         https://bugs.webkit.org/show_bug.cgi?id=107783
21313
21314         Reviewed by Beth Dakin.
21315         
21316         Testcase with body { background-attachment:fixed; } but no image.
21317
21318         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Added.
21319         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html: Added.
21320
21321 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21322
21323         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
21324         https://bugs.webkit.org/show_bug.cgi?id=107729
21325
21326         Reviewed by Hajime Morita.
21327
21328         This patch changes panScroll-panIcon.html test to HTML ref test rather than
21329         pixel ref test to avoid rebaseline among Windows versions, and enables
21330         panScroll-panIcon.html.
21331
21332         * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb. 
21333         * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
21334         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
21335         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
21336         * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
21337
21338 2013-01-23  Wei Jia  <wjia@chromium.org>
21339
21340         Enable autoplay when <video>'s src is from media stream
21341         https://bugs.webkit.org/show_bug.cgi?id=105224
21342
21343         Reviewed by Eric Carlson.
21344
21345         Always turns on mediaPlaybackRequiresUserGesture at the beginning.
21346         HTMLMediaElement is supposed to turn it off when <video>'s src is from media stream.
21347         * platform/chromium/media/video-capture-preview.html:
21348
21349 2013-01-23  Luke Macpherson   <macpherson@chromium.org>
21350
21351         Support variables inside -webkit-box-reflect CSS property.
21352         https://bugs.webkit.org/show_bug.cgi?id=106856
21353
21354         Adds test for variables as -webkit-box-reflect parameters.
21355
21356         Reviewed by Tony Chang.
21357
21358         * fast/css/variables/var-inside-box-reflect-expected.html: Added.
21359         * fast/css/variables/var-inside-box-reflect.html: Added.
21360
21361 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
21362
21363         Template element should parse in XHTML just as it does in HTML
21364         https://bugs.webkit.org/show_bug.cgi?id=106491
21365
21366         Reviewed by Ryosuke Niwa.
21367
21368         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization-expected.txt: Added.
21369         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization.xml: Added.
21370         * fast/xpath/xpath-template-element-expected.txt: Added.
21371         * fast/xpath/xpath-template-element.html: Added.
21372         * fast/xsl/resources/xhtml-template.xsl: Added.
21373         * fast/xsl/xslt-processor-template-expected.txt: Added.
21374         * fast/xsl/xslt-processor-template.html: Added.
21375         * fast/xsl/xslt-xhtml-template-expected.txt: Added.
21376         * fast/xsl/xslt-xhtml-template.xml: Added.
21377
21378 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21379
21380         Unreviewew. Rebaseline for Chromium: fast/ruby/select-ruby.html
21381
21382         * platform/chromium-linux-x86/fast/ruby/select-ruby-expected.txt: Added.
21383         * platform/chromium-linux/fast/ruby/select-ruby-expected.png: Added.
21384         * platform/chromium-linux/fast/ruby/select-ruby-expected.txt: Added.
21385         * platform/chromium-mac-lion/fast/ruby/select-ruby-expected.txt: Added.
21386         * platform/chromium-mac-snowleopard/fast/ruby/select-ruby-expected.txt: Added.
21387         * platform/chromium-mac/fast/ruby/select-ruby-expected.png: Added.
21388         * platform/chromium-mac/fast/ruby/select-ruby-expected.txt: Added.
21389         * platform/chromium-win-xp/fast/ruby/select-ruby-expected.txt: Added.
21390         * platform/chromium-win/fast/ruby/select-ruby-expected.png: Added.
21391         * platform/chromium-win/fast/ruby/select-ruby-expected.txt: Added.
21392
21393 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
21394
21395         REGRESSION: WebKit does not render selection in non-first ruby text nodes.
21396         https://bugs.webkit.org/show_bug.cgi?id=92818
21397
21398         Reviewed by Levi Weintraub.
21399
21400         Add a test, authored by Sukolsak Sakshuwong.
21401
21402         * fast/ruby/select-ruby.html: Added.
21403         * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
21404         * platform/mac/fast/ruby/select-ruby-expected.png: Added.
21405         * platform/mac/fast/ruby/select-ruby-expected.txt: Added.
21406
21407 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
21408
21409         WebKit should support decoding multi-byte entities in XML content
21410         https://bugs.webkit.org/show_bug.cgi?id=107459
21411
21412         Reviewed by Adam Barth.
21413
21414         Add a simple test for decoding some entities that resolve to multiple
21415         bytes in XML.
21416
21417         * fast/parser/entities-in-xhtml.xhtml: Added a few multi-bye entities.
21418         * fast/parser/entities-in-xhtml-expected.txt: Updated.
21419
21420 2013-01-23  Filip Pizlo  <fpizlo@apple.com>
21421
21422         Constant folding an access to an uncaptured variable that is captured later in the same basic block shouldn't lead to assertion failures
21423         https://bugs.webkit.org/show_bug.cgi?id=107750
21424         <rdar://problem/12387265>
21425
21426         Reviewed by Mark Hahnenberg.
21427
21428         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt: Added.
21429         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured.html: Added.
21430         * fast/js/jsc-test-list:
21431         * fast/js/script-tests/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js: Added.
21432         (bar):
21433         (baz):
21434         (foo):
21435
21436 2013-01-23  Hans Muller  <hmuller@adobe.com>
21437
21438         [CSS Exclusions] Add support for computing first included interval position for polygons
21439         https://bugs.webkit.org/show_bug.cgi?id=103429
21440
21441         Reviewed by Dirk Schulze.
21442
21443         All of the existing shape-inside tests exercise the new code.  Added new tests which
21444         verify that layout works correctly when layout can not begin at the shape's logical top.
21445         Test 001 additionally checks all writing-modes, test 002 verifies that the topmost/leftmost
21446         rule is followed, and test3 checks a self-intersecting polygon.
21447
21448         * fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html: Added.
21449         * fast/exclusions/shape-inside/shape-inside-first-fit-001.html: Added.
21450         * fast/exclusions/shape-inside/shape-inside-first-fit-002-expected.html: Added.
21451         * fast/exclusions/shape-inside/shape-inside-first-fit-002.html: Added.
21452         * fast/exclusions/shape-inside/shape-inside-first-fit-003-expected.html: Added.
21453         * fast/exclusions/shape-inside/shape-inside-first-fit-003.html: Added.
21454
21455 2013-01-23  Dirk Schulze  <dschulze@adobe.com>
21456
21457         Implement Canvas Path object
21458         https://bugs.webkit.org/show_bug.cgi?id=97333
21459
21460         Reviewed by Dean Jackson.
21461
21462         Add a test for checking existence of Path object and dependent functions.
21463         The test is supposed to fail if canvas-path is not activated on compile time.
21464
21465         * fast/canvas/canvas-path-object-expected.txt: Added.
21466         * fast/canvas/canvas-path-object.html: Added.
21467         * fast/canvas/script-tests/canvas-path-object.js: Added.
21468         * platform/chromium/TestExpectations: Different error handling on Chromium. Needs rebaseline.
21469
21470 2013-01-23  Joshua Bell  <jsbell@chromium.org>
21471
21472         IndexedDB: Remove IDBVersionChangeRequest
21473         https://bugs.webkit.org/show_bug.cgi?id=107711
21474
21475         Reviewed by Tony Chang.
21476
21477         Update expectations - change a handful of FAIL to PASS because past-us were awesome.
21478
21479         * storage/indexeddb/intversion-long-queue-expected.txt:
21480         * storage/indexeddb/intversion-upgrades-expected.txt:
21481
21482 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
21483
21484         [GTK] Bump webkitgtk-test-fonts dependency to cover fallbacks for Tamil, Bengali, and others
21485         https://bugs.webkit.org/show_bug.cgi?id=107727
21486
21487         Reviewed by Gustavo Noronha Silva.
21488
21489         Update test results to reflect the new fonts.
21490
21491         * platform/gtk/fast/text/atsui-multiple-renderers-expected.png:
21492         * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
21493         * platform/gtk/fast/text/complex-text-opacity-expected.png:
21494         * platform/gtk/fast/text/complex-text-opacity-expected.txt:
21495         * platform/gtk/fast/text/international/bold-bengali-expected.png:
21496         * platform/gtk/fast/text/international/bold-bengali-expected.txt:
21497         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png:
21498         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
21499         * platform/gtk/fast/text/international/danda-space-expected.png:
21500         * platform/gtk/fast/text/international/danda-space-expected.txt:
21501         * platform/gtk/fast/text/international/hindi-spacing-expected.png:
21502         * platform/gtk/fast/text/international/hindi-spacing-expected.txt:
21503         * platform/gtk/fast/text/international/hindi-whitespace-expected.png:
21504         * platform/gtk/fast/text/international/hindi-whitespace-expected.txt:
21505         * platform/gtk/fast/text/international/thai-baht-space-expected.png:
21506         * platform/gtk/fast/text/international/thai-baht-space-expected.txt:
21507         * platform/gtk/fast/text/international/thai-line-breaks-expected.png:
21508         * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
21509         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Added.
21510         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
21511         * platform/gtk/transforms/2d/hindi-rotated-expected.png:
21512         * platform/gtk/transforms/2d/hindi-rotated-expected.txt:
21513
21514 2013-01-23  Xianzhu Wang  <wangxianzhu@chromium.org>
21515
21516         Should update compositing state when an out-of-view fixed position element becomes in-view
21517         https://bugs.webkit.org/show_bug.cgi?id=107410
21518
21519         Reviewed by Simon Fraser.
21520
21521         Tests if compositing status is properly updated when fixed position elements change from out-of-view to in-view and back.
21522
21523         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
21524         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html: Added.
21525
21526 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21527
21528         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
21529         https://bugs.webkit.org/show_bug.cgi?id=107729
21530
21531         Unreviewed gardening.
21532
21533         * platform/chromium/TestExpectations:
21534
21535 2013-01-23  Julien Chaffraix  <jchaffraix@webkit.org>
21536
21537         [CSS Grid Layout] Add support for max-content
21538         https://bugs.webkit.org/show_bug.cgi?id=107604
21539
21540         Reviewed by Tony Chang.
21541
21542         * fast/css-grid-layout/minmax-max-content-resolution-columns-expected.txt: Added.
21543         * fast/css-grid-layout/minmax-max-content-resolution-columns.html: Added.
21544         * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: Added.
21545         * fast/css-grid-layout/minmax-max-content-resolution-rows.html: Added.
21546
21547 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21548
21549         [chromium] Layout test rebaselines
21550
21551         Unreviewed rebaseline
21552
21553         * platform/chromium-win-xp/media/media-can-play-ogg-expected.txt: Added.
21554         * platform/chromium-win/media/media-can-play-ogg-expected.txt: Added.
21555
21556 2013-01-23  Tony Chang  <tony@chromium.org>
21557
21558         Incorrect scrollable height during simplified layout
21559         https://bugs.webkit.org/show_bug.cgi?id=107193
21560
21561         Reviewed by David Hyatt.
21562
21563         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
21564         * fast/overflow/height-during-simplified-layout.html: Added.
21565
21566 2013-01-23  Robert Hogan  <robert@webkit.org>
21567
21568         Abspos Inline block not positioned correctly in text-aligned container
21569         https://bugs.webkit.org/show_bug.cgi?id=105695
21570
21571         Reviewed by Ojan Vafai.
21572
21573         * fast/text/container-align-with-inlines-expected.txt: Added.
21574         * fast/text/container-align-with-inlines.html: Added.
21575
21576 2013-01-23  Alexis Menard  <alexis@webkit.org>
21577
21578         transition-property accepts incorrect "all, none" as value
21579         https://bugs.webkit.org/show_bug.cgi?id=105428
21580
21581         Reviewed by Dean Jackson.
21582
21583         Extend the existing tests to cover the bug.
21584
21585         * transitions/transitions-parsing-expected.txt:
21586         * transitions/transitions-parsing.html:
21587
21588 2013-01-23  Andrey Lushnikov  <lushnikov@chromium.org>
21589
21590         Web Inspector: speedup highlight regex API in DefaultTextEditor
21591         https://bugs.webkit.org/show_bug.cgi?id=107238
21592
21593         Reviewed by Pavel Feldman.
21594
21595         Corrected layout test expectations to correspond to refactoring.
21596
21597         * inspector/editor/text-editor-highlight-regexp-expected.txt:
21598
21599 2013-01-23  Manuel Rego Casasnovas  <rego@igalia.com>
21600
21601         [GTK][WK2] Unflag tests related to layoutTestController.setViewModeMediaFeature
21602         https://bugs.webkit.org/show_bug.cgi?id=107660
21603
21604         Reviewed by Philippe Normand.
21605
21606         * platform/gtk-wk2/TestExpectations: Remove tests related to
21607         layoutTestController.setViewModeMediaFeature as they are passing now.
21608
21609 2013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>
21610
21611         Unreviewed, rolling out r140307, r140411, and r140512.
21612         http://trac.webkit.org/changeset/140307
21613         http://trac.webkit.org/changeset/140411
21614         http://trac.webkit.org/changeset/140512
21615         https://bugs.webkit.org/show_bug.cgi?id=107689
21616
21617         Perf regression on DOMDivWalk (bug 106726) (Requested by
21618         falken on #webkit).
21619
21620         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
21621         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
21622         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
21623         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
21624
21625 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
21626
21627         REGRESSION(r140101): caused debug asserts in fast/forms/associated-element-crash.html and html5lib/run-template.html
21628         https://bugs.webkit.org/show_bug.cgi?id=107237
21629
21630         Reviewed by Adam Barth.
21631
21632         * platform/chromium/TestExpectations:
21633
21634 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21635
21636         [chromium] Layout test rebaselines
21637
21638         Unreviewed rebaseline
21639
21640         * platform/chromium-linux-x86/media/media-can-play-ogg-expected.txt: Added.
21641         * platform/chromium-linux/media/media-can-play-ogg-expected.txt: Added.
21642         * platform/chromium-mac-lion/media/media-can-play-ogg-expected.txt: Added.
21643         * platform/chromium-mac-snowleopard/media/media-can-play-ogg-expected.txt: Added.
21644         * platform/chromium-mac/media/media-can-play-ogg-expected.txt: Added.
21645
21646 2013-01-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
21647
21648         [Qt] Unreviewed gardening.
21649         Rebaselining after r140448, r140459 and r140493.
21650
21651         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
21652         * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
21653
21654 2013-01-23  Adrian Perez de Castro  <aperez@igalia.com>
21655
21656         [GStreamer] Add Opus MIME type to the list of supported ones
21657         https://bugs.webkit.org/show_bug.cgi?id=98759
21658
21659         Reviewed by Philippe Normand.
21660
21661         Opus (http://opus-codec.org) streams are typically embedded into
21662         Ogg containers, so add a check for it in the test case.
21663
21664         * media/media-can-play-ogg-expected.txt:
21665         * media/media-can-play-ogg.html:
21666         * platform/chromium-android/media/media-can-play-ogg-expected.txt:
21667         * platform/chromium/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21668         * platform/efl/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21669         * platform/gtk/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21670         * platform/qt-linux/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21671
21672 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21673
21674         REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP
21675         https://bugs.webkit.org/show_bug.cgi?id=107623
21676
21677         Reviewed by Hajime Morita.
21678
21679         This test checks no pan icon after pan scroll.
21680
21681         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Added.
21682         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Added.
21683         * platform/chromium-win/fast/events/panScroll-panIcon.html: Added.
21684         * platform/chromium/TestExpectations: Changed to skip entry for panScroll-panIcon.html for Android, Linux and Mac. 
21685
21686 2013-01-23  Vivek Galatage  <vivek.vg@samsung.com>
21687
21688         xml-stylesheet XSL is not requested with JavaScript disabled
21689         https://bugs.webkit.org/show_bug.cgi?id=103902
21690
21691         Reviewed by Adam Barth.
21692
21693         Add a test to perform XSL transformation when the Javascript is disabled.
21694
21695         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xml:
21696         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xsl:
21697         * http/tests/xsl/xslt-transform-with-javascript-disabled-expected.txt:
21698         * http/tests/xsl/xslt-transform-with-javascript-disabled.html:
21699
21700 2013-01-23  Hajime Morrita  <morrita@google.com>
21701
21702         Invalidated SVG shadow tree should be always detached.
21703         https://bugs.webkit.org/show_bug.cgi?id=107634
21704
21705         Reviewed by Ryosuke Niwa.
21706
21707         * svg/custom/use-invalidate-click-crash-expected.txt: Added.
21708         * svg/custom/use-invalidate-click-crash.xhtml: Added.
21709
21710 2013-01-23  Seokju Kwon  <seokju.kwon@gmail.com>
21711
21712         [EFL] Gardening for some inspector tests
21713         https://bugs.webkit.org/show_bug.cgi?id=107516
21714
21715         Unreviewed gardening.
21716
21717         * platform/efl/TestExpectations: Add bug numbers.
21718
21719 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
21720
21721         Unreviewed GTK gardening.
21722
21723         Rebaselining after r140448, r140459 and r140493.
21724
21725         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
21726         * platform/gtk/fast/js/global-constructors-expected.txt:
21727
21728 2013-01-22  Kent Tamura  <tkent@chromium.org>
21729
21730         [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/
21731
21732         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added property svn:mime-type.
21733         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added property svn:mime-type.
21734         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added property svn:mime-type.
21735         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
21736         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added property svn:mime-type.
21737         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added property svn:mime-type.
21738         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added property svn:mime-type.
21739         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added property svn:mime-type.
21740         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added property svn:mime-type.
21741         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added property svn:mime-type.
21742         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added property svn:mime-type.
21743         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added property svn:mime-type.
21744         * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
21745         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added property svn:mime-type.
21746         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
21747         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21748         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21749         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21750
21751 2013-01-22  Dima Gorbik  <dgorbik@apple.com>
21752
21753         Whitelist should also work for the WebVTT ::cue element without an argument
21754         https://bugs.webkit.org/show_bug.cgi?id=107488
21755
21756         Reviewed by Andreas Kling.
21757
21758         * media/track/track-css-property-whitelist-expected.txt:
21759         * media/track/track-css-property-whitelist.html:
21760
21761 2013-01-22  Kent Tamura  <tkent@chromium.org>
21762
21763         [Chromium] Layout test calendar-picker-mouse-operations.html is flaky
21764         https://bugs.webkit.org/show_bug.cgi?id=107423
21765
21766         * platform/chromium/TestExpectations:
21767         Update the bug URL.
21768
21769 2013-01-22  Kent Tamura  <tkent@chromium.org>
21770
21771         [Chromium] Fix calendar-picker-key-operations.html
21772         https://bugs.webkit.org/show_bug.cgi?id=101408
21773
21774         Reviewed by Kentaro Hara.
21775
21776         * platform/chromium/TestExpectations:
21777         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
21778         We need to apply the waitUntilClosing idiom because picker closing
21779         operation is asynchronous.
21780         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
21781         Fix a failure.
21782
21783 2013-01-22  Yoshifumi Inoue  <yosin@chromium.org>
21784
21785         Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations
21786
21787         * platform/chromium/TestExpectations: Remove an entry for fast/forms/associated-element-crash.html
21788
21789 2013-01-21  Kentaro Hara  <haraken@chromium.org>
21790
21791         Implement UIEvent constructor
21792         https://bugs.webkit.org/show_bug.cgi?id=107430
21793
21794         Reviewed by Adam Barth.
21795
21796         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
21797
21798         UIEvent constructor is implemented under a DOM4_EVENTS_CONSTRUCTOR flag,
21799         which is enabled on Safari and Chromium for now.
21800
21801         * fast/events/constructors/ui-event-constructor-expected.txt: Added.
21802         * fast/events/constructors/ui-event-constructor.html: Added.
21803         * platform/efl/TestExpectations:
21804         * platform/gtk/TestExpectations:
21805         * platform/qt/TestExpectations:
21806         * platform/win/TestExpectations:
21807         * platform/wincairo/TestExpectations:
21808
21809 2013-01-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
21810
21811         [EFL][WebGL] Enable WebGL LayoutTests.
21812         https://bugs.webkit.org/show_bug.cgi?id=107485
21813
21814         Reviewed by Laszlo Gombos.
21815
21816         This patch enables WebGL LayoutTests for Efl Port.
21817
21818         * platform/efl/TestExpectations:
21819
21820 2013-01-22  Noel Gordon  <noel.gordon@gmail.com>
21821
21822         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7 
21823         https://bugs.webkit.org/show_bug.cgi?id=107581
21824
21825         Unreviewed gardening.
21826
21827         Results on all win platforms match the generic expected result (so use that).
21828
21829         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21830         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21831         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21832         * platform/chromium/TestExpectations:
21833
21834 2013-01-22  Tony Chang  <tony@chromium.org>
21835
21836         Unreviewed, rolling out r140171.
21837         http://trac.webkit.org/changeset/140171
21838         https://bugs.webkit.org/show_bug.cgi?id=107193
21839
21840         Regressed scrollable region size in other cases.
21841
21842         * fast/overflow/height-during-simplified-layout-expected.txt: Removed.
21843         * fast/overflow/height-during-simplified-layout.html: Removed.
21844
21845 2013-01-22  Julien Chaffraix  <jchaffraix@webkit.org>
21846
21847         [CSS Grid Layout] Add grid.css to hold the common grid testing code
21848         https://bugs.webkit.org/show_bug.cgi?id=107044
21849
21850         Reviewed by Tony Chang.
21851
21852         * fast/css-grid-layout/containing-block-grids.html:
21853         Removed 2 bad display: none rules that where overriden by
21854         the inline style declaration.
21855
21856         * fast/css-grid-layout/minmax-fixed-logical-height-only.html:
21857         * fast/css-grid-layout/breadth-size-resolution-grid.html:
21858         * fast/css-grid-layout/calc-resolution-grid-item.html:
21859         * fast/css-grid-layout/display-grid-set-get.html:
21860         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
21861         * fast/css-grid-layout/grid-columns-rows-get-set.html:
21862         * fast/css-grid-layout/grid-element-padding-margin.html:
21863         * fast/css-grid-layout/minmax-fixed-logical-width-only.html:
21864         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
21865         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
21866         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html:
21867         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html:
21868         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html:
21869         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html:
21870         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html:
21871         * fast/css-grid-layout/percent-resolution-grid-item.html:
21872         * fast/css-grid-layout/place-cell-by-index.html:
21873         Updated all the files above to:
21874         - use grid.css.
21875         - rename 'a', 'b', 'c' and 'd' to more meaningful.
21876         - change the previous ids to be classes as we ended up having several divs with the same id.
21877
21878         * fast/css-grid-layout/resources/grid.css: Added.
21879
21880 2013-01-22  Ojan Vafai  <ojan@chromium.org>
21881
21882         REGRESION(r130774): preferred width of tables does not take max-width into account
21883         https://bugs.webkit.org/show_bug.cgi?id=107576
21884
21885         Reviewed by Tony Chang.
21886
21887         * fast/table/min-max-width-preferred-size-expected.txt: Added.
21888         * fast/table/min-max-width-preferred-size.html: Added.
21889
21890 2013-01-22  Michael Saboff  <msaboff@apple.com>
21891
21892         sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing
21893         https://bugs.webkit.org/show_bug.cgi?id=90742
21894
21895         Unreviewed.  Test passes without any error or crashing.  Suspect
21896         that the original issue has been resolved.
21897
21898         * platform/mac/TestExpectations:
21899
21900 2013-01-22  Alpha Lam  <hclam@chromium.org>
21901
21902         [chromium] Update test expectations
21903         https://bugs.webkit.org/show_bug.cgi?id=107587
21904
21905         Unreviewed. Mark these tests as slow on Win7 Debug:
21906         platform/chromium/virtual/gpu/fast/hidpi/clip-text-in-hidpi.html
21907         platform/chromium/virtual/gpu/fast/hidpi/device-scale-factor-paint.html
21908         platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html
21909
21910         * platform/chromium/TestExpectations:
21911
21912 2013-01-22  Joseph Pecoraro  <pecoraro@apple.com>
21913
21914         [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)
21915         https://bugs.webkit.org/show_bug.cgi?id=107230
21916
21917         Reviewed by David Kilzer.
21918
21919         * fast/events/page-visibility-iframe-delete-test-expected.txt:
21920         * fast/events/page-visibility-iframe-delete-test.html:
21921         Fix a typo.
21922
21923         * platform/mac/TestExpectations:
21924         Unskip the tests on OS X.
21925
21926 2013-01-22  Alpha Lam  <hclam@chromium.org>
21927
21928         [chromium] Update test expectations
21929         https://bugs.webkit.org/show_bug.cgi?id=107328
21930
21931         Unreviewed. Mark this test as missing:
21932         fast/forms/form-associated-element-crash3.html
21933
21934         * platform/chromium/TestExpectations:
21935
21936 2013-01-22  Alpha Lam  <hclam@chromium.org>
21937
21938         [chromium] Update test expectations.
21939
21940         Unreviewed rebaseline for layout test:
21941         platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html
21942
21943         * platform/chromium-mac/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt.
21944
21945 2013-01-22  Alpha Lam  <hclam@chromium.org>
21946
21947         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7
21948         https://bugs.webkit.org/show_bug.cgi?id=107581
21949
21950         Unreviewed build fix. Mark the following test as failing on Win7:
21951         webaudio/realtimeanalyser-fft-sizing.html
21952
21953         * platform/chromium/TestExpectations:
21954
21955 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
21956
21957         [GTK] Enable CSS Image Orientation feature
21958         https://bugs.webkit.org/show_bug.cgi?id=99040
21959
21960         Reviewed by Martin Robinson.
21961
21962         Remove the general expectation, replacing it with a failure expectation
21963         for the test that's failing due to whitespace problems in the cssText attribute
21964         value after the image orientation attribute is set.
21965
21966         * platform/gtk/TestExpectations:
21967
21968 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
21969
21970         [GTK] Enable the <template> element support in development builds
21971         https://bugs.webkit.org/show_bug.cgi?id=106575
21972
21973         Reviewed by Martin Robinson.
21974
21975         Remove the skip entry for the layout tests of the element.
21976         Add a failure expectation for a flaky test that's being unskipped.
21977
21978         * platform/gtk/TestExpectations:
21979
21980 2013-01-22  Alpha Lam  <hclam@chromium.org>
21981
21982         REGRESSION(r140231): media track layout tests crashing
21983         https://bugs.webkit.org/show_bug.cgi?id=107579
21984
21985         Unreviewed. Mark 3 tests as crashing:
21986         media/track/track-css-cue-lifetime.html
21987         media/track/track-css-matching.html
21988         media/track/track-css-property-whitelist.html
21989
21990         * platform/chromium/TestExpectations:
21991
21992 2013-01-22  Alexis Menard  <alexis@webkit.org>
21993
21994         Allow construction of unprefixed transition DOM events.
21995         https://bugs.webkit.org/show_bug.cgi?id=107319
21996
21997         Reviewed by Dean Jackson.
21998
21999         Add new tests to cover the feature. Update some existing ones with new
22000         expected results as a new constructor was added.
22001
22002         * fast/dom/constructed-objects-prototypes.html:
22003         * fast/dom/constructed-objects-prototypes-expected.txt:
22004         * fast/events/constructors/transition-event-constructor-expected.txt: Added.
22005         * fast/events/constructors/transition-event-constructor.html: Added.
22006         * fast/events/event-creation.html:
22007         * platform/chromium/TestExpectations: Chromium turns the feature off.
22008
22009 2013-01-22  Sheriff Bot  <webkit.review.bot@gmail.com>
22010
22011         Unreviewed, rolling out r140435.
22012         http://trac.webkit.org/changeset/140435
22013         https://bugs.webkit.org/show_bug.cgi?id=107565
22014
22015         Crashes on ClusterFuzz due to float not removed (Requested by
22016         inferno-sec on #webkit).
22017
22018         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
22019         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
22020
22021 2013-01-22  Robert Hogan  <robert@webkit.org>
22022
22023         When we do setAttribute("border", null) on a table we should create a border like every other browser
22024         https://bugs.webkit.org/show_bug.cgi?id=102112
22025
22026         Reviewed by Ryosuke Niwa.
22027
22028         * fast/dom/HTMLTableElement/table-with-invalid-border-expected.txt: Added.
22029         * fast/dom/HTMLTableElement/table-with-invalid-border.html: Added.
22030         * fast/table/table-with-borderattr-null-expected.txt: Added.
22031         * fast/table/table-with-borderattr-null.html: Added.
22032         * fast/table/table-with-borderattr-set-to-null-expected.txt: Added.
22033         * fast/table/table-with-borderattr-set-to-null.html: Added.
22034
22035 2013-01-22  Abhishek Arya  <inferno@chromium.org>
22036
22037         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
22038         https://bugs.webkit.org/show_bug.cgi?id=107226
22039
22040         Reviewed by Emil A Eklund.
22041
22042         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
22043         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
22044
22045 2013-01-18  Stephen Chenney  <schenney@chromium.org>
22046
22047         Asserts when textPath is used with no path
22048         https://bugs.webkit.org/show_bug.cgi?id=107324
22049
22050         Reviewed by Eric Seidel.
22051
22052         Test will assert in debug without this patch.
22053
22054         * svg/text/tpath-without-path-expected.txt: Added.
22055         * svg/text/tpath-without-path.svg: Added.
22056
22057 2013-01-22  Krzysztof Czech  <k.czech@samsung.com>
22058
22059         [EFL] Unskipping some Accessibility Layout Tests for WK2.
22060         https://bugs.webkit.org/show_bug.cgi?id=107555
22061
22062         Unreviewed EFL gardening.
22063
22064         * platform/efl-wk2/TestExpectations:
22065
22066 2013-01-22  Andrey Lushnikov  <lushnikov@chromium.org>
22067
22068         Web Inspector: do not highlight really long lines in DTE.
22069         https://bugs.webkit.org/show_bug.cgi?id=107531
22070
22071         Reviewed by Pavel Feldman.
22072
22073         Layout test to verify that Default Text Editor does not spend time for
22074         highlighting really long lines of code.
22075
22076         * inspector/editor/highlighter-long-line.html: Correct highlighter defaults in initialization.
22077         * inspector/editor/text-editor-long-line-expected.txt: Added.
22078         * inspector/editor/text-editor-long-line.html: Added.
22079
22080 2013-01-22  Thiago Marcos P. Santos  <thiago.santos@intel.com>
22081
22082         [EFL][Chromium] Unreviewed gardening.
22083
22084         Added expectations for a crashing EFL test and fixed
22085         a typo on Chromium's expectations for the same test.
22086
22087         * platform/chromium/TestExpectations:
22088         * platform/efl/TestExpectations:
22089
22090 2013-01-22  Dominik Röttsches  <dominik.rottsches@intel.com>
22091
22092         [EFL] Enable sub-pixel tests
22093         https://bugs.webkit.org/show_bug.cgi?id=107548
22094
22095         Unreviewed gardening.
22096
22097         I will run this through EWS'ses and give others a chance to comment
22098         since I am removing the sub-pixel skipping from the wk2/TestExpectations file.
22099         This set of tests seems to be specifically skipped
22100         in all platforms that don't want to run these tests.
22101
22102         * platform/efl/TestExpectations:
22103         * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
22104         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
22105         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
22106         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
22107         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
22108         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
22109         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
22110         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
22111         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
22112         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
22113         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
22114         * platform/wk2/TestExpectations:
22115
22116 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
22117
22118         Unreviewed GTK gardening.
22119
22120         Adding back an expectation that was errornously removed in r140404.
22121
22122         * platform/gtk/TestExpectations:
22123
22124 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
22125
22126         Unreviewed GTK gardening.
22127
22128         Adding timeout expectations for two tests from the JSRegress suite that
22129         were added in r140276. The timeouts are GTK-specific.
22130         Expanding the main failure expectation for all Encrypted Media tests to
22131         expect either failures or timeouts.
22132
22133         * platform/gtk/TestExpectations:
22134
22135 2013-01-22  Mihnea Ovidenie  <mihnea@adobe.com>
22136
22137         [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height
22138         https://bugs.webkit.org/show_bug.cgi?id=103738
22139
22140         Reviewed by David Hyatt.
22141
22142         Added tests for dynamically change the min/max-height for auto-height regions, including also vertical writing modes.
22143         Added tests for dynamically changing the width of auto-height regions to make sure we are correctly computing their height.
22144         Added two tests for complex auto-height regions layout which require a full two-pass layout after some regions from region
22145         chain are laid out.
22146
22147         * fast/regions/autoheight-region-decrease-maxheight-expected.txt: Added.
22148         * fast/regions/autoheight-region-decrease-maxheight.html: Added.
22149         * fast/regions/autoheight-region-decrease-minheight-expected.txt: Added.
22150         * fast/regions/autoheight-region-decrease-minheight.html: Added.
22151         * fast/regions/autoheight-region-decrease-width-expected.txt: Added.
22152         * fast/regions/autoheight-region-decrease-width.html: Added.
22153         * fast/regions/autoheight-region-increase-maxheight-expected.txt: Added.
22154         * fast/regions/autoheight-region-increase-maxheight.html: Added.
22155         * fast/regions/autoheight-region-increase-minheight-expected.txt: Added.
22156         * fast/regions/autoheight-region-increase-minheight.html: Added.
22157         * fast/regions/autoheight-region-increase-width-expected.txt: Added.
22158         * fast/regions/autoheight-region-increase-width.html: Added.
22159         * fast/regions/autoheight-region-new-maxheight-expected.txt: Added.
22160         * fast/regions/autoheight-region-new-maxheight-vrl-expected.txt: Added.
22161         * fast/regions/autoheight-region-new-maxheight-vrl.html: Added.
22162         * fast/regions/autoheight-region-new-maxheight.html: Added.
22163         * fast/regions/autoheight-region-new-minheight-expected.txt: Added.
22164         * fast/regions/autoheight-region-new-minheight-vlr-expected.txt: Added.
22165         * fast/regions/autoheight-region-new-minheight-vlr.html: Added.
22166         * fast/regions/autoheight-region-new-minheight.html: Added.
22167         * fast/regions/autoheight-region-remove-maxheight-expected.txt: Added.
22168         * fast/regions/autoheight-region-remove-maxheight.html: Added.
22169         * fast/regions/autoheight-region-remove-minheight-expected.txt: Added.
22170         * fast/regions/autoheight-region-remove-minheight.html: Added.
22171         * fast/regions/autoheight-two-pass-layout-complex-001-expected.txt: Added.
22172         * fast/regions/autoheight-two-pass-layout-complex-001.html: Added.
22173         * fast/regions/autoheight-two-pass-layout-complex-002-expected.txt: Added.
22174         * fast/regions/autoheight-two-pass-layout-complex-002.html: Added.
22175         * fast/regions/region-height-auto-to-defined-expected.txt: Added.
22176         * fast/regions/region-height-auto-to-defined.html: Added.
22177         * fast/regions/region-height-defined-to-auto-expected.txt: Added.
22178         * fast/regions/region-height-defined-to-auto.html: Added.
22179
22180 2013-01-22  Manuel Rego Casasnovas  <rego@igalia.com>
22181
22182         [GTK] Implement testRunner::setTextDirection
22183         https://bugs.webkit.org/show_bug.cgi?id=107131
22184
22185         Reviewed by Philippe Normand.
22186
22187         * platform/gtk-wk2/TestExpectations: Unflag
22188         fast/html/set-text-direction.html as it was already passing in WK2.
22189         * platform/gtk/TestExpectations: Remove
22190         fast/html/set-text-direction.html.
22191
22192 2013-01-22  Christophe Dumez  <christophe.dumez@intel.com>
22193
22194         Unreviewed EFL gardening.
22195
22196         Unskip 2 tests that were sometimes asserting on the bots as
22197         the problems seems to have been fixed in r140166.
22198
22199         * platform/efl/TestExpectations:
22200
22201 2013-01-22  Sergey Ryazanov  <serya@chromium.org>
22202
22203         Web Inspector: Show requests in `curl` syntax in DevTools → Network → Headers
22204         https://bugs.webkit.org/show_bug.cgi?id=107276
22205
22206         Reviewed by Pavel Feldman.
22207
22208         * inspector/curl-command-expected.txt: Added.
22209         * inspector/curl-command.html: Added.
22210
22211 2013-01-21  Kent Tamura  <tkent@chromium.org>
22212
22213         Date selection from calendar picker should dispatch 'input' event in addition to 'change' event
22214         https://bugs.webkit.org/show_bug.cgi?id=107427
22215
22216         Reviewed by Kentaro Hara.
22217
22218         * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt: Added.
22219         * platform/chromium/fast/forms/calendar-picker/date-picker-events.html: Added.
22220         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt: Added.
22221         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html: Added.
22222
22223 2013-01-21  Noel Gordon  <noel.gordon@gmail.com>
22224
22225         [chromium] Update webaudio/realtimeanalyser-fft-sizing.html expectation on Win
22226
22227         Unreviewed gardening.
22228
22229         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
22230
22231 2013-01-21  Levi Weintraub  <leviw@chromium.org>
22232
22233         Unreviewed gardening. Updating expectations for Mac platforms after r140370.
22234
22235         * platform/chromium-mac-snowleopard/platform/chromium/fast/events: Added.
22236         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Added.
22237         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
22238
22239 2013-01-21  Nico Weber  <thakis@chromium.org>
22240
22241         [chromium] Unreviewed, update baselines after r140358. See also bug 107476.
22242         https://bugs.webkit.org/show_bug.cgi?id=107483
22243
22244         * platform/chromium-mac/fast/block/float/024-expected.txt:
22245         * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22246         * platform/chromium/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/float/024-expected.txt.
22247
22248 2013-01-21  Levi Weintraub  <leviw@chromium.org>
22249
22250         Event target rects on the top level document shouldn't be clipped.
22251         https://bugs.webkit.org/show_bug.cgi?id=107339
22252
22253         Reviewed by James Robinson.
22254
22255         Updating existing tests to cover this issue.
22256
22257         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
22258         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html:
22259         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt:
22260         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html:
22261         * platform/chromium/fast/events/touch/resources/frame-with-document-touch-handler.html: Added.
22262         * platform/chromium/TestExpectations:
22263
22264 2013-01-21  Nico Weber  <thakis@chromium.org>
22265
22266         [chromium] Update expectations.
22267         https://bugs.webkit.org/show_bug.cgi?id=107481
22268
22269         Unreviewed, expectations update.
22270
22271         After https://src.chromium.org/viewvc/chrome?view=rev&revision=177952,
22272         these tests no longer fail on linux.
22273
22274         * platform/chromium/TestExpectations:
22275
22276 2013-01-21  Bem Jones-Bey  <bjonesbe@adobe.com>
22277
22278         [CSS Exclusions] shape-outside on floats for rectangle shapes positioning
22279         https://bugs.webkit.org/show_bug.cgi?id=100399
22280
22281         Reviewed by David Hyatt.
22282
22283         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Added.
22284         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Added.
22285         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
22286             This test had incorrect coordinates for some of the shapes, causing them to break now that x and y are supported for the shapes.
22287
22288 2013-01-21  Robert Hogan  <robert@webkit.org>
22289
22290         Unreviewed, suppress tests requiring rebaseline after r140358
22291         * platform/efl/TestExpectations:
22292         * platform/gtk/TestExpectations:
22293
22294 2013-01-21  Jer Noble  <jer.noble@apple.com>
22295
22296         Unreviewed LayoutTests gardening.
22297
22298         Rebaseline fast/block/margin-collapse/empty-clear-blocks.html
22299         and fast/block/float/024.html after r140358.
22300
22301         * platform/mac/fast/block/float/024-expected.txt:
22302         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22303
22304 2013-01-21  Robert Hogan  <robert@webkit.org>
22305
22306         Unreviewed, suppress tests requiring rebaseline after r140358
22307         * platform/qt/TestExpectations:
22308
22309 2013-01-21  Robert Hogan  <robert@webkit.org>
22310
22311         Misaligned logo on www.nzherald.co.nz possibly due to negative margin-top
22312         https://bugs.webkit.org/show_bug.cgi?id=14664
22313
22314         Reviewed by David Hyatt.
22315
22316         * fast/block/float/clear-negative-margin-top-expected.html: Added.
22317         * fast/block/float/clear-negative-margin-top.html: Added.
22318         * platform/chromium-win/fast/block/float/024-expected.txt:
22319         * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22320
22321 2013-01-21  Zan Dobersek  <zdobersek@igalia.com>
22322
22323         Unreviewed GTK gardening.
22324
22325         Rebaselining a few media tests after r140339.
22326
22327         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
22328         * platform/gtk/fast/layers/video-layer-expected.txt:
22329         * platform/gtk/media/media-controls-clone-expected.txt:
22330         * platform/gtk/media/video-empty-source-expected.txt:
22331         * platform/gtk/media/video-no-audio-expected.txt:
22332
22333 2013-01-21  Rik Cabanier  <cabanier@adobe.com>
22334
22335         Proposal: Add support for even-odd fill and clip to Canvas
22336         https://bugs.webkit.org/show_bug.cgi?id=106188
22337
22338         Reviewed by Dirk Schulze.
22339
22340         Add tests to verify that the winding rule work as expected with clip, fill and isPointInPath
22341
22342         * fast/canvas/canvas-clip-rule-expected.txt: Added.
22343         * fast/canvas/canvas-clip-rule.html: Added.
22344         * fast/canvas/canvas-fill-rule-expected.txt: Added.
22345         * fast/canvas/canvas-fill-rule.html: Added.
22346         * fast/canvas/canvas-isPointInPath-winding-expected.txt: Added.
22347         * fast/canvas/canvas-isPointInPath-winding.html: Added.
22348         * fast/canvas/script-tests/canvas-clip-rule.js: Added.
22349         (pixelDataAtPoint):
22350         (checkResult):
22351         (prepareTestScenario):
22352         * fast/canvas/script-tests/canvas-fill-rule.js: Added.
22353         (pixelDataAtPoint):
22354         (checkResult):
22355         (prepareTestScenario):
22356         * fast/canvas/script-tests/canvas-isPointInPath-winding.js: Added.
22357         (prepareTestScenario):
22358
22359 2013-01-21  ChangSeok Oh  <shivamidow@gmail.com>
22360
22361         [Texmap][GTK] The poster-circle doesn't appear.
22362         https://bugs.webkit.org/show_bug.cgi?id=106672
22363
22364         Reviewed by Noam Rosenthal.
22365
22366         A new pixel test is added. It tests if animated layer is drawn for the first scene.
22367
22368         * compositing/visibility/visibility-composited-animation-expected.png: Added.
22369         * compositing/visibility/visibility-composited-animation-expected.txt: Added.
22370         * compositing/visibility/visibility-composited-animation.html: Added.
22371
22372 2013-01-21  Mike West  <mkwst@chromium.org>
22373
22374         Add a test to ensure that content written into a seamless IFrame inherits style.
22375         https://bugs.webkit.org/show_bug.cgi?id=99289
22376
22377         Reviewed by Eric Seidel.
22378
22379         This patch adds a single test to ensure that content written into a
22380         seamless IFrame via 'contentDocument.write()' properly inherits style.
22381         The root of the issue was fixed in wkbug.com/103539, so no code changes
22382         are necesary, but that patch didn't test this particular edge case.
22383
22384         * fast/frames/seamless/seamless-document-write-expected.txt: Added.
22385         * fast/frames/seamless/seamless-document-write.html: Added.
22386
22387 2013-01-21  Brian Holt  <brian.holt@samsung.com>
22388
22389         Consolidate and run ARIA-list-and-listitem accessibility test
22390         https://bugs.webkit.org/show_bug.cgi?id=107283
22391
22392         Reviewed by Chris Fleizach.
22393
22394         After revision r131674 for bug 99640, the output from
22395         AccessibilityUIElement::role() is consistent across most platforms,
22396         therefore platform specific expections can be consolidated into a
22397         generic expectation with a Mac exception and enabled.
22398
22399         * accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-list-and-listitem-expected.txt.
22400         * platform/gtk/TestExpectations: Removed passing test.
22401         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Removed.
22402
22403 2013-01-21  Michael[tm] Smith  <mike@w3.org>
22404
22405         Implement the HTML <main> element.
22406         https://bugs.webkit.org/show_bug.cgi?id=103172
22407
22408         Reviewed by Chris Fleizach.
22409
22410         <main> should behave the same as <nav>, <section>, <article>, and <aside>.
22411         <main> has no specific parsing rules.
22412         <main> should expose AXLandmarkMain correctly for each platform.
22413
22414         * editing/execCommand/query-format-block-expected.txt:
22415         * editing/execCommand/remove-format-elements-expected.txt:
22416         * editing/execCommand/remove-format-elements.html:
22417         * editing/execCommand/script-tests/query-format-block.js:
22418         * fast/block/child-not-removed-from-parent-lineboxes-crash.html:
22419         * fast/dom/click-method-on-html-element-expected.txt:
22420         * fast/dom/click-method-on-html-element.html:
22421         * fast/dom/wrapper-classes-expected.txt:
22422         * fast/dom/wrapper-classes.html:
22423         * fast/forms/access-key-for-all-elements-expected.txt:
22424         * fast/forms/access-key-for-all-elements.html:
22425         * fast/html/main-element-expected.txt: Added.
22426         * fast/html/main-element.html: Added.
22427         * fast/html/script-tests/main-element.js: Added.
22428         (getWeight):
22429         * platform/chromium/accessibility/main-element-expected.txt: Added.
22430         * platform/chromium/accessibility/main-element.html: Added.
22431         * platform/chromium/fast/dom/wrapper-classes-expected.txt:
22432         * platform/mac/accessibility/main-element-expected.txt: Added.
22433         * platform/mac/accessibility/main-element.html: Added.
22434
22435 2013-01-21  Joanmarie Diggs  <jdiggs@igalia.com>
22436
22437         Crash in AccessibilityTableCell::parentTable()
22438         https://bugs.webkit.org/show_bug.cgi?id=107261
22439
22440         Reviewed by Chris Fleizach.
22441
22442         Getting the parent table in order to get the role value should not be
22443         done when objects are being destroyed. Also, it does not seem safe to
22444         assume we have an AXObjectCache.
22445
22446         * accessibility/table-destroyed-crash-expected.txt: Added.
22447         * accessibility/table-destroyed-crash.html: Added.
22448
22449 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
22450
22451         [Qt] Unreviewed gardening. Skip failing test.
22452         https://bugs.webkit.org/show_bug.cgi?id=105574.
22453
22454         * platform/qt/TestExpectations:
22455
22456 2013-01-21  Andrey Adaikin  <aandrey@chromium.org>
22457
22458         Web Inspector: modify generate_protocol_externs.py to generate JSON typedef's for @constructors
22459         https://bugs.webkit.org/show_bug.cgi?id=107287
22460
22461         Reviewed by Pavel Feldman.
22462
22463         * inspector/console/command-line-api-expected.txt:
22464
22465 2013-01-21  Kent Tamura  <tkent@chromium.org>
22466
22467         INPUT_MULTIPLE_FIELDS_UI: should not dispatch 'input' events if the element value is not updated
22468         https://bugs.webkit.org/show_bug.cgi?id=107429
22469
22470         Reviewed by Kentaro Hara.
22471
22472         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
22473         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
22474
22475 2013-01-21  Alexander Pavlov  <apavlov@chromium.org>
22476
22477         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
22478         https://bugs.webkit.org/show_bug.cgi?id=107419
22479
22480         Reviewed by Pavel Feldman.
22481
22482         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
22483           and reset the touch event emulation flag in window.internals.settings upon test completion.
22484         * fast/events/touch/emulated-touch-iframe.html:
22485           Reset the touch event emulation flag in window.internals.settings upon test completion.
22486
22487 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
22488
22489         Web Inspector: fix highlight bug in DTE.
22490         https://bugs.webkit.org/show_bug.cgi?id=107433
22491
22492         Reviewed by Pavel Feldman.
22493
22494         Add a layout test to cover highlight bug specific situation.
22495
22496         * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
22497         * inspector/editor/highlighter-chunk-limit.html: Added.
22498
22499 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
22500
22501         [Qt] Unreviewed gardening. Skip some failing.
22502
22503         * platform/qt/TestExpectations:
22504         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
22505         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
22506         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
22507         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.
22508
22509 2013-01-21  Kentaro Hara  <haraken@chromium.org>
22510
22511         Implement MediaStreamEvent constructor
22512         https://bugs.webkit.org/show_bug.cgi?id=107411
22513
22514         Reviewed by Hajime Morita.
22515
22516         Fixed wrong test cases.
22517
22518         * fast/events/constructors/media-stream-event-constructor-expected.txt:
22519         * fast/events/constructors/media-stream-event-constructor.html:
22520
22521 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
22522
22523         Web Inspector: refactoring to use string as argument for highlightRegex API
22524         https://bugs.webkit.org/show_bug.cgi?id=107243
22525
22526         Reviewed by Pavel Feldman.
22527
22528         Correct test to correspond to refactoring changes.
22529
22530         * inspector/editor/text-editor-highlight-regexp.html:
22531
22532 2013-01-21  Sheriff Bot  <webkit.review.bot@gmail.com>
22533
22534         Unreviewed, rolling out r140311.
22535         http://trac.webkit.org/changeset/140311
22536         https://bugs.webkit.org/show_bug.cgi?id=107431
22537
22538         Broke selection-related tests (Requested by apavlov on
22539         #webkit).
22540
22541         * fast/events/touch/emulate-touch-events.html:
22542
22543 2013-01-20  Alexander Pavlov  <apavlov@chromium.org>
22544
22545         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
22546         https://bugs.webkit.org/show_bug.cgi?id=107419
22547
22548         Reviewed by Pavel Feldman.
22549
22550         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.
22551
22552 2013-01-21  Tommy Widenflycht  <tommyw@google.com>
22553
22554         MediaStream API: Update the RTCPeerConnection states to match the latest specification
22555         https://bugs.webkit.org/show_bug.cgi?id=107120
22556
22557         Reviewed by Adam Barth.
22558
22559         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
22560         * fast/mediastream/RTCPeerConnection-datachannel.html:
22561         * fast/mediastream/RTCPeerConnection-ice-expected.txt:
22562         * fast/mediastream/RTCPeerConnection-ice.html:
22563         * fast/mediastream/RTCPeerConnection-state-expected.txt:
22564         * fast/mediastream/RTCPeerConnection-state.html:
22565
22566 2013-01-20  Matt Falkenhagen  <falken@chromium.org>
22567
22568         Elements must be reattached when inserted/removed from top layer
22569         https://bugs.webkit.org/show_bug.cgi?id=105489
22570
22571         Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).
22572
22573         Reviewed by Julien Chaffraix.
22574
22575         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
22576         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
22577         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
22578         This test actually would pass before this patch, but just by good fortune (see bug).
22579         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
22580         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
22581         This tests that top layer ordering is correct after removing and readding an element to the top layer.
22582
22583 2013-01-20  Yury Semikhatsky  <yurys@chromium.org>
22584
22585         Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
22586         https://bugs.webkit.org/show_bug.cgi?id=107282
22587
22588         Reviewed by Pavel Feldman.
22589
22590         Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
22591         propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.
22592
22593         * inspector/profiler/heap-snapshot-loader.html:
22594
22595 2013-01-20  Kentaro Hara  <haraken@chromium.org>
22596
22597         Implement MediaStreamEvent constructor
22598         https://bugs.webkit.org/show_bug.cgi?id=107411
22599
22600         Reviewed by Adam Barth.
22601
22602         Spec: http://www.w3.org/TR/webrtc/#mediastreamevent
22603
22604         Test: fast/events/constructors/media-stream-event-constructor.html
22605
22606         * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
22607         * fast/events/constructors/media-stream-event-constructor.html: Added.
22608         * platform/chromium-android/TestExpectations:
22609         * platform/efl/TestExpectations:
22610         * platform/gtk/TestExpectations:
22611         * platform/mac/TestExpectations:
22612         * platform/qt/TestExpectations:
22613         * platform/win/TestExpectations:
22614         * platform/wincairo/TestExpectations:
22615
22616 2013-01-20  Mike Lawther  <mikelawther@chromium.org>
22617
22618         CSS3 calc: unprefix implementation
22619         https://bugs.webkit.org/show_bug.cgi?id=91951
22620
22621         Reviewed by Ojan Vafai.
22622
22623         Changed all -webkit-calc() occurrences to calc().
22624         Made a copy of the simplest test file so very basic tests for the prefixed version
22625         are retained.
22626
22627         * css3/calc/background-position-parsing.html:
22628         * css3/calc/block-mask-overlay-image-outset.html:
22629         * css3/calc/border-radius.html:
22630         * css3/calc/border.html:
22631         * css3/calc/box-reflect.html:
22632         * css3/calc/calc-errors.html:
22633         * css3/calc/color-hsl.html:
22634         * css3/calc/color-rgb.html:
22635         * css3/calc/css3-radial-gradients.html:
22636         * css3/calc/cssom-expected.txt:
22637         * css3/calc/cssom.html:
22638         * css3/calc/font-monospace.html:
22639         * css3/calc/font-size-fractional.html:
22640         * css3/calc/font-size.html:
22641         * css3/calc/font.html:
22642         * css3/calc/getComputedStyle-margin-percentage.html:
22643         * css3/calc/gradient-color-stops.html:
22644         * css3/calc/img-size.html:
22645         * css3/calc/line-height.html:
22646         * css3/calc/margin.html:
22647         * css3/calc/negative-padding.html:
22648         * css3/calc/padding.html:
22649         * css3/calc/reflection-computed-style-expected.txt:
22650         * css3/calc/reflection-computed-style.html:
22651         * css3/calc/regression-62276.html:
22652         * css3/calc/simple-calcs-prefixed-expected.txt: Added.
22653         * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
22654         * css3/calc/simple-calcs.html:
22655         * css3/calc/simple-composited-mask.html:
22656         * css3/calc/table-border-spacing.html:
22657         * css3/calc/table-calcs.html:
22658         * css3/calc/table-empty-cells.html:
22659         * css3/calc/transforms-scale.html:
22660         * css3/calc/transforms-translate.html:
22661         * css3/calc/transition-crash.html:
22662         * css3/calc/transition-crash2.html:
22663         * css3/calc/transition-crash3.html:
22664         * css3/calc/transition-crash4.html:
22665         * css3/calc/transitions-dependent.html:
22666         * css3/calc/transitions.html:
22667         * css3/calc/vertical-align-expected.html:
22668         * css3/calc/vertical-align.html:
22669         * css3/calc/zoom-with-em.html:
22670
22671 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
22672
22673         Distribution state becomes inconsistent with content/shadow reprojection
22674         https://bugs.webkit.org/show_bug.cgi?id=106634
22675
22676         Reviewed by Hajime Morita.
22677
22678         * fast/dom/shadow/distribution-crash-expected.txt: Added.
22679         * fast/dom/shadow/distribution-crash.html: Added.
22680         * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
22681         * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.
22682
22683 2013-01-20  Kent Tamura  <tkent@chromium.org>
22684
22685         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
22686         https://bugs.webkit.org/show_bug.cgi?id=104997
22687
22688         Reviewed by Tony Chang.
22689
22690         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
22691         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
22692         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
22693         * fast/forms/text/text-padding-dynamic-change.html: Added.
22694
22695 2013-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
22696
22697         Unreviewed, rolling out r140290.
22698         http://trac.webkit.org/changeset/140290
22699         https://bugs.webkit.org/show_bug.cgi?id=107412
22700
22701         Broke tests of inspector and calendar picker in debug build
22702         (Requested by tkent on #webkit).
22703
22704         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
22705         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
22706         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
22707         * fast/forms/text/text-padding-dynamic-change.html: Removed.
22708
22709 2013-01-20  Yongsheng Zhu  <yongsheng.zhu@intel.com>
22710
22711         Dispatch LongPress to inner frames
22712         https://bugs.webkit.org/show_bug.cgi?id=106874
22713
22714         Reviewed by Antonio Gomes.
22715
22716         * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
22717         * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
22718         * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
22719         * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
22720         * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
22721         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
22722         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.
22723
22724 2013-01-20  Kent Tamura  <tkent@chromium.org>
22725
22726         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
22727         https://bugs.webkit.org/show_bug.cgi?id=104997
22728
22729         Reviewed by Tony Chang.
22730
22731         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
22732         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
22733         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
22734         * fast/forms/text/text-padding-dynamic-change.html: Added.
22735
22736 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
22737
22738         [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
22739         https://bugs.webkit.org/show_bug.cgi?id=107222
22740
22741         Reviewed by Simon Fraser.
22742
22743         * fast/dom/shadow/scrollbar-expected.html: Added.
22744         * fast/dom/shadow/scrollbar.html: Added.
22745
22746 2013-01-20  Yoshifumi Inoue  <yosin@chromium.org>
22747
22748         Dragging over an element with scrollbars should scroll the element when dragging near edges
22749         https://bugs.webkit.org/show_bug.cgi?id=39725
22750
22751         Reviewed by Hajime Morita.
22752
22753         This patch adds new test for autoscroll during drag-and-drop.
22754         This test is skipped other than Chromium ports.
22755
22756         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
22757         * fast/events/drag-and-drop-autoscroll.html: Added.
22758         * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
22759         * platform/wincairo/TestExpectations: ditto.
22760         * platform/mac/TestExpectations: ditto.
22761         * platform/mac/TestExpectations: ditto.
22762         * platform/qt/TestExpectations: ditto.
22763         * platform/gtk/TestExpectations: ditto.
22764         * platform/win/TestExpectations: ditto.
22765         * platform/wk2/TestExpectations: ditto.
22766
22767 2013-01-20  Filip Pizlo  <fpizlo@apple.com>
22768
22769         Add more JavaScript tests.
22770
22771         Rubber stampted by Geoffrey Garen.
22772         
22773         This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
22774         used to test JSC's performance on various interesting cases. But it's also good at catching
22775         bugs, so we might as well be running it as part of regression testing. All of these tests
22776         are short-running, so it shouldn't get in the way of anyone.
22777
22778         * fast/js/regress: Added.
22779         * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
22780         * fast/js/regress/Float32Array-matrix-mult.html: Added.
22781         * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
22782         * fast/js/regress/Int16Array-bubble-sort.html: Added.
22783         * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
22784         * fast/js/regress/Int16Array-load-int-mul.html: Added.
22785         * fast/js/regress/Int8Array-load-expected.txt: Added.
22786         * fast/js/regress/Int8Array-load.html: Added.
22787         * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
22788         * fast/js/regress/adapt-to-double-divide.html: Added.
22789         * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
22790         * fast/js/regress/aliased-arguments-getbyval.html: Added.
22791         * fast/js/regress/allocate-big-object-expected.txt: Added.
22792         * fast/js/regress/allocate-big-object.html: Added.
22793         * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
22794         * fast/js/regress/arity-mismatch-inlining.html: Added.
22795         * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
22796         * fast/js/regress/array-access-polymorphic-structure.html: Added.
22797         * fast/js/regress/array-with-double-add-expected.txt: Added.
22798         * fast/js/regress/array-with-double-add.html: Added.
22799         * fast/js/regress/array-with-double-increment-expected.txt: Added.
22800         * fast/js/regress/array-with-double-increment.html: Added.
22801         * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
22802         * fast/js/regress/array-with-double-mul-add.html: Added.
22803         * fast/js/regress/array-with-double-sum-expected.txt: Added.
22804         * fast/js/regress/array-with-double-sum.html: Added.
22805         * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
22806         * fast/js/regress/array-with-int32-add-sub.html: Added.
22807         * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
22808         * fast/js/regress/array-with-int32-or-double-sum.html: Added.
22809         * fast/js/regress/big-int-mul-expected.txt: Added.
22810         * fast/js/regress/big-int-mul.html: Added.
22811         * fast/js/regress/boolean-test-expected.txt: Added.
22812         * fast/js/regress/boolean-test.html: Added.
22813         * fast/js/regress/cast-int-to-double-expected.txt: Added.
22814         * fast/js/regress/cast-int-to-double.html: Added.
22815         * fast/js/regress/cell-argument-expected.txt: Added.
22816         * fast/js/regress/cell-argument.html: Added.
22817         * fast/js/regress/cfg-simplify-expected.txt: Added.
22818         * fast/js/regress/cfg-simplify.html: Added.
22819         * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
22820         * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
22821         * fast/js/regress/constant-test-expected.txt: Added.
22822         * fast/js/regress/constant-test.html: Added.
22823         * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
22824         * fast/js/regress/direct-arguments-getbyval.html: Added.
22825         * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
22826         * fast/js/regress/double-pollution-getbyval.html: Added.
22827         * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
22828         * fast/js/regress/double-pollution-putbyoffset.html: Added.
22829         * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
22830         * fast/js/regress/external-arguments-getbyval.html: Added.
22831         * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
22832         * fast/js/regress/external-arguments-putbyval.html: Added.
22833         * fast/js/regress/fold-double-to-int-expected.txt: Added.
22834         * fast/js/regress/fold-double-to-int.html: Added.
22835         * fast/js/regress/function-dot-apply-expected.txt: Added.
22836         * fast/js/regress/function-dot-apply.html: Added.
22837         * fast/js/regress/function-test-expected.txt: Added.
22838         * fast/js/regress/function-test.html: Added.
22839         * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
22840         * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
22841         * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
22842         * fast/js/regress/indexed-properties-in-objects.html: Added.
22843         * fast/js/regress/inline-arguments-access-expected.txt: Added.
22844         * fast/js/regress/inline-arguments-access.html: Added.
22845         * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
22846         * fast/js/regress/inline-arguments-local-escape.html: Added.
22847         * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
22848         * fast/js/regress/inline-get-scoped-var.html: Added.
22849         * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
22850         * fast/js/regress/inlined-put-by-id-transition.html: Added.
22851         * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
22852         * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
22853         * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
22854         * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
22855         * fast/js/regress/int-or-other-add-expected.txt: Added.
22856         * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
22857         * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
22858         * fast/js/regress/int-or-other-add.html: Added.
22859         * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
22860         * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
22861         * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
22862         * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
22863         * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
22864         * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
22865         * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
22866         * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
22867         * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
22868         * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
22869         * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
22870         * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
22871         * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
22872         * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
22873         * fast/js/regress/int-or-other-sub-expected.txt: Added.
22874         * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
22875         * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
22876         * fast/js/regress/int-or-other-sub.html: Added.
22877         * fast/js/regress/int-overflow-local-expected.txt: Added.
22878         * fast/js/regress/int-overflow-local.html: Added.
22879         * fast/js/regress/integer-divide-expected.txt: Added.
22880         * fast/js/regress/integer-divide.html: Added.
22881         * fast/js/regress/make-indexed-storage-expected.txt: Added.
22882         * fast/js/regress/make-indexed-storage.html: Added.
22883         * fast/js/regress/method-on-number-expected.txt: Added.
22884         * fast/js/regress/method-on-number.html: Added.
22885         * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
22886         * fast/js/regress/new-array-buffer-dead.html: Added.
22887         * fast/js/regress/new-array-buffer-push-expected.txt: Added.
22888         * fast/js/regress/new-array-buffer-push.html: Added.
22889         * fast/js/regress/new-array-dead-expected.txt: Added.
22890         * fast/js/regress/new-array-dead.html: Added.
22891         * fast/js/regress/new-array-push-expected.txt: Added.
22892         * fast/js/regress/new-array-push.html: Added.
22893         * fast/js/regress/number-test-expected.txt: Added.
22894         * fast/js/regress/number-test.html: Added.
22895         * fast/js/regress/object-closure-call-expected.txt: Added.
22896         * fast/js/regress/object-closure-call.html: Added.
22897         * fast/js/regress/object-test-expected.txt: Added.
22898         * fast/js/regress/object-test.html: Added.
22899         * fast/js/regress/poly-stricteq-expected.txt: Added.
22900         * fast/js/regress/poly-stricteq.html: Added.
22901         * fast/js/regress/polymorphic-structure-expected.txt: Added.
22902         * fast/js/regress/polymorphic-structure.html: Added.
22903         * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
22904         * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
22905         * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
22906         * fast/js/regress/rare-osr-exit-on-local.html: Added.
22907         * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
22908         * fast/js/regress/register-pressure-from-osr.html: Added.
22909         * fast/js/regress/resources: Added.
22910         * fast/js/regress/resources/regress-post.js: Added.
22911         * fast/js/regress/resources/regress-pre.js: Added.
22912         (window.onerror):
22913         * fast/js/regress/script-tests: Added.
22914         * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
22915         (makeEmptyMatrix):
22916         (multiplyMatrices):
22917         (checkMatricesEqual):
22918         (parseMatrix.string.split.forEach):
22919         (parseMatrix):
22920         (printMatrix.pad):
22921         (printMatrix):
22922         * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
22923         (bubbleSort):
22924         (myRandom):
22925         (validateSort):
22926         * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
22927         (stringHash):
22928         * fast/js/regress/script-tests/Int8Array-load.js: Added.
22929         (adler32):
22930         * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
22931         (foo):
22932         * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
22933         (bar):
22934         * fast/js/regress/script-tests/allocate-big-object.js: Added.
22935         (foo):
22936         * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
22937         (foo):
22938         * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
22939         (foo):
22940         * fast/js/regress/script-tests/array-with-double-add.js: Added.
22941         (foo):
22942         * fast/js/regress/script-tests/array-with-double-increment.js: Added.
22943         (foo):
22944         * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
22945         (foo):
22946         * fast/js/regress/script-tests/array-with-double-sum.js: Added.
22947         (foo):
22948         * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
22949         (foo):
22950         * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
22951         (foo):
22952         * fast/js/regress/script-tests/big-int-mul.js: Added.
22953         (stringHash):
22954         * fast/js/regress/script-tests/boolean-test.js: Added.
22955         (foo):
22956         * fast/js/regress/script-tests/cast-int-to-double.js: Added.
22957         (foo):
22958         * fast/js/regress/script-tests/cell-argument.js: Added.
22959         (foo):
22960         * fast/js/regress/script-tests/cfg-simplify.js: Added.
22961         (foo):
22962         * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
22963         (foo):
22964         (bar):
22965         (baz):
22966         (dostuff):
22967         * fast/js/regress/script-tests/constant-test.js: Added.
22968         (foo):
22969         * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
22970         (bar):
22971         * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
22972         (foo):
22973         * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
22974         (foo):
22975         * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
22976         (foo):
22977         (bar):
22978         * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
22979         (foo):
22980         (bar):
22981         * fast/js/regress/script-tests/fold-double-to-int.js: Added.
22982         (Math.random):
22983         * fast/js/regress/script-tests/function-dot-apply.js: Added.
22984         (thingy):
22985         (doCall):
22986         (foo):
22987         * fast/js/regress/script-tests/function-test.js: Added.
22988         (foo):
22989         * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
22990         (A):
22991         (B):
22992         (C):
22993         (D):
22994         (E):
22995         (F):
22996         (G):
22997         (foo):
22998         * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
22999         * fast/js/regress/script-tests/inline-arguments-access.js: Added.
23000         (foo):
23001         (bar):
23002         * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
23003         (foo):
23004         (bar):
23005         * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
23006         (foo.bar):
23007         (foo):
23008         * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
23009         (foo):
23010         (Foo):
23011         * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
23012         (foo):
23013         * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
23014         (foo):
23015         * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
23016         (foo):
23017         * fast/js/regress/script-tests/int-or-other-add.js: Added.
23018         (foo):
23019         * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
23020         (foo):
23021         * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
23022         (foo):
23023         * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
23024         (foo):
23025         * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
23026         (foo):
23027         * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
23028         (foo):
23029         * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
23030         (foo):
23031         * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
23032         (foo):
23033         * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
23034         (foo):
23035         * fast/js/regress/script-tests/int-or-other-sub.js: Added.
23036         (foo):
23037         * fast/js/regress/script-tests/int-overflow-local.js: Added.
23038         (foo):
23039         * fast/js/regress/script-tests/integer-divide.js: Added.
23040         (foo):
23041         (bar):
23042         * fast/js/regress/script-tests/make-indexed-storage.js: Added.
23043         (foo):
23044         (sum):
23045         * fast/js/regress/script-tests/method-on-number.js: Added.
23046         (foo):
23047         * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
23048         (foo):
23049         (bar):
23050         (baz):
23051         (thingy):
23052         * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
23053         (foo):
23054         (bar):
23055         (baz):
23056         (thingy):
23057         * fast/js/regress/script-tests/new-array-dead.js: Added.
23058         (foo):
23059         (bar):
23060         * fast/js/regress/script-tests/new-array-push.js: Added.
23061         (foo):
23062         * fast/js/regress/script-tests/number-test.js: Added.
23063         (foo):
23064         * fast/js/regress/script-tests/object-closure-call.js: Added.
23065         (makeObjectClosure.foo):
23066         (makeObjectClosure):
23067         * fast/js/regress/script-tests/object-test.js: Added.
23068         (foo):
23069         * fast/js/regress/script-tests/poly-stricteq.js: Added.
23070         * fast/js/regress/script-tests/polymorphic-structure.js: Added.
23071         (foo):
23072         * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
23073         (foo):
23074         (Foo):
23075         (Bar):
23076         (bar):
23077         * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
23078         (foo):
23079         * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
23080         (foo):
23081         * fast/js/regress/script-tests/simple-activation-demo.js: Added.
23082         (foo):
23083         * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
23084         (foo):
23085         (sum):
23086         * fast/js/regress/script-tests/slow-convergence.js: Added.
23087         (foo):
23088         * fast/js/regress/script-tests/sparse-conditional.js: Added.
23089         (foo):
23090         * fast/js/regress/script-tests/splice-to-remove.js: Added.
23091         * fast/js/regress/script-tests/string-hash.js: Added.
23092         (stringHash):
23093         * fast/js/regress/script-tests/string-repeat-arith.js: Added.
23094         (foo):
23095         * fast/js/regress/script-tests/string-sub.js: Added.
23096         (foo):
23097         * fast/js/regress/script-tests/string-test.js: Added.
23098         (foo):
23099         * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
23100         (foo):
23101         * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
23102         (bar):
23103         * fast/js/regress/script-tests/tear-off-arguments.js: Added.
23104         (bar):
23105         * fast/js/regress/script-tests/temporal-structure.js: Added.
23106         (foo):
23107         * fast/js/regress/script-tests/to-int32-boolean.js: Added.
23108         (foo):
23109         * fast/js/regress/script-tests/undefined-test.js: Added.
23110         (foo):
23111         * fast/js/regress/simple-activation-demo-expected.txt: Added.
23112         * fast/js/regress/simple-activation-demo.html: Added.
23113         * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
23114         * fast/js/regress/slow-array-profile-convergence.html: Added.
23115         * fast/js/regress/slow-convergence-expected.txt: Added.
23116         * fast/js/regress/slow-convergence.html: Added.
23117         * fast/js/regress/sparse-conditional-expected.txt: Added.
23118         * fast/js/regress/sparse-conditional.html: Added.
23119         * fast/js/regress/splice-to-remove-expected.txt: Added.
23120         * fast/js/regress/splice-to-remove.html: Added.
23121         * fast/js/regress/string-hash-expected.txt: Added.
23122         * fast/js/regress/string-hash.html: Added.
23123         * fast/js/regress/string-repeat-arith-expected.txt: Added.
23124         * fast/js/regress/string-repeat-arith.html: Added.
23125         * fast/js/regress/string-sub-expected.txt: Added.
23126         * fast/js/regress/string-sub.html: Added.
23127         * fast/js/regress/string-test-expected.txt: Added.
23128         * fast/js/regress/string-test.html: Added.
23129         * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
23130         * fast/js/regress/structure-hoist-over-transitions.html: Added.
23131         * fast/js/regress/tear-off-arguments-expected.txt: Added.
23132         * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
23133         * fast/js/regress/tear-off-arguments-simple.html: Added.
23134         * fast/js/regress/tear-off-arguments.html: Added.
23135         * fast/js/regress/temporal-structure-expected.txt: Added.
23136         * fast/js/regress/temporal-structure.html: Added.
23137         * fast/js/regress/to-int32-boolean-expected.txt: Added.
23138         * fast/js/regress/to-int32-boolean.html: Added.
23139         * fast/js/regress/undefined-test-expected.txt: Added.
23140         * fast/js/regress/undefined-test.html: Added.
23141
23142 2013-01-19  Philip Rogers  <pdr@google.com>
23143
23144         Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
23145         https://bugs.webkit.org/show_bug.cgi?id=107393
23146
23147         Reviewed by Dirk Schulze.
23148
23149         * svg/transforms/svgsvgelement-transform-expected.svg: Added.
23150         * svg/transforms/svgsvgelement-transform.svg: Added.
23151
23152 2013-01-19  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
23153
23154         Delegated scrolling: Assertion on attempt to show a CSS sticky element
23155         https://bugs.webkit.org/show_bug.cgi?id=106890
23156
23157         Reviewed by Kenneth Rohde Christiansen.
23158
23159         Skipped failing css/sticky tests on WK2 EFL.
23160
23161         * platform/efl-wk2/TestExpectations:
23162
23163 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
23164
23165         [WK2] svg/dom/fuzz-path-parser.html is failing
23166         https://bugs.webkit.org/show_bug.cgi?id=107133
23167
23168         Reviewed by Alexey Proskuryakov.
23169
23170         Unskip the now-passing test.
23171
23172         * platform/gtk-wk2/TestExpectations:
23173         * platform/wk2/TestExpectations:
23174
23175 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23176
23177         [EFL] Unreviewed gardening.
23178
23179         * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.
23180
23181 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23182
23183         [EFL] Unreviewed gardening.
23184
23185         * platform/efl/TestExpectations: Accessibility test now marked as failing.
23186         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.
23187
23188 2013-01-19  Zan Dobersek  <zandobersek@gmail.com>
23189
23190         Unreviewed GTK gardening.
23191
23192         Managing IndexedDB failures still lingering around after the IDB support was enabled.
23193
23194         * platform/gtk/TestExpectations:
23195
23196 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23197
23198         [EFL] Unreviewed gardening.
23199
23200         Revert accidental global expectation override.
23201
23202         * fast/css/css2-system-fonts-expected.txt: Reverted.
23203         * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.
23204
23205 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23206
23207         [EFL] Unreviewed gardening.
23208
23209         A couple of missing rebaselines after enabling subpixel layout and updating freetype.
23210
23211         * fast/css/css2-system-fonts-expected.txt:
23212         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
23213         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
23214         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
23215         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
23216         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
23217         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
23218         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
23219         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
23220         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
23221         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
23222         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
23223         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
23224         * platform/efl/fast/js/global-constructors-expected.txt:
23225         * platform/efl/fast/profiler/apply-expected.txt:
23226         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
23227         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
23228         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
23229         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
23230         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
23231         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
23232         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
23233         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:
23234
23235 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23236
23237         [EFL] Unreviewed gardening.
23238
23239         Rebaseline after enabling subpixel layout and updating freetype (26/26).
23240
23241         * platform/efl-wk2/TestExpectations:
23242         * platform/efl-wk2/media/
23243         * platform/efl-wk2/webaudio/
23244
23245 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23246
23247         [EFL] Unreviewed gardening.
23248
23249         Rebaseline after enabling subpixel layout and updating freetype (25/26).
23250
23251         * platform/efl/fast/css/
23252         * platform/efl/fast/css3-text/
23253         * platform/efl/fast/dom/
23254         * platform/efl/fast/encoding/
23255         * platform/efl/fast/events/
23256         * platform/efl/fast/flexbox/
23257         * platform/efl/fast/forms/
23258         * platform/efl/fast/frames/
23259         * platform/efl/fast/gradients/
23260         * platform/efl/fast/history/
23261         * platform/efl/fast/html/
23262         * platform/efl/fast/images/
23263         * platform/efl/fast/
23264         * platform/efl/fast/inline/
23265         * platform/efl/fast/layers/
23266         * platform/efl/fast/line-grid/
23267         * platform/efl/fast/lists/
23268         * platform/efl/fast/multicol/
23269         * platform/efl/fast/overflow/
23270         * platform/efl/fast/parser/
23271         * platform/efl/fast/profiler/
23272         * platform/efl/fast/reflections/
23273         * platform/efl/fast/regions/
23274         * platform/efl/fast/repaint/
23275         * platform/efl/fast/replaced/
23276         * platform/efl/fast/ruby/
23277         * platform/efl/fast/selectors/
23278         * platform/efl/fast/table/
23279         * platform/efl/fast/text/
23280         * platform/efl/fast/transforms/
23281         * platform/efl/fast/writing-mode/
23282         * platform/efl/http/
23283         * platform/efl/ietestcenter/
23284         * platform/efl/inspector/
23285         * platform/efl/svg/
23286         * platform/efl/tables/
23287
23288 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23289
23290         [EFL] Unreviewed gardening.
23291
23292         Rebaseline after enabling subpixel layout and updating freetype (24/26).
23293
23294         * platform/efl/accessibility/
23295         * platform/efl/animations/
23296         * platform/efl/compositing/
23297         * platform/efl/css1/
23298         * platform/efl/css2.1/
23299         * platform/efl/css3/
23300         * platform/efl/editing/
23301         * platform/efl/fast/
23302         * platform/efl/fast/backgrounds/
23303         * platform/efl/fast/block/
23304         * platform/efl/fast/borders/
23305         * platform/efl/fast/box-shadow/
23306         * platform/efl/fast/box-sizing/
23307         * platform/efl/fast/canvas/
23308         * platform/efl/fast/clip/
23309         * platform/efl/fast/compact/
23310         * platform/efl/fast/css-generated-content/
23311         * platform/efl/fast/css/
23312         * platform/efl/tables/
23313         * platform/efl/transforms/
23314         * platform/efl/transitions/
23315
23316 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23317
23318         [EFL] Unreviewed gardening.
23319
23320         Rebaseline after enabling subpixel layout and updating freetype (23/26).
23321
23322         * platform/efl/tables/
23323
23324 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23325
23326         [EFL] Unreviewed gardening.
23327
23328         Rebaseline after enabling subpixel layout and updating freetype (22/26).
23329
23330         * platform/efl/tables/
23331
23332 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23333
23334         [EFL] Unreviewed gardening.
23335
23336         Rebaseline after enabling subpixel layout and updating freetype (21/26).
23337
23338         * platform/efl/tables/
23339
23340 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23341
23342         [EFL] Unreviewed gardening.
23343
23344         Rebaseline after enabling subpixel layout and updating freetype (20/26).
23345
23346         * platform/efl/svg/dynamic-updates/
23347         * platform/efl/svg/filters/
23348         * platform/efl/svg/foreignObject/
23349         * platform/efl/svg/hixie/
23350         * platform/efl/svg/in-html/
23351         * platform/efl/svg/overflow/
23352         * platform/efl/svg/repaint/
23353         * platform/efl/svg/stroke/
23354         * platform/efl/svg/text/
23355         * platform/efl/svg/transforms/
23356         * platform/efl/svg/wicd/
23357         * platform/efl/svg/zoom/
23358         * platform/efl/tables/
23359
23360 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23361
23362         [EFL] Unreviewed gardening.
23363
23364         Rebaseline after enabling subpixel layout and updating freetype (19/26).
23365
23366         * platform/efl/svg/W3C-SVG-1.1/
23367         * platform/efl/svg/W3C-SVG-1.2-Tiny/
23368         * platform/efl/svg/as-background-image/
23369         * platform/efl/svg/as-border-image/
23370         * platform/efl/svg/as-image/
23371         * platform/efl/svg/as-object/
23372         * platform/efl/svg/batik/
23373         * platform/efl/svg/carto.net/
23374         * platform/efl/svg/clip-path/
23375         * platform/efl/svg/css/
23376         * platform/efl/svg/dom/
23377         * platform/efl/svg/dynamic-updates/
23378
23379 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23380
23381         [EFL] Unreviewed gardening.
23382
23383         Rebaseline after enabling subpixel layout and updating freetype (18/26).
23384
23385         * platform/efl/svg/W3C-I18N/
23386         * platform/efl/svg/W3C-SVG-1.1-SE/
23387         * platform/efl/svg/W3C-SVG-1.1/
23388
23389 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
23390
23391         Unreviewed GTK gardening.
23392
23393         * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
23394         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
23395         * platform/gtk/http/tests/cache: Added.
23396         * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
23397         only due to difference in the form of the errors being logged.
23398
23399 2013-01-18  Jer Noble  <jer.noble@apple.com>
23400
23401         REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
23402         https://bugs.webkit.org/show_bug.cgi?id=107356
23403
23404         Unreviewed; add failing test to TestExpectations.
23405
23406         * platform/mac-wk2/TestExpectations:
23407
23408 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
23409
23410         Fix bug that caused pages with fixed backgrounds to not be fast scrollable
23411         https://bugs.webkit.org/show_bug.cgi?id=107354
23412
23413         Reviewed by Sam Weinig.
23414
23415         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
23416         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
23417         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
23418         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
23419         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
23420         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
23421         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
23422
23423 2013-01-18  Beth Dakin  <bdakin@apple.com>
23424
23425         https://bugs.webkit.org/show_bug.cgi?id=106946
23426         Sticky-position elements can jump around/hide on rubber-banding
23427
23428         Reviewed by Simon Fraser.
23429
23430         * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
23431         * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.
23432
23433 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
23434
23435         Unreviewed, rolling out r140206.
23436         http://trac.webkit.org/changeset/140206
23437         https://bugs.webkit.org/show_bug.cgi?id=107346
23438
23439         Caused crash on wordpress.com (Requested by smfr on #webkit).
23440
23441         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
23442         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
23443
23444 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
23445
23446         Allow fixed background layers to be moved by the ScrollingCoordinator
23447         https://bugs.webkit.org/show_bug.cgi?id=107213
23448
23449         Reviewed by Tim Horton.
23450         
23451         One new test and new layer trees for tests affected by fixed background changes.
23452
23453         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
23454         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
23455         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
23456         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
23457         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
23458         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
23459         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
23460         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
23461         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
23462         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
23463         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
23464
23465 2013-01-18  Alpha Lam  <hclam@chromium.org>
23466
23467         [chromium] Update test expectations
23468         https://bugs.webkit.org/show_bug.cgi?id=107341
23469
23470         Unreviewed. Mark this test as failing on Chromium debug:
23471         inspector/profiler/memory-instrumentation-cached-images.html
23472
23473         * platform/chromium/TestExpectations:
23474
23475 2013-01-18  Alpha Lam  <hclam@chromium.org>
23476
23477         [chromium] Update test expectations
23478
23479         Unreviewed. Update test expectations to mark test as flaky.
23480
23481         * platform/chromium/TestExpectations:
23482
23483 2013-01-18  Alpha Lam  <hclam@chromium.org>
23484
23485         [chromium] Update test expectations
23486         https://bugs.webkit.org/show_bug.cgi?id=107328
23487
23488         Not reviewed. Mark this test as MISSING:
23489         http/tests/cache/cancel-multiple-post-xhrs.html
23490
23491         * platform/chromium/TestExpectations:
23492
23493 2013-01-18  Robert Hogan  <robert@webkit.org>
23494
23495         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
23496         https://bugs.webkit.org/show_bug.cgi?id=107209
23497
23498         Reviewed by David Hyatt.
23499
23500         * platform/chromium/TestExpectations:
23501
23502 2013-01-18  Alpha Lam  <hclam@chromium.org>
23503
23504         [chromium] Layout test rebaselines
23505
23506         Unreviewed rebaseline. Update test results after Chromium roll in r140190.
23507
23508         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
23509         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
23510         * platform/chromium/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.
23511
23512 2013-01-18  Abhishek Arya  <inferno@chromium.org>
23513
23514         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
23515         https://bugs.webkit.org/show_bug.cgi?id=107226
23516
23517         Reviewed by David Hyatt.
23518
23519         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
23520         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
23521
23522 2013-01-18  Chris Hopman  <cjhopman@google.com>
23523
23524         Fix scrollRectToVisible in the presence of transforms
23525         https://bugs.webkit.org/show_bug.cgi?id=105574
23526
23527         Reviewed by Simon Fraser.
23528
23529         * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
23530         * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
23531         Test that when scrolling an overflow layer to reveal a rect, the rect
23532         passed to the parent to scroll is calculated properly.
23533         * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
23534         * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
23535         Test that scrolling to reveal a rect works properly on a transformed
23536         overflow layer.
23537
23538         * platform/chromium/TestExpectations:
23539         * platform/mac/TestExpectations:
23540
23541 2013-01-18  Julien Chaffraix  <jchaffraix@webkit.org>
23542
23543         [CSS Grid Layout] Add support for min-content
23544         https://bugs.webkit.org/show_bug.cgi?id=106474
23545
23546         Reviewed by Ojan Vafai.
23547
23548         * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
23549         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
23550         * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
23551         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.
23552
23553 2013-01-18  Alpha Lam  <hclam@chromium.org>
23554
23555         [chromium] Test expectation updates
23556
23557         Mark this test added in r140024 as Failure on Chromium Mac Debug:
23558         fast/inline/fixed-pos-moves-with-abspos-inline-parent.html
23559
23560         * platform/chromium/TestExpectations:
23561
23562 2013-01-18  Tim Volodine  <timvolodine@chromium.org>
23563
23564         Text Autosizing: don't autosize headers with multiple inline links.
23565         https://bugs.webkit.org/show_bug.cgi?id=106792
23566
23567         Reviewed by Kenneth Rohde Christiansen.
23568
23569         * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
23570         * fast/text-autosizing/header-li-links-autosizing.html: Added.
23571         * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
23572         * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
23573         * fast/text-autosizing/header-links-autosizing-expected.html: Added.
23574         * fast/text-autosizing/header-links-autosizing.html: Added.
23575
23576 2013-01-18  Levi Weintraub  <leviw@chromium.org>
23577
23578         LayoutUnit should round half consistently, not away from zero
23579         https://bugs.webkit.org/show_bug.cgi?id=107208
23580
23581         Reviewed by Eric Seidel.
23582
23583         * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
23584         * fast/sub-pixel/sub-pixel-root-layer.html: Added.
23585         * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
23586         * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
23587         * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
23588         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
23589         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
23590         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
23591         * platform/chromium/TestExpectations:
23592         * platform/mac/TestExpectations:
23593
23594 2013-01-18  Martin Robinson  <mrobinson@igalia.com>
23595
23596         [GTK] Enable indexed database for development builds
23597         https://bugs.webkit.org/show_bug.cgi?id=107299
23598
23599         Reviewed by Gustavo Noronha Silva.
23600
23601         * platform/gtk/TestExpectations: Skip failing IDB tests and mark
23602         flaky tests as flaky.
23603
23604 2013-01-18  Arko Saha  <arko@motorola.com>
23605
23606         PropertyCollection test fails on JavaScriptCore
23607         https://bugs.webkit.org/show_bug.cgi?id=106997
23608
23609         Reviewed by Kentaro Hara.
23610
23611         Unskipping related testcases from TestExpectations.
23612
23613         * platform/efl/TestExpectations:
23614         * platform/gtk/TestExpectations:
23615
23616 2013-01-18  Dominic Mazzoni  <dmazzoni@google.com>
23617
23618         AX: Improve table-guessing heuristics
23619         https://bugs.webkit.org/show_bug.cgi?id=107042
23620
23621         Reviewed by Chris Fleizach.
23622
23623         Add tests for tables with cell borders, empty-cells,
23624         col, colgroup, and >= 20 rows. Refactor the test to make it
23625         easier to read the output and see whether it passed or not.
23626
23627         * accessibility/table-detection.html: Modified.
23628         * platform/chromium/TestExpectations: Un-skip table-detection.html.
23629         * platform/chromium/accessibility/table-detection-expected.txt: Added.
23630         * platform/mac/accessibility/table-detection-expected.txt: Moved.
23631
23632 2013-01-18  Terry Anderson  <tdanderson@chromium.org>
23633
23634         Scroll gestures should not create wheel events
23635         https://bugs.webkit.org/show_bug.cgi?id=103952
23636
23637         Reviewed by James Robinson.
23638
23639         Added five new layout tests to check that scroll gestures will correctly scroll
23640         nested divs and iframes. Also modified existing layout tests to no longer
23641         expect mousewheel events.
23642
23643         * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
23644         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
23645         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23646         * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
23647         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
23648         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23649         * fast/events/touch/gesture/touch-gesture-scroll-div.html:
23650         * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable-expected.txt: Copied from LayoutTests/platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt.
23651         * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
23652         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
23653         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23654         * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
23655         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
23656         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23657         * fast/events/touch/gesture/touch-gesture-scroll-page.html:
23658         * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
23659         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
23660         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
23661         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
23662         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
23663         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
23664         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
23665         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
23666         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
23667         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
23668         * platform/chromium/plugins/gesture-events-expected.txt:
23669         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
23670
23671 2013-01-18  Nate Chapin  <japhet@chromium.org>
23672
23673         Cannot abort multiple XHR POSTs made to same url
23674         https://bugs.webkit.org/show_bug.cgi?id=106937
23675
23676         Reviewed by Alexey Proskuryakov.
23677
23678         * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
23679         * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
23680         * platform/mac/TestExpectations:
23681
23682 2013-01-18  Dima Gorbik  <dgorbik@apple.com>
23683
23684         Implement ::cue() pseudo element property whitelist
23685         https://bugs.webkit.org/show_bug.cgi?id=105477
23686
23687         Reviewed by Antti Koivisto.
23688
23689         * media/track/captions-webvtt/whitelist.vtt: Added.
23690         * media/track/track-css-property-whitelist-expected.txt: Added.
23691         * media/track/track-css-property-whitelist.html: Added.
23692
23693 2013-01-18  Tony Chang  <tony@chromium.org>
23694
23695         Incorrect scrollable height during simplified layout
23696         https://bugs.webkit.org/show_bug.cgi?id=107193
23697
23698         Reviewed by Ojan Vafai.
23699
23700         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
23701         * fast/overflow/height-during-simplified-layout.html: Added.
23702
23703 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23704
23705         [EFL] Unreviewed gardening.
23706
23707         Rebaseline after enabling subpixel layout and updating freetype (17/26).
23708
23709         * platform/efl/fast/text/ (Part 2)
23710         * platform/efl/fast/tokenizer/
23711         * platform/efl/fast/transforms/
23712         * platform/efl/fast/writing-mode/
23713         * platform/efl/fast/xsl/
23714         * platform/efl/fonts/
23715         * platform/efl/fullscreen/
23716         * platform/efl/http/
23717         * platform/efl/ietestcenter/
23718         * platform/efl/mathml/
23719         * platform/efl/media/
23720         * platform/efl/plugins/
23721         * platform/efl/printing/
23722         * platform/efl/scrollbars/
23723         * platform/efl/svg/ (Part 1)
23724
23725 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23726
23727         [EFL] Unreviewed gardening.
23728
23729         Rebaseline after enabling subpixel layout and updating freetype (16/26).
23730
23731         * platform/efl/fast/selectors/ (Part 2)
23732         * platform/efl/fast/spatial-navigation/*
23733         * platform/efl/fast/table/*
23734         * platform/efl/fast/text/*
23735
23736 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23737
23738         [EFL] Unreviewed gardening.
23739
23740         Rebaseline after enabling subpixel layout and updating freetype (15/26).
23741
23742         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
23743         * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
23744         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
23745         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
23746         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
23747         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
23748         * platform/efl/fast/repaint/layer-child-outline-expected.png:
23749         * platform/efl/fast/repaint/layer-child-outline-expected.txt:
23750         * platform/efl/fast/repaint/layer-outline-expected.png:
23751         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
23752         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
23753         * platform/efl/fast/repaint/layout-state-relative-expected.png:
23754         * platform/efl/fast/repaint/layout-state-relative-expected.txt:
23755         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
23756         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
23757         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
23758         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
23759         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
23760         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
23761         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
23762         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
23763         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
23764         * platform/efl/fast/repaint/line-overflow-expected.png:
23765         * platform/efl/fast/repaint/line-overflow-expected.txt:
23766         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
23767         * platform/efl/fast/repaint/list-marker-2-expected.png:
23768         * platform/efl/fast/repaint/list-marker-2-expected.txt:
23769         * platform/efl/fast/repaint/list-marker-expected.png:
23770         * platform/efl/fast/repaint/list-marker-expected.txt:
23771         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
23772         * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
23773         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
23774         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
23775         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
23776         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
23777         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
23778         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
23779         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
23780         * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
23781         * platform/efl/fast/repaint/outline-inset-expected.png:
23782         * platform/efl/fast/repaint/outline-inset-expected.txt:
23783         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
23784         * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
23785         * platform/efl/fast/repaint/outline-shrinking-expected.png:
23786         * platform/efl/fast/repaint/outline-shrinking-expected.txt:
23787         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
23788         * platform/efl/fast/repaint/overflow-hide-expected.png:
23789         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
23790         * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
23791         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
23792         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
23793         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
23794         * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
23795         * platform/efl/fast/repaint/overflow-show-expected.png:
23796         * platform/efl/fast/repaint/positioned-document-element-expected.png:
23797         * platform/efl/fast/repaint/positioned-document-element-expected.txt:
23798         * platform/efl/fast/repaint/reflection-redraw-expected.png:
23799         * platform/efl/fast/repaint/reflection-redraw-expected.txt:
23800         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
23801         * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
23802         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
23803         * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
23804         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
23805         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
23806         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
23807         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
23808         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
23809         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
23810         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
23811         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
23812         * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
23813         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
23814         * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
23815         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
23816         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
23817         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
23818         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
23819         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
23820         * platform/efl/fast/repaint/search-field-cancel-expected.png:
23821         * platform/efl/fast/repaint/search-field-cancel-expected.txt:
23822         * platform/efl/fast/repaint/select-option-background-color-expected.png:
23823         * platform/efl/fast/repaint/select-option-background-color-expected.txt:
23824         * platform/efl/fast/repaint/selected-replaced-expected.png:
23825         * platform/efl/fast/repaint/selection-after-delete-expected.png:
23826         * platform/efl/fast/repaint/selection-after-delete-expected.txt:
23827         * platform/efl/fast/repaint/selection-after-remove-expected.png:
23828         * platform/efl/fast/repaint/selection-after-remove-expected.txt:
23829         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
23830         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
23831         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
23832         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
23833         * platform/efl/fast/repaint/selection-rl-expected.png:
23834         * platform/efl/fast/repaint/selection-rl-expected.txt:
23835         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
23836         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
23837         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
23838         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
23839         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
23840         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
23841         * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
23842         * platform/efl/fast/repaint/static-to-positioned-expected.png:
23843         * platform/efl/fast/repaint/static-to-positioned-expected.txt:
23844         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
23845         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
23846         * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
23847         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
23848         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
23849         * platform/efl/fast/repaint/table-cell-move-expected.png:
23850         * platform/efl/fast/repaint/table-cell-move-expected.txt:
23851         * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
23852         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
23853         * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
23854         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
23855         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
23856         * platform/efl/fast/repaint/table-section-repaint-expected.png:
23857         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
23858         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
23859         * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
23860         * platform/efl/fast/repaint/text-emphasis-v-expected.png:
23861         * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
23862         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
23863         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
23864         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
23865         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
23866         * platform/efl/fast/repaint/text-shadow-expected.png:
23867         * platform/efl/fast/repaint/text-shadow-expected.txt:
23868         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
23869         * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
23870         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
23871         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
23872         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
23873         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
23874         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
23875         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
23876         * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
23877         * platform/efl/fast/repaint/transform-relative-position-expected.png:
23878         * platform/efl/fast/repaint/transform-relative-position-expected.txt:
23879         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
23880         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
23881         * platform/efl/fast/repaint/transform-translate-expected.png:
23882         * platform/efl/fast/replaced/001-expected.png:
23883         * platform/efl/fast/replaced/001-expected.txt:
23884         * platform/efl/fast/replaced/002-expected.png:
23885         * platform/efl/fast/replaced/002-expected.txt:
23886         * platform/efl/fast/replaced/003-expected.png:
23887         * platform/efl/fast/replaced/003-expected.txt:
23888         * platform/efl/fast/replaced/004-expected.png:
23889         * platform/efl/fast/replaced/004-expected.txt:
23890         * platform/efl/fast/replaced/005-expected.png:
23891         * platform/efl/fast/replaced/005-expected.txt:
23892         * platform/efl/fast/replaced/006-expected.png:
23893         * platform/efl/fast/replaced/006-expected.txt:
23894         * platform/efl/fast/replaced/007-expected.png:
23895         * platform/efl/fast/replaced/008-expected.png:
23896         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
23897         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
23898         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
23899         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
23900         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
23901         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
23902         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
23903         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
23904         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
23905         * platform/efl/fast/replaced/applet-display-none-expected.png:
23906         * platform/efl/fast/replaced/applet-display-none-expected.txt:
23907         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
23908         * platform/efl/fast/replaced/embed-display-none-expected.png:
23909         * platform/efl/fast/replaced/embed-display-none-expected.txt:
23910         * platform/efl/fast/replaced/image-onload-expected.png:
23911         * platform/efl/fast/replaced/image-resize-width-expected.png:
23912         * platform/efl/fast/replaced/image-resize-width-expected.txt:
23913         * platform/efl/fast/replaced/image-sizing-expected.png:
23914         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
23915         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
23916         * platform/efl/fast/replaced/image-tag-expected.png:
23917         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
23918         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
23919         * platform/efl/fast/replaced/max-width-percent-expected.png:
23920         * platform/efl/fast/replaced/max-width-percent-expected.txt:
23921         * platform/efl/fast/replaced/maxheight-percent-expected.png:
23922         * platform/efl/fast/replaced/maxheight-percent-expected.txt:
23923         * platform/efl/fast/replaced/maxheight-pxs-expected.png:
23924         * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
23925         * platform/efl/fast/replaced/maxwidth-percent-expected.png:
23926         * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
23927         * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
23928         * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
23929         * platform/efl/fast/replaced/minheight-percent-expected.png:
23930         * platform/efl/fast/replaced/minheight-percent-expected.txt:
23931         * platform/efl/fast/replaced/minheight-pxs-expected.png:
23932         * platform/efl/fast/replaced/minheight-pxs-expected.txt:
23933         * platform/efl/fast/replaced/minwidth-percent-expected.png:
23934         * platform/efl/fast/replaced/minwidth-percent-expected.txt:
23935         * platform/efl/fast/replaced/minwidth-pxs-expected.png:
23936         * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
23937         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
23938         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
23939         * platform/efl/fast/replaced/object-display-none-expected.png:
23940         * platform/efl/fast/replaced/object-display-none-expected.txt:
23941         * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
23942         * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
23943         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
23944         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
23945         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
23946         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
23947         * platform/efl/fast/replaced/replaced-breaking-expected.png:
23948         * platform/efl/fast/replaced/replaced-breaking-expected.txt:
23949         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
23950         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
23951         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
23952         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
23953         * platform/efl/fast/replaced/selection-rect-expected.png:
23954         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
23955         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
23956         * platform/efl/fast/replaced/selection-rect-transform-expected.png:
23957         * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
23958         * platform/efl/fast/replaced/three-selects-break-expected.png:
23959         * platform/efl/fast/replaced/three-selects-break-expected.txt:
23960         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
23961         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
23962         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
23963         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
23964         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
23965         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
23966         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
23967         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
23968         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
23969         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
23970         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
23971         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
23972         * platform/efl/fast/replaced/width100percent-button-expected.png:
23973         * platform/efl/fast/replaced/width100percent-button-expected.txt:
23974         * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
23975         * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
23976         * platform/efl/fast/replaced/width100percent-image-expected.png:
23977         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
23978         * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
23979         * platform/efl/fast/replaced/width100percent-radio-expected.png:
23980         * platform/efl/fast/replaced/width100percent-radio-expected.txt:
23981         * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
23982         * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
23983         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
23984         * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
23985         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
23986         * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
23987         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
23988         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
23989         * platform/efl/fast/ruby/nested-ruby-expected.png:
23990         * platform/efl/fast/ruby/nested-ruby-expected.txt:
23991         * platform/efl/fast/ruby/overhang-horizontal-expected.png:
23992         * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
23993         * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
23994         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
23995         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
23996         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
23997         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
23998         * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
23999         * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
24000         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
24001         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
24002         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
24003         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
24004         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
24005         * platform/efl/fast/ruby/ruby-length-expected.png:
24006         * platform/efl/fast/ruby/ruby-length-expected.txt:
24007         * platform/efl/fast/ruby/ruby-run-break-expected.png:
24008         * platform/efl/fast/ruby/ruby-run-break-expected.txt:
24009         * platform/efl/fast/ruby/ruby-runs-expected.png:
24010         * platform/efl/fast/ruby/ruby-runs-expected.txt:
24011         * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
24012         * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
24013         * platform/efl/fast/ruby/ruby-simple-expected.png:
24014         * platform/efl/fast/ruby/ruby-simple-expected.txt:
24015         * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
24016         * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
24017         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
24018         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
24019         * platform/efl/fast/ruby/ruby-trailing-expected.png:
24020         * platform/efl/fast/ruby/ruby-trailing-expected.txt:
24021         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
24022         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
24023         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
24024         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
24025         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
24026         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
24027         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
24028         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
24029         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
24030         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
24031         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
24032         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
24033         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
24034         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
24035         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
24036         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
24037         * platform/efl/fast/runin/001-expected.png:
24038         * platform/efl/fast/runin/001-expected.txt:
24039         * platform/efl/fast/runin/002-expected.png:
24040         * platform/efl/fast/runin/002-expected.txt:
24041         * platform/efl/fast/runin/generated-expected.png:
24042         * platform/efl/fast/runin/generated-expected.txt:
24043         * platform/efl/fast/runin/generated2-expected.png:
24044         * platform/efl/fast/runin/generated2-expected.txt:
24045         * platform/efl/fast/runin/generated3-expected.png:
24046         * platform/efl/fast/runin/generated3-expected.txt:
24047         * platform/efl/fast/runin/generated4-expected.png:
24048         * platform/efl/fast/runin/generated4-expected.txt:
24049         * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
24050         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
24051         * platform/efl/fast/selectors/001-expected.png:
24052         * platform/efl/fast/selectors/001-expected.txt:
24053         * platform/efl/fast/selectors/002-expected.png:
24054         * platform/efl/fast/selectors/002-expected.txt:
24055         * platform/efl/fast/selectors/003-expected.png:
24056         * platform/efl/fast/selectors/003-expected.txt:
24057         * platform/efl/fast/selectors/004-expected.png:
24058         * platform/efl/fast/selectors/004-expected.txt:
24059         * platform/efl/fast/selectors/005-expected.png:
24060         * platform/efl/fast/selectors/005-expected.txt:
24061         * platform/efl/fast/selectors/006-expected.png:
24062         * platform/efl/fast/selectors/006-expected.txt:
24063         * platform/efl/fast/selectors/007a-expected.png:
24064         * platform/efl/fast/selectors/007a-expected.txt:
24065         * platform/efl/fast/selectors/007b-expected.png:
24066         * platform/efl/fast/selectors/007b-expected.txt:
24067         * platform/efl/fast/selectors/008-expected.png:
24068         * platform/efl/fast/selectors/008-expected.txt:
24069         * platform/efl/fast/selectors/009-expected.png:
24070         * platform/efl/fast/selectors/009-expected.txt:
24071         * platform/efl/fast/selectors/010-expected.png:
24072         * platform/efl/fast/selectors/010-expected.txt:
24073         * platform/efl/fast/selectors/011-expected.png:
24074         * platform/efl/fast/selectors/011-expected.txt:
24075         * platform/efl/fast/selectors/012-expected.png:
24076         * platform/efl/fast/selectors/012-expected.txt:
24077         * platform/efl/fast/selectors/013-expected.png:
24078         * platform/efl/fast/selectors/013-expected.txt:
24079         * platform/efl/fast/selectors/014-expected.png:
24080         * platform/efl/fast/selectors/014-expected.txt:
24081         * platform/efl/fast/selectors/015-expected.png:
24082         * platform/efl/fast/selectors/015-expected.txt:
24083         * platform/efl/fast/selectors/016-expected.png:
24084         * platform/efl/fast/selectors/016-expected.txt:
24085         * platform/efl/fast/selectors/017-expected.png:
24086         * platform/efl/fast/selectors/017-expected.txt:
24087         * platform/efl/fast/selectors/018-expected.png:
24088         * platform/efl/fast/selectors/018-expected.txt:
24089         * platform/efl/fast/selectors/018b-expected.png:
24090         * platform/efl/fast/selectors/018b-expected.txt:
24091         * platform/efl/fast/selectors/019-expected.png:
24092         * platform/efl/fast/selectors/019-expected.txt:
24093         * platform/efl/fast/selectors/020-expected.png:
24094         * platform/efl/fast/selectors/020-expected.txt:
24095         * platform/efl/fast/selectors/021-expected.png:
24096         * platform/efl/fast/selectors/021-expected.txt:
24097         * platform/efl/fast/selectors/021b-expected.png:
24098         * platform/efl/fast/selectors/021b-expected.txt:
24099         * platform/efl/fast/selectors/027-expected.png:
24100         * platform/efl/fast/selectors/027-expected.txt:
24101         * platform/efl/fast/selectors/032-expected.png:
24102         * platform/efl/fast/selectors/034-expected.png:
24103         * platform/efl/fast/selectors/034-expected.txt:
24104         * platform/efl/fast/selectors/038-expected.png:
24105         * platform/efl/fast/selectors/038-expected.txt:
24106         * platform/efl/fast/selectors/039-expected.png:
24107         * platform/efl/fast/selectors/039-expected.txt:
24108         * platform/efl/fast/selectors/039b-expected.png:
24109         * platform/efl/fast/selectors/039b-expected.txt:
24110         * platform/efl/fast/selectors/040-expected.png:
24111         * platform/efl/fast/selectors/040-expected.txt:
24112         * platform/efl/fast/selectors/041-expected.png:
24113         * platform/efl/fast/selectors/041-expected.txt:
24114         * platform/efl/fast/selectors/042-expected.png:
24115         * platform/efl/fast/selectors/042-expected.txt:
24116         * platform/efl/fast/selectors/043-expected.png:
24117         * platform/efl/fast/selectors/043-expected.txt:
24118         * platform/efl/fast/selectors/043b-expected.png:
24119         * platform/efl/fast/selectors/043b-expected.txt:
24120         * platform/efl/fast/selectors/044-expected.png:
24121         * platform/efl/fast/selectors/044-expected.txt:
24122         * platform/efl/fast/selectors/044b-expected.png:
24123         * platform/efl/fast/selectors/044b-expected.txt:
24124         * platform/efl/fast/selectors/044c-expected.png:
24125         * platform/efl/fast/selectors/044c-expected.txt:
24126         * platform/efl/fast/selectors/044d-expected.png:
24127         * platform/efl/fast/selectors/044d-expected.txt:
24128         * platform/efl/fast/selectors/045-expected.png:
24129         * platform/efl/fast/selectors/045-expected.txt:
24130         * platform/efl/fast/selectors/045b-expected.png:
24131         * platform/efl/fast/selectors/045b-expected.txt:
24132         * platform/efl/fast/selectors/045c-expected.png:
24133         * platform/efl/fast/selectors/045c-expected.txt:
24134         * platform/efl/fast/selectors/046-expected.png:
24135         * platform/efl/fast/selectors/046-expected.txt:
24136         * platform/efl/fast/selectors/054-expected.png:
24137         * platform/efl/fast/selectors/054-expected.txt:
24138         * platform/efl/fast/selectors/056-expected.png:
24139         * platform/efl/fast/selectors/056-expected.txt:
24140         * platform/efl/fast/selectors/058-expected.png:
24141         * platform/efl/fast/selectors/058-expected.txt:
24142         * platform/efl/fast/selectors/059-expected.png:
24143         * platform/efl/fast/selectors/059-expected.txt:
24144         * platform/efl/fast/selectors/060-expected.png:
24145         * platform/efl/fast/selectors/060-expected.txt:
24146         * platform/efl/fast/selectors/061-expected.png:
24147         * platform/efl/fast/selectors/061-expected.txt:
24148         * platform/efl/fast/selectors/062-expected.png:
24149         * platform/efl/fast/selectors/062-expected.txt:
24150         * platform/efl/fast/selectors/063-expected.png:
24151         * platform/efl/fast/selectors/063-expected.txt:
24152         * platform/efl/fast/selectors/064-expected.png:
24153         * platform/efl/fast/selectors/064-expected.txt:
24154         * platform/efl/fast/selectors/065-expected.png:
24155         * platform/efl/fast/selectors/065-expected.txt:
24156         * platform/efl/fast/selectors/066-expected.png:
24157         * platform/efl/fast/selectors/066-expected.txt:
24158         * platform/efl/fast/selectors/066b-expected.png:
24159         * platform/efl/fast/selectors/066b-expected.txt:
24160         * platform/efl/fast/selectors/072-expected.png:
24161         * platform/efl/fast/selectors/072-expected.txt:
24162         * platform/efl/fast/selectors/072b-expected.png:
24163         * platform/efl/fast/selectors/072b-expected.txt:
24164         * platform/efl/fast/selectors/077-expected.png:
24165         * platform/efl/fast/selectors/077-expected.txt:
24166         * platform/efl/fast/selectors/077b-expected.png:
24167         * platform/efl/fast/selectors/077b-expected.txt:
24168         * platform/efl/fast/selectors/078b-expected.png:
24169         * platform/efl/fast/selectors/078b-expected.txt:
24170         * platform/efl/fast/selectors/083-expected.png:
24171         * platform/efl/fast/selectors/083-expected.txt:
24172         * platform/efl/fast/selectors/087b-expected.png:
24173         * platform/efl/fast/selectors/087b-expected.txt:
24174         * platform/efl/fast/selectors/088b-expected.png:
24175         * platform/efl/fast/selectors/088b-expected.txt:
24176         * platform/efl/fast/selectors/089-expected.png:
24177         * platform/efl/fast/selectors/089-expected.txt:
24178         * platform/efl/fast/selectors/090b-expected.png:
24179         * platform/efl/fast/selectors/090b-expected.txt:
24180         * platform/efl/fast/selectors/154-expected.png:
24181         * platform/efl/fast/selectors/154-expected.txt:
24182         * platform/efl/fast/selectors/155-expected.png:
24183         * platform/efl/fast/selectors/155-expected.txt:
24184         * platform/efl/fast/selectors/155a-expected.png:
24185         * platform/efl/fast/selectors/155a-expected.txt:
24186         * platform/efl/fast/selectors/155b-expected.png:
24187         * platform/efl/fast/selectors/155b-expected.txt:
24188         * platform/efl/fast/selectors/155c-expected.png:
24189         * platform/efl/fast/selectors/155c-expected.txt:
24190         * platform/efl/fast/selectors/155d-expected.png:
24191         * platform/efl/fast/selectors/155d-expected.txt:
24192         * platform/efl/fast/selectors/156b-expected.png:
24193         * platform/efl/fast/selectors/156b-expected.txt:
24194         * platform/efl/fast/selectors/157-expected.png:
24195         * platform/efl/fast/selectors/157-expected.txt:
24196         * platform/efl/fast/selectors/158-expected.png:
24197         * platform/efl/fast/selectors/158-expected.txt:
24198         * platform/efl/fast/selectors/159-expected.png:
24199         * platform/efl/fast/selectors/159-expected.txt:
24200         * platform/efl/fast/selectors/160-expected.png:
24201         * platform/efl/fast/selectors/160-expected.txt:
24202         * platform/efl/fast/selectors/166-expected.png:
24203         * platform/efl/fast/selectors/166-expected.txt:
24204         * platform/efl/fast/selectors/166a-expected.png:
24205         * platform/efl/fast/selectors/166a-expected.txt:
24206         * platform/efl/fast/selectors/167-expected.png:
24207         * platform/efl/fast/selectors/167-expected.txt:
24208         * platform/efl/fast/selectors/167a-expected.png:
24209         * platform/efl/fast/selectors/167a-expected.txt:
24210         * platform/efl/fast/selectors/168-expected.png:
24211         * platform/efl/fast/selectors/168-expected.txt:
24212         * platform/efl/fast/selectors/168a-expected.png:
24213         * platform/efl/fast/selectors/168a-expected.txt:
24214         * platform/efl/fast/selectors/169-expected.png:
24215         * platform/efl/fast/selectors/169-expected.txt:
24216         * platform/efl/fast/selectors/169a-expected.png:
24217         * platform/efl/fast/selectors/169a-expected.txt:
24218         * platform/efl/fast/selectors/170-expected.png:
24219         * platform/efl/fast/selectors/170-expected.txt:
24220         * platform/efl/fast/selectors/170a-expected.png:
24221         * platform/efl/fast/selectors/170a-expected.txt:
24222         * platform/efl/fast/selectors/170b-expected.png:
24223         * platform/efl/fast/selectors/170b-expected.txt:
24224         * platform/efl/fast/selectors/170c-expected.png:
24225         * platform/efl/fast/selectors/170c-expected.txt:
24226         * platform/efl/fast/selectors/170d-expected.png:
24227         * platform/efl/fast/selectors/170d-expected.txt:
24228         * platform/efl/fast/selectors/175a-expected.png:
24229         * platform/efl/fast/selectors/175a-expected.txt:
24230         * platform/efl/fast/selectors/175b-expected.png:
24231         * platform/efl/fast/selectors/175b-expected.txt:
24232         * platform/efl/fast/selectors/175c-expected.png:
24233         * platform/efl/fast/selectors/175c-expected.txt:
24234         * platform/efl/fast/selectors/177a-expected.png:
24235         * platform/efl/fast/selectors/177a-expected.txt:
24236         * platform/efl/fast/selectors/177b-expected.png:
24237         * platform/efl/fast/selectors/177b-expected.txt:
24238         * platform/efl/fast/selectors/lang-inheritance-expected.png:
24239         * platform/efl/fast/selectors/lang-inheritance-expected.txt:
24240         * platform/efl/fast/selectors/lang-inheritance2-expected.png:
24241         * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
24242         * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
24243
24244 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
24245
24246         Unreviewed GTK gardening.
24247
24248         Adding a crashing expectation for an a11y test.
24249         Adding failure expectations for two stack overflow tests. The
24250         stack overflow does not occur anymore due to increased memory
24251         on the debug builder. This is not a progression, though.
24252
24253         * platform/gtk/TestExpectations:
24254
24255 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
24256
24257         [EFL] Unreviewed gardening.
24258
24259         Rebaseline after enabling subpixel layout and updating freetype (14/26).
24260
24261         * platform/efl/fast/invalid/019-expected.png:
24262         * platform/efl/fast/invalid/019-expected.txt:
24263         * platform/efl/fast/invalid/020-expected.png:
24264         * platform/efl/fast/invalid/020-expected.txt:
24265         * platform/efl/fast/invalid/021-expected.png:
24266         * platform/efl/fast/invalid/021-expected.txt:
24267         * platform/efl/fast/invalid/junk-data-expected.png:
24268         * platform/efl/fast/invalid/junk-data-expected.txt:
24269         * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
24270         * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
24271         * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
24272         * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
24273         * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
24274         * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
24275         * platform/efl/fast/invalid/missing-end-tag-expected.png:
24276         * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
24277         * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
24278         * platform/efl/fast/invalid/nestedh3s-expected.png:
24279         * platform/efl/fast/invalid/nestedh3s-expected.txt:
24280         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
24281         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
24282         * platform/efl/fast/invalid/td-inside-object-expected.png:
24283         * platform/efl/fast/invalid/td-inside-object-expected.txt:
24284         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
24285         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
24286         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
24287         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
24288         * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
24289         * platform/efl/fast/layers/opacity-outline-expected.png:
24290         * platform/efl/fast/layers/opacity-outline-expected.txt:
24291         * platform/efl/fast/layers/opacity-stacking-expected.png:
24292         * platform/efl/fast/layers/opacity-transforms-expected.png:
24293         * platform/efl/fast/layers/opacity-transforms-expected.txt:
24294         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
24295         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
24296         * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
24297         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
24298         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
24299         * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
24300         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
24301         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
24302         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
24303         * platform/efl/fast/layers/video-layer-expected.png:
24304         * platform/efl/fast/layers/video-layer-expected.txt:
24305         * platform/efl/fast/layers/zindex-inherit-expected.png:
24306         * platform/efl/fast/layers/zindex-inherit-expected.txt:
24307         * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
24308         * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
24309         * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
24310         * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
24311         * platform/efl/fast/line-grid/line-grid-floating-expected.png:
24312         * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
24313         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
24314         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
24315         * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
24316         * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
24317         * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
24318         * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
24319         * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
24320         * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
24321         * platform/efl/fast/lists/001-expected.png:
24322         * platform/efl/fast/lists/001-expected.txt:
24323         * platform/efl/fast/lists/001-vertical-expected.png:
24324         * platform/efl/fast/lists/001-vertical-expected.txt:
24325         * platform/efl/fast/lists/002-expected.png:
24326         * platform/efl/fast/lists/002-expected.txt:
24327         * platform/efl/fast/lists/002-vertical-expected.png:
24328         * platform/efl/fast/lists/002-vertical-expected.txt:
24329         * platform/efl/fast/lists/003-expected.png:
24330         * platform/efl/fast/lists/003-vertical-expected.png:
24331         * platform/efl/fast/lists/004-expected.png:
24332         * platform/efl/fast/lists/004-expected.txt:
24333         * platform/efl/fast/lists/005-expected.png:
24334         * platform/efl/fast/lists/005-expected.txt:
24335         * platform/efl/fast/lists/005-vertical-expected.png:
24336         * platform/efl/fast/lists/005-vertical-expected.txt:
24337         * platform/efl/fast/lists/006-expected.png:
24338         * platform/efl/fast/lists/006-expected.txt:
24339         * platform/efl/fast/lists/006-vertical-expected.png:
24340         * platform/efl/fast/lists/006-vertical-expected.txt:
24341         * platform/efl/fast/lists/007-expected.png:
24342         * platform/efl/fast/lists/007-vertical-expected.png:
24343         * platform/efl/fast/lists/007-vertical-expected.txt:
24344         * platform/efl/fast/lists/008-expected.png:
24345         * platform/efl/fast/lists/008-vertical-expected.png:
24346         * platform/efl/fast/lists/009-expected.png:
24347         * platform/efl/fast/lists/009-expected.txt:
24348         * platform/efl/fast/lists/009-vertical-expected.png:
24349         * platform/efl/fast/lists/009-vertical-expected.txt:
24350         * platform/efl/fast/lists/anonymous-items-expected.png:
24351         * platform/efl/fast/lists/anonymous-items-expected.txt:
24352         * platform/efl/fast/lists/big-list-marker-expected.png:
24353         * platform/efl/fast/lists/big-list-marker-expected.txt:
24354         * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
24355         * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
24356         * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
24357         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
24358         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
24359         * platform/efl/fast/lists/li-br-expected.png:
24360         * platform/efl/fast/lists/li-br-expected.txt:
24361         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
24362         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
24363         * platform/efl/fast/lists/list-item-line-height-expected.png:
24364         * platform/efl/fast/lists/list-item-line-height-expected.txt:
24365         * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
24366         * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
24367         * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
24368         * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
24369         * platform/efl/fast/lists/list-style-none-crash-expected.png:
24370         * platform/efl/fast/lists/list-style-none-crash-expected.txt:
24371         * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
24372         * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
24373         * platform/efl/fast/lists/marker-image-error-expected.png:
24374         * platform/efl/fast/lists/marker-image-error-expected.txt:
24375         * platform/efl/fast/lists/markers-in-selection-expected.png:
24376         * platform/efl/fast/lists/markers-in-selection-expected.txt:
24377         * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
24378         * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
24379         * platform/efl/fast/lists/ol-display-types-expected.png:
24380         * platform/efl/fast/lists/ol-display-types-expected.txt:
24381         * platform/efl/fast/lists/ol-start-dynamic-expected.png:
24382         * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
24383         * platform/efl/fast/lists/ol-start-parsing-expected.png:
24384         * platform/efl/fast/lists/ol-start-parsing-expected.txt:
24385         * platform/efl/fast/lists/olstart-expected.png:
24386         * platform/efl/fast/lists/olstart-expected.txt:
24387         * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
24388         * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
24389         * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
24390         * platform/efl/fast/loader/text-document-wrapping-expected.png:
24391         * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
24392         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
24393         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
24394         * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
24395         * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
24396         * platform/efl/fast/multicol/border-padding-pagination-expected.png:
24397         * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
24398         * platform/efl/fast/multicol/client-rects-expected.png:
24399         * platform/efl/fast/multicol/client-rects-expected.txt:
24400         * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
24401         * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
24402         * platform/efl/fast/multicol/column-count-with-rules-expected.png:
24403         * platform/efl/fast/multicol/column-rules-expected.png:
24404         * platform/efl/fast/multicol/column-rules-expected.txt:
24405         * platform/efl/fast/multicol/column-rules-stacking-expected.png:
24406         * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
24407         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
24408         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
24409         * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
24410         * platform/efl/fast/multicol/float-avoidance-expected.png:
24411         * platform/efl/fast/multicol/float-avoidance-expected.txt:
24412         * platform/efl/fast/multicol/float-multicol-expected.png:
24413         * platform/efl/fast/multicol/float-paginate-complex-expected.png:
24414         * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
24415         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
24416         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
24417         * platform/efl/fast/multicol/float-paginate-expected.png:
24418         * platform/efl/fast/multicol/float-paginate-expected.txt:
24419         * platform/efl/fast/multicol/layers-in-multicol-expected.png:
24420         * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
24421         * platform/efl/fast/multicol/margin-collapse-expected.png:
24422         * platform/efl/fast/multicol/margin-collapse-expected.txt:
24423         * platform/efl/fast/multicol/max-height-columns-block-expected.png:
24424         * platform/efl/fast/multicol/nested-columns-expected.png:
24425         * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
24426         * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
24427         * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
24428         * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
24429         * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
24430         * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
24431         * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
24432         * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
24433         * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
24434         * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
24435         * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
24436         * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
24437         * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
24438         * platform/efl/fast/multicol/positioned-split-expected.png:
24439         * platform/efl/fast/multicol/positioned-split-expected.txt:
24440         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
24441         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
24442         * platform/efl/fast/multicol/positive-leading-expected.png:
24443         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
24444         * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
24445         * platform/efl/fast/multicol/shadow-breaking-expected.txt:
24446         * platform/efl/fast/multicol/single-line-expected.png:
24447         * platform/efl/fast/multicol/single-line-expected.txt:
24448         * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
24449         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
24450         * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
24451         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
24452         * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
24453         * platform/efl/fast/multicol/span/clone-summary-expected.txt:
24454         * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
24455         * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
24456         * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
24457         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
24458         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
24459         * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
24460         * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
24461         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
24462         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
24463         * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
24464         * platform/efl/fast/multicol/table-margin-collapse-expected.png:
24465         * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
24466         * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
24467         * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
24468         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
24469         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
24470         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
24471         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
24472         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
24473         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
24474         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
24475         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
24476         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
24477         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
24478         * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
24479         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
24480         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
24481         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
24482         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
24483         * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
24484         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
24485         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
24486         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
24487         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
24488         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
24489         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
24490         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
24491         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
24492         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
24493         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
24494         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
24495         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
24496         * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
24497         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
24498         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
24499         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
24500         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
24501         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
24502         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
24503         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
24504         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
24505         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
24506         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
24507         * platform/efl/fast/overflow/001-expected.png:
24508         * platform/efl/fast/overflow/001-expected.txt:
24509         * platform/efl/fast/overflow/002-expected.png:
24510         * platform/efl/fast/overflow/002-expected.txt:
24511         * platform/efl/fast/overflow/003-expected.png:
24512         * platform/efl/fast/overflow/003-expected.txt:
24513         * platform/efl/fast/overflow/004-expected.png:
24514         * platform/efl/fast/overflow/005-expected.png:
24515         * platform/efl/fast/overflow/006-expected.png:
24516         * platform/efl/fast/overflow/006-expected.txt:
24517         * platform/efl/fast/overflow/007-expected.png:
24518         * platform/efl/fast/overflow/008-expected.png:
24519         * platform/efl/fast/overflow/008-expected.txt:
24520         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
24521         * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
24522         * platform/efl/fast/overflow/childFocusRingClip-expected.png:
24523         * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
24524         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
24525         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
24526         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
24527         * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
24528         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
24529         * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
24530         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
24531         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
24532         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
24533         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
24534         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
24535         * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
24536         * platform/efl/fast/overflow/infiniteRecursion-expected.png:
24537         * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
24538         * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
24539         * platform/efl/fast/overflow/line-clamp-expected.png:
24540         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
24541         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
24542         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
24543         * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
24544         * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
24545         * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
24546         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
24547         * platform/efl/fast/overflow/overflow-rtl-expected.png:
24548         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
24549         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
24550         * platform/efl/fast/overflow/overflow-stacking-expected.png:
24551         * platform/efl/fast/overflow/overflow-stacking-expected.txt:
24552         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
24553         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
24554         * platform/efl/fast/overflow/overflow-update-transform-expected.png:
24555         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
24556         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
24557         * platform/efl/fast/overflow/overflow-x-y-expected.png:
24558         * platform/efl/fast/overflow/overflow-x-y-expected.txt:
24559         * platform/efl/fast/overflow/paged-x-div-expected.png:
24560         * platform/efl/fast/overflow/paged-x-div-expected.txt:
24561         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
24562         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
24563         * platform/efl/fast/overflow/paged-x-on-root-expected.png:
24564         * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
24565         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
24566         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
24567         * platform/efl/fast/overflow/paged-y-div-expected.png:
24568         * platform/efl/fast/overflow/paged-y-div-expected.txt:
24569         * platform/efl/fast/overflow/paged-y-on-root-expected.png:
24570         * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
24571         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
24572         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
24573         * platform/efl/fast/overflow/position-relative-expected.png:
24574         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
24575         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
24576         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
24577         * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
24578         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
24579         * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
24580         * platform/efl/fast/overflow/table-overflow-float-expected.png:
24581         * platform/efl/fast/overflow/table-overflow-float-expected.txt:
24582         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
24583         * platform/efl/fast/parser/001-expected.png:
24584         * platform/efl/fast/parser/001-expected.txt:
24585         * platform/efl/fast/parser/bad-xml-slash-expected.png:
24586         * platform/efl/fast/parser/bad-xml-slash-expected.txt:
24587         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
24588         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
24589         * platform/efl/fast/parser/comment-in-script-expected.png:
24590         * platform/efl/fast/parser/document-write-option-expected.png:
24591         * platform/efl/fast/parser/document-write-option-expected.txt:
24592         * platform/efl/fast/parser/entity-comment-in-style-expected.png:
24593         * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
24594         * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
24595         * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
24596         * platform/efl/fast/parser/fonts-expected.png:
24597         * platform/efl/fast/parser/fonts-expected.txt:
24598         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
24599         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
24600         * platform/efl/fast/parser/open-comment-in-style-expected.png:
24601         * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
24602         * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
24603         * platform/efl/fast/parser/style-script-head-test-expected.png:
24604         * platform/efl/fast/parser/tabs-in-scripts-expected.png:
24605         * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
24606         * platform/efl/fast/parser/title-error-test-expected.png:
24607         * platform/efl/fast/parser/title-error-test-expected.txt:
24608         * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
24609         * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
24610         * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
24611         * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
24612         * platform/efl/fast/reflections/inline-crash-expected.png:
24613         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
24614         * platform/efl/fast/reflections/reflection-direction-expected.png:
24615         * platform/efl/fast/reflections/reflection-direction-expected.txt:
24616         * platform/efl/fast/reflections/reflection-masks-expected.png:
24617         * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
24618         * platform/efl/fast/reflections/reflection-nesting-expected.png:
24619         * platform/efl/fast/reflections/reflection-nesting-expected.txt:
24620         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
24621         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
24622         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
24623         * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
24624         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
24625         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
24626         * platform/efl/fast/regions/flow-content-basic-expected.png:
24627         * platform/efl/fast/regions/flow-content-basic-expected.txt:
24628         * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
24629         * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
24630         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
24631         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
24632         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
24633         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
24634         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
24635         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
24636         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
24637         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
24638         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
24639         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
24640         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24641         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
24642         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
24643         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
24644         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
24645         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
24646         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
24647         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
24648         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
24649         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
24650         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
24651         * platform/efl/fast/regions/region-style-block-background-color-expected.png:
24652         * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
24653         * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
24654         * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
24655         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
24656         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
24657         * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
24658         * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
24659         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
24660         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
24661         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
24662         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
24663         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
24664         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
24665         * platform/efl/fast/repaint/4774354-expected.png:
24666         * platform/efl/fast/repaint/4774354-expected.txt:
24667         * platform/efl/fast/repaint/4776765-expected.png:
24668         * platform/efl/fast/repaint/4776765-expected.txt:
24669         * platform/efl/fast/repaint/background-misaligned-expected.png:
24670         * platform/efl/fast/repaint/background-scaling-expected.png:
24671         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
24672         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
24673         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
24674         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
24675         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
24676         * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
24677         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
24678         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
24679         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
24680         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
24681         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
24682         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
24683         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
24684         * platform/efl/fast/repaint/body-background-image-expected.png:
24685         * platform/efl/fast/repaint/body-background-image-expected.txt:
24686         * platform/efl/fast/repaint/border-fit-lines-expected.png:
24687         * platform/efl/fast/repaint/border-fit-lines-expected.txt:
24688         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
24689         * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
24690         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
24691         * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
24692         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
24693         * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
24694         * platform/efl/fast/repaint/box-shadow-h-expected.png:
24695         * platform/efl/fast/repaint/box-shadow-h-expected.txt:
24696         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
24697         * platform/efl/fast/repaint/box-shadow-v-expected.png:
24698         * platform/efl/fast/repaint/box-shadow-v-expected.txt:
24699         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
24700         * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
24701         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
24702         * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
24703         * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
24704         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
24705         * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
24706         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
24707         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
24708         * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
24709         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
24710         * platform/efl/fast/repaint/caret-outside-block-expected.txt:
24711         * platform/efl/fast/repaint/change-transform-expected.png:
24712         * platform/efl/fast/repaint/change-transform-expected.txt:
24713         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
24714         * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
24715         * platform/efl/fast/repaint/clipped-relative-expected.png:
24716         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
24717         * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
24718         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
24719         * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
24720         * platform/efl/fast/repaint/control-clip-expected.png:
24721         * platform/efl/fast/repaint/control-clip-expected.txt:
24722         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
24723         * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
24724         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
24725         * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
24726         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
24727         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
24728         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
24729         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
24730         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
24731         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
24732         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
24733         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
24734         * platform/efl/fast/repaint/fixed-expected.png:
24735         * platform/efl/fast/repaint/fixed-expected.txt:
24736         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
24737         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
24738         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
24739         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
24740         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
24741         * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
24742         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
24743         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
24744         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
24745         * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
24746         * platform/efl/fast/repaint/float-new-in-block-expected.png:
24747         * platform/efl/fast/repaint/float-overflow-expected.png:
24748         * platform/efl/fast/repaint/float-overflow-expected.txt:
24749         * platform/efl/fast/repaint/float-overflow-right-expected.png:
24750         * platform/efl/fast/repaint/float-overflow-right-expected.txt:
24751         * platform/efl/fast/repaint/focus-layers-expected.png:
24752         * platform/efl/fast/repaint/focus-layers-expected.txt:
24753         * platform/efl/fast/repaint/focus-ring-expected.png:
24754         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
24755         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
24756         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
24757         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
24758         * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
24759         * platform/efl/fast/repaint/inline-color-change-expected.png:
24760         * platform/efl/fast/repaint/inline-color-change-expected.txt:
24761         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
24762
24763 2013-01-18  Andrey Adaikin  <aandrey@chromium.org>
24764
24765         Web Inspector: array grouping does not work big sparse arrays
24766         https://bugs.webkit.org/show_bug.cgi?id=106897
24767
24768         Reviewed by Pavel Feldman.
24769
24770         * inspector/console/console-big-array-expected.txt:
24771         * inspector/console/console-big-array.html:
24772
24773 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
24774
24775         [EFL] Unreviewed gardening.
24776
24777         Rebaseline after enabling subpixel layout and updating freetype (13/26).
24778
24779         * platform/efl/fast/forms/input-appearance-readonly-expected.png:
24780         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
24781         * platform/efl/fast/forms/input-appearance-selection-expected.png:
24782         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
24783         * platform/efl/fast/forms/input-appearance-visibility-expected.png:
24784         * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
24785         * platform/efl/fast/forms/input-appearance-width-expected.png:
24786         * platform/efl/fast/forms/input-appearance-width-expected.txt:
24787         * platform/efl/fast/forms/input-baseline-expected.png:
24788         * platform/efl/fast/forms/input-baseline-expected.txt:
24789         * platform/efl/fast/forms/input-button-sizes-expected.png:
24790         * platform/efl/fast/forms/input-button-sizes-expected.txt:
24791         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
24792         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
24793         * platform/efl/fast/forms/input-field-text-truncated-expected.png:
24794         * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
24795         * platform/efl/fast/forms/input-first-letter-expected.png:
24796         * platform/efl/fast/forms/input-first-letter-expected.txt:
24797         * platform/efl/fast/forms/input-no-renderer-expected.png:
24798         * platform/efl/fast/forms/input-no-renderer-expected.txt:
24799         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
24800         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
24801         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
24802         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
24803         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
24804         * platform/efl/fast/forms/input-readonly-empty-expected.png:
24805         * platform/efl/fast/forms/input-readonly-empty-expected.txt:
24806         * platform/efl/fast/forms/input-spaces-expected.png:
24807         * platform/efl/fast/forms/input-spaces-expected.txt:
24808         * platform/efl/fast/forms/input-table-expected.png:
24809         * platform/efl/fast/forms/input-table-expected.txt:
24810         * platform/efl/fast/forms/input-text-click-inside-expected.png:
24811         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
24812         * platform/efl/fast/forms/input-text-double-click-expected.png:
24813         * platform/efl/fast/forms/input-text-double-click-expected.txt:
24814         * platform/efl/fast/forms/input-text-option-delete-expected.png:
24815         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
24816         * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
24817         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
24818         * platform/efl/fast/forms/input-text-word-wrap-expected.png:
24819         * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
24820         * platform/efl/fast/forms/input-type-text-min-width-expected.png:
24821         * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
24822         * platform/efl/fast/forms/input-value-expected.png:
24823         * platform/efl/fast/forms/input-value-expected.txt:
24824         * platform/efl/fast/forms/input-width-expected.png:
24825         * platform/efl/fast/forms/input-width-expected.txt:
24826         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
24827         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
24828         * platform/efl/fast/forms/listbox-bidi-align-expected.png:
24829         * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
24830         * platform/efl/fast/forms/listbox-clip-expected.png:
24831         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
24832         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
24833         * platform/efl/fast/forms/listbox-width-change-expected.png:
24834         * platform/efl/fast/forms/listbox-width-change-expected.txt:
24835         * platform/efl/fast/forms/menulist-clip-expected.png:
24836         * platform/efl/fast/forms/menulist-clip-expected.txt:
24837         * platform/efl/fast/forms/menulist-deselect-update-expected.png:
24838         * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
24839         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
24840         * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
24841         * platform/efl/fast/forms/menulist-option-wrap-expected.png:
24842         * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
24843         * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
24844         * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
24845         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
24846         * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
24847         * platform/efl/fast/forms/menulist-width-change-expected.png:
24848         * platform/efl/fast/forms/menulist-width-change-expected.txt:
24849         * platform/efl/fast/forms/minWidthPercent-expected.png:
24850         * platform/efl/fast/forms/minWidthPercent-expected.txt:
24851         * platform/efl/fast/forms/negativeLineHeight-expected.png:
24852         * platform/efl/fast/forms/negativeLineHeight-expected.txt:
24853         * platform/efl/fast/forms/option-index-expected.png:
24854         * platform/efl/fast/forms/option-index-expected.txt:
24855         * platform/efl/fast/forms/option-script-expected.png:
24856         * platform/efl/fast/forms/option-script-expected.txt:
24857         * platform/efl/fast/forms/option-strip-whitespace-expected.png:
24858         * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
24859         * platform/efl/fast/forms/option-text-clip-expected.png:
24860         * platform/efl/fast/forms/option-text-clip-expected.txt:
24861         * platform/efl/fast/forms/placeholder-position-expected.png:
24862         * platform/efl/fast/forms/placeholder-position-expected.txt:
24863         * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
24864         * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
24865         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
24866         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
24867         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
24868         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
24869         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
24870         * platform/efl/fast/forms/range/slider-padding-expected.png:
24871         * platform/efl/fast/forms/range/slider-padding-expected.txt:
24872         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
24873         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
24874         * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
24875         * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
24876         * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
24877         * platform/efl/fast/forms/search-styled-expected.png:
24878         * platform/efl/fast/forms/search-styled-expected.txt:
24879         * platform/efl/fast/forms/search-vertical-alignment-expected.png:
24880         * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
24881         * platform/efl/fast/forms/searchfield-heights-expected.png:
24882         * platform/efl/fast/forms/searchfield-heights-expected.txt:
24883         * platform/efl/fast/forms/select-align-expected.png:
24884         * platform/efl/fast/forms/select-align-expected.txt:
24885         * platform/efl/fast/forms/select-background-none-expected.png:
24886         * platform/efl/fast/forms/select-background-none-expected.txt:
24887         * platform/efl/fast/forms/select-block-background-expected.png:
24888         * platform/efl/fast/forms/select-block-background-expected.txt:
24889         * platform/efl/fast/forms/select-change-listbox-size-expected.png:
24890         * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
24891         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
24892         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
24893         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
24894         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
24895         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
24896         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
24897         * platform/efl/fast/forms/select-disabled-appearance-expected.png:
24898         * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
24899         * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
24900         * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
24901         * platform/efl/fast/forms/select-empty-option-height-expected.png:
24902         * platform/efl/fast/forms/select-empty-option-height-expected.txt:
24903         * platform/efl/fast/forms/select-initial-position-expected.png:
24904         * platform/efl/fast/forms/select-initial-position-expected.txt:
24905         * platform/efl/fast/forms/select-item-background-clip-expected.png:
24906         * platform/efl/fast/forms/select-item-background-clip-expected.txt:
24907         * platform/efl/fast/forms/select-list-box-with-height-expected.png:
24908         * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
24909         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
24910         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
24911         * platform/efl/fast/forms/select-overflow-scroll-expected.png:
24912         * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
24913         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
24914         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
24915         * platform/efl/fast/forms/select-selected-expected.png:
24916         * platform/efl/fast/forms/select-selected-expected.txt:
24917         * platform/efl/fast/forms/select-size-expected.png:
24918         * platform/efl/fast/forms/select-size-expected.txt:
24919         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
24920         * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
24921         * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
24922         * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
24923         * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
24924         * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
24925         * platform/efl/fast/forms/selectlist-minsize-expected.png:
24926         * platform/efl/fast/forms/selectlist-minsize-expected.txt:
24927         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
24928         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
24929         * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
24930         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
24931         * platform/efl/fast/forms/targeted-frame-submission-expected.png:
24932         * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
24933         * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
24934         * platform/efl/fast/forms/text-style-color-expected.png:
24935         * platform/efl/fast/forms/text-style-color-expected.txt:
24936         * platform/efl/fast/forms/textAreaLineHeight-expected.png:
24937         * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
24938         * platform/efl/fast/forms/textarea-align-expected.png:
24939         * platform/efl/fast/forms/textarea-align-expected.txt:
24940         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
24941         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
24942         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
24943         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
24944         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
24945         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
24946         * platform/efl/fast/forms/textarea-scroll-height-expected.png:
24947         * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
24948         * platform/efl/fast/forms/textarea-scrollbar-expected.png:
24949         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
24950         * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
24951         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
24952         * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
24953         * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
24954         * platform/efl/fast/forms/textarea-width-expected.png:
24955         * platform/efl/fast/forms/textarea-width-expected.txt:
24956         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
24957         * platform/efl/fast/forms/textfield-focus-ring-expected.png:
24958         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
24959         * platform/efl/fast/forms/textfield-outline-expected.png:
24960         * platform/efl/fast/forms/textfield-outline-expected.txt:
24961         * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
24962         * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
24963         * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
24964         * platform/efl/fast/frames/001-expected.png:
24965         * platform/efl/fast/frames/001-expected.txt:
24966         * platform/efl/fast/frames/calculate-fixed-expected.png:
24967         * platform/efl/fast/frames/calculate-order-expected.png:
24968         * platform/efl/fast/frames/calculate-percentage-expected.png:
24969         * platform/efl/fast/frames/calculate-relative-expected.png:
24970         * platform/efl/fast/frames/calculate-round-expected.png:
24971         * platform/efl/fast/frames/content-opacity-1-expected.png:
24972         * platform/efl/fast/frames/content-opacity-2-expected.png:
24973         * platform/efl/fast/frames/empty-frame-src-expected.png:
24974         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
24975         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
24976         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
24977         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
24978         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
24979         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
24980         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
24981         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
24982         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
24983         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
24984         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
24985         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
24986         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
24987         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
24988         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
24989         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
24990         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
24991         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
24992         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
24993         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
24994         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
24995         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
24996         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
24997         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
24998         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
24999         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
25000         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
25001         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
25002         * platform/efl/fast/frames/frame-length-fractional-expected.png:
25003         * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
25004         * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
25005         * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
25006         * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
25007         * platform/efl/fast/frames/frameElement-frame-expected.png:
25008         * platform/efl/fast/frames/frameElement-frame-expected.txt:
25009         * platform/efl/fast/frames/frameElement-iframe-expected.png:
25010         * platform/efl/fast/frames/frameElement-iframe-expected.txt:
25011         * platform/efl/fast/frames/frameset-style-recalc-expected.png:
25012         * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
25013         * platform/efl/fast/frames/iframe-option-crash-expected.png:
25014         * platform/efl/fast/frames/iframe-option-crash-expected.txt:
25015         * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
25016         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
25017         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
25018         * platform/efl/fast/frames/iframe-text-contents-expected.png:
25019         * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
25020         * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
25021         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
25022         * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
25023         * platform/efl/fast/frames/invalid-expected.png:
25024         * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
25025         * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
25026         * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
25027         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
25028         * platform/efl/fast/frames/valid-expected.png:
25029         * platform/efl/fast/frames/viewsource-attribute-expected.png:
25030         * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
25031         * platform/efl/fast/gradients/background-clipped-expected.png:
25032         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
25033         * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
25034         * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
25035         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
25036         * platform/efl/fast/gradients/css3-color-stops-expected.png:
25037         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
25038         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
25039         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
25040         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
25041         * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
25042         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
25043         * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
25044         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
25045         * platform/efl/fast/gradients/generated-gradients-expected.png:
25046         * platform/efl/fast/gradients/generated-gradients-expected.txt:
25047         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
25048         * platform/efl/fast/gradients/list-item-gradient-expected.png:
25049         * platform/efl/fast/gradients/list-item-gradient-expected.txt:
25050         * platform/efl/fast/gradients/radial-centered-expected.png:
25051         * platform/efl/fast/gradients/radial-centered-expected.txt:
25052         * platform/efl/fast/gradients/simple-gradients-expected.png:
25053         * platform/efl/fast/gradients/simple-gradients-expected.txt:
25054         * platform/efl/fast/html/details-add-child-1-expected.png:
25055         * platform/efl/fast/html/details-add-child-2-expected.png:
25056         * platform/efl/fast/html/details-add-details-child-1-expected.png:
25057         * platform/efl/fast/html/details-add-details-child-2-expected.png:
25058         * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
25059         * platform/efl/fast/html/details-add-summary-1-expected.png:
25060         * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
25061         * platform/efl/fast/html/details-add-summary-10-expected.png:
25062         * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
25063         * platform/efl/fast/html/details-add-summary-2-expected.png:
25064         * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
25065         * platform/efl/fast/html/details-add-summary-3-expected.png:
25066         * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
25067         * platform/efl/fast/html/details-add-summary-4-expected.png:
25068         * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
25069         * platform/efl/fast/html/details-add-summary-5-expected.png:
25070         * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
25071         * platform/efl/fast/html/details-add-summary-6-expected.png:
25072         * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
25073         * platform/efl/fast/html/details-add-summary-7-expected.png:
25074         * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
25075         * platform/efl/fast/html/details-add-summary-8-expected.png:
25076         * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
25077         * platform/efl/fast/html/details-add-summary-9-expected.png:
25078         * platform/efl/fast/html/details-add-summary-child-1-expected.png:
25079         * platform/efl/fast/html/details-add-summary-child-2-expected.png:
25080         * platform/efl/fast/html/details-marker-style-expected.png:
25081         * platform/efl/fast/html/details-nested-1-expected.png:
25082         * platform/efl/fast/html/details-nested-2-expected.png:
25083         * platform/efl/fast/html/details-no-summary1-expected.png:
25084         * platform/efl/fast/html/details-no-summary2-expected.png:
25085         * platform/efl/fast/html/details-no-summary3-expected.png:
25086         * platform/efl/fast/html/details-no-summary4-expected.png:
25087         * platform/efl/fast/html/details-no-summary4-expected.txt:
25088         * platform/efl/fast/html/details-open-javascript-expected.png:
25089         * platform/efl/fast/html/details-open-javascript-expected.txt:
25090         * platform/efl/fast/html/details-open1-expected.png:
25091         * platform/efl/fast/html/details-open2-expected.png:
25092         * platform/efl/fast/html/details-open2-expected.txt:
25093         * platform/efl/fast/html/details-open3-expected.png:
25094         * platform/efl/fast/html/details-open4-expected.png:
25095         * platform/efl/fast/html/details-open4-expected.txt:
25096         * platform/efl/fast/html/details-open5-expected.png:
25097         * platform/efl/fast/html/details-open6-expected.png:
25098         * platform/efl/fast/html/details-position-expected.png:
25099         * platform/efl/fast/html/details-remove-child-1-expected.png:
25100         * platform/efl/fast/html/details-remove-child-2-expected.png:
25101         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
25102         * platform/efl/fast/html/details-remove-summary-1-expected.png:
25103         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
25104         * platform/efl/fast/html/details-remove-summary-2-expected.png:
25105         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
25106         * platform/efl/fast/html/details-remove-summary-3-expected.png:
25107         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
25108         * platform/efl/fast/html/details-remove-summary-4-expected.png:
25109         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
25110         * platform/efl/fast/html/details-remove-summary-5-expected.png:
25111         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
25112         * platform/efl/fast/html/details-remove-summary-6-expected.png:
25113         * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
25114         * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
25115         * platform/efl/fast/html/details-replace-summary-child-expected.png:
25116         * platform/efl/fast/html/details-replace-summary-child-expected.txt:
25117         * platform/efl/fast/html/details-replace-text-expected.png:
25118         * platform/efl/fast/html/details-replace-text-expected.txt:
25119         * platform/efl/fast/html/details-writing-mode-expected.png:
25120         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
25121         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
25122         * platform/efl/fast/html/keygen-expected.png:
25123         * platform/efl/fast/html/keygen-expected.txt:
25124         * platform/efl/fast/html/link-rel-stylesheet-expected.png:
25125         * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
25126         * platform/efl/fast/html/listing-expected.png:
25127         * platform/efl/fast/html/listing-expected.txt:
25128         * platform/efl/fast/html/marquee-scroll-expected.png:
25129         * platform/efl/fast/html/marquee-scroll-expected.txt:
25130         * platform/efl/fast/html/marquee-scrollamount-expected.png:
25131         * platform/efl/fast/html/marquee-scrollamount-expected.txt:
25132         * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
25133         * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
25134         * platform/efl/fast/images/exif-orientation-css-expected.png:
25135         * platform/efl/fast/images/exif-orientation-expected.png:
25136         * platform/efl/fast/images/exif-orientation-image-document-expected.png:
25137         * platform/efl/fast/images/favicon-as-image-expected.png:
25138         * platform/efl/fast/images/favicon-as-image-expected.txt:
25139         * platform/efl/fast/images/gif-large-checkerboard-expected.png:
25140         * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
25141         * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
25142         * platform/efl/fast/images/icon-decoding-expected.png:
25143         * platform/efl/fast/images/image-in-map-expected.txt:
25144         * platform/efl/fast/images/image-map-anchor-children-expected.png:
25145         * platform/efl/fast/images/image-map-anchor-children-expected.txt:
25146         * platform/efl/fast/images/imagemap-case-expected.png:
25147         * platform/efl/fast/images/imagemap-case-expected.txt:
25148         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
25149         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
25150         * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
25151         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
25152         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
25153         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
25154         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
25155         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
25156         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
25157         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
25158         * platform/efl/fast/images/object-image-expected.png:
25159         * platform/efl/fast/images/paint-subrect-expected.png:
25160         * platform/efl/fast/images/paint-subrect-grid-expected.png:
25161         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
25162         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
25163         * platform/efl/fast/images/png-suite/test-expected.png:
25164         * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
25165         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
25166         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
25167         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
25168         * platform/efl/fast/inline-block/001-expected.png:
25169         * platform/efl/fast/inline-block/001-expected.txt:
25170         * platform/efl/fast/inline-block/002-expected.png:
25171         * platform/efl/fast/inline-block/003-expected.png:
25172         * platform/efl/fast/inline-block/003-expected.txt:
25173         * platform/efl/fast/inline-block/004-expected.png:
25174         * platform/efl/fast/inline-block/005-expected.png:
25175         * platform/efl/fast/inline-block/006-expected.png:
25176         * platform/efl/fast/inline-block/006-expected.txt:
25177         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
25178         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
25179         * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
25180         * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
25181         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
25182         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
25183         * platform/efl/fast/inline-block/overflow-clip-expected.png:
25184         * platform/efl/fast/inline-block/overflow-clip-expected.txt:
25185         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
25186         * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
25187         * platform/efl/fast/inline/001-expected.png:
25188         * platform/efl/fast/inline/001-expected.txt:
25189         * platform/efl/fast/inline/002-expected.png:
25190         * platform/efl/fast/inline/25277-2-expected.png:
25191         * platform/efl/fast/inline/25277-2-expected.txt:
25192         * platform/efl/fast/inline/25277-expected.png:
25193         * platform/efl/fast/inline/25277-expected.txt:
25194         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
25195         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
25196         * platform/efl/fast/inline/br-text-decoration-expected.png:
25197         * platform/efl/fast/inline/br-text-decoration-expected.txt:
25198         * platform/efl/fast/inline/continuation-outlines-expected.png:
25199         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
25200         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
25201         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
25202         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
25203         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
25204         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
25205         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
25206         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
25207         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
25208         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
25209         * platform/efl/fast/inline/inline-box-background-expected.png:
25210         * platform/efl/fast/inline/inline-box-background-expected.txt:
25211         * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
25212         * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
25213         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
25214         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
25215         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
25216         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
25217         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
25218         * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
25219         * platform/efl/fast/inline/inline-focus-ring-expected.png:
25220         * platform/efl/fast/inline/inline-focus-ring-expected.txt:
25221         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
25222         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
25223         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
25224         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
25225         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
25226         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
25227         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
25228         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
25229         * platform/efl/fast/inline/long-wrapped-line-expected.png:
25230         * platform/efl/fast/inline/long-wrapped-line-expected.txt:
25231         * platform/efl/fast/inline/nested-top-alignment-expected.png:
25232         * platform/efl/fast/inline/nested-top-alignment-expected.txt:
25233         * platform/efl/fast/inline/outline-continuations-expected.png:
25234         * platform/efl/fast/inline/outline-continuations-expected.txt:
25235         * platform/efl/fast/inline/percentage-margins-expected.png:
25236         * platform/efl/fast/inline/percentage-margins-expected.txt:
25237         * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
25238         * platform/efl/fast/inline/positionedLifetime-expected.png:
25239         * platform/efl/fast/inline/positionedLifetime-expected.txt:
25240         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
25241         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
25242         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
25243         * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
25244         * platform/efl/fast/inspector-support/matchedrules-expected.png:
25245         * platform/efl/fast/inspector-support/matchedrules-expected.txt:
25246         * platform/efl/fast/invalid/001-expected.png:
25247         * platform/efl/fast/invalid/001-expected.txt:
25248         * platform/efl/fast/invalid/002-expected.png:
25249         * platform/efl/fast/invalid/002-expected.txt:
25250         * platform/efl/fast/invalid/003-expected.png:
25251         * platform/efl/fast/invalid/003-expected.txt:
25252         * platform/efl/fast/invalid/004-expected.png:
25253         * platform/efl/fast/invalid/004-expected.txt:
25254         * platform/efl/fast/invalid/005-expected.png:
25255         * platform/efl/fast/invalid/005-expected.txt:
25256         * platform/efl/fast/invalid/006-expected.png:
25257         * platform/efl/fast/invalid/006-expected.txt:
25258         * platform/efl/fast/invalid/007-expected.png:
25259         * platform/efl/fast/invalid/007-expected.txt:
25260         * platform/efl/fast/invalid/008-expected.png:
25261         * platform/efl/fast/invalid/008-expected.txt:
25262         * platform/efl/fast/invalid/009-expected.png:
25263         * platform/efl/fast/invalid/009-expected.txt:
25264         * platform/efl/fast/invalid/010-expected.png:
25265         * platform/efl/fast/invalid/010-expected.txt:
25266         * platform/efl/fast/invalid/011-expected.png:
25267         * platform/efl/fast/invalid/011-expected.txt:
25268         * platform/efl/fast/invalid/012-expected.png:
25269         * platform/efl/fast/invalid/012-expected.txt:
25270         * platform/efl/fast/invalid/013-expected.png:
25271         * platform/efl/fast/invalid/013-expected.txt:
25272         * platform/efl/fast/invalid/014-expected.png:
25273         * platform/efl/fast/invalid/014-expected.txt:
25274         * platform/efl/fast/invalid/016-expected.png:
25275         * platform/efl/fast/invalid/016-expected.txt:
25276         * platform/efl/fast/invalid/017-expected.png:
25277         * platform/efl/fast/invalid/017-expected.txt:
25278         * platform/efl/fast/invalid/018-expected.png:
25279         * platform/efl/fast/invalid/018-expected.txt:
25280
25281 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
25282
25283         [EFL] Unreviewed gardening.
25284
25285         Rebaseline after enabling subpixel layout and updating freetype (12/26).
25286
25287         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
25288         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
25289         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
25290         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
25291         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
25292         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
25293         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
25294         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
25295         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
25296         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
25297         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
25298         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
25299         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
25300         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
25301         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
25302         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
25303         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
25304         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
25305         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
25306         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
25307         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
25308         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
25309         * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
25310         * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
25311         * platform/efl/fast/css/rem-units-on-root-expected.png:
25312         * platform/efl/fast/css/rgb-float-expected.png:
25313         * platform/efl/fast/css/rgb-float-expected.txt:
25314         * platform/efl/fast/css/rtl-ordering-expected.png:
25315         * platform/efl/fast/css/rtl-ordering-expected.txt:
25316         * platform/efl/fast/css/rtl-to-viewport-expected.png:
25317         * platform/efl/fast/css/rtl-to-viewport-expected.txt:
25318         * platform/efl/fast/css/selector-set-attribute-expected.png:
25319         * platform/efl/fast/css/selector-set-attribute-expected.txt:
25320         * platform/efl/fast/css/shadow-multiple-expected.txt:
25321         * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
25322         * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
25323         * platform/efl/fast/css/square-button-appearance-expected.png:
25324         * platform/efl/fast/css/style-outside-head-expected.png:
25325         * platform/efl/fast/css/style-outside-head-expected.txt:
25326         * platform/efl/fast/css/style-parsed-outside-head-expected.png:
25327         * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
25328         * platform/efl/fast/css/table-text-align-quirk-expected.png:
25329         * platform/efl/fast/css/table-text-align-quirk-expected.txt:
25330         * platform/efl/fast/css/table-text-align-strict-expected.png:
25331         * platform/efl/fast/css/table-text-align-strict-expected.txt:
25332         * platform/efl/fast/css/target-fragment-match-expected.png:
25333         * platform/efl/fast/css/target-fragment-match-expected.txt:
25334         * platform/efl/fast/css/text-align-expected.png:
25335         * platform/efl/fast/css/text-align-expected.txt:
25336         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
25337         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
25338         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
25339         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
25340         * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
25341         * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
25342         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
25343         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
25344         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
25345         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
25346         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
25347         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
25348         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
25349         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
25350         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
25351         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
25352         * platform/efl/fast/css/text-overflow-input-expected.png:
25353         * platform/efl/fast/css/text-overflow-input-expected.txt:
25354         * platform/efl/fast/css/text-security-expected.png:
25355         * platform/efl/fast/css/text-security-expected.txt:
25356         * platform/efl/fast/css/text-transform-select-expected.png:
25357         * platform/efl/fast/css/text-transform-select-expected.txt:
25358         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
25359         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
25360         * platform/efl/fast/css/transform-default-parameter-expected.png:
25361         * platform/efl/fast/css/transform-default-parameter-expected.txt:
25362         * platform/efl/fast/css/transformed-mask-expected.png:
25363         * platform/efl/fast/css/transformed-mask-expected.txt:
25364         * platform/efl/fast/css/transition-color-unspecified-expected.png:
25365         * platform/efl/fast/css/universal-hover-quirk-expected.png:
25366         * platform/efl/fast/css/universal-hover-quirk-expected.txt:
25367         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
25368         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
25369         * platform/efl/fast/css/vertical-align-lengths-expected.png:
25370         * platform/efl/fast/css/vertical-align-lengths-expected.txt:
25371         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
25372         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
25373         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
25374         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
25375         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
25376         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
25377         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
25378         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
25379         * platform/efl/fast/css/visibility-hit-test-expected.png:
25380         * platform/efl/fast/css/visibility-hit-test-expected.txt:
25381         * platform/efl/fast/css/word-space-extra-expected.png:
25382         * platform/efl/fast/css/word-space-extra-expected.txt:
25383         * platform/efl/fast/css/zoom-font-size-expected.png:
25384         * platform/efl/fast/css/zoom-font-size-expected.txt:
25385         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
25386         * platform/efl/fast/doctypes/001-expected.png:
25387         * platform/efl/fast/doctypes/001-expected.txt:
25388         * platform/efl/fast/doctypes/002-expected.png:
25389         * platform/efl/fast/doctypes/002-expected.txt:
25390         * platform/efl/fast/doctypes/003-expected.png:
25391         * platform/efl/fast/doctypes/003-expected.txt:
25392         * platform/efl/fast/doctypes/004-expected.png:
25393         * platform/efl/fast/doctypes/004-expected.txt:
25394         * platform/efl/fast/dom/34176-expected.png:
25395         * platform/efl/fast/dom/34176-expected.txt:
25396         * platform/efl/fast/dom/52776-expected.png:
25397         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
25398         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
25399         * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
25400         * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
25401         * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
25402         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
25403         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
25404         * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
25405         * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
25406         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
25407         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
25408         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
25409         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
25410         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
25411         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
25412         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
25413         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
25414         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
25415         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
25416         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
25417         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
25418         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
25419         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
25420         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
25421         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
25422         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
25423         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
25424         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
25425         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
25426         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
25427         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
25428         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
25429         * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
25430         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
25431         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
25432         * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
25433         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
25434         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
25435         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
25436         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
25437         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
25438         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
25439         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
25440         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
25441         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
25442         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
25443         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
25444         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
25445         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
25446         * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
25447         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
25448         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
25449         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
25450         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
25451         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
25452         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
25453         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
25454         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
25455         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
25456         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
25457         * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
25458         * platform/efl/fast/dom/Range/getClientRects-expected.txt:
25459         * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
25460         * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
25461         * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
25462         * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
25463         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
25464         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
25465         * platform/efl/fast/dom/anchor-text-expected.png:
25466         * platform/efl/fast/dom/anchor-text-expected.txt:
25467         * platform/efl/fast/dom/attr_dead_doc-expected.png:
25468         * platform/efl/fast/dom/blur-contenteditable-expected.png:
25469         * platform/efl/fast/dom/blur-contenteditable-expected.txt:
25470         * platform/efl/fast/dom/children-nodes-expected.png:
25471         * platform/efl/fast/dom/children-nodes-expected.txt:
25472         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
25473         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
25474         * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
25475         * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
25476         * platform/efl/fast/dom/comment-not-documentElement-expected.png:
25477         * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
25478         * platform/efl/fast/dom/createDocumentType-expected.png:
25479         * platform/efl/fast/dom/createDocumentType-expected.txt:
25480         * platform/efl/fast/dom/css-cached-import-rule-expected.png:
25481         * platform/efl/fast/dom/css-insert-import-rule-expected.png:
25482         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
25483         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
25484         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
25485         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
25486         * platform/efl/fast/dom/css-rule-functions-expected.png:
25487         * platform/efl/fast/dom/css-rule-functions-expected.txt:
25488         * platform/efl/fast/dom/focus-contenteditable-expected.png:
25489         * platform/efl/fast/dom/focus-contenteditable-expected.txt:
25490         * platform/efl/fast/dom/gc-10-expected.png:
25491         * platform/efl/fast/dom/gc-10-expected.txt:
25492         * platform/efl/fast/dom/importNodeHTML-expected.png:
25493         * platform/efl/fast/dom/importNodeHTML-expected.txt:
25494         * platform/efl/fast/dom/importNodeXML-expected.png:
25495         * platform/efl/fast/dom/importNodeXML-expected.txt:
25496         * platform/efl/fast/dom/inner-text-expected.png:
25497         * platform/efl/fast/dom/inner-text-expected.txt:
25498         * platform/efl/fast/dom/isindex-001-expected.png:
25499         * platform/efl/fast/dom/isindex-001-expected.txt:
25500         * platform/efl/fast/dom/isindex-002-expected.png:
25501         * platform/efl/fast/dom/isindex-002-expected.txt:
25502         * platform/efl/fast/dom/outerText-expected.png:
25503         * platform/efl/fast/dom/outerText-expected.txt:
25504         * platform/efl/fast/dom/row-inner-text-expected.png:
25505         * platform/efl/fast/dom/row-inner-text-expected.txt:
25506         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
25507         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
25508         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
25509         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
25510         * platform/efl/fast/dynamic/001-expected.png:
25511         * platform/efl/fast/dynamic/002-expected.png:
25512         * platform/efl/fast/dynamic/002-expected.txt:
25513         * platform/efl/fast/dynamic/004-expected.png:
25514         * platform/efl/fast/dynamic/004-expected.txt:
25515         * platform/efl/fast/dynamic/006-expected.png:
25516         * platform/efl/fast/dynamic/006-expected.txt:
25517         * platform/efl/fast/dynamic/007-expected.png:
25518         * platform/efl/fast/dynamic/007-expected.txt:
25519         * platform/efl/fast/dynamic/008-expected.png:
25520         * platform/efl/fast/dynamic/008-expected.txt:
25521         * platform/efl/fast/dynamic/009-expected.png:
25522         * platform/efl/fast/dynamic/009-expected.txt:
25523         * platform/efl/fast/dynamic/010-expected.png:
25524         * platform/efl/fast/dynamic/010-expected.txt:
25525         * platform/efl/fast/dynamic/011-expected.png:
25526         * platform/efl/fast/dynamic/011-expected.txt:
25527         * platform/efl/fast/dynamic/013-expected.png:
25528         * platform/efl/fast/dynamic/013-expected.txt:
25529         * platform/efl/fast/dynamic/014-expected.png:
25530         * platform/efl/fast/dynamic/014-expected.txt:
25531         * platform/efl/fast/dynamic/015-expected.png:
25532         * platform/efl/fast/dynamic/015-expected.txt:
25533         * platform/efl/fast/dynamic/anchor-lock-expected.png:
25534         * platform/efl/fast/dynamic/anchor-lock-expected.txt:
25535         * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
25536         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
25537         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
25538         * platform/efl/fast/dynamic/containing-block-change-expected.png:
25539         * platform/efl/fast/dynamic/containing-block-change-expected.txt:
25540         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
25541         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
25542         * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
25543         * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
25544         * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
25545         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
25546         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
25547         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
25548         * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
25549         * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
25550         * platform/efl/fast/dynamic/float-withdrawal-expected.png:
25551         * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
25552         * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
25553         * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
25554         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
25555         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
25556         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
25557         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
25558         * platform/efl/fast/dynamic/link-href-change-expected.png:
25559         * platform/efl/fast/dynamic/link-href-change-expected.txt:
25560         * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
25561         * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
25562         * platform/efl/fast/dynamic/noninlinebadness-expected.png:
25563         * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
25564         * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
25565         * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
25566         * platform/efl/fast/dynamic/outerHTML-img-expected.png:
25567         * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
25568         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
25569         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
25570         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
25571         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
25572         * platform/efl/fast/dynamic/staticY-expected.png:
25573         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
25574         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
25575         * platform/efl/fast/dynamic/text-combine-expected.png:
25576         * platform/efl/fast/dynamic/text-combine-expected.txt:
25577         * platform/efl/fast/dynamic/view-overflow-expected.png:
25578         * platform/efl/fast/dynamic/view-overflow-expected.txt:
25579         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
25580         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
25581         * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
25582         * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
25583         * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
25584         * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
25585         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
25586         * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
25587         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
25588         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
25589         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
25590         * platform/efl/fast/events/autoscroll-expected.png:
25591         * platform/efl/fast/events/autoscroll-expected.txt:
25592         * platform/efl/fast/events/context-no-deselect-expected.png:
25593         * platform/efl/fast/events/context-no-deselect-expected.txt:
25594         * platform/efl/fast/events/event-listener-on-link-expected.png:
25595         * platform/efl/fast/events/event-listener-on-link-expected.txt:
25596         * platform/efl/fast/events/onload-re-entry-expected.png:
25597         * platform/efl/fast/events/onload-re-entry-expected.txt:
25598         * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
25599         * platform/efl/fast/events/pointer-events-2-expected.png:
25600         * platform/efl/fast/events/pointer-events-2-expected.txt:
25601         * platform/efl/fast/events/resize-events-expected.png:
25602         * platform/efl/fast/events/resize-events-expected.txt:
25603         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
25604         * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
25605         * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
25606         * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
25607         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
25608         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
25609         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
25610         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
25611         * platform/efl/fast/flexbox/001-expected.png:
25612         * platform/efl/fast/flexbox/001-expected.txt:
25613         * platform/efl/fast/flexbox/002-expected.png:
25614         * platform/efl/fast/flexbox/002-expected.txt:
25615         * platform/efl/fast/flexbox/003-expected.png:
25616         * platform/efl/fast/flexbox/003-expected.txt:
25617         * platform/efl/fast/flexbox/004-expected.png:
25618         * platform/efl/fast/flexbox/004-expected.txt:
25619         * platform/efl/fast/flexbox/005-expected.png:
25620         * platform/efl/fast/flexbox/005-expected.txt:
25621         * platform/efl/fast/flexbox/006-expected.png:
25622         * platform/efl/fast/flexbox/006-expected.txt:
25623         * platform/efl/fast/flexbox/007-expected.png:
25624         * platform/efl/fast/flexbox/007-expected.txt:
25625         * platform/efl/fast/flexbox/008-expected.png:
25626         * platform/efl/fast/flexbox/008-expected.txt:
25627         * platform/efl/fast/flexbox/009-expected.png:
25628         * platform/efl/fast/flexbox/009-expected.txt:
25629         * platform/efl/fast/flexbox/010-expected.png:
25630         * platform/efl/fast/flexbox/010-expected.txt:
25631         * platform/efl/fast/flexbox/011-expected.png:
25632         * platform/efl/fast/flexbox/012-expected.png:
25633         * platform/efl/fast/flexbox/012-expected.txt:
25634         * platform/efl/fast/flexbox/013-expected.png:
25635         * platform/efl/fast/flexbox/013-expected.txt:
25636         * platform/efl/fast/flexbox/014-expected.png:
25637         * platform/efl/fast/flexbox/014-expected.txt:
25638         * platform/efl/fast/flexbox/015-expected.png:
25639         * platform/efl/fast/flexbox/015-expected.txt:
25640         * platform/efl/fast/flexbox/016-expected.png:
25641         * platform/efl/fast/flexbox/016-expected.txt:
25642         * platform/efl/fast/flexbox/017-expected.png:
25643         * platform/efl/fast/flexbox/017-expected.txt:
25644         * platform/efl/fast/flexbox/018-expected.png:
25645         * platform/efl/fast/flexbox/018-expected.txt:
25646         * platform/efl/fast/flexbox/019-expected.png:
25647         * platform/efl/fast/flexbox/019-expected.txt:
25648         * platform/efl/fast/flexbox/020-expected.png:
25649         * platform/efl/fast/flexbox/020-expected.txt:
25650         * platform/efl/fast/flexbox/021-expected.png:
25651         * platform/efl/fast/flexbox/021-expected.txt:
25652         * platform/efl/fast/flexbox/022-expected.png:
25653         * platform/efl/fast/flexbox/022-expected.txt:
25654         * platform/efl/fast/flexbox/023-expected.png:
25655         * platform/efl/fast/flexbox/023-expected.txt:
25656         * platform/efl/fast/flexbox/024-expected.png:
25657         * platform/efl/fast/flexbox/024-expected.txt:
25658         * platform/efl/fast/flexbox/025-expected.png:
25659         * platform/efl/fast/flexbox/025-expected.txt:
25660         * platform/efl/fast/flexbox/026-expected.png:
25661         * platform/efl/fast/flexbox/026-expected.txt:
25662         * platform/efl/fast/flexbox/flex-hang-expected.png:
25663         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
25664         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
25665         * platform/efl/fast/forms/001-expected.png:
25666         * platform/efl/fast/forms/001-expected.txt:
25667         * platform/efl/fast/forms/002-expected.png:
25668         * platform/efl/fast/forms/003-expected.png:
25669         * platform/efl/fast/forms/003-expected.txt:
25670         * platform/efl/fast/forms/004-expected.png:
25671         * platform/efl/fast/forms/004-expected.txt:
25672         * platform/efl/fast/forms/006-expected.png:
25673         * platform/efl/fast/forms/006-expected.txt:
25674         * platform/efl/fast/forms/007-expected.png:
25675         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
25676         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
25677         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
25678         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
25679         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
25680         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
25681         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
25682         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
25683         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
25684         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
25685         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
25686         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
25687         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
25688         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
25689         * platform/efl/fast/forms/basic-buttons-expected.png:
25690         * platform/efl/fast/forms/basic-buttons-expected.txt:
25691         * platform/efl/fast/forms/basic-inputs-expected.png:
25692         * platform/efl/fast/forms/basic-inputs-expected.txt:
25693         * platform/efl/fast/forms/basic-textareas-expected.png:
25694         * platform/efl/fast/forms/basic-textareas-expected.txt:
25695         * platform/efl/fast/forms/blankbuttons-expected.png:
25696         * platform/efl/fast/forms/blankbuttons-expected.txt:
25697         * platform/efl/fast/forms/box-shadow-override-expected.png:
25698         * platform/efl/fast/forms/box-shadow-override-expected.txt:
25699         * platform/efl/fast/forms/button-align-expected.png:
25700         * platform/efl/fast/forms/button-align-expected.txt:
25701         * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
25702         * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
25703         * platform/efl/fast/forms/button-default-title-expected.png:
25704         * platform/efl/fast/forms/button-generated-content-expected.png:
25705         * platform/efl/fast/forms/button-generated-content-expected.txt:
25706         * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
25707         * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
25708         * platform/efl/fast/forms/button-positioned-expected.png:
25709         * platform/efl/fast/forms/button-positioned-expected.txt:
25710         * platform/efl/fast/forms/button-sizes-expected.png:
25711         * platform/efl/fast/forms/button-sizes-expected.txt:
25712         * platform/efl/fast/forms/button-style-color-expected.png:
25713         * platform/efl/fast/forms/button-style-color-expected.txt:
25714         * platform/efl/fast/forms/button-submit-expected.png:
25715         * platform/efl/fast/forms/button-submit-expected.txt:
25716         * platform/efl/fast/forms/button-table-styles-expected.png:
25717         * platform/efl/fast/forms/button-table-styles-expected.txt:
25718         * platform/efl/fast/forms/button-text-transform-expected.png:
25719         * platform/efl/fast/forms/button-text-transform-expected.txt:
25720         * platform/efl/fast/forms/button-white-space-expected.png:
25721         * platform/efl/fast/forms/button-white-space-expected.txt:
25722         * platform/efl/fast/forms/caret-rtl-expected.png:
25723         * platform/efl/fast/forms/caret-rtl-expected.txt:
25724         * platform/efl/fast/forms/control-clip-expected.png:
25725         * platform/efl/fast/forms/control-clip-expected.txt:
25726         * platform/efl/fast/forms/control-clip-overflow-expected.png:
25727         * platform/efl/fast/forms/control-clip-overflow-expected.txt:
25728         * platform/efl/fast/forms/control-restrict-line-height-expected.png:
25729         * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
25730         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
25731         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
25732         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
25733         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
25734         * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
25735         * platform/efl/fast/forms/disabled-select-change-index-expected.png:
25736         * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
25737         * platform/efl/fast/forms/encoding-test-expected.png:
25738         * platform/efl/fast/forms/encoding-test-expected.txt:
25739         * platform/efl/fast/forms/fieldset-align-expected.png:
25740         * platform/efl/fast/forms/fieldset-align-expected.txt:
25741         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
25742         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
25743         * platform/efl/fast/forms/fieldset-with-float-expected.png:
25744         * platform/efl/fast/forms/fieldset-with-float-expected.txt:
25745         * platform/efl/fast/forms/file/file-input-direction-expected.png:
25746         * platform/efl/fast/forms/file/file-input-direction-expected.txt:
25747         * platform/efl/fast/forms/file/file-input-disabled-expected.png:
25748         * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
25749         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
25750         * platform/efl/fast/forms/float-before-fieldset-expected.png:
25751         * platform/efl/fast/forms/float-before-fieldset-expected.txt:
25752         * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
25753         * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
25754         * platform/efl/fast/forms/form-added-to-table-expected.png:
25755         * platform/efl/fast/forms/form-added-to-table-expected.txt:
25756         * platform/efl/fast/forms/form-element-geometry-expected.png:
25757         * platform/efl/fast/forms/form-element-geometry-expected.txt:
25758         * platform/efl/fast/forms/form-hides-table-expected.png:
25759         * platform/efl/fast/forms/form-hides-table-expected.txt:
25760         * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
25761         * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
25762         * platform/efl/fast/forms/formmove-expected.png:
25763         * platform/efl/fast/forms/formmove-expected.txt:
25764         * platform/efl/fast/forms/formmove2-expected.png:
25765         * platform/efl/fast/forms/formmove2-expected.txt:
25766         * platform/efl/fast/forms/formmove3-expected.png:
25767         * platform/efl/fast/forms/formmove3-expected.txt:
25768         * platform/efl/fast/forms/hidden-listbox-expected.png:
25769         * platform/efl/fast/forms/hidden-listbox-expected.txt:
25770         * platform/efl/fast/forms/image-border-expected.png:
25771         * platform/efl/fast/forms/image-border-expected.txt:
25772         * platform/efl/fast/forms/indeterminate-expected.png:
25773         * platform/efl/fast/forms/indeterminate-expected.txt:
25774         * platform/efl/fast/forms/input-align-image-expected.png:
25775         * platform/efl/fast/forms/input-align-image-expected.txt:
25776         * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
25777         * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
25778         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
25779         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
25780         * platform/efl/fast/forms/input-appearance-disabled-expected.png:
25781         * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
25782         * platform/efl/fast/forms/input-appearance-focus-expected.png:
25783         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
25784         * platform/efl/fast/forms/input-appearance-height-expected.png:
25785         * platform/efl/fast/forms/input-appearance-height-expected.txt:
25786         * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
25787         * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
25788
25789 2013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>
25790
25791         [GTK] Implement LayoutTestController::addUserScript
25792         https://bugs.webkit.org/show_bug.cgi?id=107275
25793
25794         Reviewed by Philippe Normand.
25795
25796         * platform/gtk-wk2/TestExpectations: Remove
25797         plugins/plugin-document-load-prevented-userscript.html.
25798         * platform/gtk/TestExpectations: Remove
25799         plugins/plugin-document-load-prevented-userscript.html.
25800
25801 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
25802
25803         [EFL] Unreviewed gardening.
25804
25805         Rebaseline after enabling subpixel layout and updating freetype (11/26).
25806
25807         * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.png:
25808         * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
25809         * platform/efl/fast/borders/mixed-border-styles-expected.png:
25810         * platform/efl/fast/borders/mixed-border-styles-expected.txt:
25811         * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
25812         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
25813         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
25814         * platform/efl/fast/borders/outline-alpha-block-expected.png:
25815         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
25816         * platform/efl/fast/borders/outline-offset-min-assert-expected.png:
25817         * platform/efl/fast/borders/rtl-border-01-expected.png:
25818         * platform/efl/fast/borders/rtl-border-01-expected.txt:
25819         * platform/efl/fast/borders/rtl-border-02-expected.png:
25820         * platform/efl/fast/borders/rtl-border-02-expected.txt:
25821         * platform/efl/fast/borders/rtl-border-03-expected.png:
25822         * platform/efl/fast/borders/rtl-border-03-expected.txt:
25823         * platform/efl/fast/borders/rtl-border-04-expected.png:
25824         * platform/efl/fast/borders/rtl-border-04-expected.txt:
25825         * platform/efl/fast/borders/rtl-border-05-expected.png:
25826         * platform/efl/fast/borders/rtl-border-05-expected.txt:
25827         * platform/efl/fast/borders/scaled-border-image-expected.png:
25828         * platform/efl/fast/borders/scaled-border-image-expected.txt:
25829         * platform/efl/fast/borders/table-borders-expected.png:
25830         * platform/efl/fast/borders/table-borders-expected.txt:
25831         * platform/efl/fast/borders/webkit-border-radius-expected.png:
25832         * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
25833         * platform/efl/fast/box-shadow/border-radius-big-expected.png:
25834         * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
25835         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
25836         * platform/efl/fast/box-shadow/inset-box-shadow-radius-expected.txt:
25837         * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
25838         * platform/efl/fast/box-shadow/inset-expected.txt:
25839         * platform/efl/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
25840         * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png:
25841         * platform/efl/fast/box-shadow/spread-expected.png:
25842         * platform/efl/fast/box-shadow/spread-multiple-inset-expected.png:
25843         * platform/efl/fast/box-shadow/spread-multiple-normal-expected.png:
25844         * platform/efl/fast/box-shadow/transform-fringing-expected.png:
25845         * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
25846         * platform/efl/fast/box-sizing/panels-one-expected.png:
25847         * platform/efl/fast/box-sizing/panels-one-expected.txt:
25848         * platform/efl/fast/box-sizing/panels-two-expected.png:
25849         * platform/efl/fast/box-sizing/panels-two-expected.txt:
25850         * platform/efl/fast/box-sizing/percentage-height-expected.png:
25851         * platform/efl/fast/box-sizing/percentage-height-expected.txt:
25852         * platform/efl/fast/canvas/arc360-expected.png:
25853         * platform/efl/fast/canvas/canvas-as-image-expected.png:
25854         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
25855         * platform/efl/fast/canvas/canvas-before-css-expected.png:
25856         * platform/efl/fast/canvas/canvas-bg-expected.png:
25857         * platform/efl/fast/canvas/canvas-composite-expected.png:
25858         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
25859         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
25860         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
25861         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
25862         * platform/efl/fast/canvas/canvas-resize-reset-expected.png:
25863         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.png:
25864         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
25865         * platform/efl/fast/canvas/canvas-text-alignment-expected.png:
25866         * platform/efl/fast/canvas/canvas-text-baseline-expected.png:
25867         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
25868         * platform/efl/fast/canvas/canvas-zoom-expected.png:
25869         * platform/efl/fast/canvas/canvas-zoom-expected.txt:
25870         * platform/efl/fast/canvas/canvasDrawingIntoSelf-expected.png:
25871         * platform/efl/fast/canvas/check-stale-putImageData-expected.png:
25872         * platform/efl/fast/canvas/drawImage-expected.png:
25873         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
25874         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
25875         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
25876         * platform/efl/fast/canvas/gradient-add-second-start-end-stop-expected.png:
25877         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
25878         * platform/efl/fast/canvas/image-pattern-rotate-expected.png:
25879         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
25880         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
25881         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
25882         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
25883         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
25884         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
25885         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
25886         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
25887         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
25888         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
25889         * platform/efl/fast/canvas/toDataURL-alpha-expected.png:
25890         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
25891         * platform/efl/fast/clip/001-expected.png:
25892         * platform/efl/fast/clip/001-expected.txt:
25893         * platform/efl/fast/clip/002-expected.png:
25894         * platform/efl/fast/clip/002-expected.txt:
25895         * platform/efl/fast/clip/003-expected.png:
25896         * platform/efl/fast/clip/003-expected.txt:
25897         * platform/efl/fast/clip/004-expected.png:
25898         * platform/efl/fast/clip/004-expected.txt:
25899         * platform/efl/fast/clip/005-expected.png:
25900         * platform/efl/fast/clip/005-expected.txt:
25901         * platform/efl/fast/clip/006-expected.png:
25902         * platform/efl/fast/clip/006-expected.txt:
25903         * platform/efl/fast/clip/007-expected.png:
25904         * platform/efl/fast/clip/007-expected.txt:
25905         * platform/efl/fast/clip/008-expected.png:
25906         * platform/efl/fast/clip/009-expected.png:
25907         * platform/efl/fast/clip/009-expected.txt:
25908         * platform/efl/fast/clip/010-expected.png:
25909         * platform/efl/fast/clip/010-expected.txt:
25910         * platform/efl/fast/clip/011-expected.png:
25911         * platform/efl/fast/clip/012-expected.png:
25912         * platform/efl/fast/clip/013-expected.png:
25913         * platform/efl/fast/clip/013-expected.txt:
25914         * platform/efl/fast/clip/014-expected.png:
25915         * platform/efl/fast/clip/014-expected.txt:
25916         * platform/efl/fast/clip/015-expected.png:
25917         * platform/efl/fast/clip/015-expected.txt:
25918         * platform/efl/fast/clip/016-expected.png:
25919         * platform/efl/fast/clip/016-expected.txt:
25920         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
25921         * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
25922         * platform/efl/fast/clip/outline-overflowClip-expected.png:
25923         * platform/efl/fast/clip/outline-overflowClip-expected.txt:
25924         * platform/efl/fast/clip/overflow-border-radius-clip-expected.png:
25925         * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
25926         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
25927         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
25928         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
25929         * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
25930         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
25931         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
25932         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
25933         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
25934         * platform/efl/fast/compact/001-expected.png:
25935         * platform/efl/fast/compact/002-expected.png:
25936         * platform/efl/fast/compact/002-expected.txt:
25937         * platform/efl/fast/compact/003-expected.png:
25938         * platform/efl/fast/compact/003-expected.txt:
25939         * platform/efl/fast/css-generated-content/001-expected.png:
25940         * platform/efl/fast/css-generated-content/001-expected.txt:
25941         * platform/efl/fast/css-generated-content/002-expected.png:
25942         * platform/efl/fast/css-generated-content/002-expected.txt:
25943         * platform/efl/fast/css-generated-content/003-expected.png:
25944         * platform/efl/fast/css-generated-content/003-expected.txt:
25945         * platform/efl/fast/css-generated-content/004-expected.png:
25946         * platform/efl/fast/css-generated-content/004-expected.txt:
25947         * platform/efl/fast/css-generated-content/005-expected.png:
25948         * platform/efl/fast/css-generated-content/005-expected.txt:
25949         * platform/efl/fast/css-generated-content/007-expected.png:
25950         * platform/efl/fast/css-generated-content/007-expected.txt:
25951         * platform/efl/fast/css-generated-content/008-expected.png:
25952         * platform/efl/fast/css-generated-content/008-expected.txt:
25953         * platform/efl/fast/css-generated-content/009-expected.png:
25954         * platform/efl/fast/css-generated-content/009-expected.txt:
25955         * platform/efl/fast/css-generated-content/010-expected.png:
25956         * platform/efl/fast/css-generated-content/010-expected.txt:
25957         * platform/efl/fast/css-generated-content/011-expected.png:
25958         * platform/efl/fast/css-generated-content/011-expected.txt:
25959         * platform/efl/fast/css-generated-content/012-expected.png:
25960         * platform/efl/fast/css-generated-content/012-expected.txt:
25961         * platform/efl/fast/css-generated-content/013-expected.png:
25962         * platform/efl/fast/css-generated-content/013-expected.txt:
25963         * platform/efl/fast/css-generated-content/014-expected.png:
25964         * platform/efl/fast/css-generated-content/014-expected.txt:
25965         * platform/efl/fast/css-generated-content/015-expected.png:
25966         * platform/efl/fast/css-generated-content/015-expected.txt:
25967         * platform/efl/fast/css-generated-content/016-expected.png:
25968         * platform/efl/fast/css-generated-content/016-expected.txt:
25969         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png:
25970         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt:
25971         * platform/efl/fast/css-generated-content/after-order-expected.png:
25972         * platform/efl/fast/css-generated-content/after-order-expected.txt:
25973         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
25974         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
25975         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
25976         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
25977         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
25978         * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
25979         * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
25980         * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
25981         * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
25982         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.png:
25983         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
25984         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
25985         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
25986         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
25987         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
25988         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.png:
25989         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
25990         * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.png:
25991         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
25992         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
25993         * platform/efl/fast/css-generated-content/table-row-before-after-expected.png:
25994         * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
25995         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
25996         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
25997         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.png:
25998         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
25999         * platform/efl/fast/css-generated-content/table-row-with-before-expected.png:
26000         * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
26001         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
26002         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
26003         * platform/efl/fast/css-generated-content/table-with-before-expected.png:
26004         * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
26005         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.png:
26006         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
26007         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
26008         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
26009         * platform/efl/fast/css/001-expected.png:
26010         * platform/efl/fast/css/001-expected.txt:
26011         * platform/efl/fast/css/002-expected.png:
26012         * platform/efl/fast/css/003-expected.png:
26013         * platform/efl/fast/css/003-expected.txt:
26014         * platform/efl/fast/css/004-expected.png:
26015         * platform/efl/fast/css/004-expected.txt:
26016         * platform/efl/fast/css/005-expected.png:
26017         * platform/efl/fast/css/005-expected.txt:
26018         * platform/efl/fast/css/006-expected.png:
26019         * platform/efl/fast/css/007-expected.png:
26020         * platform/efl/fast/css/007-expected.txt:
26021         * platform/efl/fast/css/008-expected.png:
26022         * platform/efl/fast/css/008-expected.txt:
26023         * platform/efl/fast/css/ZeroOpacityLayers-expected.png:
26024         * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
26025         * platform/efl/fast/css/ZeroOpacityLayers2-expected.png:
26026         * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
26027         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
26028         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
26029         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png:
26030         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
26031         * platform/efl/fast/css/acid2-expected.png:
26032         * platform/efl/fast/css/acid2-pixel-expected.png:
26033         * platform/efl/fast/css/attribute-selector-dynamic-expected.png:
26034         * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
26035         * platform/efl/fast/css/attribute-selector-empty-value-expected.png:
26036         * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
26037         * platform/efl/fast/css/background-clip-values-expected.png:
26038         * platform/efl/fast/css/background-image-with-baseurl-expected.png:
26039         * platform/efl/fast/css/background-image-with-baseurl-expected.txt:
26040         * platform/efl/fast/css/background-shorthand-invalid-url-expected.png:
26041         * platform/efl/fast/css/background-shorthand-invalid-url-expected.txt:
26042         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png:
26043         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
26044         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png:
26045         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
26046         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
26047         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
26048         * platform/efl/fast/css/bogus-color-span-expected.png:
26049         * platform/efl/fast/css/border-height-expected.png:
26050         * platform/efl/fast/css/border-radius-non-negative-expected.png:
26051         * platform/efl/fast/css/border-radius-outline-offset-expected.png:
26052         * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
26053         * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png:
26054         * platform/efl/fast/css/caption-width-absolute-position-expected.png:
26055         * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png:
26056         * platform/efl/fast/css/caption-width-fixed-position-expected.png:
26057         * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png:
26058         * platform/efl/fast/css/caption-width-relative-position-expected.png:
26059         * platform/efl/fast/css/caption-width-relative-position-expected.txt:
26060         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png:
26061         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt:
26062         * platform/efl/fast/css/child-style-can-override-visited-style-expected.png:
26063         * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt:
26064         * platform/efl/fast/css/clip-text-in-scaled-div-expected.png:
26065         * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt:
26066         * platform/efl/fast/css/clip-zooming-expected.png:
26067         * platform/efl/fast/css/clip-zooming-expected.txt:
26068         * platform/efl/fast/css/color-leakage-expected.png:
26069         * platform/efl/fast/css/color-quirk-expected.png:
26070         * platform/efl/fast/css/color-quirk-expected.txt:
26071         * platform/efl/fast/css/color-strict-expected.png:
26072         * platform/efl/fast/css/color-strict-expected.txt:
26073         * platform/efl/fast/css/compare-content-style-expected.png:
26074         * platform/efl/fast/css/compare-content-style-expected.txt:
26075         * platform/efl/fast/css/content-dynamic-expected.png:
26076         * platform/efl/fast/css/contentDiv-expected.png:
26077         * platform/efl/fast/css/contentDivWithChildren-expected.png:
26078         * platform/efl/fast/css/contentImage-expected.png:
26079         * platform/efl/fast/css/continuationCrash-expected.png:
26080         * platform/efl/fast/css/continuationCrash-expected.txt:
26081         * platform/efl/fast/css/counters/counter-text-security-expected.png:
26082         * platform/efl/fast/css/counters/counter-text-security-expected.txt:
26083         * platform/efl/fast/css/counters/counter-text-transform-expected.png:
26084         * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
26085         * platform/efl/fast/css/create_element_align-expected.png:
26086         * platform/efl/fast/css/create_element_align-expected.txt:
26087         * platform/efl/fast/css/css-imports-expected.png:
26088         * platform/efl/fast/css/css-imports-expected.txt:
26089         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png:
26090         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
26091         * platform/efl/fast/css/css2-system-fonts-expected.png:
26092         * platform/efl/fast/css/css3-modsel-22-expected.png:
26093         * platform/efl/fast/css/css3-modsel-22-expected.txt:
26094         * platform/efl/fast/css/css3-nth-child-expected.png:
26095         * platform/efl/fast/css/css3-nth-child-expected.txt:
26096         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png:
26097         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
26098         * platform/efl/fast/css/disabled-author-styles-expected.png:
26099         * platform/efl/fast/css/disabled-author-styles-expected.txt:
26100         * platform/efl/fast/css/dynamic-sibling-selector-expected.png:
26101         * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
26102         * platform/efl/fast/css/empty-body-test-expected.png:
26103         * platform/efl/fast/css/empty-body-test-expected.txt:
26104         * platform/efl/fast/css/empty-generated-content-expected.png:
26105         * platform/efl/fast/css/empty-generated-content-expected.txt:
26106         * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt:
26107         * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt:
26108         * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
26109         * platform/efl/fast/css/empty-pseudo-class-expected.png:
26110         * platform/efl/fast/css/empty-pseudo-class-expected.txt:
26111         * platform/efl/fast/css/error-in-last-decl-expected.png:
26112         * platform/efl/fast/css/error-in-last-decl-expected.txt:
26113         * platform/efl/fast/css/ex-after-font-variant-expected.png:
26114         * platform/efl/fast/css/ex-after-font-variant-expected.txt:
26115         * platform/efl/fast/css/fieldset-display-row-expected.png:
26116         * platform/efl/fast/css/fieldset-display-row-expected.txt:
26117         * platform/efl/fast/css/find-next-layer-expected.png:
26118         * platform/efl/fast/css/find-next-layer-expected.txt:
26119         * platform/efl/fast/css/first-child-pseudo-class-expected.png:
26120         * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
26121         * platform/efl/fast/css/first-letter-capitalized-expected.png:
26122         * platform/efl/fast/css/first-letter-capitalized-expected.txt:
26123         * platform/efl/fast/css/first-letter-detach-expected.png:
26124         * platform/efl/fast/css/first-letter-detach-expected.txt:
26125         * platform/efl/fast/css/first-letter-first-line-hover-expected.png:
26126         * platform/efl/fast/css/first-letter-first-line-hover-expected.txt:
26127         * platform/efl/fast/css/first-letter-float-after-float-expected.png:
26128         * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
26129         * platform/efl/fast/css/first-letter-float-expected.png:
26130         * platform/efl/fast/css/first-letter-float-expected.txt:
26131         * platform/efl/fast/css/first-letter-hover-expected.png:
26132         * platform/efl/fast/css/first-letter-hover-expected.txt:
26133         * platform/efl/fast/css/first-letter-punctuation-expected.png:
26134         * platform/efl/fast/css/first-letter-punctuation-expected.txt:
26135         * platform/efl/fast/css/first-letter-recalculation-expected.png:
26136         * platform/efl/fast/css/first-letter-recalculation-expected.txt:
26137         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png:
26138         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
26139         * platform/efl/fast/css/first-letter-visibility-expected.png:
26140         * platform/efl/fast/css/first-letter-visibility-expected.txt:
26141         * platform/efl/fast/css/first-line-text-decoration-expected.png:
26142         * platform/efl/fast/css/first-line-text-decoration-expected.txt:
26143         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
26144         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
26145         * platform/efl/fast/css/first-of-type-pseudo-class-expected.png:
26146         * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
26147         * platform/efl/fast/css/focus-ring-detached-expected.png:
26148         * platform/efl/fast/css/focus-ring-detached-expected.txt:
26149         * platform/efl/fast/css/focus-ring-multiline-expected.png:
26150         * platform/efl/fast/css/focus-ring-multiline-expected.txt:
26151         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
26152         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
26153         * platform/efl/fast/css/focus-ring-outline-color-expected.png:
26154         * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
26155         * platform/efl/fast/css/focus-ring-outline-offset-expected.png:
26156         * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
26157         * platform/efl/fast/css/focus-ring-outline-width-expected.png:
26158         * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
26159         * platform/efl/fast/css/font-face-default-font-expected.png:
26160         * platform/efl/fast/css/font-face-default-font-expected.txt:
26161         * platform/efl/fast/css/font-face-implicit-local-font-expected.png:
26162         * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
26163         * platform/efl/fast/css/font-face-in-media-rule-expected.png:
26164         * platform/efl/fast/css/font-face-in-media-rule-expected.txt:
26165         * platform/efl/fast/css/font-face-locally-installed-expected.png:
26166         * platform/efl/fast/css/font-face-locally-installed-expected.txt:
26167         * platform/efl/fast/css/font-face-multiple-faces-expected.png:
26168         * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
26169         * platform/efl/fast/css/font-face-multiple-remote-sources-expected.png:
26170         * platform/efl/fast/css/font-face-opentype-expected.png:
26171         * platform/efl/fast/css/font-face-opentype-expected.txt:
26172         * platform/efl/fast/css/font-face-remote-expected.png:
26173         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png:
26174         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt:
26175         * platform/efl/fast/css/font-face-unicode-range-expected.png:
26176         * platform/efl/fast/css/font-face-unicode-range-expected.txt:
26177         * platform/efl/fast/css/font-face-weight-matching-expected.png:
26178         * platform/efl/fast/css/font-face-weight-matching-expected.txt:
26179         * platform/efl/fast/css/font-face-woff-expected.png:
26180         * platform/efl/fast/css/font-face-woff-expected.txt:
26181         * platform/efl/fast/css/font-shorthand-weight-only-expected.png:
26182         * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
26183         * platform/efl/fast/css/font-size-negative-expected.png:
26184         * platform/efl/fast/css/font-smoothing-expected.txt:
26185         * platform/efl/fast/css/font-weight-1-expected.txt:
26186         * platform/efl/fast/css/font_property_normal-expected.png:
26187         * platform/efl/fast/css/font_property_normal-expected.txt:
26188         * platform/efl/fast/css/h1-in-section-elements-expected.png:
26189         * platform/efl/fast/css/h1-in-section-elements-expected.txt:
26190         * platform/efl/fast/css/hover-subselector-expected.png:
26191         * platform/efl/fast/css/hover-subselector-expected.txt:
26192         * platform/efl/fast/css/hsl-color-expected.png:
26193         * platform/efl/fast/css/hsla-color-expected.png:
26194         * platform/efl/fast/css/ignore-text-zoom-expected.png:
26195         * platform/efl/fast/css/ignore-text-zoom-expected.txt:
26196         * platform/efl/fast/css/imageTileOpacity-expected.png:
26197         * platform/efl/fast/css/import-rule-regression-11590-expected.png:
26198         * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
26199         * platform/efl/fast/css/import_with_baseurl-expected.png:
26200         * platform/efl/fast/css/import_with_baseurl-expected.txt:
26201         * platform/efl/fast/css/inline-element-line-break-expected.png:
26202         * platform/efl/fast/css/inline-element-line-break-expected.txt:
26203         * platform/efl/fast/css/inline-properties-important-expected.png:
26204         * platform/efl/fast/css/inline-properties-important-expected.txt:
26205         * platform/efl/fast/css/input-search-padding-expected.txt:
26206         * platform/efl/fast/css/invalid-percentage-property-expected.png:
26207         * platform/efl/fast/css/invalid-percentage-property-expected.txt:
26208         * platform/efl/fast/css/invalid-pseudo-classes-expected.png:
26209         * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
26210         * platform/efl/fast/css/invalidation-errors-2-expected.png:
26211         * platform/efl/fast/css/invalidation-errors-3-expected.png:
26212         * platform/efl/fast/css/invalidation-errors-3-expected.txt:
26213         * platform/efl/fast/css/invalidation-errors-expected.png:
26214         * platform/efl/fast/css/last-child-pseudo-class-expected.png:
26215         * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
26216         * platform/efl/fast/css/last-child-style-sharing-expected.png:
26217         * platform/efl/fast/css/last-of-type-pseudo-class-expected.png:
26218         * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
26219         * platform/efl/fast/css/layerZOrderCrash-expected.png:
26220         * platform/efl/fast/css/layerZOrderCrash-expected.txt:
26221         * platform/efl/fast/css/line-after-floating-div-expected.png:
26222         * platform/efl/fast/css/line-after-floating-div-expected.txt:
26223         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
26224         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
26225         * platform/efl/fast/css/line-height-expected.png:
26226         * platform/efl/fast/css/line-height-expected.txt:
26227         * platform/efl/fast/css/line-height-font-order-expected.png:
26228         * platform/efl/fast/css/line-height-font-order-expected.txt:
26229         * platform/efl/fast/css/line-height-negative-expected.png:
26230         * platform/efl/fast/css/line-height-overflow-expected.png:
26231         * platform/efl/fast/css/line-height-overflow-expected.txt:
26232         * platform/efl/fast/css/linear-gradient-currentcolor-expected.png:
26233         * platform/efl/fast/css/link-outside-head-expected.png:
26234         * platform/efl/fast/css/link-outside-head-expected.txt:
26235         * platform/efl/fast/css/list-outline-expected.png:
26236         * platform/efl/fast/css/list-outline-expected.txt:
26237         * platform/efl/fast/css/live-cssrules-expected.png:
26238         * platform/efl/fast/css/live-cssrules-expected.txt:
26239         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png:
26240         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
26241         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png:
26242         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
26243         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
26244         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
26245         * platform/efl/fast/css/max-height-none-expected.png:
26246         * platform/efl/fast/css/max-height-none-expected.txt:
26247         * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt:
26248         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png:
26249         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt:
26250         * platform/efl/fast/css/namespaces/001-expected.png:
26251         * platform/efl/fast/css/namespaces/001-expected.txt:
26252         * platform/efl/fast/css/namespaces/002-expected.png:
26253         * platform/efl/fast/css/namespaces/002-expected.txt:
26254         * platform/efl/fast/css/namespaces/003-expected.png:
26255         * platform/efl/fast/css/namespaces/003-expected.txt:
26256         * platform/efl/fast/css/namespaces/004-expected.png:
26257         * platform/efl/fast/css/namespaces/004-expected.txt:
26258         * platform/efl/fast/css/namespaces/005-expected.png:
26259         * platform/efl/fast/css/namespaces/005-expected.txt:
26260         * platform/efl/fast/css/namespaces/006-expected.png:
26261         * platform/efl/fast/css/namespaces/006-expected.txt:
26262         * platform/efl/fast/css/namespaces/007-expected.png:
26263         * platform/efl/fast/css/namespaces/007-expected.txt:
26264         * platform/efl/fast/css/namespaces/namespaces-comments-expected.png:
26265         * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
26266         * platform/efl/fast/css/namespaces/namespaces-empty-expected.png:
26267         * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
26268         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png:
26269         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
26270         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png:
26271         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
26272         * platform/efl/fast/css/negative-leading-expected.png:
26273         * platform/efl/fast/css/negative-leading-expected.txt:
26274         * platform/efl/fast/css/negative-nth-child-expected.png:
26275         * platform/efl/fast/css/negative-nth-child-expected.txt:
26276         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png:
26277         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
26278         * platform/efl/fast/css/nested-rounded-corners-expected.png:
26279         * platform/efl/fast/css/non-empty-span-expected.png:
26280         * platform/efl/fast/css/non-empty-span-expected.txt:
26281         * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
26282         * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
26283         * platform/efl/fast/css/nth-child-dynamic-expected.png:
26284         * platform/efl/fast/css/nth-child-dynamic-expected.txt:
26285         * platform/efl/fast/css/only-child-pseudo-class-expected.png:
26286         * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
26287         * platform/efl/fast/css/only-of-type-pseudo-class-expected.png:
26288         * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
26289         * platform/efl/fast/css/outline-auto-empty-rects-expected.png:
26290         * platform/efl/fast/css/outline-auto-location-expected.png:
26291         * platform/efl/fast/css/outline-auto-location-expected.txt:
26292         * platform/efl/fast/css/outline-narrowLine-expected.png:
26293         * platform/efl/fast/css/outline-narrowLine-expected.txt:
26294         * platform/efl/fast/css/pendingStylesheetFontSize-expected.png:
26295         * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
26296         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png:
26297         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
26298         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
26299         * platform/efl/fast/css/percentage-non-integer-expected.png:
26300         * platform/efl/fast/css/percentage-non-integer-expected.txt:
26301         * platform/efl/fast/css/position-negative-top-margin-expected.png:
26302         * platform/efl/fast/css/position-negative-top-margin-expected.txt:
26303         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
26304         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
26305         * platform/efl/fast/css/pseudo-element-line-break-expected.png:
26306         * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
26307         * platform/efl/fast/css/pseudo-first-line-border-width-expected.png:
26308
26309 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
26310
26311         [EFL] Unreviewed gardening.
26312
26313         Rebaseline after enabling subpixel layout and updating freetype (10/26).
26314
26315         * platform/efl/fast/block/margin-collapse/038-expected.png:
26316         * platform/efl/fast/block/margin-collapse/038-expected.txt:
26317         * platform/efl/fast/block/margin-collapse/039-expected.png:
26318         * platform/efl/fast/block/margin-collapse/039-expected.txt:
26319         * platform/efl/fast/block/margin-collapse/040-expected.png:
26320         * platform/efl/fast/block/margin-collapse/040-expected.txt:
26321         * platform/efl/fast/block/margin-collapse/041-expected.png:
26322         * platform/efl/fast/block/margin-collapse/042-expected.png:
26323         * platform/efl/fast/block/margin-collapse/042-expected.txt:
26324         * platform/efl/fast/block/margin-collapse/043-expected.png:
26325         * platform/efl/fast/block/margin-collapse/044-expected.png:
26326         * platform/efl/fast/block/margin-collapse/044-expected.txt:
26327         * platform/efl/fast/block/margin-collapse/045-expected.png:
26328         * platform/efl/fast/block/margin-collapse/045-expected.txt:
26329         * platform/efl/fast/block/margin-collapse/055-expected.png:
26330         * platform/efl/fast/block/margin-collapse/055-expected.txt:
26331         * platform/efl/fast/block/margin-collapse/056-expected.png:
26332         * platform/efl/fast/block/margin-collapse/056-expected.txt:
26333         * platform/efl/fast/block/margin-collapse/057-expected.png:
26334         * platform/efl/fast/block/margin-collapse/058-expected.png:
26335         * platform/efl/fast/block/margin-collapse/058-expected.txt:
26336         * platform/efl/fast/block/margin-collapse/059-expected.png:
26337         * platform/efl/fast/block/margin-collapse/059-expected.txt:
26338         * platform/efl/fast/block/margin-collapse/062-expected.png:
26339         * platform/efl/fast/block/margin-collapse/062-expected.txt:
26340         * platform/efl/fast/block/margin-collapse/063-expected.png:
26341         * platform/efl/fast/block/margin-collapse/063-expected.txt:
26342         * platform/efl/fast/block/margin-collapse/100-expected.png:
26343         * platform/efl/fast/block/margin-collapse/100-expected.txt:
26344         * platform/efl/fast/block/margin-collapse/101-expected.png:
26345         * platform/efl/fast/block/margin-collapse/101-expected.txt:
26346         * platform/efl/fast/block/margin-collapse/102-expected.png:
26347         * platform/efl/fast/block/margin-collapse/102-expected.txt:
26348         * platform/efl/fast/block/margin-collapse/103-expected.png:
26349         * platform/efl/fast/block/margin-collapse/103-expected.txt:
26350         * platform/efl/fast/block/margin-collapse/104-expected.png:
26351         * platform/efl/fast/block/margin-collapse/104-expected.txt:
26352         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png:
26353         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
26354         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.png:
26355         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
26356         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.png:
26357         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
26358         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.png:
26359         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
26360         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png:
26361         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
26362         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png:
26363         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
26364         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png:
26365         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
26366         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png:
26367         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
26368         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png:
26369         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
26370         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png:
26371         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
26372         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png:
26373         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
26374         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png:
26375         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
26376         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png:
26377         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
26378         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png:
26379         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
26380         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png:
26381         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
26382         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png:
26383         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
26384         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png:
26385         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
26386         * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
26387         * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
26388         * platform/efl/fast/block/margin-collapse/negative-margins-expected.png:
26389         * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
26390         * platform/efl/fast/block/positioning/001-expected.png:
26391         * platform/efl/fast/block/positioning/001-expected.txt:
26392         * platform/efl/fast/block/positioning/002-expected.png:
26393         * platform/efl/fast/block/positioning/002-expected.txt:
26394         * platform/efl/fast/block/positioning/003-expected.png:
26395         * platform/efl/fast/block/positioning/004-expected.png:
26396         * platform/efl/fast/block/positioning/007-expected.png:
26397         * platform/efl/fast/block/positioning/008-expected.png:
26398         * platform/efl/fast/block/positioning/014-expected.png:
26399         * platform/efl/fast/block/positioning/017-expected.png:
26400         * platform/efl/fast/block/positioning/018-expected.png:
26401         * platform/efl/fast/block/positioning/019-expected.png:
26402         * platform/efl/fast/block/positioning/035-expected.png:
26403         * platform/efl/fast/block/positioning/038-expected.png:
26404         * platform/efl/fast/block/positioning/039-expected.png:
26405         * platform/efl/fast/block/positioning/040-expected.png:
26406         * platform/efl/fast/block/positioning/047-expected.png:
26407         * platform/efl/fast/block/positioning/048-expected.png:
26408         * platform/efl/fast/block/positioning/049-expected.png:
26409         * platform/efl/fast/block/positioning/050-expected.png:
26410         * platform/efl/fast/block/positioning/051-expected.png:
26411         * platform/efl/fast/block/positioning/051-expected.txt:
26412         * platform/efl/fast/block/positioning/052-expected.png:
26413         * platform/efl/fast/block/positioning/052-expected.txt:
26414         * platform/efl/fast/block/positioning/053-expected.png:
26415         * platform/efl/fast/block/positioning/053-expected.txt:
26416         * platform/efl/fast/block/positioning/054-expected.png:
26417         * platform/efl/fast/block/positioning/054-expected.txt:
26418         * platform/efl/fast/block/positioning/055-expected.png:
26419         * platform/efl/fast/block/positioning/055-expected.txt:
26420         * platform/efl/fast/block/positioning/056-expected.png:
26421         * platform/efl/fast/block/positioning/056-expected.txt:
26422         * platform/efl/fast/block/positioning/057-expected.png:
26423         * platform/efl/fast/block/positioning/057-expected.txt:
26424         * platform/efl/fast/block/positioning/058-expected.png:
26425         * platform/efl/fast/block/positioning/058-expected.txt:
26426         * platform/efl/fast/block/positioning/059-expected.png:
26427         * platform/efl/fast/block/positioning/059-expected.txt:
26428         * platform/efl/fast/block/positioning/060-expected.png:
26429         * platform/efl/fast/block/positioning/060-expected.txt:
26430         * platform/efl/fast/block/positioning/061-expected.png:
26431         * platform/efl/fast/block/positioning/061-expected.txt:
26432         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png:
26433         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
26434         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png:
26435         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
26436         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
26437         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
26438         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png:
26439         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
26440         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png:
26441         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
26442         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png:
26443         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
26444         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png:
26445         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
26446         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
26447         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
26448         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
26449         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
26450         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
26451         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
26452         * platform/efl/fast/block/positioning/absolute-position-direction-expected.png:
26453         * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
26454         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
26455         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
26456         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png:
26457         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
26458         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
26459         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
26460         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.png:
26461         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
26462         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
26463         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
26464         * platform/efl/fast/block/positioning/auto/001-expected.png:
26465         * platform/efl/fast/block/positioning/auto/001-expected.txt:
26466         * platform/efl/fast/block/positioning/auto/002-expected.png:
26467         * platform/efl/fast/block/positioning/auto/002-expected.txt:
26468         * platform/efl/fast/block/positioning/auto/003-expected.png:
26469         * platform/efl/fast/block/positioning/auto/003-expected.txt:
26470         * platform/efl/fast/block/positioning/auto/004-expected.png:
26471         * platform/efl/fast/block/positioning/auto/004-expected.txt:
26472         * platform/efl/fast/block/positioning/auto/005-expected.png:
26473         * platform/efl/fast/block/positioning/auto/005-expected.txt:
26474         * platform/efl/fast/block/positioning/auto/006-expected.png:
26475         * platform/efl/fast/block/positioning/auto/006-expected.txt:
26476         * platform/efl/fast/block/positioning/auto/007-expected.png:
26477         * platform/efl/fast/block/positioning/auto/007-expected.txt:
26478         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png:
26479         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
26480         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png:
26481         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
26482         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png:
26483         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
26484         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png:
26485         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
26486         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png:
26487         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
26488         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png:
26489         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
26490         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.png:
26491         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.txt:
26492         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png:
26493         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
26494         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png:
26495         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
26496         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png:
26497         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
26498         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png:
26499         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
26500         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png:
26501         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
26502         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png:
26503         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
26504         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.png:
26505         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
26506         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
26507         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
26508         * platform/efl/fast/block/positioning/differing-writing-modes-expected.png:
26509         * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
26510         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png:
26511         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
26512         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
26513         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
26514         * platform/efl/fast/block/positioning/height-change-expected.png:
26515         * platform/efl/fast/block/positioning/height-change-expected.txt:
26516         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
26517         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
26518         * platform/efl/fast/block/positioning/inline-block-relposition-expected.png:
26519         * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
26520         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png:
26521         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
26522         * platform/efl/fast/block/positioning/negative-rel-position-expected.png:
26523         * platform/efl/fast/block/positioning/negative-right-pos-expected.png:
26524         * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
26525         * platform/efl/fast/block/positioning/padding-percent-expected.png:
26526         * platform/efl/fast/block/positioning/padding-percent-expected.txt:
26527         * platform/efl/fast/block/positioning/pref-width-change-expected.png:
26528         * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
26529         * platform/efl/fast/block/positioning/relative-overconstrained-expected.png:
26530         * platform/efl/fast/block/positioning/relative-overflow-block-expected.png:
26531         * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
26532         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.png:
26533         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
26534         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.png:
26535         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
26536         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.png:
26537         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
26538         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png:
26539         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
26540         * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
26541         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
26542         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.png:
26543         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
26544         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
26545         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
26546         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
26547         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
26548         * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.png:
26549         * platform/efl/fast/block/positioning/table-cell-static-position-expected.png:
26550         * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
26551         * platform/efl/fast/block/positioning/trailing-space-test-expected.png:
26552         * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
26553         * platform/efl/fast/block/positioning/vertical-lr/001-expected.png:
26554         * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
26555         * platform/efl/fast/block/positioning/vertical-lr/002-expected.png:
26556         * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
26557         * platform/efl/fast/block/positioning/vertical-lr/003-expected.png:
26558         * platform/efl/fast/block/positioning/vertical-lr/004-expected.png:
26559         * platform/efl/fast/block/positioning/vertical-rl/001-expected.png:
26560         * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
26561         * platform/efl/fast/block/positioning/vertical-rl/002-expected.png:
26562         * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
26563         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
26564         * platform/efl/fast/block/positioning/window-height-change-expected.png:
26565         * platform/efl/fast/block/positioning/window-height-change-expected.txt:
26566         * platform/efl/fast/body-propagation/background-color/001-expected.png:
26567         * platform/efl/fast/body-propagation/background-color/001-expected.txt:
26568         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.png:
26569         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
26570         * platform/efl/fast/body-propagation/background-color/002-expected.png:
26571         * platform/efl/fast/body-propagation/background-color/002-expected.txt:
26572         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.png:
26573         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
26574         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
26575         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
26576         * platform/efl/fast/body-propagation/background-color/003-expected.png:
26577         * platform/efl/fast/body-propagation/background-color/003-expected.txt:
26578         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
26579         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
26580         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
26581         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
26582         * platform/efl/fast/body-propagation/background-color/004-expected.png:
26583         * platform/efl/fast/body-propagation/background-color/004-expected.txt:
26584         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
26585         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
26586         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.png:
26587         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
26588         * platform/efl/fast/body-propagation/background-color/005-expected.png:
26589         * platform/efl/fast/body-propagation/background-color/005-expected.txt:
26590         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.png:
26591         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
26592         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
26593         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
26594         * platform/efl/fast/body-propagation/background-color/006-expected.png:
26595         * platform/efl/fast/body-propagation/background-color/006-expected.txt:
26596         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
26597         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
26598         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
26599         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
26600         * platform/efl/fast/body-propagation/background-color/007-expected.png:
26601         * platform/efl/fast/body-propagation/background-color/007-expected.txt:
26602         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
26603         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
26604         * platform/efl/fast/body-propagation/background-color/008-expected.png:
26605         * platform/efl/fast/body-propagation/background-color/008-expected.txt:
26606         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.png:
26607         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
26608         * platform/efl/fast/body-propagation/background-image/001-expected.png:
26609         * platform/efl/fast/body-propagation/background-image/001-expected.txt:
26610         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.png:
26611         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
26612         * platform/efl/fast/body-propagation/background-image/002-expected.png:
26613         * platform/efl/fast/body-propagation/background-image/002-expected.txt:
26614         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.png:
26615         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
26616         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
26617         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
26618         * platform/efl/fast/body-propagation/background-image/003-expected.png:
26619         * platform/efl/fast/body-propagation/background-image/003-expected.txt:
26620         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
26621         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
26622         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
26623         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
26624         * platform/efl/fast/body-propagation/background-image/004-expected.png:
26625         * platform/efl/fast/body-propagation/background-image/004-expected.txt:
26626         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
26627         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
26628         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.png:
26629         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
26630         * platform/efl/fast/body-propagation/background-image/005-expected.png:
26631         * platform/efl/fast/body-propagation/background-image/005-expected.txt:
26632         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.png:
26633         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
26634         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
26635         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
26636         * platform/efl/fast/body-propagation/background-image/006-expected.png:
26637         * platform/efl/fast/body-propagation/background-image/006-expected.txt:
26638         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
26639         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
26640         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
26641         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
26642         * platform/efl/fast/body-propagation/background-image/007-expected.png:
26643         * platform/efl/fast/body-propagation/background-image/007-expected.txt:
26644         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
26645         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
26646         * platform/efl/fast/body-propagation/background-image/008-expected.png:
26647         * platform/efl/fast/body-propagation/background-image/008-expected.txt:
26648         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.png:
26649         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
26650         * platform/efl/fast/body-propagation/background-image/009-expected.png:
26651         * platform/efl/fast/body-propagation/background-image/009-expected.txt:
26652         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
26653         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
26654         * platform/efl/fast/body-propagation/background-image/010-expected.png:
26655         * platform/efl/fast/body-propagation/background-image/010-expected.txt:
26656         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
26657         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
26658         * platform/efl/fast/body-propagation/overflow/001-expected.png:
26659         * platform/efl/fast/body-propagation/overflow/001-expected.txt:
26660         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
26661         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
26662         * platform/efl/fast/body-propagation/overflow/002-expected.png:
26663         * platform/efl/fast/body-propagation/overflow/002-expected.txt:
26664         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
26665         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
26666         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
26667         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
26668         * platform/efl/fast/body-propagation/overflow/003-expected.png:
26669         * platform/efl/fast/body-propagation/overflow/003-expected.txt:
26670         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
26671         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
26672         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
26673         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
26674         * platform/efl/fast/body-propagation/overflow/004-expected.png:
26675         * platform/efl/fast/body-propagation/overflow/004-expected.txt:
26676         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
26677         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
26678         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
26679         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
26680         * platform/efl/fast/body-propagation/overflow/005-expected.png:
26681         * platform/efl/fast/body-propagation/overflow/005-expected.txt:
26682         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
26683         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
26684         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
26685         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
26686         * platform/efl/fast/body-propagation/overflow/006-expected.png:
26687         * platform/efl/fast/body-propagation/overflow/006-expected.txt:
26688         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
26689         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
26690         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
26691         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
26692         * platform/efl/fast/body-propagation/overflow/007-expected.png:
26693         * platform/efl/fast/body-propagation/overflow/007-expected.txt:
26694         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
26695         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
26696         * platform/efl/fast/borders/bidi-002-expected.png:
26697         * platform/efl/fast/borders/bidi-002-expected.txt:
26698         * platform/efl/fast/borders/bidi-009a-expected.png:
26699         * platform/efl/fast/borders/bidi-012-expected.png:
26700         * platform/efl/fast/borders/block-mask-overlay-image-expected.png:
26701         * platform/efl/fast/borders/block-mask-overlay-image-expected.txt:
26702         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.png:
26703         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.txt:
26704         * platform/efl/fast/borders/border-antialiasing-expected.png:
26705         * platform/efl/fast/borders/border-antialiasing-expected.txt:
26706         * platform/efl/fast/borders/border-color-inherit-expected.png:
26707         * platform/efl/fast/borders/border-color-inherit-expected.txt:
26708         * platform/efl/fast/borders/border-fit-2-expected.png:
26709         * platform/efl/fast/borders/border-fit-expected.png:
26710         * platform/efl/fast/borders/border-image-01-expected.png:
26711         * platform/efl/fast/borders/border-image-01-expected.txt:
26712         * platform/efl/fast/borders/border-image-border-radius-expected.png:
26713         * platform/efl/fast/borders/border-image-border-radius-expected.txt:
26714         * platform/efl/fast/borders/border-image-longhand-expected.png:
26715         * platform/efl/fast/borders/border-image-longhand-expected.txt:
26716         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
26717         * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
26718         * platform/efl/fast/borders/border-image-omit-right-slice-expected.png:
26719         * platform/efl/fast/borders/border-image-outset-expected.png:
26720         * platform/efl/fast/borders/border-image-outset-expected.txt:
26721         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png:
26722         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
26723         * platform/efl/fast/borders/border-image-outset-split-inline-expected.png:
26724         * platform/efl/fast/borders/border-image-outset-split-inline-expected.txt:
26725         * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
26726         * platform/efl/fast/borders/border-image-repeat-expected.png:
26727         * platform/efl/fast/borders/border-image-repeat-expected.txt:
26728         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
26729         * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
26730         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
26731         * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
26732         * platform/efl/fast/borders/border-image-scaled-expected.png:
26733         * platform/efl/fast/borders/border-image-scaled-expected.txt:
26734         * platform/efl/fast/borders/border-image-scaled-gradient-expected.png:
26735         * platform/efl/fast/borders/border-image-scrambled-expected.png:
26736         * platform/efl/fast/borders/border-image-scrambled-expected.txt:
26737         * platform/efl/fast/borders/border-image-side-reduction-expected.png:
26738         * platform/efl/fast/borders/border-image-slice-constrained-expected.png:
26739         * platform/efl/fast/borders/border-image-slice-constrained-expected.txt:
26740         * platform/efl/fast/borders/border-image-slices-expected.png:
26741         * platform/efl/fast/borders/border-image-slices-expected.txt:
26742         * platform/efl/fast/borders/border-image-source-expected.png:
26743         * platform/efl/fast/borders/border-image-source-expected.txt:
26744         * platform/efl/fast/borders/border-mixed-alpha-expected.png:
26745         * platform/efl/fast/borders/border-radius-circle-expected.png:
26746         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
26747         * platform/efl/fast/borders/border-radius-constraints-expected.txt:
26748         * platform/efl/fast/borders/border-radius-different-width-001-expected.png:
26749         * platform/efl/fast/borders/border-radius-groove-01-expected.png:
26750         * platform/efl/fast/borders/border-radius-groove-02-expected.png:
26751         * platform/efl/fast/borders/border-radius-groove-03-expected.png:
26752         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
26753         * platform/efl/fast/borders/border-radius-inline-flow-expected.png:
26754         * platform/efl/fast/borders/border-radius-inline-flow-expected.txt:
26755         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
26756         * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
26757         * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
26758         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png:
26759         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png:
26760         * platform/efl/fast/borders/border-radius-wide-border-02-expected.png:
26761         * platform/efl/fast/borders/border-radius-wide-border-03-expected.png:
26762         * platform/efl/fast/borders/border-radius-wide-border-04-expected.png:
26763         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png:
26764         * platform/efl/fast/borders/border-shadow-large-radius-expected.png:
26765         * platform/efl/fast/borders/border-styles-split-expected.png:
26766         * platform/efl/fast/borders/border-styles-split-expected.txt:
26767         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
26768         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
26769         * platform/efl/fast/borders/borderRadiusArcs01-expected.png:
26770         * platform/efl/fast/borders/borderRadiusArcs01-expected.txt:
26771         * platform/efl/fast/borders/borderRadiusDashed01-expected.png:
26772         * platform/efl/fast/borders/borderRadiusDashed02-expected.png:
26773         * platform/efl/fast/borders/borderRadiusDashed03-expected.png:
26774         * platform/efl/fast/borders/borderRadiusDashed04-expected.png:
26775         * platform/efl/fast/borders/borderRadiusDashed05-expected.png:
26776         * platform/efl/fast/borders/borderRadiusDashed06-expected.png:
26777         * platform/efl/fast/borders/borderRadiusDotted01-expected.png:
26778         * platform/efl/fast/borders/borderRadiusDotted02-expected.png:
26779         * platform/efl/fast/borders/borderRadiusDotted03-expected.png:
26780         * platform/efl/fast/borders/borderRadiusDotted04-expected.png:
26781         * platform/efl/fast/borders/borderRadiusDotted05-expected.png:
26782         * platform/efl/fast/borders/borderRadiusDotted06-expected.png:
26783         * platform/efl/fast/borders/borderRadiusDouble01-expected.png:
26784         * platform/efl/fast/borders/borderRadiusDouble01-expected.txt:
26785         * platform/efl/fast/borders/borderRadiusDouble02-expected.png:
26786         * platform/efl/fast/borders/borderRadiusDouble02-expected.txt:
26787         * platform/efl/fast/borders/borderRadiusDouble03-expected.png:
26788         * platform/efl/fast/borders/borderRadiusDouble03-expected.txt:
26789         * platform/efl/fast/borders/borderRadiusDouble04-expected.png:
26790         * platform/efl/fast/borders/borderRadiusDouble05-expected.png:
26791         * platform/efl/fast/borders/borderRadiusDouble06-expected.png:
26792         * platform/efl/fast/borders/borderRadiusDouble07-expected.png:
26793         * platform/efl/fast/borders/borderRadiusDouble08-expected.png:
26794         * platform/efl/fast/borders/borderRadiusDouble09-expected.png:
26795         * platform/efl/fast/borders/borderRadiusGroove01-expected.png:
26796         * platform/efl/fast/borders/borderRadiusGroove01-expected.txt:
26797         * platform/efl/fast/borders/borderRadiusGroove02-expected.png:
26798         * platform/efl/fast/borders/borderRadiusGroove02-expected.txt:
26799         * platform/efl/fast/borders/borderRadiusInset01-expected.png:
26800         * platform/efl/fast/borders/borderRadiusInset01-expected.txt:
26801         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.png:
26802         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
26803         * platform/efl/fast/borders/borderRadiusOutset01-expected.png:
26804         * platform/efl/fast/borders/borderRadiusOutset01-expected.txt:
26805         * platform/efl/fast/borders/borderRadiusRidge01-expected.png:
26806         * platform/efl/fast/borders/borderRadiusRidge01-expected.txt:
26807         * platform/efl/fast/borders/borderRadiusSolid01-expected.png:
26808         * platform/efl/fast/borders/borderRadiusSolid02-expected.png:
26809         * platform/efl/fast/borders/borderRadiusSolid03-expected.png:
26810         * platform/efl/fast/borders/borderRadiusSolid04-expected.png:
26811         * platform/efl/fast/borders/different-color-borders-expected.png:
26812         * platform/efl/fast/borders/different-color-borders-expected.txt:
26813         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
26814         * platform/efl/fast/borders/inline-mask-overlay-image-expected.png:
26815         * platform/efl/fast/borders/inline-mask-overlay-image-expected.txt:
26816
26817 2013-01-18  Andrei Bucur  <abucur@adobe.com>
26818
26819         [CSS Regions] Add tests for widows and orphans
26820         https://bugs.webkit.org/show_bug.cgi?id=106003
26821
26822         Reviewed by Tony Chang.
26823
26824         The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
26825         test added for multi-column to use regions instead.
26826
26827         * fast/regions/regions-widows-and-orphans-expected.txt: Added.
26828         * fast/regions/regions-widows-and-orphans.html: Added.
26829
26830 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
26831
26832         [EFL] Unreviewed gardening.
26833
26834         Rebaseline after enabling subpixel layout and updating freetype (9/26).
26835
26836         * platform/efl/editing/selection/unrendered-002-expected.txt:
26837         * platform/efl/editing/selection/unrendered-003-expected.png:
26838         * platform/efl/editing/selection/unrendered-003-expected.txt:
26839         * platform/efl/editing/selection/unrendered-004-expected.png:
26840         * platform/efl/editing/selection/unrendered-004-expected.txt:
26841         * platform/efl/editing/selection/unrendered-005-expected.png:
26842         * platform/efl/editing/selection/unrendered-005-expected.txt:
26843         * platform/efl/editing/selection/unrendered-space-expected.png:
26844         * platform/efl/editing/selection/unrendered-space-expected.txt:
26845         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
26846         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
26847         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
26848         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
26849         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
26850         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
26851         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
26852         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
26853         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
26854         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
26855         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
26856         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
26857         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
26858         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
26859         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
26860         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
26861         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
26862         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
26863         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
26864         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
26865         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
26866         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
26867         * platform/efl/editing/selection/word-granularity-expected.png:
26868         * platform/efl/editing/selection/word-granularity-expected.txt:
26869         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png:
26870         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt:
26871         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png:
26872         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt:
26873         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt:
26874         * platform/efl/editing/spelling/spelling-expected.txt:
26875         * platform/efl/editing/style/4916887-expected.png:
26876         * platform/efl/editing/style/4916887-expected.txt:
26877         * platform/efl/editing/style/5017613-2-expected.png:
26878         * platform/efl/editing/style/5017613-2-expected.txt:
26879         * platform/efl/editing/style/5046875-2-expected.png:
26880         * platform/efl/editing/style/5046875-2-expected.txt:
26881         * platform/efl/editing/style/5084241-expected.png:
26882         * platform/efl/editing/style/5084241-expected.txt:
26883         * platform/efl/editing/style/apple-style-editable-mix-expected.png:
26884         * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
26885         * platform/efl/editing/style/block-style-001-expected.png:
26886         * platform/efl/editing/style/block-style-001-expected.txt:
26887         * platform/efl/editing/style/block-style-002-expected.png:
26888         * platform/efl/editing/style/block-style-002-expected.txt:
26889         * platform/efl/editing/style/block-style-003-expected.png:
26890         * platform/efl/editing/style/block-style-003-expected.txt:
26891         * platform/efl/editing/style/block-styles-007-expected.png:
26892         * platform/efl/editing/style/block-styles-007-expected.txt:
26893         * platform/efl/editing/style/create-block-for-style-001-expected.png:
26894         * platform/efl/editing/style/create-block-for-style-001-expected.txt:
26895         * platform/efl/editing/style/create-block-for-style-002-expected.png:
26896         * platform/efl/editing/style/create-block-for-style-002-expected.txt:
26897         * platform/efl/editing/style/create-block-for-style-003-expected.png:
26898         * platform/efl/editing/style/create-block-for-style-003-expected.txt:
26899         * platform/efl/editing/style/create-block-for-style-004-expected.png:
26900         * platform/efl/editing/style/create-block-for-style-004-expected.txt:
26901         * platform/efl/editing/style/create-block-for-style-005-expected.png:
26902         * platform/efl/editing/style/create-block-for-style-005-expected.txt:
26903         * platform/efl/editing/style/create-block-for-style-006-expected.png:
26904         * platform/efl/editing/style/create-block-for-style-006-expected.txt:
26905         * platform/efl/editing/style/create-block-for-style-007-expected.png:
26906         * platform/efl/editing/style/create-block-for-style-007-expected.txt:
26907         * platform/efl/editing/style/create-block-for-style-008-expected.png:
26908         * platform/efl/editing/style/create-block-for-style-008-expected.txt:
26909         * platform/efl/editing/style/create-block-for-style-009-expected.png:
26910         * platform/efl/editing/style/create-block-for-style-009-expected.txt:
26911         * platform/efl/editing/style/create-block-for-style-010-expected.png:
26912         * platform/efl/editing/style/create-block-for-style-010-expected.txt:
26913         * platform/efl/editing/style/create-block-for-style-011-expected.png:
26914         * platform/efl/editing/style/create-block-for-style-011-expected.txt:
26915         * platform/efl/editing/style/create-block-for-style-012-expected.png:
26916         * platform/efl/editing/style/create-block-for-style-012-expected.txt:
26917         * platform/efl/editing/style/create-block-for-style-013-expected.png:
26918         * platform/efl/editing/style/create-block-for-style-013-expected.txt:
26919         * platform/efl/editing/style/designmode-expected.png:
26920         * platform/efl/editing/style/designmode-expected.txt:
26921         * platform/efl/editing/style/highlight-expected.png:
26922         * platform/efl/editing/style/highlight-expected.txt:
26923         * platform/efl/editing/style/relative-font-size-change-001-expected.png:
26924         * platform/efl/editing/style/relative-font-size-change-001-expected.txt:
26925         * platform/efl/editing/style/relative-font-size-change-002-expected.png:
26926         * platform/efl/editing/style/relative-font-size-change-002-expected.txt:
26927         * platform/efl/editing/style/relative-font-size-change-003-expected.png:
26928         * platform/efl/editing/style/relative-font-size-change-003-expected.txt:
26929         * platform/efl/editing/style/relative-font-size-change-004-expected.png:
26930         * platform/efl/editing/style/relative-font-size-change-004-expected.txt:
26931         * platform/efl/editing/style/style-3681552-fix-001-expected.png:
26932         * platform/efl/editing/style/style-3681552-fix-002-expected.png:
26933         * platform/efl/editing/style/style-3681552-fix-002-expected.txt:
26934         * platform/efl/editing/style/style-3998892-fix-expected.png:
26935         * platform/efl/editing/style/style-3998892-fix-expected.txt:
26936         * platform/efl/editing/style/style-boundary-001-expected.png:
26937         * platform/efl/editing/style/style-boundary-001-expected.txt:
26938         * platform/efl/editing/style/style-boundary-002-expected.png:
26939         * platform/efl/editing/style/style-boundary-003-expected.png:
26940         * platform/efl/editing/style/style-boundary-004-expected.png:
26941         * platform/efl/editing/style/style-boundary-004-expected.txt:
26942         * platform/efl/editing/style/table-selection-expected.png:
26943         * platform/efl/editing/style/table-selection-expected.txt:
26944         * platform/efl/editing/style/typing-style-001-expected.png:
26945         * platform/efl/editing/style/typing-style-002-expected.png:
26946         * platform/efl/editing/style/unbold-in-bold-expected.png:
26947         * platform/efl/editing/style/unbold-in-bold-expected.txt:
26948         * platform/efl/editing/undo/4063751-expected.png:
26949         * platform/efl/editing/undo/4063751-expected.txt:
26950         * platform/efl/editing/undo/5378473-expected.png:
26951         * platform/efl/editing/undo/redo-typing-001-expected.png:
26952         * platform/efl/editing/undo/redo-typing-001-expected.txt:
26953         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png:
26954         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt:
26955         * platform/efl/editing/undo/undo-combined-delete-expected.png:
26956         * platform/efl/editing/undo/undo-combined-delete-expected.txt:
26957         * platform/efl/editing/undo/undo-delete-boundary-expected.png:
26958         * platform/efl/editing/undo/undo-delete-boundary-expected.txt:
26959         * platform/efl/editing/undo/undo-delete-expected.png:
26960         * platform/efl/editing/undo/undo-delete-expected.txt:
26961         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png:
26962         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt:
26963         * platform/efl/editing/undo/undo-forward-delete-expected.png:
26964         * platform/efl/editing/undo/undo-forward-delete-expected.txt:
26965         * platform/efl/editing/undo/undo-misspellings-expected.png:
26966         * platform/efl/editing/undo/undo-typing-001-expected.png:
26967         * platform/efl/editing/undo/undo-typing-001-expected.txt:
26968         * platform/efl/editing/unsupported-content/list-type-before-expected.png:
26969         * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
26970         * platform/efl/editing/unsupported-content/table-type-after-expected.png:
26971         * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
26972         * platform/efl/editing/unsupported-content/table-type-before-expected.png:
26973         * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
26974         * platform/efl/fast/backgrounds/001-expected.png:
26975         * platform/efl/fast/backgrounds/001-expected.txt:
26976         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
26977         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
26978         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png:
26979         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
26980         * platform/efl/fast/backgrounds/background-clip-text-expected.png:
26981         * platform/efl/fast/backgrounds/background-clip-text-expected.txt:
26982         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png:
26983         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt:
26984         * platform/efl/fast/backgrounds/background-leakage-expected.png:
26985         * platform/efl/fast/backgrounds/background-leakage-expected.txt:
26986         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png:
26987         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
26988         * platform/efl/fast/backgrounds/background-origin-root-element-expected.png:
26989         * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
26990         * platform/efl/fast/backgrounds/background-position-1-expected.png:
26991         * platform/efl/fast/backgrounds/background-position-1-expected.txt:
26992         * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
26993         * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
26994         * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
26995         * platform/efl/fast/backgrounds/bgCompositeCopy-expected.png:
26996         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
26997         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
26998         * platform/efl/fast/backgrounds/border-radius-split-background-expected.png:
26999         * platform/efl/fast/backgrounds/border-radius-split-background-expected.txt:
27000         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.png:
27001         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.txt:
27002         * platform/efl/fast/backgrounds/mask-box-image-expected.png:
27003         * platform/efl/fast/backgrounds/mask-box-image-expected.txt:
27004         * platform/efl/fast/backgrounds/mask-composite-expected.png:
27005         * platform/efl/fast/backgrounds/mask-composite-expected.txt:
27006         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png:
27007         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
27008         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
27009         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
27010         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
27011         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
27012         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
27013         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
27014         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
27015         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
27016         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
27017         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
27018         * platform/efl/fast/backgrounds/size/backgroundSize01-expected.png:
27019         * platform/efl/fast/backgrounds/size/backgroundSize02-expected.png:
27020         * platform/efl/fast/backgrounds/size/backgroundSize03-expected.png:
27021         * platform/efl/fast/backgrounds/size/backgroundSize04-expected.png:
27022         * platform/efl/fast/backgrounds/size/backgroundSize05-expected.png:
27023         * platform/efl/fast/backgrounds/size/backgroundSize06-expected.png:
27024         * platform/efl/fast/backgrounds/size/backgroundSize07-expected.png:
27025         * platform/efl/fast/backgrounds/size/backgroundSize08-expected.png:
27026         * platform/efl/fast/backgrounds/size/backgroundSize09-expected.png:
27027         * platform/efl/fast/backgrounds/size/backgroundSize10-expected.png:
27028         * platform/efl/fast/backgrounds/size/backgroundSize11-expected.png:
27029         * platform/efl/fast/backgrounds/size/backgroundSize12-expected.png:
27030         * platform/efl/fast/backgrounds/size/backgroundSize13-expected.png:
27031         * platform/efl/fast/backgrounds/size/backgroundSize14-expected.png:
27032         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png:
27033         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
27034         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png:
27035         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
27036         * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
27037         * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
27038         * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
27039         * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
27040         * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
27041         * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
27042         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
27043         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
27044         * platform/efl/fast/backgrounds/size/zero-expected.png:
27045         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
27046         * platform/efl/fast/backgrounds/svg-as-mask-expected.png:
27047         * platform/efl/fast/block/basic/001-expected.png:
27048         * platform/efl/fast/block/basic/001-expected.txt:
27049         * platform/efl/fast/block/basic/002-expected.png:
27050         * platform/efl/fast/block/basic/002-expected.txt:
27051         * platform/efl/fast/block/basic/003-expected.png:
27052         * platform/efl/fast/block/basic/003-expected.txt:
27053         * platform/efl/fast/block/basic/004-expected.png:
27054         * platform/efl/fast/block/basic/004-expected.txt:
27055         * platform/efl/fast/block/basic/005-expected.png:
27056         * platform/efl/fast/block/basic/005-expected.txt:
27057         * platform/efl/fast/block/basic/006-expected.png:
27058         * platform/efl/fast/block/basic/006-expected.txt:
27059         * platform/efl/fast/block/basic/007-expected.png:
27060         * platform/efl/fast/block/basic/007-expected.txt:
27061         * platform/efl/fast/block/basic/008-expected.png:
27062         * platform/efl/fast/block/basic/008-expected.txt:
27063         * platform/efl/fast/block/basic/009-expected.png:
27064         * platform/efl/fast/block/basic/009-expected.txt:
27065         * platform/efl/fast/block/basic/010-expected.png:
27066         * platform/efl/fast/block/basic/010-expected.txt:
27067         * platform/efl/fast/block/basic/011-expected.png:
27068         * platform/efl/fast/block/basic/011-expected.txt:
27069         * platform/efl/fast/block/basic/012-expected.png:
27070         * platform/efl/fast/block/basic/012-expected.txt:
27071         * platform/efl/fast/block/basic/013-expected.png:
27072         * platform/efl/fast/block/basic/013-expected.txt:
27073         * platform/efl/fast/block/basic/014-expected.png:
27074         * platform/efl/fast/block/basic/015-expected.png:
27075         * platform/efl/fast/block/basic/015-expected.txt:
27076         * platform/efl/fast/block/basic/016-expected.png:
27077         * platform/efl/fast/block/basic/016-expected.txt:
27078         * platform/efl/fast/block/basic/018-expected.png:
27079         * platform/efl/fast/block/basic/018-expected.txt:
27080         * platform/efl/fast/block/basic/019-expected.png:
27081         * platform/efl/fast/block/basic/019-expected.txt:
27082         * platform/efl/fast/block/basic/020-expected.png:
27083         * platform/efl/fast/block/basic/020-expected.txt:
27084         * platform/efl/fast/block/basic/021-expected.png:
27085         * platform/efl/fast/block/basic/021-expected.txt:
27086         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png:
27087         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
27088         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
27089         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
27090         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
27091         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
27092         * platform/efl/fast/block/basic/minheight-expected.png:
27093         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
27094         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
27095         * platform/efl/fast/block/basic/quirk-height-expected.png:
27096         * platform/efl/fast/block/basic/quirk-height-expected.txt:
27097         * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.png:
27098         * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.png:
27099         * platform/efl/fast/block/basic/text-indent-rtl-expected.png:
27100         * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
27101         * platform/efl/fast/block/basic/truncation-rtl-expected.png:
27102         * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
27103         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png:
27104         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
27105         * platform/efl/fast/block/float/001-expected.png:
27106         * platform/efl/fast/block/float/001-expected.txt:
27107         * platform/efl/fast/block/float/002-expected.png:
27108         * platform/efl/fast/block/float/002-expected.txt:
27109         * platform/efl/fast/block/float/003-expected.png:
27110         * platform/efl/fast/block/float/003-expected.txt:
27111         * platform/efl/fast/block/float/004-expected.png:
27112         * platform/efl/fast/block/float/004-expected.txt:
27113         * platform/efl/fast/block/float/005-expected.png:
27114         * platform/efl/fast/block/float/005-expected.txt:
27115         * platform/efl/fast/block/float/006-expected.png:
27116         * platform/efl/fast/block/float/006-expected.txt:
27117         * platform/efl/fast/block/float/007-expected.png:
27118         * platform/efl/fast/block/float/007-expected.txt:
27119         * platform/efl/fast/block/float/008-expected.png:
27120         * platform/efl/fast/block/float/010-expected.png:
27121         * platform/efl/fast/block/float/010-expected.txt:
27122         * platform/efl/fast/block/float/011-expected.png:
27123         * platform/efl/fast/block/float/011-expected.txt:
27124         * platform/efl/fast/block/float/012-expected.png:
27125         * platform/efl/fast/block/float/013-expected.png:
27126         * platform/efl/fast/block/float/014-expected.png:
27127         * platform/efl/fast/block/float/015-expected.png:
27128         * platform/efl/fast/block/float/015-expected.txt:
27129         * platform/efl/fast/block/float/016-expected.png:
27130         * platform/efl/fast/block/float/017-expected.png:
27131         * platform/efl/fast/block/float/017-expected.txt:
27132         * platform/efl/fast/block/float/018-expected.png:
27133         * platform/efl/fast/block/float/018-expected.txt:
27134         * platform/efl/fast/block/float/019-expected.png:
27135         * platform/efl/fast/block/float/020-expected.png:
27136         * platform/efl/fast/block/float/020-expected.txt:
27137         * platform/efl/fast/block/float/021-expected.png:
27138         * platform/efl/fast/block/float/022-expected.png:
27139         * platform/efl/fast/block/float/022-expected.txt:
27140         * platform/efl/fast/block/float/023-expected.png:
27141         * platform/efl/fast/block/float/023-expected.txt:
27142         * platform/efl/fast/block/float/024-expected.png:
27143         * platform/efl/fast/block/float/025-expected.png:
27144         * platform/efl/fast/block/float/025-expected.txt:
27145         * platform/efl/fast/block/float/026-expected.png:
27146         * platform/efl/fast/block/float/027-expected.png:
27147         * platform/efl/fast/block/float/027-expected.txt:
27148         * platform/efl/fast/block/float/028-expected.png:
27149         * platform/efl/fast/block/float/029-expected.png:
27150         * platform/efl/fast/block/float/029-expected.txt:
27151         * platform/efl/fast/block/float/030-expected.png:
27152         * platform/efl/fast/block/float/030-expected.txt:
27153         * platform/efl/fast/block/float/031-expected.png:
27154         * platform/efl/fast/block/float/031-expected.txt:
27155         * platform/efl/fast/block/float/032-expected.png:
27156         * platform/efl/fast/block/float/034-expected.png:
27157         * platform/efl/fast/block/float/035-expected.png:
27158         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png:
27159         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
27160         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png:
27161         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
27162         * platform/efl/fast/block/float/avoiding-float-centered-expected.png:
27163         * platform/efl/fast/block/float/br-with-clear-2-expected.png:
27164         * platform/efl/fast/block/float/br-with-clear-expected.png:
27165         * platform/efl/fast/block/float/br-with-clear-expected.txt:
27166         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png:
27167         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt:
27168         * platform/efl/fast/block/float/clamped-right-float-expected.png:
27169         * platform/efl/fast/block/float/clamped-right-float-expected.txt:
27170         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
27171         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
27172         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.png:
27173         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
27174         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png:
27175         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
27176         * platform/efl/fast/block/float/fit_line_below_floats-expected.png:
27177         * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
27178         * platform/efl/fast/block/float/float-avoidance-expected.png:
27179         * platform/efl/fast/block/float/float-avoidance-expected.txt:
27180         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
27181         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:
27182         * platform/efl/fast/block/float/float-in-float-painting-expected.png:
27183         * platform/efl/fast/block/float/float-in-float-painting-expected.txt:
27184         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.png:
27185         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
27186         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
27187         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
27188         * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.png:
27189         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
27190         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
27191         * platform/efl/fast/block/float/float-on-zero-height-line-expected.png:
27192         * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
27193         * platform/efl/fast/block/float/float-overhangs-root-expected.png:
27194         * platform/efl/fast/block/float/floats-and-text-indent-expected.png:
27195         * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
27196         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png:
27197         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
27198         * platform/efl/fast/block/float/independent-align-positioning-expected.png:
27199         * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
27200         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
27201         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
27202         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
27203         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
27204         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
27205         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
27206         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
27207         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
27208         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
27209         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
27210         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
27211         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
27212         * platform/efl/fast/block/float/intruding-painted-twice-expected.png:
27213         * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
27214         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
27215         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
27216         * platform/efl/fast/block/float/multiple-float-positioning-expected.png:
27217         * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
27218         * platform/efl/fast/block/float/narrow-after-wide-expected.png:
27219         * platform/efl/fast/block/float/nested-clearance-expected.png:
27220         * platform/efl/fast/block/float/nested-clearance-expected.txt:
27221         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.png:
27222         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
27223         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png:
27224         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
27225         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png:
27226         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
27227         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png:
27228         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
27229         * platform/efl/fast/block/float/nowrap-clear-min-width-expected.png:
27230         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.png:
27231         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
27232         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
27233         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
27234         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
27235         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
27236         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
27237         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
27238         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
27239         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
27240         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
27241         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
27242         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
27243         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
27244         * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
27245         * platform/efl/fast/block/float/relative-painted-twice-expected.png:
27246         * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
27247         * platform/efl/fast/block/float/shrink-to-fit-width-expected.png:
27248         * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
27249         * platform/efl/fast/block/float/table-relayout-expected.png:
27250         * platform/efl/fast/block/float/table-relayout-expected.txt:
27251         * platform/efl/fast/block/float/vertical-move-relayout-expected.png:
27252         * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
27253         * platform/efl/fast/block/float/width-update-after-clear-expected.png:
27254         * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
27255         * platform/efl/fast/block/lineboxcontain/block-expected.png:
27256         * platform/efl/fast/block/lineboxcontain/block-expected.txt:
27257         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
27258         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
27259         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png:
27260         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
27261         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png:
27262         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
27263         * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
27264         * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
27265         * platform/efl/fast/block/lineboxcontain/inline-box-expected.png:
27266         * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
27267         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png:
27268         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
27269         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png:
27270         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
27271         * platform/efl/fast/block/lineboxcontain/inline-expected.png:
27272         * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
27273         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png:
27274         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
27275         * platform/efl/fast/block/lineboxcontain/none-expected.png:
27276         * platform/efl/fast/block/lineboxcontain/none-expected.txt:
27277         * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png:
27278         * platform/efl/fast/block/lineboxcontain/replaced-expected.png:
27279         * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
27280         * platform/efl/fast/block/margin-collapse/001-expected.png:
27281         * platform/efl/fast/block/margin-collapse/001-expected.txt:
27282         * platform/efl/fast/block/margin-collapse/002-expected.png:
27283         * platform/efl/fast/block/margin-collapse/002-expected.txt:
27284         * platform/efl/fast/block/margin-collapse/003-expected.png:
27285         * platform/efl/fast/block/margin-collapse/003-expected.txt:
27286         * platform/efl/fast/block/margin-collapse/004-expected.png:
27287         * platform/efl/fast/block/margin-collapse/004-expected.txt:
27288         * platform/efl/fast/block/margin-collapse/005-expected.png:
27289         * platform/efl/fast/block/margin-collapse/005-expected.txt:
27290         * platform/efl/fast/block/margin-collapse/006-expected.png:
27291         * platform/efl/fast/block/margin-collapse/006-expected.txt:
27292         * platform/efl/fast/block/margin-collapse/010-expected.png:
27293         * platform/efl/fast/block/margin-collapse/010-expected.txt:
27294         * platform/efl/fast/block/margin-collapse/011-expected.png:
27295         * platform/efl/fast/block/margin-collapse/011-expected.txt:
27296         * platform/efl/fast/block/margin-collapse/012-expected.png:
27297         * platform/efl/fast/block/margin-collapse/012-expected.txt:
27298         * platform/efl/fast/block/margin-collapse/015-expected.png:
27299         * platform/efl/fast/block/margin-collapse/015-expected.txt:
27300         * platform/efl/fast/block/margin-collapse/016-expected.png:
27301         * platform/efl/fast/block/margin-collapse/016-expected.txt:
27302         * platform/efl/fast/block/margin-collapse/017-expected.png:
27303         * platform/efl/fast/block/margin-collapse/017-expected.txt:
27304         * platform/efl/fast/block/margin-collapse/018-expected.png:
27305         * platform/efl/fast/block/margin-collapse/018-expected.txt:
27306         * platform/efl/fast/block/margin-collapse/019-expected.png:
27307         * platform/efl/fast/block/margin-collapse/019-expected.txt:
27308         * platform/efl/fast/block/margin-collapse/020-expected.png:
27309         * platform/efl/fast/block/margin-collapse/020-expected.txt:
27310         * platform/efl/fast/block/margin-collapse/021-expected.png:
27311         * platform/efl/fast/block/margin-collapse/021-expected.txt:
27312         * platform/efl/fast/block/margin-collapse/022-expected.png:
27313         * platform/efl/fast/block/margin-collapse/022-expected.txt:
27314         * platform/efl/fast/block/margin-collapse/025-expected.png:
27315         * platform/efl/fast/block/margin-collapse/026-expected.png:
27316         * platform/efl/fast/block/margin-collapse/026-expected.txt:
27317         * platform/efl/fast/block/margin-collapse/027-expected.png:
27318         * platform/efl/fast/block/margin-collapse/027-expected.txt:
27319         * platform/efl/fast/block/margin-collapse/028-expected.png:
27320         * platform/efl/fast/block/margin-collapse/028-expected.txt:
27321         * platform/efl/fast/block/margin-collapse/029-expected.png:
27322         * platform/efl/fast/block/margin-collapse/029-expected.txt:
27323         * platform/efl/fast/block/margin-collapse/030-expected.png:
27324         * platform/efl/fast/block/margin-collapse/030-expected.txt:
27325         * platform/efl/fast/block/margin-collapse/031-expected.png:
27326         * platform/efl/fast/block/margin-collapse/031-expected.txt:
27327         * platform/efl/fast/block/margin-collapse/032-expected.png:
27328         * platform/efl/fast/block/margin-collapse/032-expected.txt:
27329         * platform/efl/fast/block/margin-collapse/033-expected.png:
27330         * platform/efl/fast/block/margin-collapse/033-expected.txt:
27331         * platform/efl/fast/block/margin-collapse/034-expected.png:
27332         * platform/efl/fast/block/margin-collapse/034-expected.txt:
27333         * platform/efl/fast/block/margin-collapse/035-expected.png:
27334         * platform/efl/fast/block/margin-collapse/035-expected.txt:
27335         * platform/efl/fast/block/margin-collapse/037-expected.png:
27336         * platform/efl/fast/block/margin-collapse/037-expected.txt:
27337
27338 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
27339
27340         [EFL] Unreviewed gardening.
27341
27342         Rebaseline after enabling subpixel layout and updating freetype (8/26).
27343
27344         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt:
27345         * platform/efl/editing/execCommand/insertHorizontalRule-expected.png:
27346         * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt:
27347         * platform/efl/editing/execCommand/insertImage-expected.png:
27348         * platform/efl/editing/execCommand/insertImage-expected.txt:
27349         * platform/efl/editing/execCommand/nsresponder-indent-expected.png:
27350         * platform/efl/editing/execCommand/nsresponder-indent-expected.txt:
27351         * platform/efl/editing/execCommand/nsresponder-outdent-expected.png:
27352         * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
27353         * platform/efl/editing/execCommand/print-expected.png:
27354         * platform/efl/editing/execCommand/print-expected.txt:
27355         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png:
27356         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt:
27357         * platform/efl/editing/execCommand/remove-list-item-1-expected.png:
27358         * platform/efl/editing/execCommand/remove-list-item-1-expected.txt:
27359         * platform/efl/editing/execCommand/selectAll-expected.png:
27360         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
27361         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
27362         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png:
27363         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
27364         * platform/efl/editing/input/emacs-ctrl-o-expected.png:
27365         * platform/efl/editing/input/emacs-ctrl-o-expected.txt:
27366         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
27367         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
27368         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
27369         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
27370         * platform/efl/editing/inserting/12882-expected.png:
27371         * platform/efl/editing/inserting/12882-expected.txt:
27372         * platform/efl/editing/inserting/4278698-expected.png:
27373         * platform/efl/editing/inserting/4278698-expected.txt:
27374         * platform/efl/editing/inserting/4840662-expected.png:
27375         * platform/efl/editing/inserting/4840662-expected.txt:
27376         * platform/efl/editing/inserting/4875189-1-expected.png:
27377         * platform/efl/editing/inserting/4875189-1-expected.txt:
27378         * platform/efl/editing/inserting/4875189-2-expected.png:
27379         * platform/efl/editing/inserting/4875189-2-expected.txt:
27380         * platform/efl/editing/inserting/4959067-expected.png:
27381         * platform/efl/editing/inserting/4959067-expected.txt:
27382         * platform/efl/editing/inserting/4960120-1-expected.png:
27383         * platform/efl/editing/inserting/4960120-1-expected.txt:
27384         * platform/efl/editing/inserting/4960120-2-expected.png:
27385         * platform/efl/editing/inserting/4960120-2-expected.txt:
27386         * platform/efl/editing/inserting/5002441-expected.png:
27387         * platform/efl/editing/inserting/5002441-expected.txt:
27388         * platform/efl/editing/inserting/5058163-1-expected.png:
27389         * platform/efl/editing/inserting/5058163-1-expected.txt:
27390         * platform/efl/editing/inserting/5058163-2-expected.png:
27391         * platform/efl/editing/inserting/5058163-2-expected.txt:
27392         * platform/efl/editing/inserting/5156401-2-expected.png:
27393         * platform/efl/editing/inserting/5156401-2-expected.txt:
27394         * platform/efl/editing/inserting/5418891-expected.png:
27395         * platform/efl/editing/inserting/5418891-expected.txt:
27396         * platform/efl/editing/inserting/5510537-expected.png:
27397         * platform/efl/editing/inserting/5510537-expected.txt:
27398         * platform/efl/editing/inserting/5549929-2-expected.png:
27399         * platform/efl/editing/inserting/5549929-2-expected.txt:
27400         * platform/efl/editing/inserting/5549929-3-expected.png:
27401         * platform/efl/editing/inserting/5549929-3-expected.txt:
27402         * platform/efl/editing/inserting/6703873-expected.png:
27403         * platform/efl/editing/inserting/6703873-expected.txt:
27404         * platform/efl/editing/inserting/editable-html-element-expected.png:
27405         * platform/efl/editing/inserting/editable-html-element-expected.txt:
27406         * platform/efl/editing/inserting/editable-inline-element-expected.png:
27407         * platform/efl/editing/inserting/editable-inline-element-expected.txt:
27408         * platform/efl/editing/inserting/edited-whitespace-1-expected.png:
27409         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt:
27410         * platform/efl/editing/inserting/editing-empty-divs-expected.png:
27411         * platform/efl/editing/inserting/editing-empty-divs-expected.txt:
27412         * platform/efl/editing/inserting/insert-3654864-fix-expected.png:
27413         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt:
27414         * platform/efl/editing/inserting/insert-3775316-fix-expected.png:
27415         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt:
27416         * platform/efl/editing/inserting/insert-3778059-fix-expected.png:
27417         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt:
27418         * platform/efl/editing/inserting/insert-3800346-fix-expected.png:
27419         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt:
27420         * platform/efl/editing/inserting/insert-3851164-fix-expected.png:
27421         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt:
27422         * platform/efl/editing/inserting/insert-after-delete-001-expected.png:
27423         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt:
27424         * platform/efl/editing/inserting/insert-at-end-01-expected.png:
27425         * platform/efl/editing/inserting/insert-at-end-01-expected.txt:
27426         * platform/efl/editing/inserting/insert-at-end-02-expected.png:
27427         * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
27428         * platform/efl/editing/inserting/insert-br-001-expected.png:
27429         * platform/efl/editing/inserting/insert-br-001-expected.txt:
27430         * platform/efl/editing/inserting/insert-br-002-expected.png:
27431         * platform/efl/editing/inserting/insert-br-002-expected.txt:
27432         * platform/efl/editing/inserting/insert-br-003-expected.png:
27433         * platform/efl/editing/inserting/insert-br-003-expected.txt:
27434         * platform/efl/editing/inserting/insert-br-004-expected.png:
27435         * platform/efl/editing/inserting/insert-br-004-expected.txt:
27436         * platform/efl/editing/inserting/insert-br-005-expected.png:
27437         * platform/efl/editing/inserting/insert-br-005-expected.txt:
27438         * platform/efl/editing/inserting/insert-br-006-expected.png:
27439         * platform/efl/editing/inserting/insert-br-006-expected.txt:
27440         * platform/efl/editing/inserting/insert-br-007-expected.png:
27441         * platform/efl/editing/inserting/insert-br-007-expected.txt:
27442         * platform/efl/editing/inserting/insert-br-008-expected.png:
27443         * platform/efl/editing/inserting/insert-br-008-expected.txt:
27444         * platform/efl/editing/inserting/insert-br-009-expected.png:
27445         * platform/efl/editing/inserting/insert-br-009-expected.txt:
27446         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png:
27447         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt:
27448         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png:
27449         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt:
27450         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png:
27451         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt:
27452         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png:
27453         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt:
27454         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png:
27455         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt:
27456         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png:
27457         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt:
27458         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png:
27459         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt:
27460         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png:
27461         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt:
27462         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png:
27463         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt:
27464         * platform/efl/editing/inserting/insert-div-001-expected.png:
27465         * platform/efl/editing/inserting/insert-div-001-expected.txt:
27466         * platform/efl/editing/inserting/insert-div-002-expected.png:
27467         * platform/efl/editing/inserting/insert-div-002-expected.txt:
27468         * platform/efl/editing/inserting/insert-div-003-expected.png:
27469         * platform/efl/editing/inserting/insert-div-003-expected.txt:
27470         * platform/efl/editing/inserting/insert-div-004-expected.png:
27471         * platform/efl/editing/inserting/insert-div-004-expected.txt:
27472         * platform/efl/editing/inserting/insert-div-005-expected.png:
27473         * platform/efl/editing/inserting/insert-div-005-expected.txt:
27474         * platform/efl/editing/inserting/insert-div-006-expected.png:
27475         * platform/efl/editing/inserting/insert-div-006-expected.txt:
27476         * platform/efl/editing/inserting/insert-div-007-expected.png:
27477         * platform/efl/editing/inserting/insert-div-007-expected.txt:
27478         * platform/efl/editing/inserting/insert-div-008-expected.png:
27479         * platform/efl/editing/inserting/insert-div-008-expected.txt:
27480         * platform/efl/editing/inserting/insert-div-009-expected.png:
27481         * platform/efl/editing/inserting/insert-div-009-expected.txt:
27482         * platform/efl/editing/inserting/insert-div-010-expected.png:
27483         * platform/efl/editing/inserting/insert-div-010-expected.txt:
27484         * platform/efl/editing/inserting/insert-div-011-expected.png:
27485         * platform/efl/editing/inserting/insert-div-011-expected.txt:
27486         * platform/efl/editing/inserting/insert-div-012-expected.png:
27487         * platform/efl/editing/inserting/insert-div-012-expected.txt:
27488         * platform/efl/editing/inserting/insert-div-013-expected.png:
27489         * platform/efl/editing/inserting/insert-div-013-expected.txt:
27490         * platform/efl/editing/inserting/insert-div-014-expected.png:
27491         * platform/efl/editing/inserting/insert-div-014-expected.txt:
27492         * platform/efl/editing/inserting/insert-div-015-expected.png:
27493         * platform/efl/editing/inserting/insert-div-015-expected.txt:
27494         * platform/efl/editing/inserting/insert-div-016-expected.png:
27495         * platform/efl/editing/inserting/insert-div-016-expected.txt:
27496         * platform/efl/editing/inserting/insert-div-017-expected.png:
27497         * platform/efl/editing/inserting/insert-div-017-expected.txt:
27498         * platform/efl/editing/inserting/insert-div-018-expected.png:
27499         * platform/efl/editing/inserting/insert-div-018-expected.txt:
27500         * platform/efl/editing/inserting/insert-div-019-expected.png:
27501         * platform/efl/editing/inserting/insert-div-019-expected.txt:
27502         * platform/efl/editing/inserting/insert-div-020-expected.png:
27503         * platform/efl/editing/inserting/insert-div-020-expected.txt:
27504         * platform/efl/editing/inserting/insert-div-022-expected.png:
27505         * platform/efl/editing/inserting/insert-div-022-expected.txt:
27506         * platform/efl/editing/inserting/insert-div-023-expected.png:
27507         * platform/efl/editing/inserting/insert-div-023-expected.txt:
27508         * platform/efl/editing/inserting/insert-div-024-expected.png:
27509         * platform/efl/editing/inserting/insert-div-024-expected.txt:
27510         * platform/efl/editing/inserting/insert-div-025-expected.png:
27511         * platform/efl/editing/inserting/insert-div-025-expected.txt:
27512         * platform/efl/editing/inserting/insert-div-026-expected.png:
27513         * platform/efl/editing/inserting/insert-div-026-expected.txt:
27514         * platform/efl/editing/inserting/insert-div-027-expected.png:
27515         * platform/efl/editing/inserting/insert-div-027-expected.txt:
27516         * platform/efl/editing/inserting/insert-paragraph-01-expected.png:
27517         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
27518         * platform/efl/editing/inserting/insert-paragraph-02-expected.png:
27519         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
27520         * platform/efl/editing/inserting/insert-paragraph-03-expected.png:
27521         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt:
27522         * platform/efl/editing/inserting/insert-paragraph-04-expected.png:
27523         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt:
27524         * platform/efl/editing/inserting/insert-paragraph-05-expected.png:
27525         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt:
27526         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png:
27527         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt:
27528         * platform/efl/editing/inserting/insert-tab-001-expected.png:
27529         * platform/efl/editing/inserting/insert-tab-001-expected.txt:
27530         * platform/efl/editing/inserting/insert-tab-002-expected.png:
27531         * platform/efl/editing/inserting/insert-tab-002-expected.txt:
27532         * platform/efl/editing/inserting/insert-tab-003-expected.png:
27533         * platform/efl/editing/inserting/insert-tab-003-expected.txt:
27534         * platform/efl/editing/inserting/insert-tab-004-expected.png:
27535         * platform/efl/editing/inserting/insert-tab-004-expected.txt:
27536         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png:
27537         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt:
27538         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png:
27539         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt:
27540         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png:
27541         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt:
27542         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png:
27543         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt:
27544         * platform/efl/editing/inserting/line-break-expected.png:
27545         * platform/efl/editing/inserting/line-break-expected.txt:
27546         * platform/efl/editing/inserting/multiple-lines-selected-expected.png:
27547         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt:
27548         * platform/efl/editing/inserting/paragraph-separator-01-expected.png:
27549         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt:
27550         * platform/efl/editing/inserting/paragraph-separator-02-expected.png:
27551         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt:
27552         * platform/efl/editing/inserting/paragraph-separator-03-expected.png:
27553         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt:
27554         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png:
27555         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
27556         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png:
27557         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
27558         * platform/efl/editing/inserting/redo-expected.png:
27559         * platform/efl/editing/inserting/redo-expected.txt:
27560         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png:
27561         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt:
27562         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png:
27563         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt:
27564         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png:
27565         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt:
27566         * platform/efl/editing/inserting/typing-001-expected.png:
27567         * platform/efl/editing/inserting/typing-001-expected.txt:
27568         * platform/efl/editing/inserting/typing-002-expected.png:
27569         * platform/efl/editing/inserting/typing-002-expected.txt:
27570         * platform/efl/editing/inserting/typing-003-expected.png:
27571         * platform/efl/editing/inserting/typing-003-expected.txt:
27572         * platform/efl/editing/inserting/typing-around-br-001-expected.png:
27573         * platform/efl/editing/inserting/typing-around-br-001-expected.txt:
27574         * platform/efl/editing/inserting/typing-around-image-001-expected.png:
27575         * platform/efl/editing/inserting/typing-around-image-001-expected.txt:
27576         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png:
27577         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt:
27578         * platform/efl/editing/pasteboard/4631972-expected.png:
27579         * platform/efl/editing/pasteboard/4631972-expected.txt:
27580         * platform/efl/editing/pasteboard/4806874-expected.png:
27581         * platform/efl/editing/pasteboard/4806874-expected.txt:
27582         * platform/efl/editing/pasteboard/5032095-expected.png:
27583         * platform/efl/editing/pasteboard/5032095-expected.txt:
27584         * platform/efl/editing/pasteboard/5071074-2-expected.png:
27585         * platform/efl/editing/pasteboard/5071074-2-expected.txt:
27586         * platform/efl/editing/pasteboard/5134759-expected.png:
27587         * platform/efl/editing/pasteboard/5134759-expected.txt:
27588         * platform/efl/editing/pasteboard/5156401-1-expected.png:
27589         * platform/efl/editing/pasteboard/5156401-1-expected.txt:
27590         * platform/efl/editing/pasteboard/5387578-expected.png:
27591         * platform/efl/editing/pasteboard/5387578-expected.txt:
27592         * platform/efl/editing/pasteboard/7955-expected.png:
27593         * platform/efl/editing/pasteboard/7955-expected.txt:
27594         * platform/efl/editing/pasteboard/8145-1-expected.png:
27595         * platform/efl/editing/pasteboard/8145-1-expected.txt:
27596         * platform/efl/editing/pasteboard/8145-2-expected.png:
27597         * platform/efl/editing/pasteboard/8145-2-expected.txt:
27598         * platform/efl/editing/pasteboard/8145-3-expected.png:
27599         * platform/efl/editing/pasteboard/8145-3-expected.txt:
27600         * platform/efl/editing/pasteboard/bad-placeholder-expected.png:
27601         * platform/efl/editing/pasteboard/bad-placeholder-expected.txt:
27602         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.png:
27603         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.txt:
27604         * platform/efl/editing/pasteboard/displaced-placeholder-expected.png:
27605         * platform/efl/editing/pasteboard/displaced-placeholder-expected.txt:
27606         * platform/efl/editing/pasteboard/innerText-inline-table-expected.png:
27607         * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt:
27608         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.png:
27609         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.txt:
27610         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.png:
27611         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.txt:
27612         * platform/efl/editing/pasteboard/merge-after-delete-expected.png:
27613         * platform/efl/editing/pasteboard/merge-after-delete-expected.txt:
27614         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.png:
27615         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.txt:
27616         * platform/efl/editing/pasteboard/merge-end-borders-expected.png:
27617         * platform/efl/editing/pasteboard/merge-end-borders-expected.txt:
27618         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.png:
27619         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.txt:
27620         * platform/efl/editing/pasteboard/merge-start-list-expected.png:
27621         * platform/efl/editing/pasteboard/merge-start-list-expected.txt:
27622         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
27623         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
27624         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
27625         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
27626         * platform/efl/editing/pasteboard/pasting-object-expected.png:
27627         * platform/efl/editing/pasteboard/pasting-object-expected.txt:
27628         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.png:
27629         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.txt:
27630         * platform/efl/editing/pasteboard/unrendered-br-expected.png:
27631         * platform/efl/editing/pasteboard/unrendered-br-expected.txt:
27632         * platform/efl/editing/selection/13804-expected.png:
27633         * platform/efl/editing/selection/13804-expected.txt:
27634         * platform/efl/editing/selection/14971-expected.png:
27635         * platform/efl/editing/selection/14971-expected.txt:
27636         * platform/efl/editing/selection/4402375-expected.png:
27637         * platform/efl/editing/selection/4402375-expected.txt:
27638         * platform/efl/editing/selection/4776665-expected.png:
27639         * platform/efl/editing/selection/4776665-expected.txt:
27640         * platform/efl/editing/selection/4818145-expected.png:
27641         * platform/efl/editing/selection/4818145-expected.txt:
27642         * platform/efl/editing/selection/4866671-expected.png:
27643         * platform/efl/editing/selection/4866671-expected.txt:
27644         * platform/efl/editing/selection/4889598-expected.png:
27645         * platform/efl/editing/selection/4889598-expected.txt:
27646         * platform/efl/editing/selection/4895428-2-expected.png:
27647         * platform/efl/editing/selection/4895428-2-expected.txt:
27648         * platform/efl/editing/selection/4932260-1-expected.png:
27649         * platform/efl/editing/selection/4932260-1-expected.txt:
27650         * platform/efl/editing/selection/4932260-2-expected.png:
27651         * platform/efl/editing/selection/4932260-2-expected.txt:
27652         * platform/efl/editing/selection/4932260-3-expected.png:
27653         * platform/efl/editing/selection/4932260-3-expected.txt:
27654         * platform/efl/editing/selection/4947387-expected.png:
27655         * platform/efl/editing/selection/4947387-expected.txt:
27656         * platform/efl/editing/selection/4960116-expected.png:
27657         * platform/efl/editing/selection/4960116-expected.txt:
27658         * platform/efl/editing/selection/4960137-expected.png:
27659         * platform/efl/editing/selection/4960137-expected.txt:
27660         * platform/efl/editing/selection/4983858-expected.png:
27661         * platform/efl/editing/selection/4983858-expected.txt:
27662         * platform/efl/editing/selection/5057506-2-expected.png:
27663         * platform/efl/editing/selection/5057506-2-expected.txt:
27664         * platform/efl/editing/selection/5076323-1-expected.png:
27665         * platform/efl/editing/selection/5076323-1-expected.txt:
27666         * platform/efl/editing/selection/5076323-2-expected.png:
27667         * platform/efl/editing/selection/5076323-2-expected.txt:
27668         * platform/efl/editing/selection/5076323-3-expected.png:
27669         * platform/efl/editing/selection/5076323-3-expected.txt:
27670         * platform/efl/editing/selection/5081257-1-expected.png:
27671         * platform/efl/editing/selection/5081257-1-expected.txt:
27672         * platform/efl/editing/selection/5081257-2-expected.png:
27673         * platform/efl/editing/selection/5081257-2-expected.txt:
27674         * platform/efl/editing/selection/5099303-expected.png:
27675         * platform/efl/editing/selection/5099303-expected.txt:
27676         * platform/efl/editing/selection/5131716-1-expected.png:
27677         * platform/efl/editing/selection/5131716-1-expected.txt:
27678         * platform/efl/editing/selection/5131716-2-expected.png:
27679         * platform/efl/editing/selection/5131716-2-expected.txt:
27680         * platform/efl/editing/selection/5131716-3-expected.png:
27681         * platform/efl/editing/selection/5131716-3-expected.txt:
27682         * platform/efl/editing/selection/5131716-4-expected.png:
27683         * platform/efl/editing/selection/5131716-4-expected.txt:
27684         * platform/efl/editing/selection/5195166-2-expected.png:
27685         * platform/efl/editing/selection/5195166-2-expected.txt:
27686         * platform/efl/editing/selection/5232159-expected.png:
27687         * platform/efl/editing/selection/5232159-expected.txt:
27688         * platform/efl/editing/selection/5234383-1-expected.png:
27689         * platform/efl/editing/selection/5234383-1-expected.txt:
27690         * platform/efl/editing/selection/5234383-2-expected.png:
27691         * platform/efl/editing/selection/5234383-2-expected.txt:
27692         * platform/efl/editing/selection/5240265-expected.png:
27693         * platform/efl/editing/selection/5240265-expected.txt:
27694         * platform/efl/editing/selection/5333725-expected.png:
27695         * platform/efl/editing/selection/5333725-expected.txt:
27696         * platform/efl/editing/selection/6476-expected.png:
27697         * platform/efl/editing/selection/6476-expected.txt:
27698         * platform/efl/editing/selection/7152-1-expected.png:
27699         * platform/efl/editing/selection/7152-1-expected.txt:
27700         * platform/efl/editing/selection/addRange-expected.png:
27701         * platform/efl/editing/selection/addRange-expected.txt:
27702         * platform/efl/editing/selection/after-line-wrap-expected.png:
27703         * platform/efl/editing/selection/after-line-wrap-expected.txt:
27704         * platform/efl/editing/selection/clear-selection-expected.png:
27705         * platform/efl/editing/selection/clear-selection-expected.txt:
27706         * platform/efl/editing/selection/click-start-of-line-expected.png:
27707         * platform/efl/editing/selection/click-start-of-line-expected.txt:
27708         * platform/efl/editing/selection/contenteditable-click-inside-expected.png:
27709         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt:
27710         * platform/efl/editing/selection/display-table-text-expected.png:
27711         * platform/efl/editing/selection/display-table-text-expected.txt:
27712         * platform/efl/editing/selection/drag-in-iframe-expected.png:
27713         * platform/efl/editing/selection/drag-in-iframe-expected.txt:
27714         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png:
27715         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
27716         * platform/efl/editing/selection/editable-html-element-expected.png:
27717         * platform/efl/editing/selection/editable-html-element-expected.txt:
27718         * platform/efl/editing/selection/editable-links-expected.png:
27719         * platform/efl/editing/selection/editable-links-expected.txt:
27720         * platform/efl/editing/selection/editable-non-editable-crash-expected.png:
27721         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt:
27722         * platform/efl/editing/selection/end-of-document-expected.png:
27723         * platform/efl/editing/selection/end-of-document-expected.txt:
27724         * platform/efl/editing/selection/expanding-selections-expected.png:
27725         * platform/efl/editing/selection/expanding-selections-expected.txt:
27726         * platform/efl/editing/selection/expanding-selections2-expected.png:
27727         * platform/efl/editing/selection/expanding-selections2-expected.txt:
27728         * platform/efl/editing/selection/extend-by-character-001-expected.png:
27729         * platform/efl/editing/selection/extend-by-character-001-expected.txt:
27730         * platform/efl/editing/selection/extend-by-character-004-expected.png:
27731         * platform/efl/editing/selection/extend-by-character-004-expected.txt:
27732         * platform/efl/editing/selection/extend-by-character-005-expected.png:
27733         * platform/efl/editing/selection/extend-by-character-005-expected.txt:
27734         * platform/efl/editing/selection/extend-by-character-006-expected.png:
27735         * platform/efl/editing/selection/extend-by-character-006-expected.txt:
27736         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
27737         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
27738         * platform/efl/editing/selection/extend-by-word-001-expected.png:
27739         * platform/efl/editing/selection/extend-by-word-001-expected.txt:
27740         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png:
27741         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt:
27742         * platform/efl/editing/selection/extend-selection-bidi-expected.png:
27743         * platform/efl/editing/selection/extend-selection-bidi-expected.txt:
27744         * platform/efl/editing/selection/focus-body-expected.png:
27745         * platform/efl/editing/selection/focus-body-expected.txt:
27746         * platform/efl/editing/selection/focus_editable_html-expected.png:
27747         * platform/efl/editing/selection/focus_editable_html-expected.txt:
27748         * platform/efl/editing/selection/iframe-expected.png:
27749         * platform/efl/editing/selection/iframe-expected.txt:
27750         * platform/efl/editing/selection/image-before-linebreak-expected.png:
27751         * platform/efl/editing/selection/image-before-linebreak-expected.txt:
27752         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png:
27753         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt:
27754         * platform/efl/editing/selection/inline-table-expected.png:
27755         * platform/efl/editing/selection/inline-table-expected.txt:
27756         * platform/efl/editing/selection/leave-requested-block-expected.png:
27757         * platform/efl/editing/selection/leave-requested-block-expected.txt:
27758         * platform/efl/editing/selection/line-wrap-1-expected.png:
27759         * platform/efl/editing/selection/line-wrap-1-expected.txt:
27760         * platform/efl/editing/selection/line-wrap-2-expected.png:
27761         * platform/efl/editing/selection/line-wrap-2-expected.txt:
27762         * platform/efl/editing/selection/mixed-editability-1-expected.png:
27763         * platform/efl/editing/selection/mixed-editability-1-expected.txt:
27764         * platform/efl/editing/selection/mixed-editability-2-expected.png:
27765         * platform/efl/editing/selection/mixed-editability-2-expected.txt:
27766         * platform/efl/editing/selection/mixed-editability-3-expected.png:
27767         * platform/efl/editing/selection/mixed-editability-3-expected.txt:
27768         * platform/efl/editing/selection/mixed-editability-4-expected.png:
27769         * platform/efl/editing/selection/mixed-editability-4-expected.txt:
27770         * platform/efl/editing/selection/mixed-editability-5-expected.png:
27771         * platform/efl/editing/selection/mixed-editability-5-expected.txt:
27772         * platform/efl/editing/selection/mixed-editability-8-expected.png:
27773         * platform/efl/editing/selection/mixed-editability-8-expected.txt:
27774         * platform/efl/editing/selection/mixed-editability-9-expected.png:
27775         * platform/efl/editing/selection/mixed-editability-9-expected.txt:
27776         * platform/efl/editing/selection/move-3875618-fix-expected.png:
27777         * platform/efl/editing/selection/move-3875618-fix-expected.txt:
27778         * platform/efl/editing/selection/move-3875641-fix-expected.png:
27779         * platform/efl/editing/selection/move-3875641-fix-expected.txt:
27780         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png:
27781         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt:
27782         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png:
27783         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt:
27784         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png:
27785         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt:
27786         * platform/efl/editing/selection/move-by-character-001-expected.png:
27787         * platform/efl/editing/selection/move-by-character-001-expected.txt:
27788         * platform/efl/editing/selection/move-by-character-002-expected.png:
27789         * platform/efl/editing/selection/move-by-character-002-expected.txt:
27790         * platform/efl/editing/selection/move-by-character-003-expected.png:
27791         * platform/efl/editing/selection/move-by-character-003-expected.txt:
27792         * platform/efl/editing/selection/move-by-character-004-expected.png:
27793         * platform/efl/editing/selection/move-by-character-004-expected.txt:
27794         * platform/efl/editing/selection/move-by-character-005-expected.png:
27795         * platform/efl/editing/selection/move-by-character-005-expected.txt:
27796         * platform/efl/editing/selection/move-by-character-6-expected.png:
27797         * platform/efl/editing/selection/move-by-character-6-expected.txt:
27798         * platform/efl/editing/selection/move-by-line-001-expected.png:
27799         * platform/efl/editing/selection/move-by-line-001-expected.txt:
27800         * platform/efl/editing/selection/move-by-line-002-expected.png:
27801         * platform/efl/editing/selection/move-by-line-002-expected.txt:
27802         * platform/efl/editing/selection/move-by-sentence-001-expected.png:
27803         * platform/efl/editing/selection/move-by-sentence-001-expected.txt:
27804         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png:
27805         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt:
27806         * platform/efl/editing/selection/move-by-word-001-expected.png:
27807         * platform/efl/editing/selection/move-by-word-001-expected.txt:
27808         * platform/efl/editing/selection/move-past-trailing-space-expected.png:
27809         * platform/efl/editing/selection/move-past-trailing-space-expected.txt:
27810         * platform/efl/editing/selection/node-removal-1-expected.png:
27811         * platform/efl/editing/selection/node-removal-1-expected.txt:
27812         * platform/efl/editing/selection/previous-line-position-expected.png:
27813         * platform/efl/editing/selection/previous-line-position-expected.txt:
27814         * platform/efl/editing/selection/replace-selection-1-expected.png:
27815         * platform/efl/editing/selection/replace-selection-1-expected.txt:
27816         * platform/efl/editing/selection/replaced-boundaries-1-expected.png:
27817         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt:
27818         * platform/efl/editing/selection/replaced-boundaries-2-expected.png:
27819         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt:
27820         * platform/efl/editing/selection/select-all-001-expected.png:
27821         * platform/efl/editing/selection/select-all-001-expected.txt:
27822         * platform/efl/editing/selection/select-all-iframe-expected.png:
27823         * platform/efl/editing/selection/select-all-iframe-expected.txt:
27824         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png:
27825         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt:
27826         * platform/efl/editing/selection/selectNode-expected.png:
27827         * platform/efl/editing/selection/selectNode-expected.txt:
27828         * platform/efl/editing/selection/selectNodeContents-expected.png:
27829         * platform/efl/editing/selection/selectNodeContents-expected.txt:
27830         * platform/efl/editing/selection/selection-3748164-fix-expected.png:
27831         * platform/efl/editing/selection/selection-3748164-fix-expected.txt:
27832         * platform/efl/editing/selection/table-caret-1-expected.png:
27833         * platform/efl/editing/selection/table-caret-1-expected.txt:
27834         * platform/efl/editing/selection/table-caret-2-expected.png:
27835         * platform/efl/editing/selection/table-caret-2-expected.txt:
27836         * platform/efl/editing/selection/table-caret-3-expected.png:
27837         * platform/efl/editing/selection/table-caret-3-expected.txt:
27838         * platform/efl/editing/selection/transformed-selection-rects-expected.png:
27839         * platform/efl/editing/selection/transformed-selection-rects-expected.txt:
27840         * platform/efl/editing/selection/triple-click-in-pre-expected.png:
27841         * platform/efl/editing/selection/triple-click-in-pre-expected.txt:
27842         * platform/efl/editing/selection/unrendered-001-expected.png:
27843         * platform/efl/editing/selection/unrendered-001-expected.txt:
27844         * platform/efl/editing/selection/unrendered-002-expected.png:
27845
27846 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
27847
27848         [EFL] Unreviewed gardening.
27849
27850         Rebaseline after enabling subpixel layout and updating freetype (7/26).
27851
27852         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png:
27853         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt:
27854         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png:
27855         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt:
27856         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png:
27857         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
27858         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png:
27859         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
27860         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png:
27861         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt:
27862         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png:
27863         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt:
27864         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png:
27865         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt:
27866         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png:
27867         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt:
27868         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png:
27869         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt:
27870         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png:
27871         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt:
27872         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png:
27873         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt:
27874         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png:
27875         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt:
27876         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png:
27877         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt:
27878         * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt:
27879         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png:
27880         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt:
27881         * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt:
27882         * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt:
27883         * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt:
27884         * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt:
27885         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png:
27886         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
27887         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png:
27888         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
27889         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png:
27890         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
27891         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png:
27892         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
27893         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png:
27894         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt:
27895         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png:
27896         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt:
27897         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png:
27898         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt:
27899         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png:
27900         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt:
27901         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png:
27902         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt:
27903         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png:
27904         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt:
27905         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png:
27906         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt:
27907         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png:
27908         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt:
27909         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png:
27910         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt:
27911         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png:
27912         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt:
27913         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png:
27914         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt:
27915         * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt:
27916         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png:
27917         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt:
27918         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png:
27919         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt:
27920         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png:
27921         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt:
27922         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png:
27923         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt:
27924         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png:
27925         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt:
27926         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png:
27927         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt:
27928         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png:
27929         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt:
27930         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png:
27931         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt:
27932         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png:
27933         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt:
27934         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png:
27935         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt:
27936         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png:
27937         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt:
27938         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.png:
27939         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
27940         * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt:
27941         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png:
27942         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt:
27943         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png:
27944         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt:
27945         * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt:
27946         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png:
27947         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt:
27948         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png:
27949         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt:
27950         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png:
27951         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt:
27952         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
27953         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt:
27954         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
27955         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt:
27956         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png:
27957         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt:
27958         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
27959         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
27960         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png:
27961         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt:
27962         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png:
27963         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt:
27964         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png:
27965         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
27966         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png:
27967         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
27968         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png:
27969         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
27970         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png:
27971         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
27972         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png:
27973         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt:
27974         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png:
27975         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt:
27976         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png:
27977         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt:
27978         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png:
27979         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt:
27980         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png:
27981         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
27982         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png:
27983         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
27984         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png:
27985         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
27986         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png:
27987         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
27988         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png:
27989         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt:
27990         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png:
27991         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt:
27992         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png:
27993         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt:
27994         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png:
27995         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt:
27996         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png:
27997         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt:
27998         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png:
27999         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt:
28000         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png:
28001         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt:
28002         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png:
28003         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt:
28004         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png:
28005         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
28006         * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt:
28007         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png:
28008         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt:
28009         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png:
28010         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt:
28011         * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt:
28012         * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt:
28013         * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt:
28014         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png:
28015         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt:
28016         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png:
28017         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt:
28018         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png:
28019         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt:
28020         * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt:
28021         * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt:
28022         * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt:
28023         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png:
28024         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt:
28025         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png:
28026         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt:
28027         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png:
28028         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt:
28029         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png:
28030         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt:
28031         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png:
28032         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt:
28033         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png:
28034         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt:
28035         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png:
28036         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt:
28037         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png:
28038         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt:
28039         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png:
28040         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt:
28041         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png:
28042         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt:
28043         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png:
28044         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt:
28045         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png:
28046         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt:
28047         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png:
28048         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
28049         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png:
28050         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt:
28051         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png:
28052         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt:
28053         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png:
28054         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt:
28055         * platform/efl/css3/unicode-bidi-isolate-basic-expected.png:
28056         * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
28057         * platform/efl/editing/deleting/4922367-expected.png:
28058         * platform/efl/editing/deleting/4922367-expected.txt:
28059         * platform/efl/editing/deleting/5099303-expected.png:
28060         * platform/efl/editing/deleting/5099303-expected.txt:
28061         * platform/efl/editing/deleting/5126166-expected.png:
28062         * platform/efl/editing/deleting/5126166-expected.txt:
28063         * platform/efl/editing/deleting/5144139-2-expected.png:
28064         * platform/efl/editing/deleting/5144139-2-expected.txt:
28065         * platform/efl/editing/deleting/5206311-1-expected.png:
28066         * platform/efl/editing/deleting/5206311-1-expected.txt:
28067         * platform/efl/editing/deleting/5272440-expected.png:
28068         * platform/efl/editing/deleting/5272440-expected.txt:
28069         * platform/efl/editing/deleting/5369009-expected.png:
28070         * platform/efl/editing/deleting/5369009-expected.txt:
28071         * platform/efl/editing/deleting/5433862-2-expected.png:
28072         * platform/efl/editing/deleting/5433862-2-expected.txt:
28073         * platform/efl/editing/deleting/5483370-expected.png:
28074         * platform/efl/editing/deleting/5483370-expected.txt:
28075         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
28076         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
28077         * platform/efl/editing/deleting/delete-3608445-fix-expected.png:
28078         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt:
28079         * platform/efl/editing/deleting/delete-3608462-fix-expected.png:
28080         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt:
28081         * platform/efl/editing/deleting/delete-3775172-fix-expected.png:
28082         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt:
28083         * platform/efl/editing/deleting/delete-3800834-fix-expected.png:
28084         * platform/efl/editing/deleting/delete-3800834-fix-expected.txt:
28085         * platform/efl/editing/deleting/delete-3857753-fix-expected.png:
28086         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt:
28087         * platform/efl/editing/deleting/delete-3865854-fix-expected.png:
28088         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt:
28089         * platform/efl/editing/deleting/delete-3928305-fix-expected.png:
28090         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt:
28091         * platform/efl/editing/deleting/delete-4083333-fix-expected.png:
28092         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt:
28093         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png:
28094         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt:
28095         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png:
28096         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt:
28097         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png:
28098         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt:
28099         * platform/efl/editing/deleting/delete-and-undo-expected.png:
28100         * platform/efl/editing/deleting/delete-and-undo-expected.txt:
28101         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
28102         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
28103         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
28104         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
28105         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
28106         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
28107         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
28108         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
28109         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
28110         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
28111         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
28112         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
28113         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
28114         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
28115         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
28116         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
28117         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
28118         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
28119         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
28120         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
28121         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png:
28122         * platform/efl/editing/deleting/delete-block-contents-001-expected.png:
28123         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt:
28124         * platform/efl/editing/deleting/delete-block-contents-002-expected.png:
28125         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt:
28126         * platform/efl/editing/deleting/delete-block-contents-003-expected.png:
28127         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt:
28128         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png:
28129         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt:
28130         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png:
28131         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt:
28132         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png:
28133         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt:
28134         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png:
28135         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt:
28136         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png:
28137         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt:
28138         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png:
28139         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt:
28140         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png:
28141         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt:
28142         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png:
28143         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt:
28144         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png:
28145         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt:
28146         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png:
28147         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt:
28148         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png:
28149         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt:
28150         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png:
28151         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt:
28152         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png:
28153         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt:
28154         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png:
28155         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt:
28156         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png:
28157         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt:
28158         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png:
28159         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt:
28160         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png:
28161         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt:
28162         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png:
28163         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt:
28164         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png:
28165         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
28166         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png:
28167         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
28168         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png:
28169         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt:
28170         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png:
28171         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt:
28172         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png:
28173         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt:
28174         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png:
28175         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt:
28176         * platform/efl/editing/deleting/delete-br-001-expected.png:
28177         * platform/efl/editing/deleting/delete-br-001-expected.txt:
28178         * platform/efl/editing/deleting/delete-br-002-expected.png:
28179         * platform/efl/editing/deleting/delete-br-002-expected.txt:
28180         * platform/efl/editing/deleting/delete-br-003-expected.png:
28181         * platform/efl/editing/deleting/delete-br-003-expected.txt:
28182         * platform/efl/editing/deleting/delete-br-004-expected.png:
28183         * platform/efl/editing/deleting/delete-br-004-expected.txt:
28184         * platform/efl/editing/deleting/delete-br-005-expected.png:
28185         * platform/efl/editing/deleting/delete-br-005-expected.txt:
28186         * platform/efl/editing/deleting/delete-br-006-expected.png:
28187         * platform/efl/editing/deleting/delete-br-006-expected.txt:
28188         * platform/efl/editing/deleting/delete-br-007-expected.png:
28189         * platform/efl/editing/deleting/delete-br-007-expected.txt:
28190         * platform/efl/editing/deleting/delete-br-008-expected.png:
28191         * platform/efl/editing/deleting/delete-br-008-expected.txt:
28192         * platform/efl/editing/deleting/delete-br-009-expected.png:
28193         * platform/efl/editing/deleting/delete-br-009-expected.txt:
28194         * platform/efl/editing/deleting/delete-br-010-expected.png:
28195         * platform/efl/editing/deleting/delete-br-010-expected.txt:
28196         * platform/efl/editing/deleting/delete-br-013-expected.png:
28197         * platform/efl/editing/deleting/delete-br-013-expected.txt:
28198         * platform/efl/editing/deleting/delete-character-001-expected.png:
28199         * platform/efl/editing/deleting/delete-character-001-expected.txt:
28200         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png:
28201         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt:
28202         * platform/efl/editing/deleting/delete-first-list-item-expected.png:
28203         * platform/efl/editing/deleting/delete-first-list-item-expected.txt:
28204         * platform/efl/editing/deleting/delete-hr-expected.png:
28205         * platform/efl/editing/deleting/delete-hr-expected.txt:
28206         * platform/efl/editing/deleting/delete-image-001-expected.png:
28207         * platform/efl/editing/deleting/delete-image-001-expected.txt:
28208         * platform/efl/editing/deleting/delete-image-002-expected.png:
28209         * platform/efl/editing/deleting/delete-image-002-expected.txt:
28210         * platform/efl/editing/deleting/delete-image-003-expected.png:
28211         * platform/efl/editing/deleting/delete-image-003-expected.txt:
28212         * platform/efl/editing/deleting/delete-image-004-expected.png:
28213         * platform/efl/editing/deleting/delete-image-004-expected.txt:
28214         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png:
28215         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt:
28216         * platform/efl/editing/deleting/delete-line-001-expected.png:
28217         * platform/efl/editing/deleting/delete-line-001-expected.txt:
28218         * platform/efl/editing/deleting/delete-line-002-expected.png:
28219         * platform/efl/editing/deleting/delete-line-002-expected.txt:
28220         * platform/efl/editing/deleting/delete-line-003-expected.png:
28221         * platform/efl/editing/deleting/delete-line-003-expected.txt:
28222         * platform/efl/editing/deleting/delete-line-004-expected.png:
28223         * platform/efl/editing/deleting/delete-line-004-expected.txt:
28224         * platform/efl/editing/deleting/delete-line-005-expected.png:
28225         * platform/efl/editing/deleting/delete-line-005-expected.txt:
28226         * platform/efl/editing/deleting/delete-line-006-expected.png:
28227         * platform/efl/editing/deleting/delete-line-006-expected.txt:
28228         * platform/efl/editing/deleting/delete-line-007-expected.png:
28229         * platform/efl/editing/deleting/delete-line-007-expected.txt:
28230         * platform/efl/editing/deleting/delete-line-008-expected.png:
28231         * platform/efl/editing/deleting/delete-line-008-expected.txt:
28232         * platform/efl/editing/deleting/delete-line-009-expected.png:
28233         * platform/efl/editing/deleting/delete-line-009-expected.txt:
28234         * platform/efl/editing/deleting/delete-line-010-expected.png:
28235         * platform/efl/editing/deleting/delete-line-010-expected.txt:
28236         * platform/efl/editing/deleting/delete-line-011-expected.png:
28237         * platform/efl/editing/deleting/delete-line-012-expected.png:
28238         * platform/efl/editing/deleting/delete-line-012-expected.txt:
28239         * platform/efl/editing/deleting/delete-line-013-expected.png:
28240         * platform/efl/editing/deleting/delete-line-013-expected.txt:
28241         * platform/efl/editing/deleting/delete-line-014-expected.png:
28242         * platform/efl/editing/deleting/delete-line-014-expected.txt:
28243         * platform/efl/editing/deleting/delete-line-015-expected.png:
28244         * platform/efl/editing/deleting/delete-line-015-expected.txt:
28245         * platform/efl/editing/deleting/delete-line-016-expected.png:
28246         * platform/efl/editing/deleting/delete-line-016-expected.txt:
28247         * platform/efl/editing/deleting/delete-line-017-expected.png:
28248         * platform/efl/editing/deleting/delete-line-017-expected.txt:
28249         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png:
28250         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt:
28251         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png:
28252         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt:
28253         * platform/efl/editing/deleting/delete-listitem-001-expected.png:
28254         * platform/efl/editing/deleting/delete-listitem-001-expected.txt:
28255         * platform/efl/editing/deleting/delete-listitem-002-expected.png:
28256         * platform/efl/editing/deleting/delete-listitem-002-expected.txt:
28257         * platform/efl/editing/deleting/delete-selection-001-expected.png:
28258         * platform/efl/editing/deleting/delete-selection-001-expected.txt:
28259         * platform/efl/editing/deleting/delete-tab-001-expected.png:
28260         * platform/efl/editing/deleting/delete-tab-002-expected.png:
28261         * platform/efl/editing/deleting/delete-tab-002-expected.txt:
28262         * platform/efl/editing/deleting/delete-tab-003-expected.png:
28263         * platform/efl/editing/deleting/delete-tab-003-expected.txt:
28264         * platform/efl/editing/deleting/delete-tab-004-expected.png:
28265         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
28266         * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
28267         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png:
28268         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt:
28269         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png:
28270         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt:
28271         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png:
28272         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt:
28273         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png:
28274         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt:
28275         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png:
28276         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt:
28277         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png:
28278         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt:
28279         * platform/efl/editing/deleting/forward-delete-expected.png:
28280         * platform/efl/editing/deleting/forward-delete-expected.txt:
28281         * platform/efl/editing/deleting/list-item-1-expected.png:
28282         * platform/efl/editing/deleting/list-item-1-expected.txt:
28283         * platform/efl/editing/deleting/merge-different-styles-expected.png:
28284         * platform/efl/editing/deleting/merge-different-styles-expected.txt:
28285         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png:
28286         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt:
28287         * platform/efl/editing/deleting/merge-no-br-expected.png:
28288         * platform/efl/editing/deleting/merge-no-br-expected.txt:
28289         * platform/efl/editing/deleting/merge-unrendered-space-expected.png:
28290         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt:
28291         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png:
28292         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt:
28293         * platform/efl/editing/deleting/move-nodes-001-expected.png:
28294         * platform/efl/editing/deleting/move-nodes-001-expected.txt:
28295         * platform/efl/editing/deleting/non-smart-delete-expected.png:
28296         * platform/efl/editing/deleting/non-smart-delete-expected.txt:
28297         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png:
28298         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt:
28299         * platform/efl/editing/deleting/smart-delete-001-expected.png:
28300         * platform/efl/editing/deleting/smart-delete-001-expected.txt:
28301         * platform/efl/editing/deleting/smart-delete-002-expected.png:
28302         * platform/efl/editing/deleting/table-cells-expected.png:
28303         * platform/efl/editing/deleting/table-cells-expected.txt:
28304         * platform/efl/editing/deleting/type-delete-after-quote-expected.png:
28305         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt:
28306         * platform/efl/editing/execCommand/4580583-1-expected.png:
28307         * platform/efl/editing/execCommand/4580583-2-expected.png:
28308         * platform/efl/editing/execCommand/4641880-1-expected.png:
28309         * platform/efl/editing/execCommand/4641880-1-expected.txt:
28310         * platform/efl/editing/execCommand/4641880-2-expected.png:
28311         * platform/efl/editing/execCommand/4641880-2-expected.txt:
28312         * platform/efl/editing/execCommand/4747450-expected.png:
28313         * platform/efl/editing/execCommand/4747450-expected.txt:
28314         * platform/efl/editing/execCommand/4916402-expected.png:
28315         * platform/efl/editing/execCommand/4916402-expected.txt:
28316         * platform/efl/editing/execCommand/4916541-expected.png:
28317         * platform/efl/editing/execCommand/4916541-expected.txt:
28318         * platform/efl/editing/execCommand/4924441-expected.png:
28319         * platform/efl/editing/execCommand/4924441-expected.txt:
28320         * platform/efl/editing/execCommand/5080333-1-expected.png:
28321         * platform/efl/editing/execCommand/5080333-1-expected.txt:
28322         * platform/efl/editing/execCommand/5080333-2-expected.png:
28323         * platform/efl/editing/execCommand/5080333-2-expected.txt:
28324         * platform/efl/editing/execCommand/5136770-expected.png:
28325         * platform/efl/editing/execCommand/5136770-expected.txt:
28326         * platform/efl/editing/execCommand/5138441-expected.png:
28327         * platform/efl/editing/execCommand/5138441-expected.txt:
28328         * platform/efl/editing/execCommand/5142012-1-expected.png:
28329         * platform/efl/editing/execCommand/5142012-1-expected.txt:
28330         * platform/efl/editing/execCommand/5142012-2-expected.png:
28331         * platform/efl/editing/execCommand/5142012-2-expected.txt:
28332         * platform/efl/editing/execCommand/5190926-expected.png:
28333         * platform/efl/editing/execCommand/5190926-expected.txt:
28334         * platform/efl/editing/execCommand/5481523-expected.png:
28335         * platform/efl/editing/execCommand/5481523-expected.txt:
28336         * platform/efl/editing/execCommand/5482023-expected.png:
28337         * platform/efl/editing/execCommand/5569741-expected.png:
28338         * platform/efl/editing/execCommand/5569741-expected.txt:
28339         * platform/efl/editing/execCommand/create-list-with-hr-expected.png:
28340         * platform/efl/editing/execCommand/create-list-with-hr-expected.txt:
28341         * platform/efl/editing/execCommand/findString-2-expected.png:
28342         * platform/efl/editing/execCommand/findString-2-expected.txt:
28343         * platform/efl/editing/execCommand/findString-expected.png:
28344         * platform/efl/editing/execCommand/findString-expected.txt:
28345         * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png:
28346         * platform/efl/editing/execCommand/indent-empty-root-expected.png:
28347         * platform/efl/editing/execCommand/indent-empty-root-expected.txt:
28348         * platform/efl/editing/execCommand/indent-list-item-expected.png:
28349         * platform/efl/editing/execCommand/indent-list-item-expected.txt:
28350         * platform/efl/editing/execCommand/indent-selection-expected.png:
28351         * platform/efl/editing/execCommand/indent-selection-expected.txt:
28352         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png:
28353
28354 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
28355
28356         [EFL] Unreviewed gardening.
28357
28358         Rebaseline after enabling subpixel layout and updating freetype (6/26).
28359
28360         * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
28361         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png:
28362         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
28363         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
28364         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
28365         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png:
28366         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
28367         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
28368         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
28369         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
28370         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
28371         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
28372         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
28373         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png:
28374         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
28375         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
28376         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
28377         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
28378         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
28379         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png:
28380         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
28381         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
28382         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
28383         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png:
28384         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
28385         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png:
28386         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
28387         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png:
28388         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
28389         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png:
28390         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
28391         * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
28392         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png:
28393         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
28394         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png:
28395         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
28396         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png:
28397         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
28398         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png:
28399         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
28400         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png:
28401         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
28402         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png:
28403         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
28404         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png:
28405         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
28406         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
28407         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
28408         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png:
28409         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
28410         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png:
28411         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
28412         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png:
28413         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
28414         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.png:
28415         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
28416         * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
28417         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png:
28418         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
28419         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png:
28420         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
28421         * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
28422         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png:
28423         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
28424         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
28425         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
28426         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png:
28427         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
28428         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
28429         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
28430         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
28431         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
28432         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png:
28433         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
28434         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
28435         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
28436         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png:
28437         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
28438         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
28439         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
28440         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png:
28441         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
28442         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
28443         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
28444         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png:
28445         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
28446         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
28447         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
28448         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png:
28449         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
28450         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
28451         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
28452         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png:
28453         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
28454         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
28455         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
28456         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png:
28457         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
28458         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
28459         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
28460         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png:
28461         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
28462         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
28463         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
28464         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png:
28465         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
28466         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
28467         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
28468         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png:
28469         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
28470         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png:
28471         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
28472         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png:
28473         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
28474         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
28475         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
28476         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png:
28477         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
28478         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
28479         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
28480         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png:
28481         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
28482         * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
28483         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png:
28484         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
28485         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
28486         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
28487         * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
28488         * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
28489         * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
28490         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png:
28491         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
28492         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png:
28493         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
28494         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
28495         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
28496         * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
28497         * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
28498         * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
28499         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png:
28500         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
28501         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
28502         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
28503         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png:
28504         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
28505         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png:
28506         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
28507         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
28508         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
28509         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png:
28510         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
28511         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
28512         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
28513         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png:
28514         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
28515         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
28516         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
28517         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png:
28518         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
28519         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
28520         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
28521         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
28522         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
28523         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
28524         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
28525         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
28526         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
28527         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
28528         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
28529         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
28530         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
28531         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png:
28532         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt:
28533         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png:
28534         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt:
28535         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png:
28536         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt:
28537         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png:
28538         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt:
28539         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png:
28540         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt:
28541         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png:
28542         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt:
28543         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png:
28544         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt:
28545         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png:
28546         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt:
28547         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png:
28548         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt:
28549         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png:
28550         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt:
28551         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png:
28552         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt:
28553         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png:
28554         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt:
28555         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png:
28556         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt:
28557         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png:
28558         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt:
28559         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png:
28560         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt:
28561         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png:
28562         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt:
28563         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png:
28564         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt:
28565         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png:
28566         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt:
28567         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png:
28568         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt:
28569         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png:
28570         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt:
28571         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png:
28572         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt:
28573         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png:
28574         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt:
28575         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png:
28576         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt:
28577         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png:
28578         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt:
28579         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png:
28580         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt:
28581         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png:
28582         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt:
28583         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png:
28584         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt:
28585         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png:
28586         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt:
28587         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png:
28588         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt:
28589         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png:
28590         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt:
28591         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png:
28592         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt:
28593         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png:
28594         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt:
28595         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png:
28596         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt:
28597         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png:
28598         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt:
28599         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png:
28600         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt:
28601         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png:
28602         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt:
28603         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png:
28604         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt:
28605         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png:
28606         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt:
28607         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png:
28608         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt:
28609         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png:
28610         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt:
28611         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png:
28612         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt:
28613         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png:
28614         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt:
28615         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png:
28616         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt:
28617         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png:
28618         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt:
28619         * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt:
28620         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png:
28621         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt:
28622         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png:
28623         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt:
28624         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png:
28625         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt:
28626         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png:
28627         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt:
28628         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png:
28629         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt:
28630         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png:
28631         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt:
28632         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png:
28633         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt:
28634         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png:
28635         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt:
28636         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png:
28637         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt:
28638         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png:
28639         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt:
28640         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png:
28641         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt:
28642         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png:
28643         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt:
28644         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png:
28645         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt:
28646         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png:
28647         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt:
28648         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png:
28649         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt:
28650         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png:
28651         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt:
28652         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png:
28653         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt:
28654         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png:
28655         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt:
28656         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png:
28657         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt:
28658         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png:
28659         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt:
28660         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png:
28661         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt:
28662         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png:
28663         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt:
28664         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png:
28665         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt:
28666         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png:
28667         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt:
28668         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png:
28669         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt:
28670         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png:
28671         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt:
28672         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png:
28673         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt:
28674         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png:
28675         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt:
28676         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png:
28677         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt:
28678         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png:
28679         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt:
28680         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png:
28681         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt:
28682         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png:
28683         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt:
28684         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png:
28685         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt:
28686         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png:
28687         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt:
28688         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png:
28689         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt:
28690         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png:
28691         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt:
28692         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png:
28693         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt:
28694         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png:
28695         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt:
28696         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png:
28697         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt:
28698         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png:
28699         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt:
28700         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png:
28701         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt:
28702         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png:
28703         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt:
28704         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png:
28705         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt:
28706         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png:
28707         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt:
28708         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png:
28709         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt:
28710         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png:
28711         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt:
28712         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png:
28713         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt:
28714         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png:
28715         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt:
28716         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png:
28717         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt:
28718         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png:
28719         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt:
28720         * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt:
28721         * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt:
28722         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png:
28723         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt:
28724         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png:
28725         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt:
28726         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png:
28727         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt:
28728         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png:
28729         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt:
28730         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png:
28731         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt:
28732         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png:
28733         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt:
28734         * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt:
28735         * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt:
28736         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png:
28737         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt:
28738         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png:
28739         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt:
28740         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png:
28741         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt:
28742         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png:
28743         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt:
28744         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png:
28745         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt:
28746         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png:
28747         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt:
28748         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png:
28749         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt:
28750         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png:
28751         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt:
28752         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png:
28753         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt:
28754         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png:
28755         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt:
28756         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png:
28757         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt:
28758         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png:
28759         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt:
28760         * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt:
28761         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png:
28762         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt:
28763         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png:
28764         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
28765         * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt:
28766         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png:
28767         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt:
28768         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png:
28769         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
28770         * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt:
28771         * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt:
28772         * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt:
28773         * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt:
28774         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png:
28775         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt:
28776         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png:
28777         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt:
28778         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png:
28779         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt:
28780         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png:
28781         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt:
28782         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.png:
28783         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt:
28784         * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt:
28785         * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt:
28786         * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt:
28787         * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt:
28788         * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt:
28789         * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt:
28790         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png:
28791         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt:
28792         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png:
28793         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt:
28794         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png:
28795         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt:
28796         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png:
28797         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt:
28798         * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt:
28799         * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt:
28800         * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt:
28801         * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt:
28802         * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt:
28803         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png:
28804         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt:
28805         * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt:
28806         * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt:
28807         * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt:
28808         * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt:
28809         * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
28810         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png:
28811         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
28812         * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt:
28813         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png:
28814         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt:
28815         * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt:
28816         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png:
28817         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt:
28818         * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt:
28819         * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt:
28820         * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt:
28821         * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt:
28822         * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt:
28823         * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt:
28824         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png:
28825         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt:
28826         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png:
28827         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
28828         * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt:
28829         * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt:
28830         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.png:
28831         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt:
28832         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png:
28833         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt:
28834         * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt:
28835         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png:
28836         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt:
28837         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png:
28838         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt:
28839         * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt:
28840         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png:
28841         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt:
28842         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
28843         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt:
28844         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
28845         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt:
28846         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
28847         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
28848         * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt:
28849         * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt:
28850         * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt:
28851         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png:
28852         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
28853         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png:
28854         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
28855         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png:
28856         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
28857         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png:
28858         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
28859         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png:
28860         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt:
28861
28862 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
28863
28864         [EFL] Unreviewed gardening.
28865
28866         Rebaseline after enabling subpixel layout and updating freetype (5/26).
28867
28868         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png:
28869         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt:
28870         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png:
28871         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt:
28872         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png:
28873         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt:
28874         * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt:
28875         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png:
28876         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt:
28877         * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt:
28878         * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt:
28879         * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt:
28880         * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt:
28881         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png:
28882         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
28883         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png:
28884         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
28885         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png:
28886         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
28887         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png:
28888         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
28889         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png:
28890         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt:
28891         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png:
28892         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt:
28893         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png:
28894         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt:
28895         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png:
28896         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt:
28897         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png:
28898         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt:
28899         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png:
28900         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt:
28901         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png:
28902         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt:
28903         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png:
28904         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt:
28905         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png:
28906         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt:
28907         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png:
28908         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt:
28909         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png:
28910         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt:
28911         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png:
28912         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt:
28913         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png:
28914         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt:
28915         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png:
28916         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt:
28917         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.png:
28918         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
28919         * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt:
28920         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png:
28921         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt:
28922         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png:
28923         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt:
28924         * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt:
28925         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png:
28926         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt:
28927         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png:
28928         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt:
28929         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png:
28930         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt:
28931         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
28932         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt:
28933         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
28934         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt:
28935         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png:
28936         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt:
28937         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
28938         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
28939         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png:
28940         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt:
28941         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png:
28942         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt:
28943         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png:
28944         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
28945         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png:
28946         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
28947         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png:
28948         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
28949         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png:
28950         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
28951         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png:
28952         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt:
28953         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png:
28954         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt:
28955         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png:
28956         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt:
28957         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png:
28958         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt:
28959         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png:
28960         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
28961         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png:
28962         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
28963         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png:
28964         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
28965         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png:
28966         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
28967         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png:
28968         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt:
28969         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png:
28970         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt:
28971         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png:
28972         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt:
28973         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png:
28974         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt:
28975         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png:
28976         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt:
28977         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png:
28978         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt:
28979         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png:
28980         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt:
28981         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png:
28982         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt:
28983         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png:
28984         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
28985         * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt:
28986         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png:
28987         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt:
28988         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png:
28989         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt:
28990         * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt:
28991         * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt:
28992         * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt:
28993         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png:
28994         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt:
28995         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png:
28996         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt:
28997         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png:
28998         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt:
28999         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png:
29000         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt:
29001         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png:
29002         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt:
29003         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png:
29004         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt:
29005         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png:
29006         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt:
29007         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png:
29008         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
29009         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png:
29010         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
29011         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
29012         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
29013         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png:
29014         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
29015         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
29016         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
29017         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png:
29018         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
29019         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
29020         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
29021         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png:
29022         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
29023         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
29024         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
29025         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png:
29026         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
29027         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
29028         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
29029         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png:
29030         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
29031         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
29032         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
29033         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png:
29034         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
29035         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
29036         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
29037         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png:
29038         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
29039         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
29040         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
29041         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png:
29042         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
29043         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
29044         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
29045         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png:
29046         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
29047         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
29048         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
29049         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png:
29050         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
29051         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png:
29052         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
29053         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
29054         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
29055         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png:
29056         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
29057         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
29058         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
29059         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png:
29060         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
29061         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
29062         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
29063         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png:
29064         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
29065         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
29066         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
29067         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png:
29068         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
29069         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
29070         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
29071         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png:
29072         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
29073         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
29074         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
29075         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png:
29076         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
29077         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
29078         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
29079         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png:
29080         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
29081         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
29082         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
29083         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png:
29084         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
29085         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png:
29086         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
29087         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png:
29088         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
29089         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png:
29090         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
29091         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png:
29092         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
29093         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png:
29094         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
29095         * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
29096         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png:
29097         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
29098         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
29099         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
29100         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png:
29101         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
29102         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
29103         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
29104         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png:
29105         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
29106         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
29107         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
29108         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png:
29109         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
29110         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
29111         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
29112         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png:
29113         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
29114         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
29115         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
29116         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png:
29117         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
29118         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
29119         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
29120         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png:
29121         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
29122         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png:
29123         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
29124         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
29125         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
29126         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png:
29127         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
29128         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
29129         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
29130         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png:
29131         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
29132         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
29133         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
29134         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png:
29135         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
29136         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
29137         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
29138         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png:
29139         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
29140         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
29141         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
29142         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png:
29143         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
29144         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
29145         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
29146         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png:
29147         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
29148         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
29149         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
29150         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png:
29151         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
29152         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
29153         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
29154         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png:
29155         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
29156         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
29157         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
29158         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png:
29159         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
29160         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
29161         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
29162         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png:
29163         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
29164         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png:
29165         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
29166         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
29167         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
29168         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png:
29169         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
29170         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
29171         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
29172         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png:
29173         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
29174         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
29175         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
29176         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png:
29177         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
29178         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
29179         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
29180         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png:
29181         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
29182         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
29183         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
29184         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
29185         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
29186         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
29187         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
29188         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
29189         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
29190         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
29191         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
29192         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
29193         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
29194         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png:
29195         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
29196         * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
29197         * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
29198         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
29199         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
29200         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
29201         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
29202         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
29203         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
29204         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
29205         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
29206         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png:
29207         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
29208         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png:
29209         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
29210         * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
29211         * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
29212         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png:
29213         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
29214         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png:
29215         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
29216         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png:
29217         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
29218         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
29219         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
29220         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
29221         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
29222         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
29223         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
29224         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
29225         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
29226         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png:
29227         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
29228         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
29229         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
29230         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
29231         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
29232         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png:
29233         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
29234         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png:
29235         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
29236         * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
29237         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
29238         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
29239         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
29240         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
29241         * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
29242         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png:
29243         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
29244         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png:
29245         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
29246         * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
29247         * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
29248         * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
29249         * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
29250         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png:
29251         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
29252         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
29253         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
29254         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png:
29255         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
29256         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
29257         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
29258         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.png:
29259         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
29260         * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
29261         * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
29262         * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
29263         * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
29264         * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
29265         * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
29266         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
29267         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
29268         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
29269         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
29270         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
29271         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
29272         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
29273         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
29274         * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
29275         * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
29276         * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
29277         * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
29278         * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
29279         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png:
29280         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
29281         * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
29282         * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
29283         * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
29284         * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
29285         * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
29286         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png:
29287         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
29288         * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
29289         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png:
29290         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
29291         * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
29292         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png:
29293         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
29294         * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
29295         * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
29296         * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
29297         * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
29298         * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
29299         * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
29300         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
29301         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
29302         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
29303         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
29304         * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
29305         * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
29306         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
29307         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
29308         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png:
29309         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
29310         * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
29311         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png:
29312         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
29313         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
29314         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
29315         * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
29316         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png:
29317         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
29318         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
29319         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
29320         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
29321         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
29322         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
29323         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
29324         * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
29325         * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
29326         * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
29327         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png:
29328         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
29329         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
29330         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
29331         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png:
29332         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
29333         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
29334         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
29335         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png:
29336         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
29337         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png:
29338         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
29339         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png:
29340         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
29341         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png:
29342         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
29343         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png:
29344         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
29345         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png:
29346         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
29347         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png:
29348         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
29349         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png:
29350         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
29351         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png:
29352         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
29353         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png:
29354         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
29355         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png:
29356         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
29357         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
29358         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
29359         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
29360         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
29361         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
29362         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
29363         * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
29364         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png:
29365         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
29366         * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
29367         * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
29368         * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
29369
29370 2013-01-18  Zeno Albisser  <zeno@webkit.org>
29371
29372         [Qt] Unreviewed garderning.
29373         https://bugs.webkit.org/show_bug.cgi?id=107260
29374
29375         Skip a failing webgl pixel test for Qt.
29376
29377         * platform/qt-5.0-mac-wk2/TestExpectations:
29378
29379 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
29380
29381         Unreviewed GTK gardening.
29382
29383         Managing most of the current failures on the 64-bit debug builder.
29384         - Adding a crash expectation for fast/js/toString-stack-overflow.html.
29385         - Marking fast/canvas/2d.text.draw.fill.maxWidth.gradient.html as flaky.
29386         - Extending expectation for http/tests/misc/acid3.html to include debug builds.
29387
29388         * platform/gtk/TestExpectations:
29389
29390 2013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>
29391
29392         Web Inspector: Add early version of file system mappings editor to settings.
29393         https://bugs.webkit.org/show_bug.cgi?id=107136
29394
29395         Reviewed by Pavel Feldman.
29396
29397         * inspector/file-mapping.html:
29398
29399 2013-01-18  Eugene Klyuchnikov  <eustas.bug@gmail.com>
29400
29401         Web Inspector: Timeline: nest time/timeEnd records when possible (in glue-mode)
29402         https://bugs.webkit.org/show_bug.cgi?id=100114
29403
29404         Reviewed by Pavel Feldman.
29405
29406         Changed test to adopt new gluing rules.
29407
29408         * inspector/timeline/timeline-time.html: Updated test.
29409
29410 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
29411
29412         Unreviewed GTK gardening.
29413
29414         Rebaselining after r140115.
29415
29416         * platform/gtk/fast/js/global-constructors-expected.txt:
29417
29418 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
29419
29420         [EFL] Unreviewed gardening.
29421
29422         Rebaseline after enabling subpixel layout and updating freetype (4/26).
29423
29424         * platform/efl/css2.1/t1204-root-e-expected.txt:
29425         * platform/efl/css2.1/t120401-scope-00-b-expected.png:
29426         * platform/efl/css2.1/t120401-scope-00-b-expected.txt:
29427         * platform/efl/css2.1/t120401-scope-01-c-expected.png:
29428         * platform/efl/css2.1/t120401-scope-01-c-expected.txt:
29429         * platform/efl/css2.1/t120401-scope-02-c-expected.png:
29430         * platform/efl/css2.1/t120401-scope-02-c-expected.txt:
29431         * platform/efl/css2.1/t120401-scope-03-c-expected.png:
29432         * platform/efl/css2.1/t120401-scope-03-c-expected.txt:
29433         * platform/efl/css2.1/t120401-scope-04-d-expected.png:
29434         * platform/efl/css2.1/t120401-scope-04-d-expected.txt:
29435         * platform/efl/css2.1/t120403-content-none-00-c-expected.png:
29436         * platform/efl/css2.1/t120403-content-none-00-c-expected.txt:
29437         * platform/efl/css2.1/t120403-display-none-00-c-expected.png:
29438         * platform/efl/css2.1/t120403-display-none-00-c-expected.txt:
29439         * platform/efl/css2.1/t120403-visibility-00-c-expected.png:
29440         * platform/efl/css2.1/t120403-visibility-00-c-expected.txt:
29441         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png:
29442         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt:
29443         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png:
29444         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt:
29445         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png:
29446         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt:
29447         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png:
29448         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
29449         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png:
29450         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt:
29451         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
29452         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
29453         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
29454         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
29455         * platform/efl/css2.1/t1401-c531-color-00-a-expected.png:
29456         * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt:
29457         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
29458         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
29459         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png:
29460         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
29461         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.png:
29462         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
29463         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png:
29464         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt:
29465         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
29466         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
29467         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
29468         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
29469         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
29470         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
29471         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
29472         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
29473         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
29474         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
29475         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
29476         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
29477         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
29478         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
29479         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
29480         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
29481         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
29482         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
29483         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
29484         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
29485         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
29486         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
29487         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
29488         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
29489         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
29490         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
29491         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png:
29492         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt:
29493         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png:
29494         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt:
29495         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png:
29496         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt:
29497         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png:
29498         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt:
29499         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png:
29500         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt:
29501         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
29502         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
29503         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
29504         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
29505         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
29506         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
29507         * platform/efl/css2.1/t1508-c527-font-00-b-expected.png:
29508         * platform/efl/css2.1/t1508-c527-font-01-b-expected.png:
29509         * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt:
29510         * platform/efl/css2.1/t1508-c527-font-02-b-expected.png:
29511         * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt:
29512         * platform/efl/css2.1/t1508-c527-font-03-b-expected.png:
29513         * platform/efl/css2.1/t1508-c527-font-04-b-expected.png:
29514         * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt:
29515         * platform/efl/css2.1/t1508-c527-font-05-b-expected.png:
29516         * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt:
29517         * platform/efl/css2.1/t1508-c527-font-06-b-expected.png:
29518         * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt:
29519         * platform/efl/css2.1/t1508-c527-font-07-b-expected.png:
29520         * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt:
29521         * platform/efl/css2.1/t1508-c527-font-08-b-expected.png:
29522         * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt:
29523         * platform/efl/css2.1/t1508-c527-font-09-b-expected.png:
29524         * platform/efl/css2.1/t1508-c527-font-10-c-expected.png:
29525         * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt:
29526         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png:
29527         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt:
29528         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png:
29529         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt:
29530         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png:
29531         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt:
29532         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png:
29533         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
29534         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
29535         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
29536         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
29537         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
29538         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
29539         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
29540         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
29541         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
29542         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
29543         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
29544         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
29545         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
29546         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
29547         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
29548         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
29549         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
29550         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
29551         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
29552         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
29553         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
29554         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
29555         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
29556         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
29557         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
29558         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
29559         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
29560         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
29561         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
29562         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
29563         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
29564         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
29565         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
29566         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
29567         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
29568         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
29569         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
29570         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
29571         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
29572         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
29573         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
29574         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
29575         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
29576         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
29577         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
29578         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
29579         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
29580         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
29581         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
29582         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
29583         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
29584         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
29585         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
29586         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
29587         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
29588         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
29589         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
29590         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
29591         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
29592         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
29593         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
29594         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
29595         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
29596         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
29597         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
29598         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
29599         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
29600         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
29601         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
29602         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
29603         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
29604         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
29605         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
29606         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
29607         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
29608         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
29609         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
29610         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
29611         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
29612         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
29613         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
29614         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
29615         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
29616         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
29617         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
29618         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
29619         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
29620         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
29621         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
29622         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
29623         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
29624         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
29625         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
29626         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
29627         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
29628         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
29629         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
29630         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
29631         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
29632         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
29633         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
29634         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
29635         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
29636         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
29637         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
29638         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
29639         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
29640         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
29641         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
29642         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
29643         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
29644         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
29645         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
29646         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
29647         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
29648         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
29649         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
29650         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
29651         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
29652         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
29653         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
29654         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
29655         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
29656         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
29657         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
29658         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
29659         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
29660         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
29661         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
29662         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
29663         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
29664         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
29665         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
29666         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
29667         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
29668         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
29669         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
29670         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
29671         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
29672         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
29673         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
29674         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
29675         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
29676         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
29677         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
29678         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
29679         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
29680         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
29681         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
29682         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
29683         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
29684         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
29685         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
29686         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
29687         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
29688         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
29689         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
29690         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
29691         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
29692         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
29693         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
29694         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
29695         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
29696         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
29697         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
29698         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
29699         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
29700         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
29701         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
29702         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
29703         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
29704         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
29705         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
29706         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
29707         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
29708         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
29709         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
29710         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
29711         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
29712         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
29713         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
29714         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
29715         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
29716         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
29717         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
29718         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
29719         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
29720         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
29721         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
29722         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
29723         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
29724         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
29725         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
29726         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
29727         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
29728         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
29729         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
29730         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
29731         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
29732         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
29733         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
29734         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
29735         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
29736         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
29737         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
29738         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
29739         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
29740         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
29741         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
29742         * platform/efl/css3/css3-modsel-33-expected.png:
29743         * platform/efl/css3/css3-modsel-33-expected.txt:
29744         * platform/efl/css3/css3-modsel-35-expected.png:
29745         * platform/efl/css3/css3-modsel-35-expected.txt:
29746         * platform/efl/css3/css3-modsel-36-expected.png:
29747         * platform/efl/css3/css3-modsel-36-expected.txt:
29748         * platform/efl/css3/css3-modsel-37-expected.png:
29749         * platform/efl/css3/css3-modsel-37-expected.txt:
29750         * platform/efl/css3/flexbox/flexbox-baseline-expected.png:
29751         * platform/efl/css3/flexbox/repaint-expected.png:
29752         * platform/efl/css3/font-feature-settings-rendering-expected.png:
29753         * platform/efl/css3/font-feature-settings-rendering-expected.txt:
29754         * platform/efl/css3/images/cross-fade-blending-expected.png:
29755         * platform/efl/css3/images/cross-fade-invalidation-expected.png:
29756         * platform/efl/css3/images/cross-fade-overflow-position-expected.png:
29757         * platform/efl/css3/images/cross-fade-simple-expected.png:
29758         * platform/efl/css3/images/cross-fade-sizing-expected.png:
29759         * platform/efl/css3/images/cross-fade-tiled-expected.png:
29760         * platform/efl/css3/masking/clip-path-circle-expected.png:
29761         * platform/efl/css3/masking/clip-path-circle-filter-expected.png:
29762         * platform/efl/css3/masking/clip-path-circle-overflow-expected.png:
29763         * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png:
29764         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
29765         * platform/efl/css3/masking/clip-path-ellipse-expected.png:
29766         * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png:
29767         * platform/efl/css3/masking/clip-path-polygon-expected.png:
29768         * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png:
29769         * platform/efl/css3/masking/clip-path-rectangle-expected.png:
29770         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png:
29771         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt:
29772         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png:
29773         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt:
29774         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png:
29775         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt:
29776         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png:
29777         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt:
29778         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png:
29779         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt:
29780         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png:
29781         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt:
29782         * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt:
29783         * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt:
29784         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png:
29785         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt:
29786         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png:
29787         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt:
29788         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png:
29789         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt:
29790         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png:
29791         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt:
29792         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png:
29793         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt:
29794         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png:
29795         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt:
29796         * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt:
29797         * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt:
29798         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png:
29799         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt:
29800         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png:
29801         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt:
29802         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png:
29803         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt:
29804         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png:
29805         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt:
29806         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png:
29807         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt:
29808         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png:
29809         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt:
29810         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png:
29811         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt:
29812         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png:
29813         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt:
29814         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png:
29815         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt:
29816         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png:
29817         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt:
29818         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png:
29819         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt:
29820         * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt:
29821         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png:
29822         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt:
29823         * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt:
29824         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png:
29825         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt:
29826         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png:
29827         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
29828         * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt:
29829         * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt:
29830         * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt:
29831         * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt:
29832         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png:
29833         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt:
29834         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png:
29835         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt:
29836         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png:
29837         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt:
29838         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png:
29839         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt:
29840         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.png:
29841         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt:
29842         * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt:
29843         * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt:
29844         * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt:
29845         * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt:
29846         * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt:
29847         * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt:
29848         * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt:
29849         * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt:
29850         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png:
29851         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt:
29852         * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt:
29853         * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt:
29854         * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt:
29855         * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt:
29856         * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
29857         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png:
29858         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
29859         * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt:
29860         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png:
29861         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt:
29862         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png:
29863         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt:
29864         * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt:
29865         * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt:
29866         * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt:
29867         * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt:
29868         * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt:
29869         * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt:
29870         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png:
29871         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt:
29872         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png:
29873         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
29874         * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt:
29875         * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt:
29876         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.png:
29877         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt:
29878         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png:
29879         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt:
29880         * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt:
29881         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png:
29882         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt:
29883         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png:
29884         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt:
29885         * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt:
29886         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png:
29887         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt:
29888         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
29889         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt:
29890         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
29891         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt:
29892         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
29893         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
29894         * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt:
29895         * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt:
29896         * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt:
29897         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png:
29898         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
29899         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png:
29900         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
29901         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png:
29902         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
29903         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png:
29904         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
29905         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png:
29906         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt:
29907         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png:
29908         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt:
29909         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png:
29910         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
29911         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png:
29912         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
29913         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png:
29914         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt:
29915         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png:
29916         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt:
29917         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png:
29918         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt:
29919         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png:
29920         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt:
29921         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png:
29922         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt:
29923         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png:
29924         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt:
29925
29926 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
29927
29928         [EFL] Unreviewed gardening.
29929
29930         Rebaseline after enabling subpixel layout and updating freetype (3/26).
29931
29932         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
29933         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
29934         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png:
29935         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
29936         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png:
29937         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt:
29938         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png:
29939         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt:
29940         * platform/efl/css2.1/t040306-syntax-01-f-expected.png:
29941         * platform/efl/css2.1/t040306-syntax-01-f-expected.txt:
29942         * platform/efl/css2.1/t040307-syntax-01-b-expected.png:
29943         * platform/efl/css2.1/t040307-syntax-01-b-expected.txt:
29944         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png:
29945         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt:
29946         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png:
29947         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt:
29948         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
29949         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
29950         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.png:
29951         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt:
29952         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png:
29953         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt:
29954         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png:
29955         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt:
29956         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png:
29957         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt:
29958         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.png:
29959         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
29960         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.png:
29961         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
29962         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
29963         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
29964         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
29965         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
29966         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.png:
29967         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
29968         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.png:
29969         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
29970         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.png:
29971         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
29972         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.png:
29973         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
29974         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
29975         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
29976         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
29977         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
29978         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
29979         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
29980         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png:
29981         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt:
29982         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png:
29983         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt:
29984         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png:
29985         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt:
29986         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png:
29987         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
29988         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
29989         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
29990         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
29991         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
29992         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png:
29993         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt:
29994         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
29995         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
29996         * platform/efl/css2.1/t0603-c11-import-00-b-expected.png:
29997         * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt:
29998         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png:
29999         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt:
30000         * platform/efl/css2.1/t060402-c31-important-00-b-expected.png:
30001         * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt:
30002         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
30003         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
30004         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
30005         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
30006         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
30007         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
30008         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
30009         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
30010         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
30011         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
30012         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
30013         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
30014         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
30015         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
30016         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
30017         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
30018         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
30019         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
30020         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
30021         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
30022         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
30023         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
30024         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
30025         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
30026         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
30027         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
30028         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
30029         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
30030         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
30031         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
30032         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
30033         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
30034         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
30035         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
30036         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
30037         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
30038         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
30039         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
30040         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
30041         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
30042         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
30043         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
30044         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
30045         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
30046         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
30047         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
30048         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
30049         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
30050         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
30051         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
30052         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
30053         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
30054         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
30055         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
30056         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
30057         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
30058         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
30059         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
30060         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
30061         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
30062         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
30063         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
30064         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
30065         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
30066         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png:
30067         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
30068         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
30069         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
30070         * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
30071         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
30072         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
30073         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
30074         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
30075         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
30076         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
30077         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
30078         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
30079         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
30080         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
30081         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
30082         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
30083         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
30084         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
30085         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
30086         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
30087         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
30088         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
30089         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
30090         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
30091         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
30092         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
30093         * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png:
30094         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png:
30095         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
30096         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
30097         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
30098         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
30099         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
30100         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
30101         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
30102         * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
30103         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
30104         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
30105         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
30106         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
30107         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
30108         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
30109         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
30110         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
30111         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
30112         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
30113         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
30114         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
30115         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
30116         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
30117         * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png:
30118         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
30119         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
30120         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
30121         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
30122         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
30123         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png:
30124         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
30125         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png:
30126         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt:
30127         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
30128         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
30129         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
30130         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
30131         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
30132         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
30133         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
30134         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
30135         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
30136         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
30137         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
30138         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
30139         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
30140         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
30141         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
30142         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
30143         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
30144         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
30145         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
30146         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
30147         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
30148         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
30149         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
30150         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
30151         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
30152         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
30153         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
30154         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
30155         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
30156         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
30157         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
30158         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
30159         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
30160         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
30161         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
30162         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
30163         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
30164         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
30165         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
30166         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
30167         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
30168         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
30169         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
30170         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
30171         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
30172         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
30173         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
30174         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
30175         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
30176         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
30177         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
30178         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
30179         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
30180         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
30181         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
30182         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
30183         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
30184         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
30185         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
30186         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
30187         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
30188         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
30189         * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
30190         * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
30191         * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
30192         * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
30193         * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
30194         * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
30195         * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
30196         * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
30197         * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
30198         * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
30199         * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
30200         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png:
30201         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt:
30202         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
30203         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
30204         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png:
30205         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
30206         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
30207         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
30208         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
30209         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
30210         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png:
30211         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt:
30212         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
30213         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
30214         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png:
30215         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt:
30216         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png:
30217         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt:
30218         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png:
30219         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt:
30220         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png:
30221         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt:
30222         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png:
30223         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt:
30224         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png:
30225         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
30226         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
30227         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
30228         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
30229         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
30230         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
30231         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
30232         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
30233         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
30234         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png:
30235         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
30236         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
30237         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
30238         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
30239         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
30240         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
30241         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
30242         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
30243         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
30244         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
30245         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
30246         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
30247         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
30248         * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
30249         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
30250         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
30251         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
30252         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
30253         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
30254         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
30255         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
30256         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
30257         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
30258         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
30259         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
30260         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
30261         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png:
30262         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt:
30263         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png:
30264         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt:
30265         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png:
30266         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt:
30267         * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png:
30268         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png:
30269         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
30270         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
30271         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
30272         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png:
30273         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
30274         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png:
30275         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
30276         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
30277         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
30278         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
30279         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
30280         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.png:
30281         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
30282         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.png:
30283         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
30284         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.png:
30285         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
30286         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.png:
30287         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
30288         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.png:
30289         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
30290         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.png:
30291         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
30292         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.png:
30293         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
30294         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.png:
30295         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
30296         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.png:
30297         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
30298         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png:
30299         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt:
30300         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png:
30301         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt:
30302         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png:
30303         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt:
30304         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
30305         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
30306         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
30307         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
30308         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
30309         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
30310         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
30311         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
30312         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
30313         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
30314         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png:
30315         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt:
30316         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png:
30317         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt:
30318         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png:
30319         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt:
30320         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
30321         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
30322         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
30323         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
30324         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
30325         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
30326         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
30327         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
30328         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
30329         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
30330         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
30331         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
30332         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
30333         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
30334         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
30335         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
30336         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
30337         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
30338         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png:
30339         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
30340         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
30341         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
30342         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
30343         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
30344         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
30345         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
30346         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
30347         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
30348         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
30349         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
30350         * platform/efl/css2.1/t1202-counter-00-b-expected.png:
30351         * platform/efl/css2.1/t1202-counter-00-b-expected.txt:
30352         * platform/efl/css2.1/t1202-counter-01-b-expected.png:
30353         * platform/efl/css2.1/t1202-counter-01-b-expected.txt:
30354         * platform/efl/css2.1/t1202-counter-02-b-expected.png:
30355         * platform/efl/css2.1/t1202-counter-02-b-expected.txt:
30356         * platform/efl/css2.1/t1202-counter-03-b-expected.png:
30357         * platform/efl/css2.1/t1202-counter-03-b-expected.txt:
30358         * platform/efl/css2.1/t1202-counter-04-b-expected.png:
30359         * platform/efl/css2.1/t1202-counter-04-b-expected.txt:
30360         * platform/efl/css2.1/t1202-counter-05-b-expected.png:
30361         * platform/efl/css2.1/t1202-counter-05-b-expected.txt:
30362         * platform/efl/css2.1/t1202-counter-06-b-expected.png:
30363         * platform/efl/css2.1/t1202-counter-06-b-expected.txt:
30364         * platform/efl/css2.1/t1202-counter-07-b-expected.png:
30365         * platform/efl/css2.1/t1202-counter-07-b-expected.txt:
30366         * platform/efl/css2.1/t1202-counter-08-b-expected.png:
30367         * platform/efl/css2.1/t1202-counter-08-b-expected.txt:
30368         * platform/efl/css2.1/t1202-counter-09-b-expected.png:
30369         * platform/efl/css2.1/t1202-counter-09-b-expected.txt:
30370         * platform/efl/css2.1/t1202-counter-11-b-expected.png:
30371         * platform/efl/css2.1/t1202-counter-11-b-expected.txt:
30372         * platform/efl/css2.1/t1202-counter-12-b-expected.png:
30373         * platform/efl/css2.1/t1202-counter-12-b-expected.txt:
30374         * platform/efl/css2.1/t1202-counter-13-b-expected.png:
30375         * platform/efl/css2.1/t1202-counter-13-b-expected.txt:
30376         * platform/efl/css2.1/t1202-counter-14-b-expected.png:
30377         * platform/efl/css2.1/t1202-counter-14-b-expected.txt:
30378         * platform/efl/css2.1/t1202-counter-15-b-expected.png:
30379         * platform/efl/css2.1/t1202-counter-15-b-expected.txt:
30380         * platform/efl/css2.1/t1202-counter-16-f-expected.png:
30381         * platform/efl/css2.1/t1202-counter-16-f-expected.txt:
30382         * platform/efl/css2.1/t1202-counters-00-b-expected.png:
30383         * platform/efl/css2.1/t1202-counters-00-b-expected.txt:
30384         * platform/efl/css2.1/t1202-counters-01-b-expected.png:
30385         * platform/efl/css2.1/t1202-counters-01-b-expected.txt:
30386         * platform/efl/css2.1/t1202-counters-02-b-expected.png:
30387         * platform/efl/css2.1/t1202-counters-02-b-expected.txt:
30388         * platform/efl/css2.1/t1202-counters-03-b-expected.png:
30389         * platform/efl/css2.1/t1202-counters-03-b-expected.txt:
30390         * platform/efl/css2.1/t1202-counters-04-b-expected.png:
30391         * platform/efl/css2.1/t1202-counters-04-b-expected.txt:
30392         * platform/efl/css2.1/t1202-counters-05-b-expected.png:
30393         * platform/efl/css2.1/t1202-counters-05-b-expected.txt:
30394         * platform/efl/css2.1/t1202-counters-06-b-expected.png:
30395         * platform/efl/css2.1/t1202-counters-06-b-expected.txt:
30396         * platform/efl/css2.1/t1202-counters-07-b-expected.png:
30397         * platform/efl/css2.1/t1202-counters-07-b-expected.txt:
30398         * platform/efl/css2.1/t1202-counters-08-b-expected.png:
30399         * platform/efl/css2.1/t1202-counters-08-b-expected.txt:
30400         * platform/efl/css2.1/t1202-counters-09-b-expected.png:
30401         * platform/efl/css2.1/t1202-counters-09-b-expected.txt:
30402         * platform/efl/css2.1/t1202-counters-11-b-expected.png:
30403         * platform/efl/css2.1/t1202-counters-11-b-expected.txt:
30404         * platform/efl/css2.1/t1202-counters-12-b-expected.png:
30405         * platform/efl/css2.1/t1202-counters-12-b-expected.txt:
30406         * platform/efl/css2.1/t1202-counters-13-b-expected.png:
30407         * platform/efl/css2.1/t1202-counters-13-b-expected.txt:
30408         * platform/efl/css2.1/t1202-counters-14-b-expected.png:
30409         * platform/efl/css2.1/t1202-counters-14-b-expected.txt:
30410         * platform/efl/css2.1/t1202-counters-15-b-expected.png:
30411         * platform/efl/css2.1/t1202-counters-15-b-expected.txt:
30412         * platform/efl/css2.1/t1202-counters-16-c-expected.png:
30413         * platform/efl/css2.1/t1202-counters-16-c-expected.txt:
30414         * platform/efl/css2.1/t1202-counters-17-d-expected.png:
30415         * platform/efl/css2.1/t1202-counters-17-d-expected.txt:
30416         * platform/efl/css2.1/t1202-counters-18-f-expected.png:
30417         * platform/efl/css2.1/t1202-counters-18-f-expected.txt:
30418         * platform/efl/css2.1/t1204-implied-00-b-expected.png:
30419         * platform/efl/css2.1/t1204-implied-00-b-expected.txt:
30420         * platform/efl/css2.1/t1204-implied-01-c-expected.png:
30421         * platform/efl/css2.1/t1204-implied-01-c-expected.txt:
30422         * platform/efl/css2.1/t1204-implied-02-d-expected.png:
30423         * platform/efl/css2.1/t1204-implied-02-d-expected.txt:
30424         * platform/efl/css2.1/t1204-multiple-00-c-expected.png:
30425         * platform/efl/css2.1/t1204-multiple-00-c-expected.txt:
30426         * platform/efl/css2.1/t1204-multiple-01-c-expected.png:
30427         * platform/efl/css2.1/t1204-multiple-01-c-expected.txt:
30428         * platform/efl/css2.1/t1204-order-00-c-expected.png:
30429         * platform/efl/css2.1/t1204-order-00-c-expected.txt:
30430         * platform/efl/css2.1/t1204-order-01-d-expected.png:
30431         * platform/efl/css2.1/t1204-order-01-d-expected.txt:
30432         * platform/efl/css2.1/t1204-root-e-expected.png:
30433
30434 2013-01-18  Takashi Sakamoto  <tasak@google.com>
30435
30436         Implement CSSHostRule for @host @-rules.
30437         https://bugs.webkit.org/show_bug.cgi?id=102344
30438
30439         Reviewed by Dimitri Glazkov.
30440
30441         * fast/dom/shadow/css-hostrule-api-expected.txt: Added.
30442         * fast/dom/shadow/css-hostrule-api.html: Added.
30443
30444 2013-01-18  John J. Barton  <johnjbarton@chromium.org>
30445
30446         Web Inspector: inspectedWindow.eval("IamUndefined.prop", callback) fails to give exception text
30447         https://bugs.webkit.org/show_bug.cgi?id=106926
30448
30449         Reviewed by Pavel Feldman.
30450
30451         New test case for evaluations that throw.
30452
30453         * inspector/extensions/extensions-eval-expected.txt:
30454         * inspector/extensions/extensions-eval.html:
30455
30456 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
30457
30458         [EFL] Unreviewed gardening.
30459
30460         Rebaseline after enabling subpixel layout and updating freetype (2/26).
30461
30462         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
30463         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png:
30464         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt:
30465         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png:
30466         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt:
30467         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png:
30468         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt:
30469         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png:
30470         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
30471         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png:
30472         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
30473         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png:
30474         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
30475         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png:
30476         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt:
30477         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png:
30478         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt:
30479         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png:
30480         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
30481         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png:
30482         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
30483         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png:
30484         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
30485         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png:
30486         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt:
30487         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png:
30488         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt:
30489         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png:
30490         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt:
30491         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png:
30492         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
30493         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png:
30494         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
30495         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png:
30496         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
30497         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png:
30498         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt:
30499         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png:
30500         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt:
30501         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png:
30502         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt:
30503         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png:
30504         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
30505         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png:
30506         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
30507         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png:
30508         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
30509         * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.png:
30510         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png:
30511         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt:
30512         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png:
30513         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt:
30514         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png:
30515         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt:
30516         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png:
30517         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt:
30518         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png:
30519         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt:
30520         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png:
30521         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt:
30522         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png:
30523         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt:
30524         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png:
30525         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt:
30526         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png:
30527         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt:
30528         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png:
30529         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt:
30530         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png:
30531         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt:
30532         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png:
30533         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt:
30534         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png:
30535         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt:
30536         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png:
30537         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt:
30538         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png:
30539         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt:
30540         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png:
30541         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt:
30542         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png:
30543         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt:
30544         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png:
30545         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt:
30546         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png:
30547         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt:
30548         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png:
30549         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt:
30550         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png:
30551         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt:
30552         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png:
30553         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt:
30554         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
30555         * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
30556         * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
30557         * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
30558         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png:
30559         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt:
30560         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png:
30561         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt:
30562         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png:
30563         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt:
30564         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png:
30565         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt:
30566         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png:
30567         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt:
30568         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png:
30569         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt:
30570         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png:
30571         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt:
30572         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png:
30573         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt:
30574         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png:
30575         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt:
30576         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png:
30577         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt:
30578         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png:
30579         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt:
30580         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png:
30581         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt:
30582         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png:
30583         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt:
30584         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png:
30585         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt:
30586         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png:
30587         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt:
30588         * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png:
30589         * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png:
30590         * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png:
30591         * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png:
30592         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.png:
30593         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt:
30594         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png:
30595         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt:
30596         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.png:
30597         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt:
30598         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png:
30599         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt:
30600         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png:
30601         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt:
30602         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png:
30603         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt:
30604         * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png:
30605         * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png:
30606         * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png:
30607         * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png:
30608         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png:
30609         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt:
30610         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png:
30611         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt:
30612         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png:
30613         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt:
30614         * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png:
30615         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png:
30616         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt:
30617         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png:
30618         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt:
30619         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png:
30620         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt:
30621         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png:
30622         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
30623         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png:
30624         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
30625         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png:
30626         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
30627         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png:
30628         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt:
30629         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png:
30630         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt:
30631         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png:
30632         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
30633         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png:
30634         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
30635         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png:
30636         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
30637         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png:
30638         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
30639         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png:
30640         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt:
30641         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png:
30642         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt:
30643         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png:
30644         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
30645         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png:
30646         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
30647         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png:
30648         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt:
30649         * platform/efl/css2.1/20110323/empty-inline-001-expected.png:
30650         * platform/efl/css2.1/20110323/empty-inline-001-expected.txt:
30651         * platform/efl/css2.1/20110323/empty-inline-002-expected.png:
30652         * platform/efl/css2.1/20110323/empty-inline-002-expected.txt:
30653         * platform/efl/css2.1/20110323/empty-inline-003-expected.png:
30654         * platform/efl/css2.1/20110323/empty-inline-003-expected.txt:
30655         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png:
30656         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt:
30657         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png:
30658         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt:
30659         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png:
30660         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt:
30661         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png:
30662         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt:
30663         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png:
30664         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt:
30665         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png:
30666         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt:
30667         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png:
30668         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt:
30669         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png:
30670         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt:
30671         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png:
30672         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt:
30673         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png:
30674         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt:
30675         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png:
30676         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt:
30677         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png:
30678         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt:
30679         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png:
30680         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt:
30681         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png:
30682         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt:
30683         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png:
30684         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt:
30685         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png:
30686         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt:
30687         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png:
30688         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
30689         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png:
30690         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
30691         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png:
30692         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
30693         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png:
30694         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt:
30695         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png:
30696         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt:
30697         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png:
30698         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt:
30699         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png:
30700         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt:
30701         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png:
30702         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt:
30703         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png:
30704         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt:
30705         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png:
30706         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt:
30707         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png:
30708         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt:
30709         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png:
30710         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt:
30711         * platform/efl/css2.1/20110323/height-width-table-001-expected.png:
30712         * platform/efl/css2.1/20110323/height-width-table-001-expected.txt:
30713         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
30714         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
30715         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
30716         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
30717         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
30718         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
30719         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
30720         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
30721         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
30722         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
30723         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
30724         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
30725         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png:
30726         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
30727         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png:
30728         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
30729         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png:
30730         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
30731         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png:
30732         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
30733         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png:
30734         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
30735         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png:
30736         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
30737         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png:
30738         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
30739         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png:
30740         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
30741         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png:
30742         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
30743         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png:
30744         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
30745         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png:
30746         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
30747         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png:
30748         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
30749         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png:
30750         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
30751         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png:
30752         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt:
30753         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png:
30754         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt:
30755         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png:
30756         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt:
30757         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png:
30758         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
30759         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png:
30760         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
30761         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png:
30762         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
30763         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png:
30764         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt:
30765         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png:
30766         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt:
30767         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png:
30768         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt:
30769         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png:
30770         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt:
30771         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png:
30772         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt:
30773         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png:
30774         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt:
30775         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png:
30776         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt:
30777         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png:
30778         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt:
30779         * platform/efl/css2.1/20110323/inline-table-001-expected.png:
30780         * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
30781         * platform/efl/css2.1/20110323/inline-table-002a-expected.png:
30782         * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
30783         * platform/efl/css2.1/20110323/inline-table-003-expected.png:
30784         * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
30785         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png:
30786         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
30787         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png:
30788         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
30789         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png:
30790         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
30791         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png:
30792         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
30793         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png:
30794         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
30795         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png:
30796         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
30797         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png:
30798         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
30799         * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png:
30800         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png:
30801         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt:
30802         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png:
30803         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt:
30804         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png:
30805         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt:
30806         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png:
30807         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
30808         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png:
30809         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
30810         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png:
30811         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
30812         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png:
30813         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt:
30814         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
30815         * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
30816         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png:
30817         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt:
30818         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.png:
30819         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt:
30820         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png:
30821         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt:
30822         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png:
30823         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt:
30824         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png:
30825         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt:
30826         * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
30827         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png:
30828         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt:
30829         * platform/efl/css2.1/20110323/table-caption-001-expected.png:
30830         * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
30831         * platform/efl/css2.1/20110323/table-caption-002-expected.png:
30832         * platform/efl/css2.1/20110323/table-caption-002-expected.txt:
30833         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png:
30834         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
30835         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png:
30836         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt:
30837         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png:
30838         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
30839         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png:
30840         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
30841         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png:
30842         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
30843         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png:
30844         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
30845         * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png:
30846         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png:
30847         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt:
30848         * platform/efl/css2.1/t010403-shand-border-00-c-expected.png:
30849         * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt:
30850         * platform/efl/css2.1/t010403-shand-font-00-b-expected.png:
30851         * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt:
30852         * platform/efl/css2.1/t010403-shand-font-01-b-expected.png:
30853         * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt:
30854         * platform/efl/css2.1/t010403-shand-font-02-b-expected.png:
30855         * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt:
30856         * platform/efl/css2.1/t010403-shand-font-03-b-expected.png:
30857         * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt:
30858         * platform/efl/css2.1/t040102-keywords-00-b-expected.png:
30859         * platform/efl/css2.1/t040102-keywords-00-b-expected.txt:
30860         * platform/efl/css2.1/t040102-keywords-01-b-expected.png:
30861         * platform/efl/css2.1/t040102-keywords-01-b-expected.txt:
30862         * platform/efl/css2.1/t040103-case-00-b-expected.png:
30863         * platform/efl/css2.1/t040103-case-00-b-expected.txt:
30864         * platform/efl/css2.1/t040103-case-01-c-expected.png:
30865         * platform/efl/css2.1/t040103-case-01-c-expected.txt:
30866         * platform/efl/css2.1/t040103-escapes-00-b-expected.png:
30867         * platform/efl/css2.1/t040103-escapes-00-b-expected.txt:
30868         * platform/efl/css2.1/t040103-escapes-01-b-expected.png:
30869         * platform/efl/css2.1/t040103-escapes-01-b-expected.txt:
30870         * platform/efl/css2.1/t040103-escapes-02-d-expected.png:
30871         * platform/efl/css2.1/t040103-escapes-02-d-expected.txt:
30872         * platform/efl/css2.1/t040103-escapes-03-b-expected.png:
30873         * platform/efl/css2.1/t040103-escapes-03-b-expected.txt:
30874         * platform/efl/css2.1/t040103-escapes-04-b-expected.png:
30875         * platform/efl/css2.1/t040103-escapes-04-b-expected.txt:
30876         * platform/efl/css2.1/t040103-escapes-05-c-expected.png:
30877         * platform/efl/css2.1/t040103-escapes-05-c-expected.txt:
30878         * platform/efl/css2.1/t040103-escapes-06-b-expected.png:
30879         * platform/efl/css2.1/t040103-escapes-06-b-expected.txt:
30880         * platform/efl/css2.1/t040103-escapes-07-b-expected.png:
30881         * platform/efl/css2.1/t040103-escapes-07-b-expected.txt:
30882         * platform/efl/css2.1/t040103-escapes-08-b-expected.png:
30883         * platform/efl/css2.1/t040103-escapes-08-b-expected.txt:
30884         * platform/efl/css2.1/t040103-ident-00-c-expected.png:
30885         * platform/efl/css2.1/t040103-ident-00-c-expected.txt:
30886         * platform/efl/css2.1/t040103-ident-01-c-expected.png:
30887         * platform/efl/css2.1/t040103-ident-01-c-expected.txt:
30888         * platform/efl/css2.1/t040103-ident-02-c-expected.png:
30889         * platform/efl/css2.1/t040103-ident-02-c-expected.txt:
30890         * platform/efl/css2.1/t040103-ident-03-c-expected.png:
30891         * platform/efl/css2.1/t040103-ident-03-c-expected.txt:
30892         * platform/efl/css2.1/t040103-ident-04-c-expected.png:
30893         * platform/efl/css2.1/t040103-ident-04-c-expected.txt:
30894         * platform/efl/css2.1/t040103-ident-05-c-expected.png:
30895         * platform/efl/css2.1/t040103-ident-05-c-expected.txt:
30896         * platform/efl/css2.1/t040103-ident-06-c-expected.png:
30897         * platform/efl/css2.1/t040103-ident-06-c-expected.txt:
30898         * platform/efl/css2.1/t040103-ident-07-c-expected.png:
30899         * platform/efl/css2.1/t040103-ident-07-c-expected.txt:
30900         * platform/efl/css2.1/t040103-ident-08-c-expected.png:
30901         * platform/efl/css2.1/t040103-ident-08-c-expected.txt:
30902         * platform/efl/css2.1/t040103-ident-09-c-expected.png:
30903         * platform/efl/css2.1/t040103-ident-09-c-expected.txt:
30904         * platform/efl/css2.1/t040103-ident-10-c-expected.png:
30905         * platform/efl/css2.1/t040103-ident-10-c-expected.txt:
30906         * platform/efl/css2.1/t040103-ident-11-c-expected.png:
30907         * platform/efl/css2.1/t040103-ident-11-c-expected.txt:
30908         * platform/efl/css2.1/t040103-ident-12-c-expected.png:
30909         * platform/efl/css2.1/t040103-ident-12-c-expected.txt:
30910         * platform/efl/css2.1/t040103-ident-13-c-expected.png:
30911         * platform/efl/css2.1/t040103-ident-13-c-expected.txt:
30912         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.png:
30913         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt:
30914         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.png:
30915         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt:
30916         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.png:
30917         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt:
30918         * platform/efl/css2.1/t040105-atrule-00-b-expected.png:
30919         * platform/efl/css2.1/t040105-atrule-00-b-expected.txt:
30920         * platform/efl/css2.1/t040105-atrule-01-b-expected.png:
30921         * platform/efl/css2.1/t040105-atrule-01-b-expected.txt:
30922         * platform/efl/css2.1/t040105-atrule-02-b-expected.png:
30923         * platform/efl/css2.1/t040105-atrule-02-b-expected.txt:
30924         * platform/efl/css2.1/t040105-atrule-03-b-expected.png:
30925         * platform/efl/css2.1/t040105-atrule-03-b-expected.txt:
30926         * platform/efl/css2.1/t040105-atrule-04-b-expected.png:
30927         * platform/efl/css2.1/t040105-atrule-04-b-expected.txt:
30928         * platform/efl/css2.1/t040105-import-00-b-expected.png:
30929         * platform/efl/css2.1/t040105-import-00-b-expected.txt:
30930         * platform/efl/css2.1/t040105-import-01-b-expected.png:
30931         * platform/efl/css2.1/t040105-import-01-b-expected.txt:
30932         * platform/efl/css2.1/t040105-import-10-b-expected.png:
30933         * platform/efl/css2.1/t040105-import-10-b-expected.txt:
30934         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png:
30935         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt:
30936         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png:
30937         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt:
30938         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png:
30939         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
30940         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png:
30941         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
30942         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
30943         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
30944         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png:
30945         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
30946         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png:
30947         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
30948         * platform/efl/css2.1/t0402-syntax-01-f-expected.png:
30949         * platform/efl/css2.1/t0402-syntax-01-f-expected.txt:
30950         * platform/efl/css2.1/t0402-syntax-02-f-expected.png:
30951         * platform/efl/css2.1/t0402-syntax-02-f-expected.txt:
30952         * platform/efl/css2.1/t0402-syntax-03-f-expected.png:
30953         * platform/efl/css2.1/t0402-syntax-03-f-expected.txt:
30954         * platform/efl/css2.1/t0402-syntax-04-f-expected.png:
30955         * platform/efl/css2.1/t0402-syntax-04-f-expected.txt:
30956         * platform/efl/css2.1/t0402-syntax-05-f-expected.png:
30957         * platform/efl/css2.1/t0402-syntax-05-f-expected.txt:
30958         * platform/efl/css2.1/t0402-syntax-06-f-expected.png:
30959         * platform/efl/css2.1/t0402-syntax-06-f-expected.txt:
30960         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
30961         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
30962         * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png:
30963
30964 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
30965
30966         [EFL] Unreviewed gardening.
30967
30968         Rebaseline after enabling subpixel layout and updating freetype (1/26).
30969
30970         * platform/efl/TestExpectations:
30971         * platform/efl/animations/3d/change-transform-in-end-event-expected.png:
30972         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt:
30973         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png:
30974         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt:
30975         * platform/efl/animations/3d/state-at-end-event-transform-expected.png:
30976         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt:
30977         * platform/efl/animations/additive-transform-animations-expected.txt:
30978         * platform/efl/animations/cross-fade-background-image-expected.txt:
30979         * platform/efl/animations/cross-fade-list-style-image-expected.txt:
30980         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png:
30981         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt:
30982         * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt:
30983         * platform/efl/animations/missing-values-first-keyframe-expected.png:
30984         * platform/efl/animations/missing-values-first-keyframe-expected.txt:
30985         * platform/efl/animations/missing-values-last-keyframe-expected.png:
30986         * platform/efl/animations/missing-values-last-keyframe-expected.txt:
30987         * platform/efl/animations/opacity-transform-animation-expected.png:
30988         * platform/efl/animations/state-at-end-event-expected.png:
30989         * platform/efl/animations/state-at-end-event-expected.txt:
30990         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
30991         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
30992         * platform/efl/compositing/clip-change-expected.png:
30993         * platform/efl/compositing/color-matching/image-color-matching-expected.png:
30994         * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
30995         * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
30996         * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
30997         * platform/efl/compositing/compositing-visible-descendant-expected.png:
30998         * platform/efl/compositing/compositing-visible-descendant-expected.txt:
30999         * platform/efl/compositing/direct-image-compositing-expected.png:
31000         * platform/efl/compositing/direct-image-compositing-expected.txt:
31001         * platform/efl/compositing/flat-with-transformed-child-expected.png:
31002         * platform/efl/compositing/generated-content-expected.png:
31003         * platform/efl/compositing/generated-content-expected.txt:
31004         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
31005         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
31006         * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
31007         * platform/efl/compositing/geometry/composited-html-size-expected.png:
31008         * platform/efl/compositing/geometry/composited-html-size-expected.txt:
31009         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
31010         * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
31011         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png:
31012         * platform/efl/compositing/geometry/fixed-position-expected.png:
31013         * platform/efl/compositing/geometry/fixed-position-expected.txt:
31014         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
31015         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
31016         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
31017         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
31018         * platform/efl/compositing/geometry/foreground-offset-change-expected.png:
31019         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
31020         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
31021         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
31022         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
31023         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
31024         * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
31025         * platform/efl/compositing/geometry/outline-change-expected.png:
31026         * platform/efl/compositing/geometry/outline-change-expected.txt:
31027         * platform/efl/compositing/geometry/partial-layout-update-expected.png:
31028         * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
31029         * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png:
31030         * platform/efl/compositing/geometry/root-layer-update-expected.png:
31031         * platform/efl/compositing/geometry/root-layer-update-expected.txt:
31032         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
31033         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
31034         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png:
31035         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
31036         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
31037         * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
31038         * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
31039         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
31040         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png:
31041         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt:
31042         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png:
31043         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
31044         * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt:
31045         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
31046         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
31047         * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png:
31048         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png:
31049         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png:
31050         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png:
31051         * platform/efl/compositing/images/content-image-change-expected.png:
31052         * platform/efl/compositing/images/direct-image-background-color-expected.png:
31053         * platform/efl/compositing/images/direct-image-background-color-expected.txt:
31054         * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
31055         * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
31056         * platform/efl/compositing/masks/direct-image-mask-expected.png:
31057         * platform/efl/compositing/masks/direct-image-mask-expected.txt:
31058         * platform/efl/compositing/masks/layer-mask-placement-expected.png:
31059         * platform/efl/compositing/masks/masked-ancestor-expected.txt:
31060         * platform/efl/compositing/masks/multiple-masks-expected.png:
31061         * platform/efl/compositing/masks/multiple-masks-expected.txt:
31062         * platform/efl/compositing/masks/simple-composited-mask-expected.png:
31063         * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
31064         * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
31065         * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
31066         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
31067         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
31068         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
31069         * platform/efl/compositing/overflow/overflow-positioning-expected.png:
31070         * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
31071         * platform/efl/compositing/overflow/overflow-scroll-expected.png:
31072         * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
31073         * platform/efl/compositing/overflow/parent-overflow-expected.png:
31074         * platform/efl/compositing/overflow/parent-overflow-expected.txt:
31075         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
31076         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
31077         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
31078         * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
31079         * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
31080         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
31081         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
31082         * platform/efl/compositing/plugins/composited-plugin-expected.txt:
31083         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
31084         * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
31085         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
31086         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
31087         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
31088         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
31089         * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
31090         * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
31091         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
31092         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
31093         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
31094         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
31095         * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
31096         * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
31097         * platform/efl/compositing/reflections/nested-reflection-expected.png:
31098         * platform/efl/compositing/reflections/nested-reflection-expected.txt:
31099         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
31100         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
31101         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
31102         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
31103         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
31104         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
31105         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
31106         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
31107         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
31108         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
31109         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
31110         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
31111         * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
31112         * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
31113         * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
31114         * platform/efl/compositing/reflections/reflection-on-composited-expected.png:
31115         * platform/efl/compositing/reflections/reflection-on-composited-expected.txt:
31116         * platform/efl/compositing/reflections/reflection-opacity-expected.png:
31117         * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
31118         * platform/efl/compositing/reflections/reflection-ordering-expected.png:
31119         * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
31120         * platform/efl/compositing/reflections/reflection-positioning-expected.png:
31121         * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
31122         * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
31123         * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
31124         * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
31125         * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
31126         * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
31127         * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
31128         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
31129         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
31130         * platform/efl/compositing/repaint/composited-document-element-expected.png:
31131         * platform/efl/compositing/repaint/composited-document-element-expected.txt:
31132         * platform/efl/compositing/repaint/content-into-overflow-expected.png:
31133         * platform/efl/compositing/repaint/layer-repaint-expected.png:
31134         * platform/efl/compositing/repaint/layer-repaint-expected.txt:
31135         * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
31136         * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
31137         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
31138         * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
31139         * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
31140         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
31141         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
31142         * platform/efl/compositing/repaint/overflow-into-content-expected.png:
31143         * platform/efl/compositing/repaint/shrink-layer-expected.png:
31144         * platform/efl/compositing/repaint/transform-style-change-expected.png:
31145         * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png:
31146         * platform/efl/compositing/self-painting-layers-expected.png:
31147         * platform/efl/compositing/self-painting-layers-expected.txt:
31148         * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
31149         * platform/efl/compositing/sibling-positioning-expected.png:
31150         * platform/efl/compositing/sibling-positioning-expected.txt:
31151         * platform/efl/compositing/text-on-large-layer-expected.png:
31152         * platform/efl/compositing/text-on-large-layer-expected.txt:
31153         * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
31154         * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
31155         * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
31156         * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
31157         * platform/efl/compositing/video/video-background-color-expected.txt:
31158         * platform/efl/compositing/video/video-controls-layer-creation-expected.png:
31159         * platform/efl/compositing/visibility/visibility-image-layers-expected.png:
31160         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png:
31161         * platform/efl/css1/basic/class_as_selector-expected.png:
31162         * platform/efl/css1/basic/class_as_selector-expected.txt:
31163         * platform/efl/css1/basic/comments-expected.png:
31164         * platform/efl/css1/basic/comments-expected.txt:
31165         * platform/efl/css1/basic/containment-expected.png:
31166         * platform/efl/css1/basic/containment-expected.txt:
31167         * platform/efl/css1/basic/contextual_selectors-expected.png:
31168         * platform/efl/css1/basic/contextual_selectors-expected.txt:
31169         * platform/efl/css1/basic/grouping-expected.png:
31170         * platform/efl/css1/basic/grouping-expected.txt:
31171         * platform/efl/css1/basic/id_as_selector-expected.png:
31172         * platform/efl/css1/basic/id_as_selector-expected.txt:
31173         * platform/efl/css1/basic/inheritance-expected.png:
31174         * platform/efl/css1/basic/inheritance-expected.txt:
31175         * platform/efl/css1/box_properties/acid_test-expected.png:
31176         * platform/efl/css1/box_properties/acid_test-expected.txt:
31177         * platform/efl/css1/box_properties/border-expected.png:
31178         * platform/efl/css1/box_properties/border-expected.txt:
31179         * platform/efl/css1/box_properties/border_bottom-expected.png:
31180         * platform/efl/css1/box_properties/border_bottom_inline-expected.png:
31181         * platform/efl/css1/box_properties/border_bottom_width-expected.png:
31182         * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
31183         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png:
31184         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
31185         * platform/efl/css1/box_properties/border_color-expected.png:
31186         * platform/efl/css1/box_properties/border_color-expected.txt:
31187         * platform/efl/css1/box_properties/border_color_inline-expected.png:
31188         * platform/efl/css1/box_properties/border_color_inline-expected.txt:
31189         * platform/efl/css1/box_properties/border_inline-expected.png:
31190         * platform/efl/css1/box_properties/border_inline-expected.txt:
31191         * platform/efl/css1/box_properties/border_left-expected.png:
31192         * platform/efl/css1/box_properties/border_left_inline-expected.png:
31193         * platform/efl/css1/box_properties/border_left_width-expected.png:
31194         * platform/efl/css1/box_properties/border_left_width-expected.txt:
31195         * platform/efl/css1/box_properties/border_left_width_inline-expected.png:
31196         * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
31197         * platform/efl/css1/box_properties/border_right-expected.png:
31198         * platform/efl/css1/box_properties/border_right_inline-expected.png:
31199         * platform/efl/css1/box_properties/border_right_width-expected.png:
31200         * platform/efl/css1/box_properties/border_right_width-expected.txt:
31201         * platform/efl/css1/box_properties/border_right_width_inline-expected.png:
31202         * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
31203         * platform/efl/css1/box_properties/border_style-expected.png:
31204         * platform/efl/css1/box_properties/border_style-expected.txt:
31205         * platform/efl/css1/box_properties/border_style_inline-expected.png:
31206         * platform/efl/css1/box_properties/border_style_inline-expected.txt:
31207         * platform/efl/css1/box_properties/border_top-expected.png:
31208         * platform/efl/css1/box_properties/border_top-expected.txt:
31209         * platform/efl/css1/box_properties/border_top_inline-expected.png:
31210         * platform/efl/css1/box_properties/border_top_inline-expected.txt:
31211         * platform/efl/css1/box_properties/border_top_width-expected.png:
31212         * platform/efl/css1/box_properties/border_top_width-expected.txt:
31213         * platform/efl/css1/box_properties/border_top_width_inline-expected.png:
31214         * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
31215         * platform/efl/css1/box_properties/border_width-expected.png:
31216         * platform/efl/css1/box_properties/border_width-expected.txt:
31217         * platform/efl/css1/box_properties/border_width_inline-expected.png:
31218         * platform/efl/css1/box_properties/border_width_inline-expected.txt:
31219         * platform/efl/css1/box_properties/clear-expected.png:
31220         * platform/efl/css1/box_properties/clear-expected.txt:
31221         * platform/efl/css1/box_properties/clear_float-expected.png:
31222         * platform/efl/css1/box_properties/clear_float-expected.txt:
31223         * platform/efl/css1/box_properties/float-expected.png:
31224         * platform/efl/css1/box_properties/float-expected.txt:
31225         * platform/efl/css1/box_properties/float_elements_in_series-expected.png:
31226         * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
31227         * platform/efl/css1/box_properties/float_margin-expected.png:
31228         * platform/efl/css1/box_properties/float_margin-expected.txt:
31229         * platform/efl/css1/box_properties/float_on_text_elements-expected.png:
31230         * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
31231         * platform/efl/css1/box_properties/height-expected.png:
31232         * platform/efl/css1/box_properties/height-expected.txt:
31233         * platform/efl/css1/box_properties/margin-expected.png:
31234         * platform/efl/css1/box_properties/margin-expected.txt:
31235         * platform/efl/css1/box_properties/margin_bottom-expected.png:
31236         * platform/efl/css1/box_properties/margin_bottom-expected.txt:
31237         * platform/efl/css1/box_properties/margin_bottom_inline-expected.png:
31238         * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
31239         * platform/efl/css1/box_properties/margin_inline-expected.png:
31240         * platform/efl/css1/box_properties/margin_inline-expected.txt:
31241         * platform/efl/css1/box_properties/margin_left-expected.png:
31242         * platform/efl/css1/box_properties/margin_left-expected.txt:
31243         * platform/efl/css1/box_properties/margin_left_inline-expected.png:
31244         * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
31245         * platform/efl/css1/box_properties/margin_right-expected.png:
31246         * platform/efl/css1/box_properties/margin_right-expected.txt:
31247         * platform/efl/css1/box_properties/margin_right_inline-expected.png:
31248         * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
31249         * platform/efl/css1/box_properties/margin_top-expected.png:
31250         * platform/efl/css1/box_properties/margin_top-expected.txt:
31251         * platform/efl/css1/box_properties/margin_top_inline-expected.png:
31252         * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
31253         * platform/efl/css1/box_properties/padding-expected.png:
31254         * platform/efl/css1/box_properties/padding-expected.txt:
31255         * platform/efl/css1/box_properties/padding_bottom-expected.png:
31256         * platform/efl/css1/box_properties/padding_bottom-expected.txt:
31257         * platform/efl/css1/box_properties/padding_bottom_inline-expected.png:
31258         * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
31259         * platform/efl/css1/box_properties/padding_inline-expected.png:
31260         * platform/efl/css1/box_properties/padding_inline-expected.txt:
31261         * platform/efl/css1/box_properties/padding_left-expected.png:
31262         * platform/efl/css1/box_properties/padding_left-expected.txt:
31263         * platform/efl/css1/box_properties/padding_left_inline-expected.png:
31264         * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
31265         * platform/efl/css1/box_properties/padding_right-expected.png:
31266         * platform/efl/css1/box_properties/padding_right-expected.txt:
31267         * platform/efl/css1/box_properties/padding_right_inline-expected.png:
31268         * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
31269         * platform/efl/css1/box_properties/padding_top-expected.png:
31270         * platform/efl/css1/box_properties/padding_top-expected.txt:
31271         * platform/efl/css1/box_properties/padding_top_inline-expected.png:
31272         * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
31273         * platform/efl/css1/box_properties/width-expected.png:
31274         * platform/efl/css1/box_properties/width-expected.txt:
31275         * platform/efl/css1/cascade/cascade_order-expected.png:
31276         * platform/efl/css1/cascade/cascade_order-expected.txt:
31277         * platform/efl/css1/cascade/important-expected.png:
31278         * platform/efl/css1/cascade/important-expected.txt:
31279         * platform/efl/css1/classification/display-expected.png:
31280         * platform/efl/css1/classification/display-expected.txt:
31281         * platform/efl/css1/classification/list_style-expected.png:
31282         * platform/efl/css1/classification/list_style-expected.txt:
31283         * platform/efl/css1/classification/list_style_image-expected.png:
31284         * platform/efl/css1/classification/list_style_image-expected.txt:
31285         * platform/efl/css1/classification/list_style_position-expected.png:
31286         * platform/efl/css1/classification/list_style_position-expected.txt:
31287         * platform/efl/css1/classification/list_style_type-expected.png:
31288         * platform/efl/css1/classification/list_style_type-expected.txt:
31289         * platform/efl/css1/classification/white_space-expected.png:
31290         * platform/efl/css1/classification/white_space-expected.txt:
31291         * platform/efl/css1/color_and_background/background-expected.png:
31292         * platform/efl/css1/color_and_background/background-expected.txt:
31293         * platform/efl/css1/color_and_background/background_attachment-expected.png:
31294         * platform/efl/css1/color_and_background/background_attachment-expected.txt:
31295         * platform/efl/css1/color_and_background/background_color-expected.png:
31296         * platform/efl/css1/color_and_background/background_color-expected.txt:
31297         * platform/efl/css1/color_and_background/background_image-expected.png:
31298         * platform/efl/css1/color_and_background/background_image-expected.txt:
31299         * platform/efl/css1/color_and_background/background_position-expected.png:
31300         * platform/efl/css1/color_and_background/background_position-expected.txt:
31301         * platform/efl/css1/color_and_background/background_repeat-expected.png:
31302         * platform/efl/css1/color_and_background/background_repeat-expected.txt:
31303         * platform/efl/css1/color_and_background/color-expected.png:
31304         * platform/efl/css1/color_and_background/color-expected.txt:
31305         * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
31306         * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
31307         * platform/efl/css1/font_properties/font-expected.png:
31308         * platform/efl/css1/font_properties/font-expected.txt:
31309         * platform/efl/css1/font_properties/font_family-expected.png:
31310         * platform/efl/css1/font_properties/font_family-expected.txt:
31311         * platform/efl/css1/font_properties/font_size-expected.png:
31312         * platform/efl/css1/font_properties/font_size-expected.txt:
31313         * platform/efl/css1/font_properties/font_style-expected.png:
31314         * platform/efl/css1/font_properties/font_style-expected.txt:
31315         * platform/efl/css1/font_properties/font_variant-expected.png:
31316         * platform/efl/css1/font_properties/font_variant-expected.txt:
31317         * platform/efl/css1/font_properties/font_weight-expected.png:
31318         * platform/efl/css1/font_properties/font_weight-expected.txt:
31319         * platform/efl/css1/formatting_model/canvas-expected.png:
31320         * platform/efl/css1/formatting_model/canvas-expected.txt:
31321         * platform/efl/css1/formatting_model/floating_elements-expected.png:
31322         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
31323         * platform/efl/css1/formatting_model/height_of_lines-expected.png:
31324         * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
31325         * platform/efl/css1/formatting_model/horizontal_formatting-expected.png:
31326         * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt:
31327         * platform/efl/css1/formatting_model/inline_elements-expected.png:
31328         * platform/efl/css1/formatting_model/replaced_elements-expected.png:
31329         * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
31330         * platform/efl/css1/formatting_model/vertical_formatting-expected.png:
31331         * platform/efl/css1/pseudo/anchor-expected.png:
31332         * platform/efl/css1/pseudo/anchor-expected.txt:
31333         * platform/efl/css1/pseudo/firstletter-expected.png:
31334         * platform/efl/css1/pseudo/firstletter-expected.txt:
31335         * platform/efl/css1/pseudo/firstline-expected.png:
31336         * platform/efl/css1/pseudo/firstline-expected.txt:
31337         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png:
31338         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
31339         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png:
31340         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
31341         * platform/efl/css1/text_properties/letter_spacing-expected.png:
31342         * platform/efl/css1/text_properties/letter_spacing-expected.txt:
31343         * platform/efl/css1/text_properties/line_height-expected.png:
31344         * platform/efl/css1/text_properties/line_height-expected.txt:
31345         * platform/efl/css1/text_properties/text_align-expected.png:
31346         * platform/efl/css1/text_properties/text_align-expected.txt:
31347         * platform/efl/css1/text_properties/text_decoration-expected.png:
31348         * platform/efl/css1/text_properties/text_decoration-expected.txt:
31349         * platform/efl/css1/text_properties/text_indent-expected.png:
31350         * platform/efl/css1/text_properties/text_indent-expected.txt:
31351         * platform/efl/css1/text_properties/text_transform-expected.png:
31352         * platform/efl/css1/text_properties/text_transform-expected.txt:
31353         * platform/efl/css1/text_properties/vertical_align-expected.png:
31354         * platform/efl/css1/text_properties/word_spacing-expected.png:
31355         * platform/efl/css1/text_properties/word_spacing-expected.txt:
31356         * platform/efl/css1/units/color_units-expected.png:
31357         * platform/efl/css1/units/color_units-expected.txt:
31358         * platform/efl/css1/units/length_units-expected.png:
31359         * platform/efl/css1/units/percentage_units-expected.png:
31360         * platform/efl/css1/units/percentage_units-expected.txt:
31361         * platform/efl/css1/units/urls-expected.png:
31362         * platform/efl/css1/units/urls-expected.txt:
31363         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
31364         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
31365         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
31366         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
31367         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
31368         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
31369         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
31370         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
31371         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
31372         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
31373         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
31374         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
31375         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
31376         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
31377         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
31378         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
31379         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
31380         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
31381         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
31382         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
31383         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
31384         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
31385         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
31386         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
31387         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
31388         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
31389         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
31390         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
31391         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
31392         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
31393         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
31394         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
31395         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
31396         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
31397         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
31398         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
31399         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
31400         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
31401         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
31402         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
31403         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
31404         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
31405         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
31406         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
31407         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
31408         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
31409         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
31410         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
31411         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
31412         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
31413         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
31414         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
31415         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
31416         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
31417         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
31418         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
31419         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
31420         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
31421         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
31422         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
31423         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
31424         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
31425         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
31426         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
31427         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
31428         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
31429         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
31430         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
31431         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
31432         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
31433         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
31434         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
31435         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
31436         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
31437         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
31438         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
31439         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
31440         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
31441         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
31442         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
31443         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
31444         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
31445         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
31446         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
31447         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
31448         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
31449         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
31450         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
31451         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
31452         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
31453         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
31454         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
31455         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
31456         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
31457         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
31458         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
31459         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png:
31460         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt:
31461         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png:
31462         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt:
31463         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png:
31464         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt:
31465         * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png:
31466         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png:
31467         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
31468         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png:
31469
31470 2013-01-18  Dominic Cooney  <dominicc@chromium.org>
31471
31472         [Chromium] Unreviewed gardening.
31473
31474         Add expectations for these tests which ASSERT in debug:
31475
31476         fast/forms/associated-element-crash.html
31477         html5lib/run-template.html
31478
31479         See <https://bugs.webkit.org/show_bug.cgi?id=107237>
31480
31481         * platform/chromium/TestExpectations:
31482
31483 2013-01-18  Tim Horton  <timothy_horton@apple.com>
31484
31485         Unreviewed, fix mac and mac-wk2 TestExpectations lint warnings.
31486
31487         * platform/mac-wk2/TestExpectations:
31488         fast/events/drag-selects-image.html is already covered by a classified failure,
31489         no reason to have it in the unclassified section too!
31490         * platform/mac/TestExpectations:
31491         The these tests are already skipped on Mac.
31492
31493 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
31494
31495         Unreviewed, rolling out r140005.
31496         http://trac.webkit.org/changeset/140005
31497         https://bugs.webkit.org/show_bug.cgi?id=107235
31498
31499         broke downstream Chromium interactive_ui_tests (Requested by
31500         dominicc on #webkit).
31501
31502         * http/tests/cache/cached-main-resource-expected.txt: Removed.
31503         * http/tests/cache/cached-main-resource.html: Removed.
31504         * http/tests/cache/resources/cacheable-iframe.php: Removed.
31505         * http/tests/inspector/resource-har-pages-expected.txt:
31506         * http/tests/loading/redirect-methods-expected.txt:
31507         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
31508         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
31509
31510 2013-01-18  Yoshifumi Inoue  <yosin@chromium.org>
31511
31512         REGRESSION(r137726): Spring Loaded Pan Scrolling doesn't stop
31513         https://bugs.webkit.org/show_bug.cgi?id=107205
31514
31515         Reviewed by Hajime Morita.
31516
31517         * platform/chromium-win/fast/events/panScroll-click-expected.txt: Added.
31518         * platform/chromium-win/fast/events/panScroll-click.html: Added.
31519         * platform/chromium-win/fast/events/panScroll-drag-expected.txt: Added.
31520         * platform/chromium-win/fast/events/panScroll-drag.html: Added.
31521         * platfrom/chromium/TestExpectations: Skip panScroll-{click,drag}.html for Android, Linux, and Mac.
31522
31523 2013-01-17  Rafael Weinstein  <rafaelw@chromium.org>
31524
31525         Ensure the parser adopts foster-parented children into the document of their parent.
31526         https://bugs.webkit.org/show_bug.cgi?id=107023
31527
31528         Reviewed by Adam Barth.
31529
31530         This patch adopts the child into the parent's document after foster parenting to prevent a child from ending up in the tree with the wrong document.
31531
31532         * fast/parser/foster-parent-adopted-expected.txt: Added.
31533         * fast/parser/foster-parent-adopted.html: Added.
31534         * fast/parser/foster-parent-adopted2-expected.txt: Added.
31535         * fast/parser/foster-parent-adopted2.html: Added.
31536
31537 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
31538
31539         Revert r122824 for a while
31540         https://bugs.webkit.org/show_bug.cgi?id=97867
31541
31542         Reviewed by Hajime Morita.
31543
31544         * fast/dom/shadow/select-image-with-shadow-expected.txt: Removed.
31545         * fast/dom/shadow/select-image-with-shadow.html: Removed.
31546         * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Removed.
31547         * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Removed.
31548         * fast/dom/shadow/shadowdom-for-image-alt-update.html: Removed.
31549         * fast/dom/shadow/shadowdom-for-image-alt.html: Removed.
31550         * fast/dom/shadow/shadowdom-for-image-content-expected.html: Removed.
31551         * fast/dom/shadow/shadowdom-for-image-content.html: Removed.
31552         * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Removed.
31553         * fast/dom/shadow/shadowdom-for-image-dynamic.html: Removed.
31554         * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Removed.
31555         * fast/dom/shadow/shadowdom-for-image-event-click.html: Removed.
31556         * fast/dom/shadow/shadowdom-for-image-expected.html: Removed.
31557         * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Removed.
31558         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Removed.
31559         * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Removed.
31560         * fast/dom/shadow/shadowdom-for-image-map.html: Removed.
31561         * fast/dom/shadow/shadowdom-for-image-style-expected.html: Removed.
31562         * fast/dom/shadow/shadowdom-for-image-style.html: Removed.
31563         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Removed.
31564         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Removed.
31565         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Removed.
31566         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Removed.
31567         * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Removed.
31568         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Removed.
31569         * fast/dom/shadow/shadowdom-for-image.html: Removed.
31570
31571 2013-01-17  Benjamin Poulain  <bpoulain@apple.com>
31572
31573         Remove non-existant test from Mac's TestExpectations
31574
31575         Unreviewed.
31576
31577         * platform/mac/TestExpectations:
31578         track-cue-rendering-inner-timestamps.html has been removed.
31579         drag-and-drop-autoscroll.html was introduced in a patch that has been reverted.
31580
31581 2013-01-17  Joanmarie Diggs  <jdiggs@igalia.com>
31582
31583         REGRESSION (r139444): Crashes in three accessibility tests on GTK
31584         https://bugs.webkit.org/show_bug.cgi?id=106922
31585
31586         Reviewed by Chris Fleizach.
31587
31588         * platform/gtk/TestExpectations: Unskipped the three failing tests
31589
31590 2013-01-17  Elliott Sprehn  <esprehn@chromium.org>
31591
31592         Track subframe count to avoid traversing the tree when there's no subframes
31593         https://bugs.webkit.org/show_bug.cgi?id=101821
31594
31595         Reviewed by Ojan Vafai.
31596
31597         Add a test that when frames are moved around by the parser and not actually
31598         detached we keep the subframe counters of ancestors consistent.
31599
31600         * fast/frames/parser-append-subframe-count-expected.txt: Added.
31601         * fast/frames/parser-append-subframe-count.html: Added.
31602
31603 2013-01-17  Alpha Lam  <hclam@chromium.org>
31604
31605         [chromium] Unreviewed gardening.
31606
31607         This test times out on Win7 dbg half of the time:
31608         fast/js/toString-and-valueOf-override.html
31609
31610         Mark it as Timeout.
31611
31612         * platform/chromium/TestExpectations:
31613
31614 2013-01-17  Dominic Cooney  <dominicc@chromium.org>
31615
31616         [Chromium] Unreviewed gardening.
31617
31618         Broaden the failure expectations of these tests:
31619
31620         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
31621         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html
31622
31623         These fail pixel tests by painting the system theme scrollbar; see
31624         <http://bugs.webkit.org/show_bug.cgi?id=106858>
31625
31626         * platform/chromium/TestExpectations:
31627
31628 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
31629
31630         Unreviewed, rolling out r139402.
31631         http://trac.webkit.org/changeset/139402
31632         https://bugs.webkit.org/show_bug.cgi?id=107212
31633
31634         Perf regression on DOMDivWalk (Requested by falken_ on
31635         #webkit).
31636
31637         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
31638         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
31639         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
31640         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
31641
31642 2013-01-17  Alpha Lam  <hclam@chromium.org>
31643
31644         [chromium] Test expectations update
31645         https://bugs.webkit.org/show_bug.cgi?id=107209
31646
31647         Mark this test as crash on debug builds:
31648         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html
31649
31650         This crash seems to be caused by r140024.
31651
31652         * platform/chromium/TestExpectations:
31653
31654 2013-01-17  Matt Falkenhagen  <falken@chromium.org>
31655
31656         Top layer fails for inline elements
31657         https://bugs.webkit.org/show_bug.cgi?id=106538
31658
31659         Reviewed by Hajime Morita.
31660
31661         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position-expected.html: Added.
31662         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position.html: Added.
31663         * fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html: Added.
31664         * fast/dom/HTMLDialogElement/top-layer-position-relative.html: Added.
31665         * fast/dom/HTMLDialogElement/top-layer-position-static-expected.html: Added.
31666         * fast/dom/HTMLDialogElement/top-layer-position-static.html: Added.
31667
31668 2013-01-17  Alpha Lam  <hclam@chromium.org>
31669
31670         [chromium] Test expectations update
31671         https://bugs.webkit.org/show_bug.cgi?id=107204
31672
31673         Mark this test as flaky:
31674         fast/events/touch/multi-touch-inside-iframes.html
31675
31676         * platform/chromium/TestExpectations:
31677
31678 2013-01-17  Abhishek Arya  <inferno@chromium.org>
31679
31680         Heap-use-after-free in WebCore::RenderBlock::checkFloatsInCleanLine
31681         https://bugs.webkit.org/show_bug.cgi?id=90802
31682
31683         Reviewed by Julien Chaffraix.
31684
31685         * fast/multicol/float-not-removed-crash-expected.txt: Added.
31686         * fast/multicol/float-not-removed-crash.html: Added.
31687
31688 2013-01-17  Simon Fraser  <simon.fraser@apple.com>
31689
31690         Make it possible for the root background to be painted into its own GraphicsLayer
31691         https://bugs.webkit.org/show_bug.cgi?id=107177
31692
31693         Reviewed by Dave Hyatt.
31694         
31695         New tests with results for a fixed root background layer when using tiled drawing.
31696
31697         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Added.
31698         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
31699         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Added.
31700         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png: Added.
31701         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
31702         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Added.
31703         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
31704         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Added.
31705         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Added.
31706         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
31707         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Added.
31708         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Added.
31709         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
31710         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Added.
31711         * platform/mac/tiled-drawing/fixed-background/fixed-body-background.html: Added.
31712         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png: Added.
31713         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
31714         * platform/mac/tiled-drawing/fixed-background/fixed-html-background.html: Added.
31715         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Added.
31716         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Added.
31717         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Added.
31718
31719 2013-01-17  Alpha Lam  <hclam@chromium.org>
31720
31721         [chromium] Test expectations update
31722
31723         Unreviewed build fix. Update test expectations to reflect crashing tests:
31724         http/tests/appcache/fail-on-update.html
31725         http/tests/appcache/fail-on-update-2.html
31726
31727         * platform/chromium/TestExpectations:
31728
31729 2013-01-17  Alexis Hetu  <sugoi@chromium.org>
31730
31731         imageSmoothingEnabled frequent, unpredictable crashes
31732         https://bugs.webkit.org/show_bug.cgi?id=107161
31733
31734         Reviewed by Stephen White.
31735
31736         Added a layout test for setting image smoothing enabled on a 0 sized
31737         canvas.
31738
31739         * fast/canvas/canvas-imageSmoothingEnabled-zero-size-expected.txt: Added.
31740         * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html: Added.
31741
31742 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
31743
31744         Unreviewed, rolling out r140049.
31745         http://trac.webkit.org/changeset/140049
31746         https://bugs.webkit.org/show_bug.cgi?id=107187
31747
31748         Breaks lots of stuff (Requested by schenney on #webkit).
31749
31750         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Removed.
31751         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Removed.
31752
31753 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31754
31755         SVGViewSpec fails when corresponding element has been removed
31756         https://bugs.webkit.org/show_bug.cgi?id=106957
31757
31758         Reviewed by Dirk Schulze.
31759
31760         Test for the situation in which the target of an SVGViewSpec is
31761         removed while the view spec lives on in JS.
31762
31763         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
31764         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
31765
31766 2013-01-17  Julien Chaffraix  <jchaffraix@webkit.org>
31767
31768         [CSS Grid Layout] Updating -webkit-grid-rows or -webkit-grid-columns doesn't work as expected
31769         https://bugs.webkit.org/show_bug.cgi?id=107062
31770
31771         Reviewed by Tony Chang.
31772
31773         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update-expected.txt: Added.
31774         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html: Added.
31775         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update-expected.txt: Added.
31776         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html: Added.
31777
31778 2013-01-17  Alpha Lam  <hclam@chromium.org>
31779
31780         [chromium] Fix layout test expectations.
31781
31782         Not reviewed. Update layout test expectations.
31783
31784         http/tests/appcache/fail-on-update.html is crashing, mark it so.
31785
31786         * platform/chromium/TestExpectations:
31787
31788 2013-01-17  Alpha Lam  <hclam@chromium.org>
31789
31790         [chromium] Layout test rebaselines.
31791
31792         Not reviewed. Rebaselines to fix build.
31793
31794         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
31795
31796 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31797
31798         [Chromium] svg/custom/foreign-object-skew-expected.png differs Debug/Release on SnowLeopard
31799         https://bugs.webkit.org/show_bug.cgi?id=99138
31800
31801         Unreviewed test expectations update.
31802
31803         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Use the Release result.
31804         * platform/chromium/TestExpectations: Mark the test as failing, and won't fix.
31805
31806 2013-01-17  Robert Hogan  <robert@webkit.org>
31807
31808         Nested fixed position element not staying with parent
31809         https://bugs.webkit.org/show_bug.cgi?id=65477
31810
31811         Reviewed by David Hyatt.
31812
31813         * fast/inline/fixed-pos-moves-with-abspos-inline-parent-expected.txt: Added.
31814         * fast/inline/fixed-pos-moves-with-abspos-inline-parent.html: Added.
31815         * fast/inline/fixed-pos-moves-with-abspos-parent-expected.txt: Added.
31816         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor-expected.txt: Added.
31817         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html: Added.
31818         * fast/inline/fixed-pos-moves-with-abspos-parent.html: Added.
31819         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent-expected.txt: Added.
31820         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html: Added.
31821
31822 2013-01-17  Andrei Bucur  <abucur@adobe.com>
31823
31824         [CSS Regions] Content flows incorrectly in autoheight regions with min/max-height set
31825         https://bugs.webkit.org/show_bug.cgi?id=102099
31826
31827         Reviewed by David Hyatt.
31828
31829         All the tests have a description about how the breaking should happen. They pass if the height of the region chain is
31830         correctly computed by using the max-height, min-height, height and writing mode conditions.
31831
31832         * fast/regions/autoheight-maxheight-mixed-break-expected.txt: Added.
31833         * fast/regions/autoheight-maxheight-mixed-break.html: Added.
31834         * fast/regions/autoheight-maxheight-simple-break-expected.txt: Added.
31835         * fast/regions/autoheight-maxheight-simple-break.html: Added.
31836         * fast/regions/autoheight-maxheight-simple-nobreak-expected.txt: Added.
31837         * fast/regions/autoheight-maxheight-simple-nobreak.html: Added.
31838         * fast/regions/autoheight-minmaxheight-mixed-break-expected.txt: Added.
31839         * fast/regions/autoheight-minmaxheight-mixed-break-hbt-expected.txt: Added.
31840         * fast/regions/autoheight-minmaxheight-mixed-break-hbt.html: Added.
31841         * fast/regions/autoheight-minmaxheight-mixed-break-vlr-expected.txt: Added.
31842         * fast/regions/autoheight-minmaxheight-mixed-break-vlr.html: Added.
31843         * fast/regions/autoheight-minmaxheight-mixed-break-vrl-expected.txt: Added.
31844         * fast/regions/autoheight-minmaxheight-mixed-break-vrl.html: Added.
31845         * fast/regions/autoheight-minmaxheight-mixed-break.html: Added.
31846         * fast/regions/autoheight-minmaxheight-simple-break-expected.txt: Added.
31847         * fast/regions/autoheight-minmaxheight-simple-break.html: Added.
31848         * fast/regions/autoheight-minmaxheight-simple-nobreak-expected.txt: Added.
31849         * fast/regions/autoheight-minmaxheight-simple-nobreak.html: Added.
31850
31851 2013-01-17  Alexis Menard  <alexis@webkit.org>
31852
31853         Add ontransitionend attribute on HTML elements.
31854         https://bugs.webkit.org/show_bug.cgi?id=107134
31855
31856         Reviewed by Simon Fraser.
31857
31858         Add tests to cover the new attribute. It also make sure that event if
31859         we use the old attribute and the new one at the same time only the new
31860         event handler will be called.
31861
31862         * transitions/transition-end-event-unprefixed-03-expected.txt: Added.
31863         * transitions/transition-end-event-unprefixed-03.html: Added.
31864         * transitions/transition-end-event-unprefixed-04-expected.txt: Added.
31865         * transitions/transition-end-event-unprefixed-04.html: Added.
31866
31867 2013-01-17  Andrei Bucur  <abucur@adobe.com>
31868
31869         Widows and orphans test4 fails if isolated
31870         https://bugs.webkit.org/show_bug.cgi?id=106006
31871
31872         Reviewed by Dean Jackson.
31873
31874         This is the "Basic Orphans" test extracted from fast/multicol/widows-and-orphans.html. It was minimized and modified to include a relayout step.
31875
31876         * fast/multicol/orphans-relayout-expected.txt: Added.
31877         * fast/multicol/orphans-relayout.html: Added.
31878
31879 2013-01-17  Martin Robinson  <mrobinson@igalia.com>
31880
31881         REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL
31882         https://bugs.webkit.org/show_bug.cgi?id=105042
31883
31884         Reviewed by Gustavo Noronha Silva.
31885
31886         Unskip a test which is now passing.
31887
31888         * platform/gtk/TestExpectations:
31889
31890 2013-01-17  Nate Chapin  <japhet@chromium.org>
31891
31892         Enable reuse of cached main resources
31893         https://bugs.webkit.org/show_bug.cgi?id=105667.
31894
31895         Reviewed by Antti Koivisto.
31896
31897         * http/tests/cache/cached-main-resource-expected.txt: Added.
31898         * http/tests/cache/cached-main-resource.html: Added.
31899         * http/tests/cache/resources/cacheable-iframe.php: Added.
31900         * http/tests/inspector/resource-har-pages-expected.txt:
31901         * http/tests/loading/redirect-methods-expected.txt:
31902         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
31903         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
31904
31905 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
31906
31907         [Mac] svg/custom/text-use-click-crash.xhtml added by r139029 hits assertion in enclosingTextFormControl
31908         https://bugs.webkit.org/show_bug.cgi?id=106361
31909
31910         Reviewed by Darin Adler.
31911
31912         Removed crash test expectation.
31913
31914         * platform/mac/TestExpectations:
31915
31916 2013-01-17  Eugene Klyuchnikov  <eustas@chromium.org>
31917
31918         Web Inspector: Profiler: split "getProfile" to "getCPUProfile" and "loadHeapSnapshot"
31919         https://bugs.webkit.org/show_bug.cgi?id=104545
31920
31921         Reviewed by Yury Semikhatsky.
31922
31923         Adopted new method signatures.
31924
31925         * inspector/profiler/heap-snapshot-get-profile-crash.html:
31926         Adopted new method signatures.
31927         * inspector/profiler/heap-snapshot-loader.html: Ditto.
31928         * inspector/profiler/heap-snapshot-test.js: Ditto.
31929
31930 2013-01-17  Krzysztof Czech  <k.czech@samsung.com>
31931
31932         Unreviewed EFL gardening.
31933         https://bugs.webkit.org/show_bug.cgi?id=107113
31934
31935         Skipping test with missing expectation result.
31936
31937         * platform/efl-wk2/TestExpectations:
31938
31939 2013-01-17  John Bauman  <jbauman@chromium.org>
31940
31941         Fix texImage2D from a WebGL canvas.
31942         https://bugs.webkit.org/show_bug.cgi?id=106941
31943
31944         Reviewed by Kenneth Russell.
31945
31946         Add test to ensure doing teximage2d from a webgl canvas works. This
31947         test is the same as a webgl conformance test.
31948
31949         * fast/canvas/webgl/tex-image-webgl-expected.txt: Added.
31950         * fast/canvas/webgl/tex-image-webgl.html: Added.
31951
31952 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31953
31954         [Chromium] Test expectations update after Skia shader changes
31955
31956         Unreviewed new GPU expectations
31957
31958         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
31959         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
31960
31961 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31962
31963         [Chromium} Removing extraneous expectations
31964
31965         Unreviewed expectations clean-up
31966
31967         * platform/chromium/TestExpectations:
31968
31969 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31970
31971         [Chromium] Final rebaselines after Skia flags changed
31972         https://bugs.webkit.org/show_bug.cgi?id=106833
31973         https://bugs.webkit.org/show_bug.cgi?id=99138
31974
31975         Unreviewed test expectations update
31976
31977         * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
31978         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
31979         * platform/chromium/TestExpectations:
31980
31981 2013-01-17  Andrey Lushnikov  <lushnikov@chromium.org>
31982
31983         Web Inspector: fix DefaultTextEditor's broken backspace
31984         https://bugs.webkit.org/show_bug.cgi?id=107130
31985
31986         Reviewed by Pavel Feldman.
31987
31988         Fix test expected results to correspond to changes.
31989
31990         * inspector/editor/text-editor-highlight-regexp-expected.txt:
31991
31992 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
31993
31994         Unreviewed GTK gardening.
31995
31996         Adjust and move expectations for tests in svg/ and tables/ as
31997         necessary to cover current testing situation for both WebKit1 and WebKit2.
31998
31999         * platform/gtk-wk1/TestExpectations:
32000         * platform/gtk-wk2/TestExpectations:
32001         * platform/gtk/TestExpectations:
32002
32003 2013-01-16  Vsevolod Vlasov  <vsevik@chromium.org>
32004
32005         Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
32006         https://bugs.webkit.org/show_bug.cgi?id=107021
32007
32008         Reviewed by Pavel Feldman.
32009
32010         * inspector/file-mapping-expected.txt:
32011
32012 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
32013
32014         Unreviewed GTK gardening.
32015
32016         Removing 4 crash expectations that are obsolete.
32017
32018         * platform/gtk/TestExpectations:
32019
32020 2013-01-17  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
32021
32022         Unreviewed EFL gardening.
32023
32024         Allow to run spellcheck-input-search-crash.html for WK2-EFL.
32025         This test passes after r135595.
32026         It's skipped by global platform/wk2/TestExpectations.
32027
32028         * platform/efl-wk2/TestExpectations:
32029
32030 2013-01-16  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
32031
32032         [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
32033         https://bugs.webkit.org/show_bug.cgi?id=106662
32034
32035         Reviewed by Antonio Gomes.
32036
32037         * platform/efl-wk2/TestExpectations:
32038         Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
32039         skipped by platform/wk2/TestExpectations.
32040
32041         * platform/gtk/TestExpectations:
32042         Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.
32043
32044 2013-01-17  Chris Fleizach  <cfleizach@apple.com>
32045
32046         WebSpeech: implement voices list
32047         https://bugs.webkit.org/show_bug.cgi?id=107014
32048
32049         Reviewed by Adam Barth.
32050
32051         * platform/mac/TestExpectations:
32052         * platform/mac/fast/speechsynthesis: Added.
32053         * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
32054         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.
32055
32056 2013-01-16  Hajime Morrita  <morrita@google.com>
32057
32058         NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
32059         https://bugs.webkit.org/show_bug.cgi?id=106985
32060
32061         Reviewed by Ryosuke Niwa.
32062
32063         * svg/custom/use-mutation-crash-expected.txt: Added.
32064         * svg/custom/use-mutation-crash.xhtml: Added.
32065
32066 2013-01-16  MORITA Hajime  <morrita@google.com>
32067
32068         Attr.ownerDocument should change if its parent's owner did
32069         https://bugs.webkit.org/show_bug.cgi?id=97644
32070
32071         Reviewed by Darin Adler.
32072
32073         * fast/dom/Attr/parent-adopt-node-expected.txt: Added.
32074         * fast/dom/Attr/parent-adopt-node.html: Added.
32075
32076 2013-01-16  Victor Carbune  <vcarbune@chromium.org>
32077
32078         Cues not rendered when they should be
32079         https://bugs.webkit.org/show_bug.cgi?id=106943
32080
32081         Reviewed by Eric Carlson.
32082
32083         * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
32084         * media/track/track-cue-rendering-mode-changed.html: Added.
32085         * media/video-controls-captions-expected.txt: Updated.
32086
32087 2013-01-16  Sheriff Bot  <webkit.review.bot@gmail.com>
32088
32089         Unreviewed, rolling out r139853.
32090         http://trac.webkit.org/changeset/139853
32091         https://bugs.webkit.org/show_bug.cgi?id=107049
32092
32093         Broke the ChromeOS ppapi_unittests (Requested by leviw on
32094         #webkit).
32095
32096         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
32097         * inspector-protocol/page/frameScheduledNavigation.html: Removed.
32098         * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
32099         * inspector-protocol/page/frameStartedLoading.html: Removed.
32100
32101 2013-01-16  Florin Malita  <fmalita@chromium.org>
32102
32103         [Chromium] Unreviewed gardening.
32104
32105         Adding results for platform/chromium/compositing/rounded-corners.html.
32106
32107         * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
32108         * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
32109         * platform/chromium/TestExpectations:
32110         * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.
32111
32112 2013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>
32113
32114         inconsistency in drawImage with target rect negative dimensions.
32115         https://bugs.webkit.org/show_bug.cgi?id=100026
32116
32117         Reviewed by Dean Jackson.
32118
32119         Add a drawImage check for a destination rectangle with -1px
32120         width/height. When drawing to (1, 1, -1, -1) rectangle, first
32121         (top-left) pixel should have been and been the only one drawn into.
32122
32123         * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
32124         * fast/canvas/drawImage-with-negative-source-destination.js:
32125
32126 2013-01-16  W. James MacLean  <wjmaclean@chromium.org>
32127
32128         LinkHighlight should use touch adjustment to match active state on GestureTapDown.
32129         https://bugs.webkit.org/show_bug.cgi?id=107032
32130
32131         Reviewed by Adam Barth.
32132
32133         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:
32134
32135 2013-01-16  Levi Weintraub  <leviw@chromium.org>
32136
32137         Unreviewed gardening. Marking several tests as crashing on Debug builds following
32138         r139853.
32139
32140         * platform/chromium/TestExpectations:
32141
32142 2013-01-16  Levi Weintraub  <leviw@chromium.org>
32143
32144         Unreveiwed gardening. Updating expectations following r139865.
32145
32146         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
32147         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
32148         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
32149         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
32150         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
32151         * platform/chromium/TestExpectations:
32152
32153 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
32154
32155         Web Inspector: array grouping does not work for float number keys
32156         https://bugs.webkit.org/show_bug.cgi?id=106998
32157
32158         Reviewed by Pavel Feldman.
32159
32160         * inspector/console/console-big-array-expected.txt:
32161         * inspector/console/console-big-array.html:
32162
32163 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
32164
32165         Web Inspector: cookies with empty value are parsed incorrectly
32166         https://bugs.webkit.org/show_bug.cgi?id=107012
32167
32168         Reviewed by Pavel Feldman.
32169
32170         * inspector/cookie-parser-expected.txt:
32171         * inspector/cookie-parser.html:
32172
32173 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32174
32175         Web Inspector: create helper InspectorTest method to dump editor HTML
32176         https://bugs.webkit.org/show_bug.cgi?id=107007
32177
32178         Reviewed by Pavel Feldman.
32179
32180         Add helper method to dump textEditor HTML.
32181
32182         * inspector/editor/editor-test.js:
32183         (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
32184         * inspector/editor/text-editor-highlight-regexp.html:
32185
32186 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
32187
32188         Web Inspector: [Extensions API] remove inspectedWindow.onReset event
32189         https://bugs.webkit.org/show_bug.cgi?id=107009
32190
32191         Reviewed by Vsevolod Vlasov.
32192
32193         * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.
32194
32195 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32196
32197         Web Inspector: fix text-editor-highlight-regexp test
32198         https://bugs.webkit.org/show_bug.cgi?id=107006
32199
32200         Reviewed by Vsevolod Vlasov.
32201
32202         Fixing test expectations: no more height style.
32203
32204         * inspector/editor/text-editor-highlight-regexp-expected.txt:
32205
32206 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32207
32208         Unreviewed GTK gardening.
32209
32210         Updating or removing a few stale expectations.
32211         Adding two failure expectations for MicroData tests that are
32212         failing after r139673.
32213
32214         * platform/gtk/TestExpectations:
32215
32216 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
32217
32218         [EFL] Unreviewed gardening.
32219
32220         Marking compositing/layer-creation/overlap-animation-container as failure
32221         after it started failing in r139794, might just need a rebaseline but first let's have
32222         someone familiar with AC look at it.
32223
32224         * platform/efl/TestExpectations:
32225
32226 2013-01-16  Pablo Flouret  <pablof@motorola.com>
32227
32228         Implement CSSSupportsRule
32229         https://bugs.webkit.org/show_bug.cgi?id=104822
32230
32231         Reviewed by Allan Sandfeld Jensen.
32232
32233         * css3/supports-cssom-expected.txt: Added.
32234         * css3/supports-cssom.html: Added.
32235         * css3/supports-expected.txt:
32236         * css3/supports.html:
32237
32238         * platform/chromium/TestExpectations:
32239         * platform/efl/TestExpectations:
32240         * platform/gtk/TestExpectations:
32241         * platform/mac/TestExpectations:
32242         * platform/qt/TestExpectations:
32243         * platform/win/TestExpectations:
32244         * platform/wincairo/TestExpectations:
32245         * platform/wk2/TestExpectations:
32246
32247 2013-01-16  Kent Tamura  <tkent@chromium.org>
32248
32249         INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
32250         https://bugs.webkit.org/show_bug.cgi?id=106983
32251
32252         Reviewed by Kentaro Hara.
32253
32254         Note: We don't add tests for input[type=datetime] now because the WHATWG
32255         specification might be changed.
32256
32257         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
32258         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.
32259
32260         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
32261         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
32262         Update test cases for new behavior. We should not make hour fields
32263         read-only for input[type=time].
32264         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
32265         * platform/chromium/TestExpectations: Add time-appearance-basic.html.
32266
32267 2013-01-16  Nandor Huszka  <hnandor@inf.u-szeged.hu>
32268
32269         [Qt] Unreviewed gardening.
32270
32271         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
32272         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
32273         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
32274         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
32275         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.
32276
32277 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
32278
32279         [EFL] Unreviewed gardening.
32280
32281         Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
32282         ScrollingCoordinator tests moved to TestExpectations after r139686.
32283         Border size rendering change in r139798 requires a rebaseline for
32284         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
32285         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32286         but they fail to generate pixel results - see bug 106992.
32287         PropertyCollection tests skipped for now after r139756
32288
32289         * platform/efl/TestExpectations:
32290
32291 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
32292
32293         Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
32294         https://bugs.webkit.org/show_bug.cgi?id=106795
32295
32296         Reviewed by Pavel Feldman.
32297
32298         * inspector/file-mapping-expected.txt: Added.
32299         * inspector/file-mapping.html: Added.
32300
32301 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
32302
32303         Web Inspector: Introduce UISourceCode.originURL().
32304         https://bugs.webkit.org/show_bug.cgi?id=106909
32305
32306         Reviewed by Pavel Feldman.
32307
32308         * http/tests/inspector/compiler-script-mapping.html:
32309         * http/tests/inspector/debugger-test.js:
32310         (initialize_DebuggerTest):
32311         * http/tests/inspector/network/network-request-revision-content.html:
32312         * http/tests/inspector/workspace-test.js:
32313         * inspector/debugger/breakpoint-manager.html:
32314         * inspector/debugger/dynamic-script-tag.html:
32315         * inspector/debugger/linkifier.html:
32316         * inspector/debugger/live-edit-breakpoints.html:
32317         * inspector/debugger/script-snippet-model.html:
32318         * inspector/debugger/scripts-file-selector.html:
32319         * inspector/debugger/scripts-panel.html:
32320         * inspector/debugger/scripts-sorting.html:
32321         * inspector/debugger/source-frame-count.html:
32322         * inspector/debugger/source-url-comment.html:
32323         * inspector/debugger/ui-source-code-display-name.html:
32324         * inspector/debugger/ui-source-code.html:
32325         * inspector/styles/styles-history.html:
32326         * inspector/uisourcecode-revisions.html:
32327
32328 2013-01-16  Csaba Osztrogonác  <ossy@webkit.org>
32329
32330         REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
32331         https://bugs.webkit.org/show_bug.cgi?id=106991
32332
32333         Unreviewed gardening, updated expected file.
32334
32335         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
32336         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.
32337
32338 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32339
32340         Unreviewed GTK gardening.
32341
32342         Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
32343         The test started failing after r139835.
32344
32345         * platform/gtk/TestExpectations:
32346
32347 2013-01-16  Ken Kania  <kkania@chromium.org>
32348
32349         [Inspector] Add events for tracking page loads and scheduled navigations.
32350         https://bugs.webkit.org/show_bug.cgi?id=104168
32351
32352         Reviewed by Pavel Feldman.
32353
32354         These events are needed for clients who need to be aware of when a page is
32355         navigating or about to navigate. Some clients may wish to prevent interaction
32356         with the page during this time. Two of the new events track loading start and
32357         stop, as measured by the ProgressTracker. The other two events track when a
32358         page has a new scheduled navigation and when it no longer has a scheduled
32359         navigation. These latter two events won't allow the client to determine if
32360         a load is going to happen in all circumstances, but is sufficient for many cases.
32361
32362         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
32363         * inspector-protocol/page/frameScheduledNavigation.html: Added.
32364         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
32365         * inspector-protocol/page/frameStartedLoading.html: Added.
32366
32367 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32368
32369         Unreviewed GTK gardening.
32370
32371         Rebaselining after r139798.
32372
32373         * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
32374         * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
32375
32376 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
32377
32378         [Chromium] Unreviewed gardening.
32379
32380         Rebaseline this test on Linux after r139798:
32381
32382         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32383
32384         * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
32385
32386 2013-01-16  Tommy Widenflycht  <tommyw@google.com>
32387
32388         MediaStream API: Update MediaStreamTrack::readyState to match specification
32389         https://bugs.webkit.org/show_bug.cgi?id=106781
32390
32391         Reviewed by Kentaro Hara.
32392
32393         * fast/mediastream/MediaStreamTrack-expected.txt:
32394         * fast/mediastream/MediaStreamTrack.html:
32395
32396 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
32397
32398         Web Inspector: array grouping does not work for big and negative number keys
32399         https://bugs.webkit.org/show_bug.cgi?id=106891
32400
32401         Reviewed by Pavel Feldman.
32402
32403         * inspector/console/console-big-array-expected.txt:
32404         * inspector/console/console-big-array.html:
32405
32406 2013-01-16  Dominic Cooney   <dominicc@chromium.org>
32407
32408         [Chromium] Unreviewed gardening.
32409
32410         Rebaseline this test after r139835:
32411
32412         fast/js/integer-division-neg2tothe32-by-neg1.html
32413
32414         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.
32415
32416 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32417
32418         Unreviewed gardening.
32419
32420         Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
32421         on all ports. The expectation for the test is now marked as a WontFix image failure.
32422
32423         r139786 reintroduced the possibility of running tests marked as WontFix if there is
32424         another expectation (like Failure, ImageOnlyFailure) listed for the test.
32425
32426         This specific test tests that the harness correctly behaves in a case of a mismatch
32427         reftest that matches with its baseline (i.e. that an image failure is reported). As
32428         such every port should run it to ensure correct behavior of the ImageDiff tool in combination
32429         with NRWT.
32430
32431         * platform/chromium/TestExpectations:
32432         * platform/efl/TestExpectations:
32433         * platform/gtk/TestExpectations:
32434         * platform/mac/TestExpectations:
32435         * platform/qt/TestExpectations:
32436         * platform/win/TestExpectations:
32437         * platform/wincairo/TestExpectations:
32438
32439 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
32440
32441         [Chromium] Unreviewed gardening.
32442
32443         Baseline (and rebaseline on Linux) these tests introduced in
32444         r139836:
32445
32446         fast/gradients/unprefixed-color-stop-units.html
32447         fast/gradients/unprefixed-color-stops.html
32448         fast/gradients/unprefixed-generated-gradients.html
32449         fast/gradients/unprefixed-gradient-parsing.html
32450         fast/gradients/unprefixed-linear-angle-gradients.html
32451         fast/gradients/unprefixed-linear-right-angle-gradients.html
32452         fast/gradients/unprefixed-list-item-gradient.html
32453         fast/gradients/unprefixed-radial-gradients.html
32454         fast/gradients/unprefixed-radial-gradients2.html
32455         fast/gradients/unprefixed-radial-gradients3.html
32456         fast/gradients/unprefixed-repeating-end-fill.html
32457         fast/gradients/unprefixed-repeating-linear-gradient.html
32458         fast/gradients/unprefixed-repeating-radial-gradients.html
32459         fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html
32460
32461         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
32462         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
32463         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
32464         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
32465         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
32466         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
32467         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
32468         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
32469         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
32470         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
32471         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
32472         * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32473         * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32474         * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32475         * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
32476         * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32477         * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32478         * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32479         * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
32480         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32481         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32482         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32483         * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
32484         * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32485         * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32486         * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32487         * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32488         * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
32489         * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32490         * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32491         * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32492         * platform/chromium-win/fast/gradients/unprefixed-list-item-gradient-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png.
32493         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32494         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32495         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32496         * platform/chromium-win/fast/gradients/unprefixed-repeating-end-fill-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png.
32497         * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32498         * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32499         * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32500
32501 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32502
32503         Web Inspector: highlight regexp API for DefaultTextEditor
32504         https://bugs.webkit.org/show_bug.cgi?id=106801
32505
32506         Reviewed by Pavel Feldman.
32507
32508         New layout test to verify DefaultTextEditor highlight regexp API.
32509
32510         * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
32511         * inspector/editor/text-editor-highlight-regexp.html: Added.
32512
32513 2013-01-15  Tab Atkins  <jackalmage@gmail.com>
32514
32515         Update CSS3 gradient support to the latest spec version
32516         https://bugs.webkit.org/show_bug.cgi?id=67166
32517
32518         Reviewed by Dean Jackson.
32519
32520         * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
32521         * fast/gradients/unprefixed-color-stop-units.html: Added.
32522         * fast/gradients/unprefixed-color-stops-expected.txt: Added.
32523         * fast/gradients/unprefixed-color-stops.html: Added.
32524         * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
32525         * fast/gradients/unprefixed-generated-gradients.html: Added.
32526         * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
32527         * fast/gradients/unprefixed-gradient-parsing.html: Added.
32528         * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
32529         * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
32530         * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
32531         * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
32532         * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
32533         * fast/gradients/unprefixed-list-item-gradient.html: Added.
32534         * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
32535         * fast/gradients/unprefixed-radial-gradients.html: Added.
32536         * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
32537         * fast/gradients/unprefixed-radial-gradients2.html: Added.
32538         * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
32539         * fast/gradients/unprefixed-radial-gradients3.html: Added.
32540         * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
32541         * fast/gradients/unprefixed-repeating-end-fill.html: Added.
32542         * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
32543         * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
32544         * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
32545         * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
32546         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
32547         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
32548         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32549         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
32550         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32551         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32552         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32553         * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
32554         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32555         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32556         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32557         * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
32558         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32559         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32560         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32561
32562 2013-01-15  Michael Saboff  <msaboff@apple.com>
32563
32564         DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
32565         https://bugs.webkit.org/show_bug.cgi?id=106978
32566
32567         Reviewed by Filip Pizlo.
32568
32569         Added a new DFG check for -2^31 / -1 when we expect and integer result.
32570
32571         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
32572         * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
32573         (myDivExpectingInt):
32574
32575 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32576
32577         [Chromium] Unreviewed gardening.
32578
32579         Rebaseline this test on Win after r139798:
32580
32581         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32582
32583         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
32584         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
32585         * platform/chromium/TestExpectations:
32586
32587 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
32588
32589         [Chromium] Unreviewed gardening.
32590
32591         Rebaseline this test after r139798:
32592
32593         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html
32594
32595         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32596         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32597         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32598         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32599         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32600         * platform/chromium/TestExpectations:
32601         * platform/chromium/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Generalize LayoutTests/platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt.
32602
32603 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32604
32605         [Chromium] Unreviewed gardening.
32606
32607         Add expectations for this test:
32608
32609         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
32610
32611         On the Chromium Mac Debug bot it is drawn with system scrollbars;
32612         see <https://bugs.webkit.org/show_bug.cgi?id=106858>
32613
32614         * platform/chromium/TestExpectations:
32615
32616 2013-01-15  Charles Wei  <charles.wei@torchmobile.com.cn>
32617
32618         Fullscreen element should not share styles with it's siblings.
32619         https://bugs.webkit.org/show_bug.cgi?id=106888
32620
32621         Reviewed by George Staikos.
32622
32623         * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
32624         * fullscreen/full-screen-no-style-sharing.html: Added.
32625
32626 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
32627
32628         [Chromium] Unreviewed gardening.
32629
32630         Rebaselining this test on Windows:
32631
32632         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
32633
32634         The Chromium XP and Win7 bots' results look consistent and the
32635         spurious grey areas are already being tracked by bug 80517.
32636
32637         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
32638         * platform/chromium/TestExpectations:
32639
32640 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32641
32642         [Chromium] Unreviewed gardening.
32643
32644         Add expectations for this test:
32645
32646         inspector/extensions/extensions-reload.html
32647
32648         This is flakily slow on the Chromium Win7 Release bot.
32649
32650         * platform/chromium/TestExpectations:
32651
32652 2013-01-15  Emil A Eklund  <eae@chromium.org>
32653
32654         Unreviewed mac rebaseline for r139798.
32655
32656         * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
32657         * platform/mac-wk2/svg/zoom/page: Removed.
32658         * platform/mac/TestExpectations:
32659         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
32660         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32661
32662 2013-01-15  Emil A Eklund  <eae@chromium.org>
32663
32664         [Sub pixel layout] RTL cells with padding wraps
32665         https://bugs.webkit.org/show_bug.cgi?id=106843
32666
32667         Reviewed by Levi Weintraub.
32668         
32669         Add test for rtl tables with padding.
32670
32671         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
32672         * fast/sub-pixel/table-rtl-padding-expected.html: Added.
32673         * fast/sub-pixel/table-rtl-padding.html: Added.
32674
32675 2013-01-15  Dominic Mazzoni  <dmazzoni@google.com>
32676
32677         Use-after-free in AXObjectCache::notificationPostTimerFired
32678         https://bugs.webkit.org/show_bug.cgi?id=106106
32679
32680         Reviewed by Ryosuke Niwa.
32681
32682         Test that demonstrates the crash when a Node with an
32683         AccessibilityObject changes its document and then isn't removed from
32684         the AXObjectCache when it's deleted.
32685
32686         * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
32687         * accessibility/crash-adopt-node-from-new-document.html: Added.
32688
32689 2013-01-15  Arnaud Renevier  <a.renevier@sisa.samsung.com>
32690
32691         Add Canvas blend modes to Cairo
32692         https://bugs.webkit.org/show_bug.cgi?id=105074
32693
32694         Reviewed by Martin Robinson.
32695
32696         Unskip fast/canvas/canvas-blend-image.html and
32697         fast/canvas/canvas-blend-solid.html
32698
32699         Add platform specific expected files because currently, expected
32700         results are not correct.
32701
32702         * platform/gtk/TestExpectations:
32703         * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
32704         * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
32705
32706 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
32707
32708         Implement matching by the voice attribute for WebVTT ::cue pseudo element
32709         https://bugs.webkit.org/show_bug.cgi?id=106762
32710
32711         Reviewed by Eric Carlson.
32712
32713         * media/track/captions-webvtt/styling.vtt:
32714         * media/track/track-css-matching-expected.txt:
32715         * media/track/track-css-matching.html:
32716
32717 2013-01-15  Levi Weintraub  <leviw@chromium.org>
32718
32719         Unreviewed, rolling out r139790.
32720         http://trac.webkit.org/changeset/139790
32721         https://bugs.webkit.org/show_bug.cgi?id=106948
32722
32723         The patch is failing its own test.
32724
32725         * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
32726         * fast/dom/MutationObserver/parser-mutations.html: Removed.
32727
32728 2013-01-15  Emil A Eklund  <eae@chromium.org>
32729
32730         REGRESSION (r121599): incorrect border scaling when zoomed
32731         https://bugs.webkit.org/show_bug.cgi?id=106944
32732
32733         Reviewed by Levi Weintraub.
32734         
32735         Add test for zoomed em border and restore expectations for 
32736         zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
32737
32738         * fast/sub-pixel/zoomed-em-border-expected.html: Added.
32739         * fast/sub-pixel/zoomed-em-border.html: Added.
32740         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32741         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32742
32743 2013-01-15  Alexandru Chiculita  <achicu@adobe.com>
32744
32745         [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
32746         https://bugs.webkit.org/show_bug.cgi?id=106721
32747
32748         Reviewed by Simon Fraser.
32749
32750         Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
32751         other is using the preserve-3d mode.
32752
32753         Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
32754
32755         * compositing/geometry/ancestor-overflow-change-expected.txt:
32756         * compositing/geometry/clip-expected.txt:
32757         * compositing/geometry/clip-inside-expected.txt:
32758         * compositing/geometry/foreground-layer-expected.txt:
32759         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
32760         * compositing/layer-creation/overlap-animation-container-expected.txt:
32761         * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
32762         * compositing/layer-creation/overlap-transformed-3d.html: Added.
32763         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
32764         * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
32765         * compositing/layer-creation/overlap-transforms-expected.txt:
32766         * compositing/overflow/clip-descendents-expected.txt:
32767         * css3/filters/filtered-compositing-descendant-expected.txt:
32768         * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
32769         * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
32770         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
32771         * platform/chromium/compositing/geometry/clip-expected.txt:
32772         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
32773         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
32774         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
32775         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
32776         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
32777         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
32778         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
32779         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
32780
32781 2013-01-15  Joshua Bell  <jsbell@chromium.org>
32782
32783         IndexedDB: Fix tests which depend upon V8 event listener behavior
32784         https://bugs.webkit.org/show_bug.cgi?id=106731
32785
32786         Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
32787         running in JSC and in V8 under Workers. Also add worker test wrappers.
32788
32789         Reviewed by Tony Chang.
32790
32791         * storage/indexeddb/cursor-advance-expected.txt:
32792         * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
32793         * storage/indexeddb/cursor-advance-workers.html: Added.
32794         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
32795         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
32796         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
32797         * storage/indexeddb/resources/cursor-advance.js:
32798         (prepareDatabase):
32799         (testPrefetchInRange.prefetch):
32800         (testPrefetchInRange):
32801         (testPrefetchOutOfRange.prefetch):
32802         (testPrefetchOutOfRange):
32803         (testBadAdvance.advanceBadly):
32804         (testBadAdvance):
32805         (testEdges.request.onsuccess):
32806         (testEdges):
32807         (testDelete.deleteSecond):
32808         (testDelete):
32809         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
32810         (onOpenSuccess):
32811
32812 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
32813
32814         HTML parser should queue MutationRecords for its operations
32815         https://bugs.webkit.org/show_bug.cgi?id=89351
32816
32817         Reviewed by Eric Seidel.
32818
32819         Add tests for parser generated mutations.
32820
32821         XXX: This needs a bunch more tests observing the adoption
32822         agency algorithm to catch parserInsertBefore and parserRemoveChild
32823         mutations.
32824
32825         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
32826         * fast/dom/MutationObserver/parser-mutations.html: Added.
32827
32828 2013-01-15  Ojan Vafai  <ojan@chromium.org>
32829
32830         Unreviewed, rolling out r139782.
32831         http://trac.webkit.org/changeset/139782
32832         https://bugs.webkit.org/show_bug.cgi?id=106939
32833
32834         * fast/lists/marker-preferred-margins-expected.txt: Added.
32835         * fast/lists/marker-preferred-margins.html: Added.
32836         Adding a new test to cover the case that broke.
32837
32838 2013-01-15  Elliott Sprehn  <esprehn@chromium.org>
32839
32840         Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
32841         https://bugs.webkit.org/show_bug.cgi?id=106384
32842
32843         Reviewed by Abhishek Arya.
32844
32845         Add a test for <ruby> and generated content causing asserts and
32846         crashes.
32847
32848         * fast/css-generated-content/bug-106384-expected.txt: Added.
32849         * fast/css-generated-content/bug-106384.html: Added.
32850
32851 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
32852
32853         Unreviewed GTK gardening.
32854
32855         Rebaselining after r139767 and r139768.
32856
32857         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
32858         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
32859
32860 2013-01-15  James Simonsen  <simonjam@chromium.org>
32861
32862         [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
32863         https://bugs.webkit.org/show_bug.cgi?id=106935
32864
32865         Reviewed by Tony Gentilcore.
32866
32867         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
32868         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
32869
32870 2013-01-13  Dirk Schulze  <dschulze@adobe.com>
32871
32872         [CSS Filters] brightness() function doesn't work as specified
32873         https://bugs.webkit.org/show_bug.cgi?id=106674
32874
32875         Negative brightness values are possible but are meaningless. Modify the tests
32876         to mainly use positive amounts for brightness tests.
32877
32878         Reviewed by Dean Jackson.
32879
32880         * css3/filters/effect-brightness-clamping-hw.html:
32881         * css3/filters/effect-brightness-hw.html:
32882         * css3/filters/effect-combined-hw.html:
32883         * css3/filters/effect-combined.html:
32884         * css3/filters/multiple-filters-invalidation.html:
32885         * css3/filters/null-effect-check.html:
32886         * css3/filters/script-tests/filter-property-parsing-invalid.js:
32887         * css3/filters/script-tests/filter-property-parsing.js:
32888
32889 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
32890
32891         [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
32892         https://bugs.webkit.org/show_bug.cgi?id=106197
32893
32894         Reviewed by Martin Robinson.
32895
32896         Unskip related tests, add a few expectations for still-failing tests.
32897
32898         * platform/gtk/TestExpectations:
32899
32900 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
32901
32902         [GTK] Enable CSS Image Resolution feature
32903         https://bugs.webkit.org/show_bug.cgi?id=99038
32904
32905         Reviewed by Gustavo Noronha Silva.
32906
32907         Remove the failure expectation for the fast/css/image-resolution directory,
32908         the single layout test inside it now passes.
32909
32910         * platform/gtk/TestExpectations:
32911
32912 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
32913
32914         Unreviewed GTK gardening.
32915
32916         Remove a few failure expectations for tests that now pass.
32917
32918         * platform/gtk/TestExpectations:
32919
32920 2013-01-15  Alexis Menard  <alexis@webkit.org>
32921
32922         Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
32923         https://bugs.webkit.org/show_bug.cgi?id=105647
32924
32925         Reviewed by Julien Chaffraix.
32926
32927         Cover that event delivery is correct : we received unprefixed events.
32928
32929         * transitions/transition-end-event-helpers.js:
32930         (recordTransitionEndEvent):
32931         * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
32932         * transitions/transition-end-event-unprefixed-01.html: Added.
32933         * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
32934         * transitions/transition-end-event-unprefixed-02.html: Added.
32935
32936 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
32937
32938         Unreviewed GTK gardening.
32939
32940         Adding failure/crash/missing expectations for accessibility tests after
32941         r139444, r139534 and r139663.
32942         Adding platform-specific baselines for two scrolling coordinator tests that are
32943         required after r139686.
32944
32945         * platform/gtk/TestExpectations:
32946         * platform/gtk/scrollingcoordinator: Added.
32947         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
32948         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
32949
32950 2013-01-15  Arko Saha  <arko@motorola.com>
32951
32952         Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
32953         https://bugs.webkit.org/show_bug.cgi?id=106849
32954
32955         Reviewed by Kentaro Hara.
32956
32957         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
32958         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
32959
32960 2013-01-15  Emil A Eklund  <eae@chromium.org>
32961
32962         https://bugs.webkit.org/show_bug.cgi?id=106855
32963         https://bugs.webkit.org/show_bug.cgi?id=106855
32964
32965         Reviewed by Levi Weintraub.
32966         
32967         Speed up zoomed-offset-size.html test and remove SLOW modifier
32968         from TestExpectations.
32969
32970         * fast/images/zoomed-offset-size-expected.txt:
32971         * fast/images/zoomed-offset-size.html:
32972         * platform/chromium/TestExpectations:
32973
32974 2013-01-15  Levi Weintraub  <leviw@chromium.org>
32975
32976         Unreviewed gardening. Marking the deferred version of
32977         fast/images/zoomed-offset-size.html as slow.
32978
32979         * platform/chromium/TestExpectations:
32980
32981 2013-01-15  Florin Malita  <fmalita@chromium.org>
32982
32983         [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
32984         https://bugs.webkit.org/show_bug.cgi?id=106898
32985
32986         Reviewed by Stephen White.
32987
32988         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
32989         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
32990         * platform/chromium/TestExpectations:
32991         * platform/chromium/compositing/rounded-corners.html: Added.
32992
32993 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
32994
32995         Unreviewed failing test skip.
32996         https://bugs.webkit.org/show_bug.cgi?id=106883
32997
32998         * platform/efl/TestExpectations:
32999
33000 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
33001
33002         display:inline's hover behavior is not applied to ::before and ::after pseudo elements
33003         https://bugs.webkit.org/show_bug.cgi?id=91723
33004
33005         Reviewed by Eric Seidel.
33006
33007         Add a test that hovering generated content inside an inline element causes
33008         the element to become hovered.
33009
33010         * fast/css-generated-content/hover-inline-expected.txt: Added.
33011         * fast/css-generated-content/hover-inline.html: Added.
33012
33013 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
33014
33015         [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
33016         https://bugs.webkit.org/show_bug.cgi?id=106853
33017
33018         Reviewed by Eric Carlson.
33019
33020         The amount of seeks may be reduced significantly since they may be slow.
33021
33022         * media/track/track-css-cue-lifetime-expected.txt:
33023         * media/track/track-css-cue-lifetime.html:
33024
33025 2013-01-15  Tommy Widenflycht  <tommyw@google.com>
33026
33027         MediaStream API: Fixing crashing bug in MediaStream
33028         https://bugs.webkit.org/show_bug.cgi?id=106886
33029
33030         Reviewed by Eric Seidel.
33031
33032         Removing obsolete exception.
33033
33034         * platform/chromium/TestExpectations:
33035
33036 2013-01-15  Szilard Ledan  <szledan@inf.u-szeged.hu>
33037
33038         [Qt] Gardening
33039
33040         Skip failing tests after r139609.
33041         https://bugs.webkit.org/show_bug.cgi?id=104909
33042
33043         Skip failing inspector/editor/text-editor-formatter.html test.
33044         https://bugs.webkit.org/show_bug.cgi?id=106883
33045
33046         Reviewed by Csaba Osztrogonác.
33047
33048         * platform/qt/TestExpectations:
33049         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
33050         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
33051         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
33052         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
33053
33054 2013-01-15  Andrey Adaikin  <aandrey@chromium.org>
33055
33056         Web Inspector: [Canvas] introduce CallArgument type into the protocol
33057         https://bugs.webkit.org/show_bug.cgi?id=106640
33058
33059         Reviewed by Yury Semikhatsky.
33060
33061         Replaced hacky stub with actual Cache implementation.
33062
33063         * inspector/profiler/webgl/webgl-profiler-get-error.html:
33064
33065 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
33066
33067         [Chromium] Unreviewed gardening.
33068
33069         Add XP image expectations for this test; see
33070         <https://bugs.webkit.org/show_bug.cgi?id=106875>:
33071
33072         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
33073
33074         * platform/chromium/TestExpectations:
33075
33076 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
33077
33078         [Chromium] Unreviewed gardening.
33079
33080         Add Lion Debug crash expectations for this test; see
33081         <https://bugs.webkit.org/show_bug.cgi?id=106869>:
33082
33083         fast/mediastream/RTCPeerConnection-events.html
33084
33085         * platform/chromium/TestExpectations:
33086
33087 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
33088
33089         Implement ID selector matching for the WebVTT ::cue pseudo element
33090         https://bugs.webkit.org/show_bug.cgi?id=105481
33091
33092         Reviewed by Eric Carlson.
33093
33094         * media/track/captions-webvtt/styling.vtt:
33095         * media/track/track-css-matching-expected.txt:
33096         * media/track/track-css-matching.html:
33097
33098 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
33099
33100         [Chromium] Unreviewed gardening.
33101
33102         Update test expectations for these tests:
33103
33104         fast/images/zoomed-offset-size.html
33105         media/track/track-css-cue-lifetime.html
33106         svg/custom/foreign-object-skew.svg
33107         svg/custom/foreign-object-skew.svg
33108
33109         * platform/chromium/TestExpectations:
33110
33111 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
33112
33113         [Chromium] Unreviewed gardening.
33114
33115         Rebaseline these tests:
33116
33117         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
33118         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
33119
33120         after r139686. Note in TestExpectations image failure for
33121         non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
33122         Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
33123
33124         * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33125         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33126         * platform/chromium/TestExpectations:
33127
33128 2013-01-14  Rafael Weinstein  <rafaelw@chromium.org>
33129
33130         fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
33131         https://bugs.webkit.org/show_bug.cgi?id=106810
33132
33133         Reviewed by Levi Weintraub.
33134
33135         This patch reverts the test for inertContents back to a non-flaky version which did not
33136         attempt to assert that images are prevented from loaded.
33137
33138         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
33139         * fast/dom/HTMLTemplateElement/inertContents.html:
33140         * platform/chromium/TestExpectations:
33141         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
33142
33143 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33144
33145         Unreviewed gardening. Adding mac expectatons after r139686.
33146
33147         * platform/chromium-mac/scrollingcoordinator: Added.
33148         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33149
33150 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33151
33152         Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
33153
33154         * fast/mediastream/MediaStreamTrack-expected.txt:
33155         * fast/mediastream/MediaStreamTrack.html:
33156
33157 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
33158
33159         Implement element type selectors for the WebVTT ::cue pseudo class
33160         https://bugs.webkit.org/show_bug.cgi?id=105480
33161
33162         Reviewed by Antti Koivisto.
33163
33164         * media/track/captions-webvtt/styling.vtt:
33165         * media/track/track-css-matching-expected.txt:
33166         * media/track/track-css-matching.html:
33167         * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
33168
33169 2013-01-14  Xianzhu Wang  <wangxianzhu@chromium.org>
33170
33171         Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
33172         https://bugs.webkit.org/show_bug.cgi?id=106271
33173
33174         Reviewed by Simon Fraser.
33175
33176         * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
33177         * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
33178
33179 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
33180
33181         Python implementation reports "MemoryError" instead of doing things
33182         https://bugs.webkit.org/show_bug.cgi?id=106690
33183
33184         Reviewed by Oliver Hunt.
33185
33186         * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
33187         * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
33188         * fast/js/jsc-test-list:
33189         * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
33190         (foo):
33191
33192 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
33193
33194         Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
33195         https://bugs.webkit.org/show_bug.cgi?id=105075
33196
33197         Reviewed by Simon Fraser.
33198
33199         As mentioned by the FIXME comment, we need to ask the renderer for the
33200         absolute bounding box of a frame for correct transformation.
33201         This fixes the bug that iframe cannot be scrolled properly when it is
33202         transformed.
33203
33204         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33205         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
33206         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33207         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
33208         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33209         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
33210         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
33211         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33212         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
33213         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
33214         * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
33215         (runNonFastScrollableRegionTest):
33216
33217 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33218
33219         Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
33220
33221         * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33222         * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33223         * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33224
33225 2013-01-14  Nate Chapin  <japhet@chromium.org>
33226
33227         Enable reuse of cached main resources
33228         https://bugs.webkit.org/show_bug.cgi?id=105667.
33229
33230         Reviewed by Antti Koivisto.
33231
33232         * http/tests/cache/cached-main-resource-expected.txt: Added.
33233         * http/tests/cache/cached-main-resource.html: Added.
33234         * http/tests/cache/resources/cacheable-iframe.php: Added.
33235         * http/tests/inspector/resource-har-pages-expected.txt:
33236         * http/tests/loading/redirect-methods-expected.txt:
33237         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
33238         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
33239
33240 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33241
33242         Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
33243
33244         * platform/chromium/TestExpectations:
33245
33246 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33247
33248         Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
33249         Likely Stephen Schenney's skia changes are to blame.
33250
33251         * platform/chromium/TestExpectations:
33252
33253 2013-01-14  Huang Dongsung  <luxtella@company100.net>
33254
33255         [TexMap] Use a premuliplied color in TextureMapperGL.
33256         https://bugs.webkit.org/show_bug.cgi?id=105786
33257
33258         Reviewed by Noam Rosenthal.
33259
33260         Created new tests for composited background colors with fractional
33261         number opacity. This test is similar to background-color-alpha.html
33262
33263         * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
33264         * compositing/background-color/background-color-alpha-with-opacity.html: Added.
33265
33266 2013-01-14  Arko Saha  <arko@motorola.com>
33267
33268         Microdata: REGRESSION(r138725): Causes crash in chromium port
33269         https://bugs.webkit.org/show_bug.cgi?id=106828
33270
33271         Reviewed by Ryosuke Niwa.
33272
33273         * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
33274         * fast/dom/MicroData/propertiescollection-crash.html: Added.
33275
33276 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33277
33278         [Chromium] Rebaseline after Skia changes
33279
33280         Unreviewed expectatiosn update for two remaining tests.
33281
33282         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
33283         * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
33284         * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
33285
33286 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
33287
33288         Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
33289         https://bugs.webkit.org/show_bug.cgi?id=106814
33290
33291         This patch fixes a bug in RenderLayer::updateLayerPosition that
33292         scrollLeft / scrollTop of a block should only be effective when the
33293         block has overflow clipping. The bug results in rendering artifacts
33294         and triggers a RenderGeometryMap assertion falure.
33295
33296         Fixes http://crbug.com/167985
33297
33298         Reviewed by Simon Fraser.
33299
33300         * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
33301         * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
33302
33303 2013-01-14  Emil A Eklund  <eae@chromium.org>
33304
33305         Unreviewed chromium mac rebaseline for r139659.
33306
33307         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
33308
33309 2013-01-14  Julien Chaffraix  <jchaffraix@webkit.org>
33310
33311         REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
33312         https://bugs.webkit.org/show_bug.cgi?id=105861
33313
33314         Reviewed by David Hyatt.
33315
33316         * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33317         * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
33318         * fast/repaint/overhanging-float-detach-repaint.html: Added.
33319
33320 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
33321
33322         AX: Need to implement ColorWellRole
33323         https://bugs.webkit.org/show_bug.cgi?id=106756
33324
33325         Reviewed by Chris Fleizach.
33326
33327         Adds a test of accessibility attributes for input type=color.
33328
33329         * accessibility/color-well.html: Added.
33330         * platform/chromium/accessibility/color-well-expected.txt: Added.
33331         * platform/mac/accessibility/color-well-expected.txt: Added.
33332
33333 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33334
33335         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
33336
33337         Unreviewed expectations clean-up.
33338
33339         These files apparently need new baselines after the dashing optimization was removed.
33340         It's a little odd, so maybe the expectations for that bug were hiding these failures.
33341         Finally, hindi-spacing may be a flakey test.
33342
33343         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
33344         * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
33345         * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
33346         * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
33347         * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
33348         * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
33349         * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
33350         * platform/chromium-linux/fast/css/continuationCrash-expected.png:
33351         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
33352         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
33353         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
33354         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
33355         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
33356         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
33357         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
33358
33359 2013-01-11  Emil A Eklund  <eae@chromium.org>
33360
33361         offsetWidth/height incorrect for images when zoomed
33362         https://bugs.webkit.org/show_bug.cgi?id=106624
33363
33364         Reviewed by Levi Weintraub.
33365
33366         Add test for offsetWidth/Height for zoomed image.
33367
33368         * fast/images/zoomed-offset-size-expected.txt: Added.
33369         * fast/images/zoomed-offset-size.html: Added.
33370
33371 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
33372
33373         Chromium: Error in AccessibilityUIElement::intValueGetterCallback
33374         https://bugs.webkit.org/show_bug.cgi?id=106682
33375
33376         Reviewed by Chris Fleizach.
33377
33378         Unskip accessibility/heading-level.html now that the bug is fixed.
33379
33380         * platform/chromium/TestExpectations:
33381
33382 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33383
33384         [Chromium] More test expectations for Skia changes
33385
33386         Unreviewed test expectations update.
33387
33388         SVG failures of W3C tests. This should be the last.
33389
33390         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33391         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
33392         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33393         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33394         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33395         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33396         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33397         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33398         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33399         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33400         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33401         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33402         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33403         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33404         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33405         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33406         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33407         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33408         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33409         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33410         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33411         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33412         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33413         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33414         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33415         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33416         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33417         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33418         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33419         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33420         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33421         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33422         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33423         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33424         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33425         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33426         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33427         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33428         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33429         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33430         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33431         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33432         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33433         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33434         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33435         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33436         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33437         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33438         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33439         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33440         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33441         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33442         * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33443         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33444         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33445         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33446         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33447         * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33448         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33449         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33450         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33451         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33452         * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33453         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33454         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33455         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33456         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33457         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33458         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33459         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33460         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33461         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33462         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33463         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33464         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33465         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33466         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33467         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33468         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33469         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33470         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33471         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33472         * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33473         * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33474         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33475         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33476         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33477         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33478         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33479         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33480         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33481         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33482         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33483         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33484         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33485         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33486         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33487         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33488         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33489         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33490         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33491         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33492         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33493         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33494         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33495         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33496         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33497         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33498         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33499         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33500         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33501         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33502         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33503         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33504         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33505         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33506         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33507         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33508         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33509         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33510         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33511         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33512         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33513         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33514         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33515         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33516         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33517         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33518         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33519         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33520         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33521         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33522         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33523         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33524         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33525         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33526         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33527         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33528         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33529         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33530         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33531         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33532         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33533         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33534         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33535         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33536         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33537         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33538         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33539         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33540         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33541         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33542         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33543         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33544         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33545         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33546         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33547         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33548         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33549         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33550         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33551         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33552         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33553         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33554         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33555         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33556         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33557         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33558         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33559         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33560         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33561         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33562         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33563         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33564         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33565         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33566         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33567         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33568         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33569         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33570         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33571         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33572         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33573         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33574         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33575         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33576         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33577         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33578         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33579         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33580         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33581         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33582         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33583         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33584         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33585         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33586         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33587         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33588         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33589         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33590         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33591         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33592         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33593         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33594         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33595         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33596         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33597         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33598         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33599         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33600         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33601         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33602         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33603         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33604         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33605         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33606         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33607         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33608         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33609         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33610         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
33611         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33612         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33613         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33614         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33615         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33616         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33617         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33618         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33619         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33620         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33621         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33622         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33623         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33624         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33625         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33626         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33627         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33628         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33629         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33630         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33631         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33632         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33633         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33634         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33635         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33636         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33637         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33638         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33639         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33640         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33641         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33642         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33643         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33644         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33645         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33646         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33647         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33648         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33649         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33650         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33651         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33652         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33653         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33654         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33655         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33656         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33657         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33658         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33659         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33660         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33661         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33662         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33663         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33664         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33665         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33666         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33667         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33668         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33669         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33670         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33671         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33672         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33673         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33674         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33675         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33676         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33677         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33678         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33679         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33680         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33681         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33682         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33683         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33684         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33685         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33686         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33687         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33688         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33689         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33690         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33691         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33692         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33693         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33694         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33695         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33696         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33697         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33698         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33699         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33700         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33701         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33702         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33703         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33704         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33705         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33706         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33707         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33708         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33709         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33710         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33711         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33712         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33713         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33714         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33715         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33716         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33717         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33718         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33719         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33720         * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33721         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33722         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33723         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33724         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33725         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33726         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33727         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33728         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33729         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33730         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33731         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33732         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33733         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33734         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33735         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33736         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33737         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33738         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33739         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33740         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33741         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33742         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33743         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33744         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33745         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33746         * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33747         * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33748         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33749         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33750         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33751         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33752         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33753         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33754         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33755         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33756         * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33757         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
33758         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33759         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33760         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33761         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33762         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33763         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33764         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33765         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33766         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33767         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33768         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33769         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33770         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33771         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33772         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33773         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33774         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33775         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33776         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33777         * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33778         * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33779         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33780         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33781         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33782
33783 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33784
33785         [Chromium] More test expectations for Skia changes
33786
33787         Unreviewed test expectations update.
33788
33789         SVG failures all but W3C tests.
33790
33791         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
33792         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
33793         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
33794         * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
33795         * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
33796         * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33797         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
33798         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
33799         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
33800         * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
33801         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
33802         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
33803         * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
33804         * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
33805         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
33806         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
33807         * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
33808         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
33809         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
33810         * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
33811         * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
33812         * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33813         * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
33814         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
33815         * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
33816         * platform/chromium-linux/svg/custom/focus-ring-expected.png:
33817         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
33818         * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
33819         * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
33820         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
33821         * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
33822         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
33823         * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
33824         * platform/chromium-linux/svg/custom/invalid-css-expected.png:
33825         * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
33826         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
33827         * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
33828         * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
33829         * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33830         * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
33831         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
33832         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
33833         * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
33834         * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
33835         * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
33836         * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
33837         * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
33838         * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
33839         * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
33840         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
33841         * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
33842         * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
33843         * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
33844         * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
33845         * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
33846         * platform/chromium-linux/svg/custom/use-detach-expected.png:
33847         * platform/chromium-linux/svg/custom/use-on-text-expected.png:
33848         * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
33849         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
33850         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
33851         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
33852         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
33853         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
33854         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
33855         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
33856         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
33857         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
33858         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33859         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
33860         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
33861         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
33862         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
33863         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
33864         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
33865         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
33866         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
33867         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
33868         * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
33869         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
33870         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
33871         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
33872         * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
33873         * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33874         * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
33875         * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
33876         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
33877         * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
33878         * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
33879         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
33880         * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
33881         * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
33882         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
33883         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
33884         * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
33885         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33886         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
33887         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
33888         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
33889         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
33890         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
33891         * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
33892         * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
33893         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
33894         * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
33895         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
33896         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
33897         * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
33898         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
33899         * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
33900         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
33901         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
33902         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
33903         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
33904         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
33905         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
33906         * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
33907         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
33908         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
33909         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33910         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
33911         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
33912         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
33913         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
33914         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
33915         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
33916         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
33917         * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
33918         * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
33919         * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
33920         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
33921         * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
33922         * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33923         * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
33924         * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
33925         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
33926         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
33927         * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
33928         * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
33929         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
33930         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
33931         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
33932         * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
33933         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33934         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
33935         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
33936         * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
33937         * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
33938         * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
33939         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
33940         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
33941         * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
33942         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
33943         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
33944         * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
33945         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
33946         * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
33947         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
33948         * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
33949         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
33950         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
33951         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
33952         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33953         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
33954         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
33955         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
33956         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
33957         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
33958         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
33959         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
33960         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
33961         * platform/chromium-mac/svg/carto.net/combobox-expected.png:
33962         * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
33963         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
33964         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
33965         * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
33966         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
33967         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
33968         * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
33969         * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
33970         * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33971         * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
33972         * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
33973         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
33974         * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
33975         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
33976         * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
33977         * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
33978         * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
33979         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
33980         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
33981         * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
33982         * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
33983         * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
33984         * platform/chromium-mac/svg/custom/group-opacity-expected.png:
33985         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
33986         * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
33987         * platform/chromium-mac/svg/custom/invalid-css-expected.png:
33988         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
33989         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
33990         * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
33991         * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
33992         * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
33993         * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
33994         * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
33995         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33996         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
33997         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
33998         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
33999         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
34000         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
34001         * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
34002         * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
34003         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
34004         * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
34005         * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
34006         * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
34007         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
34008         * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
34009         * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
34010         * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
34011         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
34012         * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
34013         * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
34014         * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
34015         * platform/chromium-mac/svg/custom/use-detach-expected.png:
34016         * platform/chromium-mac/svg/custom/use-on-text-expected.png:
34017         * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
34018         * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
34019         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
34020         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
34021         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
34022         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
34023         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
34024         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
34025         * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
34026         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
34027         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
34028         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
34029         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
34030         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
34031         * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
34032         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
34033         * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
34034         * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
34035         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
34036         * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
34037         * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
34038         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
34039         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
34040         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
34041         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
34042         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
34043         * platform/chromium-win/svg/batik/text/textProperties-expected.png:
34044         * platform/chromium-win/svg/batik/text/textStyles-expected.png:
34045         * platform/chromium-win/svg/carto.net/combobox-expected.png:
34046         * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
34047         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
34048         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
34049         * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
34050         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
34051         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
34052         * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
34053         * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
34054         * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
34055         * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
34056         * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
34057         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
34058         * platform/chromium-win/svg/custom/fill-fallback-expected.png:
34059         * platform/chromium-win/svg/custom/focus-ring-expected.png:
34060         * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
34061         * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
34062         * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
34063         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
34064         * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
34065         * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
34066         * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
34067         * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
34068         * platform/chromium-win/svg/custom/group-opacity-expected.png:
34069         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
34070         * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
34071         * platform/chromium-win/svg/custom/invalid-css-expected.png:
34072         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
34073         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
34074         * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
34075         * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
34076         * platform/chromium-win/svg/custom/js-update-stop-expected.png:
34077         * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
34078         * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
34079         * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
34080         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
34081         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
34082         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
34083         * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
34084         * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
34085         * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
34086         * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
34087         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
34088         * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
34089         * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
34090         * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
34091         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
34092         * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
34093         * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
34094         * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
34095         * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
34096         * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
34097         * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
34098         * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
34099         * platform/chromium-win/svg/custom/use-detach-expected.png:
34100         * platform/chromium-win/svg/custom/use-on-text-expected.png:
34101         * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
34102         * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
34103         * platform/chromium/TestExpectations:
34104         * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
34105         * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
34106         * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
34107         * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
34108         * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
34109         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
34110         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
34111         * svg/custom/gradient-deep-referencing-expected.png: Added.
34112
34113 2013-01-14  Stephen Chenney  <schenney@chromium.org>
34114
34115         [Chromium] More test expectations for Skia changes
34116
34117         Unreviewed test expectations update.
34118
34119         SVG failures in directories after dynamic-updates now fixed.
34120
34121         * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
34122         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34123         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34124         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34125         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34126         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34127         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34128         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34129         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34130         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34131         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34132         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34133         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34134         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34135         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34136         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34137         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34138         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34139         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34140         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34141         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34142         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34143         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34144         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34145         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34146         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34147         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34148         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34149         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34150         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34151         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34152         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34153         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34154         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34155         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34156         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34157         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34158         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34159         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34160         * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
34161         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
34162         * platform/chromium-linux/svg/hixie/error/017-expected.png:
34163         * platform/chromium-linux/svg/hixie/perf/005-expected.png:
34164         * platform/chromium-linux/svg/hixie/perf/006-expected.png:
34165         * platform/chromium-linux/svg/text/selection-background-color-expected.png:
34166         * platform/chromium-linux/svg/text/selection-styles-expected.png:
34167         * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
34168         * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
34169         * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
34170         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
34171         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34172         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
34173         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
34174         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
34175         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
34176         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
34177         * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34178         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34179         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34180         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34181         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34182         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34183         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34184         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34185         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34186         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34187         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34188         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34189         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34190         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34191         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34192         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34193         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34194         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34195         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34196         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34197         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34198         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34199         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34200         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34201         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34202         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34203         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34204         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34205         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34206         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34207         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34208         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34209         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34210         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34211         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34212         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34213         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34214         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34215         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34216         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34217         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34218         * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
34219         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
34220         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
34221         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
34222         * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
34223         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
34224         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
34225         * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
34226         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
34227         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
34228         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34229         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
34230         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
34231         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
34232         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
34233         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34234         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34235         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34236         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34237         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34238         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34239         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34240         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34241         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34242         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34243         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34244         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34245         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34246         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34247         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34248         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34249         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34250         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34251         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34252         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34253         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34254         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34255         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34256         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34257         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34258         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34259         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34260         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34261         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34262         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34263         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34264         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34265         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34266         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34267         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34268         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34269         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34270         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34271         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34272         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34273         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34274         * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
34275         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
34276         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
34277         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34278         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
34279         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
34280         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
34281         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34282         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34283         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34284         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34285         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34286         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34287         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34288         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34289         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34290         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34291         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34292         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34293         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34294         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34295         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34296         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34297         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34298         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34299         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34300         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34301         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34302         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34303         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34304         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34305         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34306         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34307         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34308         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34309         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34310         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34311         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34312         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34313         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34314         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34315         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34316         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34317         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34318         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34319         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34320         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34321         * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
34322         * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
34323         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
34324         * platform/chromium-mac/svg/filters/feTile-expected.png:
34325         * platform/chromium-mac/svg/hixie/error/017-expected.png:
34326         * platform/chromium-mac/svg/hixie/perf/005-expected.png:
34327         * platform/chromium-mac/svg/hixie/perf/006-expected.png:
34328         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
34329         * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
34330         * platform/chromium-mac/svg/text/selection-background-color-expected.png:
34331         * platform/chromium-mac/svg/text/selection-styles-expected.png:
34332         * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
34333         * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
34334         * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
34335         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
34336         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34337         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
34338         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
34339         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
34340         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
34341         * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
34342         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
34343         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34344         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34345         * platform/chromium-win-xp/svg/dynamic-updates: Removed.
34346         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34347         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34348         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34349         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34350         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34351         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34352         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34353         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34354         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34355         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34356         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34357         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34358         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34359         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34360         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34361         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34362         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34363         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34364         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34365         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34366         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34367         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34368         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34369         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34370         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34371         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34372         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34373         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34374         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34375         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34376         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34377         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34378         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34379         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34380         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34381         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34382         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34383         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34384         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34385         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34386         * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
34387         * platform/chromium-win/svg/filters/feDropShadow-expected.png:
34388         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
34389         * platform/chromium-win/svg/filters/feTile-expected.png:
34390         * platform/chromium-win/svg/hixie/error/017-expected.png:
34391         * platform/chromium-win/svg/hixie/perf/005-expected.png:
34392         * platform/chromium-win/svg/hixie/perf/006-expected.png:
34393         * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
34394         * platform/chromium-win/svg/text/selection-background-color-expected.png:
34395         * platform/chromium-win/svg/text/selection-styles-expected.png:
34396         * platform/chromium-win/svg/text/small-fonts-3-expected.png:
34397         * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
34398         * platform/chromium-win/svg/text/text-text-08-b-expected.png:
34399         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34400         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
34401         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
34402         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
34403         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
34404         * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
34405         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
34406         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34407         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34408         * platform/chromium/TestExpectations:
34409         * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
34410
34411 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34412
34413         Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
34414         in Chromium test expectations. Tony fixed the issue in r139636.
34415
34416         * platform/chromium/TestExpectations:
34417
34418 2013-01-14  Tony Chang  <tony@chromium.org>
34419
34420         Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
34421         https://bugs.webkit.org/show_bug.cgi?id=106806
34422
34423         Reviewed by Levi Weintraub.
34424
34425         This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
34426         the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
34427         functions in js-test-pre.js for waitUntilDone/notifyDone.
34428
34429         * editing/spelling/spellcheck-sequencenum-expected.txt:
34430         * editing/spelling/spellcheck-sequencenum.html:
34431         * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
34432
34433 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34434
34435         Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
34436         as flaky on Chromium Debug bots.
34437
34438         * platform/chromium/TestExpectations:
34439
34440 2013-01-14  Michael Pruett  <michael@68k.org>
34441
34442         IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
34443         https://bugs.webkit.org/show_bug.cgi?id=106805
34444
34445         Reviewed by Tony Chang.
34446
34447         V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
34448         Either form of the error message should be acceptable.
34449
34450         * storage/indexeddb/transaction-complete-workers.html:
34451
34452 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34453
34454         Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
34455         as flaky on Chromium Win Debug bots.
34456
34457         * platform/chromium/TestExpectations:
34458
34459 2013-01-14  Stephen Chenney  <schenney@chromium.org>
34460
34461         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
34462
34463         Unreviewed expectations clean-up.
34464
34465         Removing the expectations associated with the flag.
34466
34467         * platform/chromium/TestExpectations:
34468
34469 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34470
34471         MediaStream API: Update MediaStreamTrack::readyState to match specification
34472         https://bugs.webkit.org/show_bug.cgi?id=106781
34473
34474         Reviewed by Adam Barth.
34475
34476         * fast/mediastream/MediaStreamTrack-expected.txt:
34477         * fast/mediastream/MediaStreamTrack.html:
34478
34479 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
34480
34481         Web Inspector: add text editor formatter test
34482         https://bugs.webkit.org/show_bug.cgi?id=106705
34483
34484         Reviewed by Pavel Feldman.
34485
34486         Adds a test checking text editor formatting.
34487         The test creates a new text editor and fills it in with some
34488         code by the means of simulated key and textInput events.
34489
34490         * inspector/editor/text-editor-formatter-expected.txt: Added.
34491         * inspector/editor/text-editor-formatter.html: Added.
34492
34493 2013-01-14  Vsevolod Vlasov  <vsevik@chromium.org>
34494
34495         Web Inspector: Audit Tool's False Positive on Set-Cookie header
34496         https://bugs.webkit.org/show_bug.cgi?id=106794
34497
34498         Reviewed by Pavel Feldman.
34499
34500         * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
34501         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
34502         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
34503
34504 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34505
34506         MediaStream API: Update the track accessors on MediaStream to match the latest specification
34507         https://bugs.webkit.org/show_bug.cgi?id=106660
34508
34509         Reviewed by Adam Barth.
34510
34511         Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
34512
34513         * fast/mediastream/MediaStreamConstructor-expected.txt:
34514         * fast/mediastream/MediaStreamConstructor.html:
34515         * fast/mediastream/MediaStreamTrack.html:
34516         * fast/mediastream/MediaStreamTrackList-expected.txt:
34517         * fast/mediastream/MediaStreamTrackList.html:
34518         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
34519         * fast/mediastream/RTCPeerConnection-statsSelector.html:
34520         * fast/mediastream/getusermedia-expected.txt:
34521         * fast/mediastream/getusermedia.html:
34522         * webaudio/mediastreamaudiosourcenode-expected.txt:
34523         * webaudio/mediastreamaudiosourcenode.html:
34524
34525 2013-01-14  Alexander Pavlov  <apavlov@chromium.org>
34526
34527         Web Inspector: [Styles] Color names parsed inside "background-image" values
34528         https://bugs.webkit.org/show_bug.cgi?id=106770
34529
34530         Reviewed by Pavel Feldman.
34531
34532         * inspector/styles/url-color-swatch-expected.txt: Added.
34533         * inspector/styles/url-color-swatch.html: Added.
34534
34535 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
34536
34537         Web Inspector: InspectorTest.createTestEditor should not set any text in editor
34538         https://bugs.webkit.org/show_bug.cgi?id=106772
34539
34540         Reviewed by Pavel Feldman.
34541
34542         Add InspectorTest.fillEditorWithText helper method and remove this
34543         functionality from InspectorTest.createTestEditor method.
34544
34545         * inspector/editor/editor-test.js:
34546         (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
34547         (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
34548         * inspector/editor/text-editor-remove-chunks-from-dom.html:
34549         * inspector/editor/text-editor-selection.html:
34550         * inspector/editor/text-editor-type-over-decoration.html:
34551
34552 2013-01-14  Csaba Osztrogonác  <ossy@webkit.org>
34553
34554         [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
34555
34556         * platform/qt/TestExpectations:
34557
34558 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34559
34560         MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
34561         https://bugs.webkit.org/show_bug.cgi?id=106568
34562
34563         Reviewed by Adam Barth.
34564
34565         * fast/mediastream/LocalMediaStream-onended-expected.txt:
34566         * fast/mediastream/LocalMediaStream-onended.html:
34567
34568 2013-01-14  Andrei Bucur  <abucur@adobe.com>
34569
34570         Crash caused by incomplete cleanup of regions information for anonymous block
34571         https://bugs.webkit.org/show_bug.cgi?id=106191
34572
34573         Reviewed by Abhishek Arya.
34574
34575         * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
34576         * fast/regions/remove-leftover-anon-block-crash.html: Added.
34577
34578 2013-01-14  Pablo Flouret  <pablof@motorola.com>
34579
34580         Allow nesting of at-rules
34581         https://bugs.webkit.org/show_bug.cgi?id=106696
34582
34583         Reviewed by Allan Sandfeld Jensen.
34584
34585         * fast/css/nested-at-rules-expected.txt: Added.
34586         * fast/css/nested-at-rules.html: Added.
34587
34588 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34589
34590         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
34591
34592         Unreviewed w/end gardening.
34593
34594         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
34595         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34596         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34597         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34598         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
34599         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34600         * platform/chromium/TestExpectations:
34601
34602 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34603
34604         Unreviewed EFL gardening.
34605
34606         Mark accessibility/render-counter-text.html as flaky
34607         on EFL port since it sometimes crashes.
34608
34609         * platform/efl/TestExpectations:
34610
34611 2013-01-13  Levi Weintraub  <leviw@chromium.org>
34612
34613         Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
34614         Chromium bots.
34615
34616         * platform/chromium/TestExpectations:
34617
34618 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34619
34620         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
34621
34622         Unreviewed w/end gardening.
34623
34624         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
34625         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
34626         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
34627         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
34628         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
34629         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34630
34631 2013-01-13  Levi Weintraub  <leviw@chromium.org>
34632
34633         Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
34634         pixel layout.
34635
34636         * fast/images/zoomed-offset-size.html: Removed.
34637         * fast/images/zoomed-offset-size-expected.txt: Removed.
34638         * platform/efl/TestExpectations:
34639         * platform/qt/TestExpectations
34640
34641 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34642
34643         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
34644
34645         Unreviewed w/end gardening.
34646
34647         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34648         * platform/chromium/TestExpectations:
34649
34650 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34651
34652         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
34653
34654         Unreviewed w/end gardening.
34655
34656         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34657         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34658
34659 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34660
34661         Unreviewed EFL gardening.
34662
34663         Mark accessibility/heading-level.html as failing on EFL port.
34664         This test was added in r139534.
34665
34666         * platform/efl-wk2/TestExpectations:
34667
34668 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34669
34670         Unreviewed EFL gardening.
34671
34672         Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
34673         Our port and WKTR do not display the failing URL if it is null.
34674
34675         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
34676
34677 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34678
34679         Unreviewed EFL gardening.
34680
34681         Mark inspector/debugger/debugger-script-preprocessor.html as
34682         flakey on EFL port since it gives a different output for
34683         every run. This test was added in r139405.
34684
34685         * platform/efl/TestExpectations:
34686
34687 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34688
34689         Unreviewed EFL gardening.
34690
34691         Mark media/video-controls-captions.html as failing on EFL port
34692         due to additional checks added in r139547.
34693
34694         * platform/efl/TestExpectations:
34695
34696 2013-01-13  Dima Gorbik  <dgorbik@apple.com>
34697
34698         Styling disappears from the cue that's being styled by ::cue pseudo element
34699         https://bugs.webkit.org/show_bug.cgi?id=106723
34700
34701         Reviewed by Antti Koivisto.
34702
34703         * media/track/captions-webvtt/styling-lifetime.vtt: Added.
34704         * media/track/track-css-cue-lifetime-expected.txt: Added.
34705         * media/track/track-css-cue-lifetime.html: Added.
34706
34707 2013-01-13  Csaba Osztrogonác  <ossy@webkit.org>
34708
34709         Unreviewed gardening, skip new failing tests to paint the bots green.
34710
34711         * platform/qt/TestExpectations:
34712
34713 2013-01-12  Levi Weintraub  <leviw@chromium.org>
34714
34715         Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
34716
34717         * platform/chromium/TestExpectations:
34718
34719 2013-01-12  Robert Hogan  <robert@webkit.org>
34720
34721         Available height should respect min and max height
34722         https://bugs.webkit.org/show_bug.cgi?id=106479
34723
34724         Reviewed by Ojan Vafai.
34725
34726         * fast/block/percent-top-respects-max-height-expected.txt: Added.
34727         * fast/block/percent-top-respects-max-height.html: Added.
34728         * fast/block/percent-top-respects-min-height-expected.txt: Added.
34729         * fast/block/percent-top-respects-min-height.html: Added.
34730
34731 2013-01-12  Victor Carbune  <victor@rosedu.org>
34732
34733         CC Button doesn't always show up
34734         https://bugs.webkit.org/show_bug.cgi?id=106653
34735
34736         Reviewed by Eric Carlson.
34737
34738         * media/video-controls-captions-expected.txt: Updated.
34739         * media/video-controls-captions.html: Added extra checks that fail
34740         without the code changes.
34741
34742 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34743
34744         [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
34745
34746         Unreviewed w/end gardening.
34747
34748         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
34749
34750 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34751
34752         [chromium] fast/repaint/4776765.html passes on the chromium bots
34753         https://bugs.webkit.org/show_bug.cgi?id=103955
34754
34755         Unreviewed w/end gardening.
34756
34757         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
34758         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
34759         * platform/chromium/TestExpectations:
34760
34761 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34762
34763         [chromium] fast/repaint/4774354.html passes on the chromium bots
34764         https://bugs.webkit.org/show_bug.cgi?id=103955
34765
34766         Unreviewed w/end gardening.
34767
34768         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
34769         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
34770         * platform/chromium/TestExpectations:
34771
34772 2013-01-11  Emil A Eklund  <eae@chromium.org>
34773
34774         offsetWidth/height incorrect for images when zoomed
34775         https://bugs.webkit.org/show_bug.cgi?id=106624
34776
34777         Reviewed by Levi Weintraub.
34778         
34779         Add test for offsetWidth/Height for zoomed image.
34780
34781         * fast/images/zoomed-offset-size-expected.txt: Added.
34782         * fast/images/zoomed-offset-size.html: Added.
34783
34784 2013-01-11  Ojan Vafai  <ojan@chromium.org>
34785
34786         Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
34787         https://bugs.webkit.org/show_bug.cgi?id=106675
34788
34789         Reviewed by Emil A Eklund.
34790
34791         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
34792         * fast/forms/file/intrinsic-min-width-overrides-width.html:
34793         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
34794         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
34795
34796 2013-01-10  Ojan Vafai  <ojan@chromium.org>
34797
34798         Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
34799         https://bugs.webkit.org/show_bug.cgi?id=106617
34800
34801         Reviewed by Tony Chang.
34802
34803         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
34804         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
34805         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
34806         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
34807         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
34808         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
34809
34810 2013-01-11  James Craig  <james@cookiecrook.com>
34811
34812         Need new accessibility layout test to verify levels of headings
34813         https://bugs.webkit.org/show_bug.cgi?id=106243
34814
34815         Reviewed by Chris Fleizach.
34816
34817         New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
34818
34819         * accessibility/heading-level-expected.txt: Added.
34820         * accessibility/heading-level.html: Added.
34821         * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
34822
34823 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
34824
34825         Phantom(GetLocal) should be treated as relevant to OSR
34826         https://bugs.webkit.org/show_bug.cgi?id=106715
34827
34828         Reviewed by Mark Hahnenberg.
34829
34830         * fast/js/dfg-phantom-get-local-expected.txt: Added.
34831         * fast/js/dfg-phantom-get-local.html: Added.
34832         * fast/js/jsc-test-list:
34833         * fast/js/script-tests/dfg-phantom-get-local.js: Added.
34834         (foo):
34835
34836 2013-01-11  Levi Weintraub  <leviw@chromium.org>
34837
34838         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
34839         as slow on all Chromium platforms.
34840
34841
34842         * platform/chromium/TestExpectations:
34843
34844 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34845
34846         [Chromium] Fixing the linux layout tests
34847
34848         Unreviewed test expectations update.
34849
34850         Some tests were apparently not rebaselined for linux.
34851
34852         * platform/chromium/TestExpectations:
34853
34854 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34855
34856         [Chromium] Fixing the 10.8 layout tests
34857
34858         Unreviewed test expectations update.
34859
34860         * platform/chromium/TestExpectations:
34861
34862 2013-01-11  James Simonsen  <simonjam@chromium.org>
34863
34864         [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
34865         https://bugs.webkit.org/show_bug.cgi?id=106409
34866
34867         Reviewed by Nate Chapin.
34868
34869         * http/tests/w3c/webperf/resources/all_resource_types.htm:
34870         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
34871         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
34872
34873 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34874
34875         [Chromium] More test expectations for Skia changes
34876
34877         Unreviewed test expectations update.
34878
34879         All but the SVG failures.
34880
34881         * platform/chromium-linux-x86/fullscreen: Added.
34882         * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
34883         * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
34884         * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
34885         * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
34886         * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
34887         * platform/chromium-linux-x86/media: Added.
34888         * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
34889         * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
34890         * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
34891         * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
34892         * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
34893         * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
34894         * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
34895         * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
34896         * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
34897         * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
34898         * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
34899         * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
34900         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
34901         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
34902         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
34903         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
34904         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
34905         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
34906         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
34907         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
34908         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
34909         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
34910         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
34911         * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
34912         * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
34913         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
34914         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
34915         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
34916         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
34917         * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
34918         * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
34919         * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
34920         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
34921         * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
34922         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
34923         * platform/chromium-linux/media/audio-repaint-expected.png:
34924         * platform/chromium-linux/media/controls-after-reload-expected.png:
34925         * platform/chromium-linux/media/controls-strict-expected.png:
34926         * platform/chromium-linux/media/controls-styling-expected.png:
34927         * platform/chromium-linux/media/controls-styling-strict-expected.png:
34928         * platform/chromium-linux/media/controls-without-preload-expected.png:
34929         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
34930         * platform/chromium-linux/media/video-controls-rendering-expected.png:
34931         * platform/chromium-linux/media/video-display-toggle-expected.png:
34932         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
34933         * platform/chromium-linux/media/video-zoom-controls-expected.png:
34934         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
34935         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
34936         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
34937         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
34938         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
34939         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
34940         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
34941         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
34942         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
34943         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
34944         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
34945         * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
34946         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
34947         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
34948         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
34949         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
34950         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
34951         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
34952         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
34953         * platform/chromium-mac-lion/media/controls-strict-expected.png:
34954         * platform/chromium-mac-lion/media/controls-styling-expected.png:
34955         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
34956         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
34957         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
34958         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
34959         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
34960         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
34961         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
34962         * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
34963         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
34964         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
34965         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
34966         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
34967         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
34968         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
34969         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
34970         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
34971         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
34972         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
34973         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
34974         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
34975         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
34976         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
34977         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
34978         * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
34979         * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
34980         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
34981         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
34982         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
34983         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
34984         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
34985         * platform/chromium-mac/media/audio-repaint-expected.png:
34986         * platform/chromium-mac/media/controls-after-reload-expected.png:
34987         * platform/chromium-mac/media/controls-strict-expected.png:
34988         * platform/chromium-mac/media/controls-styling-expected.png:
34989         * platform/chromium-mac/media/controls-styling-strict-expected.png:
34990         * platform/chromium-mac/media/controls-without-preload-expected.png:
34991         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
34992         * platform/chromium-mac/media/video-controls-rendering-expected.png:
34993         * platform/chromium-mac/media/video-display-toggle-expected.png:
34994         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
34995         * platform/chromium-mac/media/video-zoom-controls-expected.png:
34996         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
34997         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
34998         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
34999         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
35000         * platform/chromium-win-xp/http/tests/media: Added.
35001         * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
35002         * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
35003         * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
35004         * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
35005         * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
35006         * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
35007         * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
35008         * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
35009         * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
35010         * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
35011         * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
35012         * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
35013         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
35014         * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
35015         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
35016         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
35017         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
35018         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35019         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35020         * platform/chromium-win/media/audio-controls-rendering-expected.png:
35021         * platform/chromium-win/media/audio-repaint-expected.png:
35022         * platform/chromium-win/media/controls-after-reload-expected.png:
35023         * platform/chromium-win/media/controls-strict-expected.png:
35024         * platform/chromium-win/media/controls-styling-expected.png:
35025         * platform/chromium-win/media/controls-styling-strict-expected.png:
35026         * platform/chromium-win/media/controls-without-preload-expected.png:
35027         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
35028         * platform/chromium-win/media/video-controls-rendering-expected.png:
35029         * platform/chromium-win/media/video-display-toggle-expected.png:
35030         * platform/chromium-win/media/video-playing-and-pause-expected.png:
35031         * platform/chromium-win/media/video-zoom-controls-expected.png:
35032         * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35033         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
35034         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35035         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35036         * platform/chromium/TestExpectations:
35037
35038 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35039
35040         [Chromium] More test expectations for Skia changes
35041
35042         Unreviewed test expectations update.
35043
35044         New results for fast tests.
35045
35046         * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
35047         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35048         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35049         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35050         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35051         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35052         * platform/chromium-linux-x86/fast/block/basic: Added.
35053         * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
35054         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
35055         * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
35056         * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
35057         * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
35058         * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
35059         * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
35060         * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35061         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
35062         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35063         * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
35064         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
35065         * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
35066         * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
35067         * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35068         * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
35069         * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
35070         * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35071         * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
35072         * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
35073         * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
35074         * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
35075         * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
35076         * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
35077         * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
35078         * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
35079         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
35080         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
35081         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
35082         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35083         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35084         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
35085         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
35086         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
35087         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
35088         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
35089         * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
35090         * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
35091         * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
35092         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
35093         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
35094         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
35095         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
35096         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
35097         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
35098         * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
35099         * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
35100         * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
35101         * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
35102         * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
35103         * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
35104         * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
35105         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
35106         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
35107         * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
35108         * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
35109         * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
35110         * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
35111         * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
35112         * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
35113         * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
35114         * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
35115         * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
35116         * platform/chromium-linux-x86/fast/forms/file: Added.
35117         * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
35118         * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
35119         * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
35120         * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
35121         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
35122         * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
35123         * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
35124         * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
35125         * platform/chromium-linux-x86/fast/forms/select: Added.
35126         * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
35127         * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
35128         * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
35129         * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
35130         * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
35131         * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
35132         * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
35133         * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
35134         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
35135         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35136         * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
35137         * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
35138         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
35139         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
35140         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
35141         * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35142         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35143         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35144         * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35145         * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
35146         * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
35147         * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
35148         * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
35149         * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35150         * platform/chromium-linux-x86/fast/hidpi: Added.
35151         * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
35152         * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35153         * platform/chromium-linux-x86/fast/html: Added.
35154         * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
35155         * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
35156         * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
35157         * platform/chromium-linux-x86/fast/invalid: Added.
35158         * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
35159         * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
35160         * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
35161         * platform/chromium-linux-x86/fast/reflections: Added.
35162         * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
35163         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
35164         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
35165         * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
35166         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
35167         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
35168         * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
35169         * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
35170         * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
35171         * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
35172         * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
35173         * platform/chromium-linux-x86/fast/table: Added.
35174         * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
35175         * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
35176         * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
35177         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
35178         * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
35179         * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
35180         * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
35181         * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
35182         * platform/chromium-linux-x86/fast/text/whitespace: Added.
35183         * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
35184         * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35185         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
35186         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
35187         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35188         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
35189         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35190         * platform/chromium-linux/fast/block/basic/011-expected.png:
35191         * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
35192         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
35193         * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
35194         * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
35195         * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
35196         * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
35197         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
35198         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35199         * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
35200         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
35201         * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
35202         * platform/chromium-linux/fast/canvas/arc360-expected.png:
35203         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
35204         * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
35205         * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
35206         * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35207         * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
35208         * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
35209         * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
35210         * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
35211         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
35212         * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
35213         * platform/chromium-linux/fast/css/text-transform-select-expected.png:
35214         * platform/chromium-linux/fast/css/transformed-mask-expected.png:
35215         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
35216         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
35217         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
35218         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35219         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35220         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35221         * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
35222         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
35223         * platform/chromium-linux/fast/forms/001-expected.png:
35224         * platform/chromium-linux/fast/forms/003-expected.png:
35225         * platform/chromium-linux/fast/forms/004-expected.png:
35226         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
35227         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
35228         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
35229         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
35230         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
35231         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
35232         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
35233         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
35234         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
35235         * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
35236         * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
35237         * platform/chromium-linux/fast/forms/button-align-expected.png:
35238         * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
35239         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
35240         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
35241         * platform/chromium-linux/fast/forms/button-positioned-expected.png:
35242         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
35243         * platform/chromium-linux/fast/forms/button-style-color-expected.png:
35244         * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
35245         * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
35246         * platform/chromium-linux/fast/forms/button-white-space-expected.png:
35247         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
35248         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
35249         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
35250         * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
35251         * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
35252         * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
35253         * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
35254         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
35255         * platform/chromium-linux/fast/forms/formmove-expected.png:
35256         * platform/chromium-linux/fast/forms/formmove2-expected.png:
35257         * platform/chromium-linux/fast/forms/formmove3-expected.png:
35258         * platform/chromium-linux/fast/forms/select-size-expected.png:
35259         * platform/chromium-linux/fast/forms/select-style-expected.png:
35260         * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
35261         * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
35262         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
35263         * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
35264         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
35265         * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
35266         * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
35267         * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35268         * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
35269         * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
35270         * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
35271         * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
35272         * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
35273         * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35274         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
35275         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35276         * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
35277         * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
35278         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
35279         * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
35280         * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
35281         * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35282         * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
35283         * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35284         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
35285         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
35286         * platform/chromium-linux/fast/html/keygen-expected.png:
35287         * platform/chromium-linux/fast/invalid/014-expected.png:
35288         * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
35289         * platform/chromium-linux/fast/parser/document-write-option-expected.png:
35290         * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
35291         * platform/chromium-linux/fast/repaint/4774354-expected.png:
35292         * platform/chromium-linux/fast/repaint/4776765-expected.png:
35293         * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
35294         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
35295         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
35296         * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
35297         * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
35298         * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
35299         * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
35300         * platform/chromium-linux/fast/selectors/064-expected.png:
35301         * platform/chromium-linux/fast/table/append-cells2-expected.png:
35302         * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
35303         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
35304         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
35305         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
35306         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
35307         * platform/chromium-linux/fast/text/stroking-expected.png:
35308         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
35309         * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
35310         * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35311         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35312         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35313         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35314         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35315         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35316         * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
35317         * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
35318         * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35319         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
35320         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35321         * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
35322         * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
35323         * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
35324         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
35325         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
35326         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
35327         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
35328         * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35329         * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
35330         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
35331         * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
35332         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35333         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35334         * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
35335         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
35336         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35337         * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
35338         * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
35339         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
35340         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
35341         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
35342         * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35343         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35344         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35345         * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35346         * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
35347         * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
35348         * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
35349         * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
35350         * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35351         * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
35352         * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35353         * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
35354         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
35355         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
35356         * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
35357         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
35358         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
35359         * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35360         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35361         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35362         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35363         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35364         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35365         * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
35366         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
35367         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35368         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
35369         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35370         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
35371         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
35372         * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
35373         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
35374         * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35375         * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
35376         * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
35377         * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35378         * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
35379         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
35380         * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
35381         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35382         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35383         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
35384         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
35385         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35386         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
35387         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
35388         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
35389         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
35390         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
35391         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35392         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35393         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35394         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35395         * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
35396         * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
35397         * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
35398         * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
35399         * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35400         * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
35401         * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35402         * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
35403         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
35404         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
35405         * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
35406         * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
35407         * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
35408         * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35409         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
35410         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
35411         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35412         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
35413         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35414         * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
35415         * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
35416         * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
35417         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
35418         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35419         * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
35420         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
35421         * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
35422         * platform/chromium-mac/fast/canvas/arc360-expected.png:
35423         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
35424         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
35425         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
35426         * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
35427         * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
35428         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
35429         * platform/chromium-mac/fast/css/transformed-mask-expected.png:
35430         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
35431         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35432         * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
35433         * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
35434         * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
35435         * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
35436         * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
35437         * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
35438         * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
35439         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
35440         * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35441         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
35442         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
35443         * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
35444         * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
35445         * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
35446         * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
35447         * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
35448         * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35449         * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
35450         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35451         * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
35452         * platform/chromium-mac/fast/repaint/4774354-expected.png:
35453         * platform/chromium-mac/fast/repaint/4776765-expected.png:
35454         * platform/chromium-mac/fast/repaint/background-generated-expected.png:
35455         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
35456         * platform/chromium-mac/fast/text/stroking-expected.png:
35457         * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
35458         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35459         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35460         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35461         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35462         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35463         * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
35464         * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
35465         * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35466         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
35467         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35468         * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
35469         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
35470         * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
35471         * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
35472         * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35473         * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
35474         * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
35475         * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35476         * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
35477         * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
35478         * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
35479         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
35480         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
35481         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
35482         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35483         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35484         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
35485         * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
35486         * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
35487         * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35488         * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
35489         * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
35490         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
35491         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
35492         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
35493         * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35494         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35495         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35496         * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35497         * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
35498         * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
35499         * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
35500         * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
35501         * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35502         * platform/chromium-win-xp/fast/hidpi: Added.
35503         * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
35504         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35505         * platform/chromium-win-xp/fast/reflections: Added.
35506         * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
35507         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
35508         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
35509         * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
35510         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
35511         * platform/chromium-win-xp/fast/text/stroking-expected.png:
35512         * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35513         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
35514         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
35515         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35516         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
35517         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35518         * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
35519         * platform/chromium-win/fast/borders/border-image-outset-expected.png:
35520         * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
35521         * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
35522         * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
35523         * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
35524         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
35525         * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
35526         * platform/chromium-win/fast/canvas/arc360-expected.png:
35527         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
35528         * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
35529         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
35530         * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
35531         * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
35532         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
35533         * platform/chromium-win/fast/css/transformed-mask-expected.png:
35534         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
35535         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
35536         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
35537         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
35538         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
35539         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35540         * platform/chromium-win/fast/gradients/background-clipped-expected.png:
35541         * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
35542         * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
35543         * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
35544         * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
35545         * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
35546         * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
35547         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
35548         * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35549         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
35550         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
35551         * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
35552         * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
35553         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
35554         * platform/chromium-win/fast/gradients/radial-centered-expected.png:
35555         * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
35556         * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35557         * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
35558         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35559         * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
35560         * platform/chromium-win/fast/repaint/4774354-expected.png:
35561         * platform/chromium-win/fast/repaint/4776765-expected.png:
35562         * platform/chromium-win/fast/repaint/background-generated-expected.png:
35563         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
35564         * platform/chromium-win/fast/text/stroking-expected.png:
35565         * platform/chromium/TestExpectations:
35566
35567 2013-01-11  James Simonsen  <simonjam@chromium.org>
35568
35569         Restore old semantics to webkitRequestAnimationFrame callbacks
35570         https://bugs.webkit.org/show_bug.cgi?id=106697
35571
35572         Reviewed by James Robinson.
35573
35574         * fast/animation/request-animation-frame-prefix-expected.txt: Added.
35575         * fast/animation/request-animation-frame-prefix.html: Added.
35576         * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
35577         (busyWait):
35578         (window.webkitRequestAnimationFrame):
35579
35580 2013-01-11  Kenneth Russell  <kbr@google.com>
35581
35582         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
35583         https://bugs.webkit.org/show_bug.cgi?id=106606
35584
35585         Reviewed by Dimitri Glazkov.
35586
35587         Reduced number of iterations of test, and marked as slow. Changed
35588         test's output and expectations so number of iterations can be
35589         adjusted without rebaselining.
35590
35591         * fast/canvas/webgl/context-release-upon-reload-expected.txt:
35592         * fast/canvas/webgl/context-release-upon-reload.html:
35593         * platform/chromium/TestExpectations:
35594
35595 2013-01-11  Sheriff Bot  <webkit.review.bot@gmail.com>
35596
35597         Unreviewed, rolling out r139044.
35598         http://trac.webkit.org/changeset/139044
35599         https://bugs.webkit.org/show_bug.cgi?id=106702
35600
35601         Caused various scrolling anomolies on Mac with drag and drop
35602         (Requested by smfr on #webkit).
35603
35604         * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
35605         * fast/events/drag-and-drop-autoscroll.html: Removed.
35606
35607 2013-01-11  Rafael Weinstein  <rafaelw@chromium.org>
35608
35609         Prevent HTMLPreloadScanner from fetching resources inside <template>
35610         https://bugs.webkit.org/show_bug.cgi?id=106687
35611
35612         Reviewed by Adam Barth.
35613
35614         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
35615         * fast/dom/HTMLTemplateElement/inertContents.html:
35616
35617 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35618
35619         [Chromium] More test expectations for Skia changes
35620
35621         Unreviewed test expectations update.
35622
35623         CSS and editing results for all outstanding platforms.
35624
35625         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
35626         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
35627         * platform/chromium-linux-x86/css3/images: Added.
35628         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
35629         * platform/chromium-linux-x86/css3/selectors3/html: Added.
35630         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
35631         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
35632         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
35633         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
35634         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
35635         * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
35636         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
35637         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
35638         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
35639         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
35640         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
35641         * platform/chromium-linux-x86/css3/selectors3/xml: Added.
35642         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
35643         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
35644         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
35645         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
35646         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
35647         * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
35648         * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
35649         * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
35650         * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
35651         * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
35652         * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
35653         * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
35654         * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
35655         * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
35656         * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
35657         * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
35658         * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
35659         * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
35660         * platform/chromium-linux-x86/editing/spelling: Added.
35661         * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35662         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
35663         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
35664         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
35665         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
35666         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
35667         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
35668         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
35669         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
35670         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
35671         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
35672         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
35673         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
35674         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
35675         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
35676         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
35677         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
35678         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
35679         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
35680         * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
35681         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
35682         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
35683         * platform/chromium-linux/editing/selection/3690703-2-expected.png:
35684         * platform/chromium-linux/editing/selection/3690703-expected.png:
35685         * platform/chromium-linux/editing/selection/3690719-expected.png:
35686         * platform/chromium-linux/editing/selection/4397952-expected.png:
35687         * platform/chromium-linux/editing/selection/5240265-expected.png:
35688         * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
35689         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
35690         * platform/chromium-linux/editing/selection/select-box-expected.png:
35691         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
35692         * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
35693         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
35694         * platform/chromium-mac-lion/css3/images: Added.
35695         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
35696         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
35697         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
35698         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
35699         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
35700         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
35701         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
35702         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
35703         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
35704         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
35705         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
35706         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
35707         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
35708         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
35709         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
35710         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
35711         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
35712         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
35713         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
35714         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
35715         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
35716         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
35717         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
35718         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
35719         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
35720         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35721         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
35722         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
35723         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
35724         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
35725         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
35726         * platform/chromium-mac/editing/selection/3690703-expected.png:
35727         * platform/chromium-mac/editing/selection/3690719-expected.png:
35728         * platform/chromium-mac/editing/selection/4397952-expected.png:
35729         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
35730         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
35731         * platform/chromium-mac/editing/selection/select-box-expected.png:
35732         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
35733         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
35734         * platform/chromium-win-xp/css3/images: Added.
35735         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
35736         * platform/chromium-win-xp/editing/spelling: Added.
35737         * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35738         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
35739         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
35740         * platform/chromium/TestExpectations:
35741
35742 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35743
35744         [Chromium] More test expectations for Skia changes
35745
35746         Unreviewed test expectations update.
35747
35748         Mac 10.6 and 10.7 results that are the last to be failing on those bots.
35749
35750         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35751         * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
35752         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
35753         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35754         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35755
35756 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35757
35758         [Chromium] More test expectations for Skia changes
35759
35760         Unreviewed test expectations update.
35761
35762         Mac 10.8 results that were not ready when the other mac results were updated.
35763
35764         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
35765         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
35766         * platform/chromium-mac/editing/deleting/4922367-expected.png:
35767         * platform/chromium-mac/editing/deleting/5099303-expected.png:
35768         * platform/chromium-mac/editing/deleting/5126166-expected.png:
35769         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
35770         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
35771         * platform/chromium-mac/editing/deleting/5272440-expected.png:
35772         * platform/chromium-mac/editing/deleting/5369009-expected.png:
35773         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
35774         * platform/chromium-mac/editing/deleting/5483370-expected.png:
35775         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
35776         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
35777         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
35778         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
35779         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
35780         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
35781         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
35782         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
35783         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
35784         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
35785         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
35786         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
35787         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
35788         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
35789         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
35790         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
35791         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
35792         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
35793         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
35794         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
35795         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
35796         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
35797         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
35798         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
35799         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
35800         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
35801         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
35802         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
35803         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
35804         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
35805         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
35806         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
35807         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
35808         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
35809         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
35810         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
35811         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
35812         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
35813         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
35814         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
35815         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
35816         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
35817         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
35818         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
35819         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
35820         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
35821         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
35822         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
35823         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
35824         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
35825         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
35826         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
35827         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
35828         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
35829         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
35830         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
35831         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
35832         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
35833         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
35834         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
35835         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
35836         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
35837         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
35838         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
35839         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
35840         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
35841         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
35842         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
35843         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
35844         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
35845         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
35846         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
35847         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
35848         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
35849         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
35850         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
35851         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
35852         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
35853         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
35854         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
35855         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
35856         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
35857         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
35858         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
35859         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
35860         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
35861         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
35862         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
35863         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
35864         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
35865         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
35866         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
35867         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
35868         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
35869         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
35870         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
35871         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
35872         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
35873         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
35874         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
35875         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
35876         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
35877         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
35878         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
35879         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
35880         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
35881         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
35882         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
35883         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
35884         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
35885         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
35886         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
35887         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
35888         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
35889         * platform/chromium-mac/editing/execCommand/print-expected.png:
35890         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
35891         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
35892         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
35893         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
35894         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
35895         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
35896         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
35897         * platform/chromium-mac/editing/inserting/12882-expected.png:
35898         * platform/chromium-mac/editing/inserting/4278698-expected.png:
35899         * platform/chromium-mac/editing/inserting/4840662-expected.png:
35900         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
35901         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
35902         * platform/chromium-mac/editing/inserting/4959067-expected.png:
35903         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
35904         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
35905         * platform/chromium-mac/editing/inserting/5002441-expected.png:
35906         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
35907         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
35908         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
35909         * platform/chromium-mac/editing/inserting/5418891-expected.png:
35910         * platform/chromium-mac/editing/inserting/5510537-expected.png:
35911         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
35912         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
35913         * platform/chromium-mac/editing/inserting/6703873-expected.png:
35914         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
35915         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
35916         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
35917         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
35918         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
35919         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
35920         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
35921         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
35922         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
35923         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
35924         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
35925         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
35926         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
35927         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
35928         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
35929         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
35930         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
35931         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
35932         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
35933         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
35934         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
35935         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
35936         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
35937         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
35938         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
35939         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
35940         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
35941         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
35942         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
35943         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
35944         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
35945         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
35946         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
35947         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
35948         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
35949         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
35950         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
35951         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
35952         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
35953         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
35954         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
35955         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
35956         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
35957         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
35958         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
35959         * platform/chromium-mac/editing/inserting/line-break-expected.png:
35960         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
35961         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
35962         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
35963         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
35964         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
35965         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
35966         * platform/chromium-mac/editing/inserting/redo-expected.png:
35967         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
35968         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
35969         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
35970         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
35971         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
35972         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
35973         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
35974         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
35975         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
35976         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
35977         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
35978         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
35979         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
35980         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
35981         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
35982         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
35983         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
35984         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
35985         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
35986         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
35987         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
35988         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
35989         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
35990         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
35991         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
35992         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
35993         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
35994         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
35995         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
35996         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
35997         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
35998         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
35999         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
36000         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
36001         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
36002         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
36003         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
36004         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
36005         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
36006         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
36007         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
36008         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
36009         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
36010         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
36011         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
36012         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
36013         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
36014         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
36015         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
36016         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
36017         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
36018         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
36019         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
36020         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
36021         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
36022         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
36023         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
36024         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
36025         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
36026         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
36027         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
36028         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
36029         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
36030         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
36031         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
36032         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
36033         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
36034         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
36035         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
36036         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
36037         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
36038         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
36039         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
36040         * platform/chromium-mac/editing/selection/13804-expected.png:
36041         * platform/chromium-mac/editing/selection/4818145-expected.png:
36042         * platform/chromium-mac/editing/selection/4866671-expected.png:
36043         * platform/chromium-mac/editing/selection/4889598-expected.png:
36044         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
36045         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
36046         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
36047         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
36048         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
36049         * platform/chromium-mac/editing/selection/4947387-expected.png:
36050         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
36051         * platform/chromium-mac/editing/selection/5007143-expected.png:
36052         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
36053         * platform/chromium-mac/editing/selection/5057506-expected.png:
36054         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
36055         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
36056         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
36057         * platform/chromium-mac/editing/selection/5099303-expected.png:
36058         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
36059         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
36060         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
36061         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
36062         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
36063         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
36064         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
36065         * platform/chromium-mac/editing/selection/6476-expected.png:
36066         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
36067         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
36068         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
36069         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
36070         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
36071         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
36072         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
36073         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
36074         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
36075         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
36076         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
36077         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
36078         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
36079         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
36080         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
36081         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
36082         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
36083         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
36084         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
36085         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
36086         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
36087         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
36088         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
36089         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
36090         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
36091         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
36092         * platform/chromium-mac/editing/selection/iframe-expected.png:
36093         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
36094         * platform/chromium-mac/editing/selection/inline-table-expected.png:
36095         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
36096         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
36097         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
36098         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
36099         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
36100         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
36101         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
36102         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
36103         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
36104         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
36105         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
36106         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
36107         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
36108         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
36109         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
36110         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
36111         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
36112         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
36113         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
36114         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
36115         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
36116         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
36117         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
36118         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
36119         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
36120         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
36121         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
36122         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
36123         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
36124         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
36125         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
36126         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
36127         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
36128         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
36129         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
36130         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
36131         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
36132         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
36133         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
36134         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
36135         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
36136         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
36137         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
36138         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
36139         * platform/chromium-mac/editing/spelling/spelling-expected.png:
36140         * platform/chromium-mac/editing/style/4916887-expected.png:
36141         * platform/chromium-mac/editing/style/5017613-1-expected.png:
36142         * platform/chromium-mac/editing/style/5017613-2-expected.png:
36143         * platform/chromium-mac/editing/style/5046875-1-expected.png:
36144         * platform/chromium-mac/editing/style/5046875-2-expected.png:
36145         * platform/chromium-mac/editing/style/5065910-expected.png:
36146         * platform/chromium-mac/editing/style/5084241-expected.png:
36147         * platform/chromium-mac/editing/style/5228141-expected.png:
36148         * platform/chromium-mac/editing/style/5279521-expected.png:
36149         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
36150         * platform/chromium-mac/editing/style/highlight-expected.png:
36151         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
36152         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
36153         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
36154         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
36155         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
36156         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
36157         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
36158         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
36159         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
36160         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
36161         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
36162         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
36163         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
36164         * platform/chromium-mac/editing/undo/4063751-expected.png:
36165         * platform/chromium-mac/editing/undo/5378473-expected.png:
36166         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
36167         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
36168         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
36169         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
36170         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
36171         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
36172         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
36173         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
36174         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
36175         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
36176         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
36177         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
36178         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
36179         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
36180         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
36181         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
36182         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
36183         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
36184         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
36185         * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
36186         * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
36187         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
36188         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
36189
36190 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
36191
36192         [Chromium] unnecessary expectations in platform/chromium/accessibility
36193         https://bugs.webkit.org/show_bug.cgi?id=106676
36194
36195         These files were copied from platform/mac/accessibility, but
36196         all of the corresponding tests are either mac-specific, or
36197         currently skipped on Chromium. There's no purpose to having
36198         these expectations in platform/chromium/accessibility.
36199
36200         Reviewed by Chris Fleizach.
36201
36202         * platform/chromium/accessibility/accesskey-expected.txt: Removed.
36203         * platform/chromium/accessibility/area-with-aria-label-expected.txt: Removed.
36204         * platform/chromium/accessibility/aria-alerts-expected.txt: Removed.
36205         * platform/chromium/accessibility/aria-checkbox-text-expected.txt: Removed.
36206         * platform/chromium/accessibility/aria-combobox-expected.txt: Removed.
36207         * platform/chromium/accessibility/aria-directory-expected.txt: Removed.
36208         * platform/chromium/accessibility/aria-divs-not-ignored-expected.txt: Removed.
36209         * platform/chromium/accessibility/aria-drag-drop-expected.txt: Removed.
36210         * platform/chromium/accessibility/aria-expanded-notifications-expected.txt: Removed.
36211         * platform/chromium/accessibility/aria-expanded-standard-items-expected.txt: Removed.
36212         * platform/chromium/accessibility/aria-flowto-expected.txt: Removed.
36213         * platform/chromium/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Removed.
36214         * platform/chromium/accessibility/aria-grouping-roles-expected.txt: Removed.
36215         * platform/chromium/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Removed.
36216         * platform/chromium/accessibility/aria-listbox-selectedchildren-change-expected.txt: Removed.
36217         * platform/chromium/accessibility/aria-liveregion-marquee-default-expected.txt: Removed.
36218         * platform/chromium/accessibility/aria-liveregion-on-image-expected.txt: Removed.
36219         * platform/chromium/accessibility/aria-liveregions-addedelement-expected.txt: Removed.
36220         * platform/chromium/accessibility/aria-liveregions-attributes-expected.txt: Removed.
36221         * platform/chromium/accessibility/aria-liveregions-changedalt-expected.txt: Removed.
36222         * platform/chromium/accessibility/aria-liveregions-changedtext-expected.txt: Removed.
36223         * platform/chromium/accessibility/aria-liveregions-notifications-always-sent-expected.txt: Removed.
36224         * platform/chromium/accessibility/aria-liveregions-notifications-expected.txt: Removed.
36225         * platform/chromium/accessibility/aria-liveregions-removedelement-expected.txt: Removed.
36226         * platform/chromium/accessibility/aria-menu-role-descriptions-expected.txt: Removed.
36227         * platform/chromium/accessibility/aria-menubar-expected.txt: Removed.
36228         * platform/chromium/accessibility/aria-multiline-expected.txt: Removed.
36229         * platform/chromium/accessibility/aria-multiselectable-expected.txt: Removed.
36230         * platform/chromium/accessibility/aria-owns-expected.txt: Removed.
36231         * platform/chromium/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Removed.
36232         * platform/chromium/accessibility/aria-radiobutton-text-expected.txt: Removed.
36233         * platform/chromium/accessibility/aria-radiogroup-expected.txt: Removed.
36234         * platform/chromium/accessibility/aria-range-expected.txt: Removed.
36235         * platform/chromium/accessibility/aria-range-value-expected.txt: Removed.
36236         * platform/chromium/accessibility/aria-required-expected.txt: Removed.
36237         * platform/chromium/accessibility/aria-slider-expected.txt: Removed.
36238         * platform/chromium/accessibility/aria-slider-value-change-expected.txt: Removed.
36239         * platform/chromium/accessibility/aria-sort-expected.txt: Removed.
36240         * platform/chromium/accessibility/aria-spinbutton-expected.txt: Removed.
36241         * platform/chromium/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
36242         * platform/chromium/accessibility/aria-tables-expected.txt: Removed.
36243         * platform/chromium/accessibility/aria-toolbar-expected.txt: Removed.
36244         * platform/chromium/accessibility/aria-tree-activedescendant-expected.txt: Removed.
36245         * platform/chromium/accessibility/aria-tree-expected.txt: Removed.
36246         * platform/chromium/accessibility/aria-tree-index-of-items-expected.txt: Removed.
36247         * platform/chromium/accessibility/aria-treegrid-expected.txt: Removed.
36248         * platform/chromium/accessibility/aria-valuetext-expected.txt: Removed.
36249         * platform/chromium/accessibility/attributed-string-includes-highlighting-expected.txt: Removed.
36250         * platform/chromium/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Removed.
36251         * platform/chromium/accessibility/bounds-for-range-expected.txt: Removed.
36252         * platform/chromium/accessibility/button-shouldnot-have-axvalue-expected.txt: Removed.
36253         * platform/chromium/accessibility/canvas-expected.txt: Removed.
36254         * platform/chromium/accessibility/change-notification-on-scroll-expected.txt: Removed.
36255         * platform/chromium/accessibility/clipped-text-under-element-expected.txt: Removed.
36256         * platform/chromium/accessibility/content-editable-expected.txt: Removed.
36257         * platform/chromium/accessibility/content-editable-range-properties-expected.txt: Removed.
36258         * platform/chromium/accessibility/crash-in-element-for-text-marker-expected.txt: Removed.
36259         * platform/chromium/accessibility/crash-invalid-text-marker-node-expected.txt: Removed.
36260         * platform/chromium/accessibility/css-content-attribute-expected.txt: Removed.
36261         * platform/chromium/accessibility/css-speech-speak-expected.txt: Removed.
36262         * platform/chromium/accessibility/definition-list-term-expected.txt: Removed.
36263         * platform/chromium/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
36264         * platform/chromium/accessibility/div-containing-div-with-aria-expected.txt: Removed.
36265         * platform/chromium/accessibility/document-attributes-expected.txt: Removed.
36266         * platform/chromium/accessibility/document-links-expected.txt: Removed.
36267         * platform/chromium/accessibility/document-title-used-for-description-expected.txt: Removed.
36268         * platform/chromium/accessibility/double-title-expected.txt: Removed.
36269         * platform/chromium/accessibility/element-focus-expected.txt: Removed.
36270         * platform/chromium/accessibility/element-for-text-marker-expected.txt: Removed.
36271         * platform/chromium/accessibility/element-haspopup-expected.txt: Removed.
36272         * platform/chromium/accessibility/element-is-ignored-expected.txt: Removed.
36273         * platform/chromium/accessibility/element-level-expected.txt: Removed.
36274         * platform/chromium/accessibility/estimated-progress-expected.txt: Removed.
36275         * platform/chromium/accessibility/footer-expected.txt: Removed.
36276         * platform/chromium/accessibility/footer-roledescription-expected.txt: Removed.
36277         * platform/chromium/accessibility/form-control-value-settable-expected.txt: Removed.
36278         * platform/chromium/accessibility/frame-with-title-expected.txt: Removed.
36279         * platform/chromium/accessibility/header-expected.txt: Removed.
36280         * platform/chromium/accessibility/heading-clickpoint-expected.txt: Removed.
36281         * platform/chromium/accessibility/html-section-elements-expected.txt: Removed.
36282         * platform/chromium/accessibility/html-slider-indicator-expected.txt: Removed.
36283         * platform/chromium/accessibility/html-with-aria-label-expected.txt: Removed.
36284         * platform/chromium/accessibility/html5-input-number-expected.txt: Removed.
36285         * platform/chromium/accessibility/html5-required-attribute-expected.txt: Removed.
36286         * platform/chromium/accessibility/iframe-aria-hidden-expected.txt: Removed.
36287         * platform/chromium/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Removed.
36288         * platform/chromium/accessibility/image-map2-expected.txt: Removed.
36289         * platform/chromium/accessibility/imagemap-hittest-expected.txt: Removed.
36290         * platform/chromium/accessibility/inherited-presentational-lists-expected.txt: Removed.
36291         * platform/chromium/accessibility/input-image-url-expected.txt: Removed.
36292         * platform/chromium/accessibility/input-slider-expected.txt: Removed.
36293         * platform/chromium/accessibility/internal-link-anchors-expected.txt: Removed.
36294         * platform/chromium/accessibility/internal-link-anchors2-expected.txt: Removed.
36295         * platform/chromium/accessibility/internal-link-when-document-has-fragment-expected.txt: Removed.
36296         * platform/chromium/accessibility/label-element-with-hidden-control-expected.txt: Removed.
36297         * platform/chromium/accessibility/list-items-ignored-expected.txt: Removed.
36298         * platform/chromium/accessibility/listbox-hit-test-expected.txt: Removed.
36299         * platform/chromium/accessibility/lists-expected.txt: Removed.
36300         * platform/chromium/accessibility/live-region-on-span-expected.txt: Removed.
36301         * platform/chromium/accessibility/math-alttext-expected.txt: Removed.
36302         * platform/chromium/accessibility/media-element-expected.txt: Removed.
36303         * platform/chromium/accessibility/misspelled-attributed-string-expected.txt: Removed.
36304         * platform/chromium/accessibility/mixed-checkbox-expected.txt: Removed.
36305         * platform/chromium/accessibility/native-vs-nonnative-checkboxes-expected.txt: Removed.
36306         * platform/chromium/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Removed.
36307         * platform/chromium/accessibility/option-with-arialabel-expected.txt: Removed.
36308         * platform/chromium/accessibility/option-with-lang-expected.txt: Removed.
36309         * platform/chromium/accessibility/parent-of-table-row-is-table-expected.txt: Removed.
36310         * platform/chromium/accessibility/plugin-expected.txt: Removed.
36311         * platform/chromium/accessibility/popup-button-title-expected.txt: Removed.
36312         * platform/chromium/accessibility/progressbar-expected.txt: Removed.
36313         * platform/chromium/accessibility/radio-button-group-members-expected.txt: Removed.
36314         * platform/chromium/accessibility/range-alter-by-step-expected.txt: Removed.
36315         * platform/chromium/accessibility/range-for-line-textarea-expected.txt: Removed.
36316         * platform/chromium/accessibility/range-for-position-expected.txt: Removed.
36317         * platform/chromium/accessibility/removing-textarea-after-edit-crash-expected.txt: Removed.
36318         * platform/chromium/accessibility/scrollbars-expected.txt: Removed.
36319         * platform/chromium/accessibility/search-predicate-expected.txt: Removed.
36320         * platform/chromium/accessibility/search-subrole-expected.txt: Removed.
36321         * platform/chromium/accessibility/search-when-element-starts-in-table-expected.txt: Removed.
36322         * platform/chromium/accessibility/search-with-frames-expected.txt: Removed.
36323         * platform/chromium/accessibility/select-element-selection-with-optgroups-expected.txt: Removed.
36324         * platform/chromium/accessibility/selected-rows-table-expected.txt: Removed.
36325         * platform/chromium/accessibility/selected-tab-crash-expected.txt: Removed.
36326         * platform/chromium/accessibility/selected-text-range-for-empty-textarea-expected.txt: Removed.
36327         * platform/chromium/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Removed.
36328         * platform/chromium/accessibility/slider-allows-title-ui-element-expected.txt: Removed.
36329         * platform/chromium/accessibility/slider-supports-actions-expected.txt: Removed.
36330         * platform/chromium/accessibility/stale-table-rows-expected.txt: Removed.
36331         * platform/chromium/accessibility/static-text-role-uses-text-under-element-expected.txt: Removed.
36332         * platform/chromium/accessibility/static-text-with-aria-label-expected.txt: Removed.
36333         * platform/chromium/accessibility/string-range-contains-listmarker-expected.txt: Removed.
36334         * platform/chromium/accessibility/submit-button-default-value-expected.txt: Removed.
36335         * platform/chromium/accessibility/supports-focus-setting-expected.txt: Removed.
36336         * platform/chromium/accessibility/table-attributes-expected.txt: Removed.
36337         * platform/chromium/accessibility/table-cell-spans-expected.txt: Removed.
36338         * platform/chromium/accessibility/table-cells-expected.txt: Removed.
36339         * platform/chromium/accessibility/table-detection-expected.txt: Removed.
36340         * platform/chromium/accessibility/table-multi-bodies-expected.txt: Removed.
36341         * platform/chromium/accessibility/table-one-cell-expected.txt: Removed.
36342         * platform/chromium/accessibility/table-sections-expected.txt: Removed.
36343         * platform/chromium/accessibility/table-updating-expected.txt: Removed.
36344         * platform/chromium/accessibility/table-with-aria-role-expected.txt: Removed.
36345         * platform/chromium/accessibility/table-with-row-col-of-headers-expected.txt: Removed.
36346         * platform/chromium/accessibility/table-with-rules-expected.txt: Removed.
36347         * platform/chromium/accessibility/table-with-zebra-rows-expected.txt: Removed.
36348         * platform/chromium/accessibility/text-marker-length-expected.txt: Removed.
36349         * platform/chromium/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
36350         * platform/chromium/accessibility/textbox-role-reports-notifications-expected.txt: Removed.
36351         * platform/chromium/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Removed.
36352         * platform/chromium/accessibility/textmarker-routines-expected.txt: Removed.
36353         * platform/chromium/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Removed.
36354         * platform/chromium/accessibility/title-attribute-used-as-last-resort-expected.txt: Removed.
36355         * platform/chromium/accessibility/unexpected-help-text-expected.txt: Removed.
36356         * platform/chromium/accessibility/unsupported-attribute-does-not-crash-expected.txt: Removed.
36357         * platform/chromium/accessibility/update-children-when-aria-role-changes-expected.txt: Removed.
36358         * platform/chromium/accessibility/updating-attribute-in-table-row-crash-expected.txt: Removed.
36359         * platform/chromium/accessibility/visible-position-crash-for-text-node-expected.txt: Removed.
36360         * platform/chromium/accessibility/webarea-can-set-focus-expected.txt: Removed.
36361         * platform/chromium/accessibility/webarea-size-equals-content-size-expected.txt: Removed.
36362         * platform/chromium/accessibility/webkit-scrollarea-expected.txt: Removed.
36363         * platform/chromium/accessibility/webkit-scrollarea-position-expected.txt: Removed.
36364
36365 2013-01-11  Alexandru Chiculita  <achicu@adobe.com>
36366
36367         Element is displayed behind a composited layer when clipping is used on a previous element
36368         https://bugs.webkit.org/show_bug.cgi?id=104981
36369
36370         Reviewed by Simon Fraser.
36371
36372         Updated existing test results and added two new tests to check that animations respect the correct paint order,
36373         even though they are painted with composited layers.
36374
36375         Note that there are side effects of this patch that will be corrected in a following bug. 3D layers are treated like animations, so they
36376         disable the overlapping optimizations. Because of that, some of the test results were updated to include the layers that, previously,
36377         were not created as a result of being in front of a "clipping container".
36378
36379         * compositing/geometry/foreground-layer-expected.txt:
36380         * compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
36381         * compositing/layer-creation/overlap-animation-clipping.html: Added. Checking that the animation inside a clipping container is not 
36382         affecting how we compute the animations outside the clipping container. 
36383         * compositing/layer-creation/overlap-animation-container-expected.txt: Added. 
36384         * compositing/layer-creation/overlap-animation-container.html: Added. Checking that we don't create unnecessary composited layers for layers inside
36385         composited containers that draw in front of animated layers.
36386         * compositing/overflow/clip-descendents-expected.txt:
36387         * compositing/overflow/clip-descendents.html: Removed the text from the output, so that platforms can share the same expected result.
36388         * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: Removed. Not needed anymore, all Chromium platforms can share the same results now.
36389         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
36390         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
36391         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
36392         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
36393         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
36394         * platform/chromium/compositing/overflow/clip-descendents-expected.txt: Renamed from LayoutTests/platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt.
36395         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
36396
36397 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36398
36399         [Chromium] More test expectations for Skia changes
36400
36401         Unreviewed test expectations update.
36402
36403         Mozilla test cases for linux. Also re-adding hixie/perf/006.xml, which is failing
36404
36405         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Added.
36406         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Added.
36407         * platform/chromium-linux-x86/tables/mozilla/bugs/bug137388-2-expected.png: Added.
36408         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Added.
36409         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Added.
36410         * platform/chromium-linux-x86/tables/mozilla/bugs/bug23235-expected.png: Added.
36411         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Added.
36412         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Added.
36413         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Added.
36414         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Added.
36415         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Added.
36416         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Added.
36417         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Added.
36418         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4093-expected.png: Added.
36419         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Added.
36420         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Added.
36421         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Added.
36422         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
36423         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Added.
36424         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Added.
36425         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Added.
36426         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Added.
36427         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Added.
36428         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Added.
36429         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Added.
36430         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Added.
36431         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Added.
36432         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Added.
36433         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Added.
36434         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Added.
36435         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
36436         * platform/chromium-linux-x86/tables/mozilla/core: Added.
36437         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Added.
36438         * platform/chromium-linux-x86/tables/mozilla/dom: Added.
36439         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Added.
36440         * platform/chromium-linux-x86/tables/mozilla/other: Added.
36441         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Added.
36442         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
36443         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
36444         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Added.
36445         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
36446         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
36447         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
36448         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
36449         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
36450         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Added.
36451         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
36452         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
36453         * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
36454         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
36455         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
36456         * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
36457         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
36458         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
36459         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
36460         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
36461         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
36462         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
36463         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
36464         * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
36465         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
36466         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
36467         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
36468         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
36469         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
36470         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
36471         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
36472         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
36473         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
36474         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
36475         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
36476         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
36477         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
36478         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
36479         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
36480         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
36481         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
36482         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
36483         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
36484         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
36485         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
36486         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
36487         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
36488         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
36489         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
36490         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
36491         * platform/chromium-mac-lion/tables/mozilla/bugs/bug137388-2-expected.png:
36492         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4093-expected.png:
36493         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.png:
36494         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
36495         * platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
36496         * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
36497         * platform/chromium-win-xp/tables/mozilla/bugs/bug137388-2-expected.png: Added.
36498         * platform/chromium-win-xp/tables/mozilla/bugs/bug23235-expected.png: Added.
36499         * platform/chromium-win-xp/tables/mozilla/bugs/bug4093-expected.png: Added.
36500         * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
36501         * platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
36502         * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
36503         * platform/chromium/TestExpectations:
36504
36505 2013-01-11  Levi Weintraub  <leviw@chromium.org>
36506
36507         Unreviewed gardening. r139445 triggered assertions in Skia on debug Chromium bots.
36508         Marking them as crashing in TestExpectations.
36509
36510         * platform/chromium/TestExpectations:
36511
36512 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36513
36514         [Chromium] More test expectations for Skia changes
36515
36516         Unreviewed test expectations update.
36517
36518         Mostly files that were broken only on Mac or Win.
36519
36520         * platform/chromium-linux-x86/fast/forms/input-appearance-height-expected.png: Added.
36521         * platform/chromium-linux-x86/fast/forms/input-button-sizes-expected.png: Added.
36522         * platform/chromium-linux-x86/fast/forms/input-value-expected.png: Added.
36523         * platform/chromium-linux-x86/fast/forms/menulist-deselect-update-expected.png: Added.
36524         * platform/chromium-linux-x86/fast/forms/menulist-no-overflow-expected.png: Added.
36525         * platform/chromium-linux-x86/fast/forms/menulist-restrict-line-height-expected.png: Added.
36526         * platform/chromium-linux-x86/fast/forms/menulist-separator-painting-expected.png: Added.
36527         * platform/chromium-linux-x86/fast/forms/menulist-style-color-expected.png: Added.
36528         * platform/chromium-linux-x86/fast/forms/menulist-width-change-expected.png: Added.
36529         * platform/chromium-linux-x86/fast/forms/option-script-expected.png: Added.
36530         * platform/chromium-linux-x86/fast/forms/option-strip-whitespace-expected.png: Added.
36531         * platform/chromium-linux-x86/fast/forms/option-text-clip-expected.png: Added.
36532         * platform/chromium-linux-x86/fast/forms/select-align-expected.png: Added.
36533         * platform/chromium-linux-x86/fast/forms/select-baseline-expected.png: Added.
36534         * platform/chromium-linux-x86/fast/forms/select-change-listbox-to-popup-expected.png: Added.
36535         * platform/chromium-linux-x86/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
36536         * platform/chromium-linux-x86/fast/forms/select-disabled-appearance-expected.png: Added.
36537         * platform/chromium-linux-x86/fast/forms/select-initial-position-expected.png: Added.
36538         * platform/chromium-linux-x86/fast/forms/select-selected-expected.png: Added.
36539         * platform/chromium-linux-x86/fast/forms/targeted-frame-submission-expected.png: Added.
36540         * platform/chromium-linux-x86/fast/forms/zoomed-controls-expected.png: Added.
36541         * platform/chromium-linux-x86/fast/inline/positionedLifetime-expected.png: Added.
36542         * platform/chromium-linux-x86/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
36543         * platform/chromium-linux-x86/fast/overflow/scrollRevealButton-expected.png: Added.
36544         * platform/chromium-linux-x86/fast/repaint/control-clip-expected.png: Added.
36545         * platform/chromium-linux-x86/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36546         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36547         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36548         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36549         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36550         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36551         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36552         * platform/chromium-linux-x86/svg/carto.net/colourpicker-expected.png: Added.
36553         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36554         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36555         * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
36556         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
36557         * platform/chromium-linux/fast/forms/input-value-expected.png:
36558         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
36559         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
36560         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
36561         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
36562         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
36563         * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
36564         * platform/chromium-linux/fast/forms/option-script-expected.png:
36565         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
36566         * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
36567         * platform/chromium-linux/fast/forms/select-align-expected.png:
36568         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
36569         * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
36570         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
36571         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
36572         * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
36573         * platform/chromium-linux/fast/forms/select-selected-expected.png:
36574         * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
36575         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png:
36576         * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
36577         * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
36578         * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
36579         * platform/chromium-linux/fast/repaint/control-clip-expected.png:
36580         * platform/chromium-linux/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36581         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36582         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36583         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36584         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36585         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36586         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36587         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
36588         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36589         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36590         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36591         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36592         * platform/chromium-mac-lion/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36593         * platform/chromium-mac-lion/fonts/monospace-expected.png:
36594         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
36595         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36596         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36597         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.png:
36598         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.txt:
36599         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png:
36600         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36601         * platform/chromium-mac-snowleopard/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36602         * platform/chromium-mac-snowleopard/fonts/monospace-expected.png:
36603         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
36604         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
36605         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36606         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
36607         * platform/chromium-mac/fast/css/focus-ring-detached-expected.png:
36608         * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png:
36609         * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
36610         * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
36611         * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
36612         * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
36613         * platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png:
36614         * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
36615         * platform/chromium-mac/fast/dom/52776-expected.png:
36616         * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
36617         * platform/chromium-mac/fast/events/autoscroll-expected.png:
36618         * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
36619         * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png:
36620         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
36621         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36622         * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
36623         * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
36624         * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
36625         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
36626         * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
36627         * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
36628         * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
36629         * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
36630         * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
36631         * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
36632         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
36633         * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
36634         * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
36635         * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
36636         * platform/chromium-mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36637         * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
36638         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
36639         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
36640         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
36641         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
36642         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
36643         * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
36644         * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
36645         * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
36646         * platform/chromium-mac/fast/inline/25277-2-expected.png:
36647         * platform/chromium-mac/fast/inline/25277-expected.png:
36648         * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
36649         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
36650         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36651         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36652         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
36653         * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
36654         * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
36655         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
36656         * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
36657         * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
36658         * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png:
36659         * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
36660         * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png:
36661         * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png:
36662         * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
36663         * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png:
36664         * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
36665         * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
36666         * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
36667         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
36668         * platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png:
36669         * platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png:
36670         * platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png:
36671         * platform/chromium-mac/fonts/monospace-expected.png:
36672         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png:
36673         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
36674         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
36675         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
36676         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36677         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36678         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
36679         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
36680         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36681         * platform/chromium-win-xp/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36682         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36683         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36684         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36685         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36686         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36687         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36688         * platform/chromium-win-xp/svg/carto.net: Added.
36689         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
36690         * platform/chromium-win-xp/svg/transforms: Added.
36691         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
36692         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36693         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.png:
36694         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
36695         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
36696         * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36697         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36698         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36699         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36700         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36701         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36702         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36703         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
36704         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36705         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36706         * platform/chromium/TestExpectations:
36707
36708 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36709
36710         [Chromium] More test expectations for Skia changes
36711
36712         Unreviewed test expectations update.
36713
36714         These are a few files that had some platforms already failing, hence
36715         requiring special care and attention.
36716
36717         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement: Added.
36718         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36719         * platform/chromium-linux-x86/fast/forms/validation-message-appearance-expected.png: Added.
36720         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36721         * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36722         * platform/chromium-linux-x86/fast/speech: Added.
36723         * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.png: Added.
36724         * platform/chromium-linux-x86/fast/transforms: Added.
36725         * platform/chromium-linux-x86/fast/transforms/transformed-focused-text-input-expected.png: Added.
36726         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
36727         * platform/chromium-linux-x86/svg/batik/filters: Added.
36728         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Added.
36729         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Added.
36730         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36731         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36732         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
36733         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
36734         * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36735         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
36736         * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
36737         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36738         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
36739         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
36740         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
36741         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36742         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
36743         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
36744         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36745         * platform/chromium-mac-lion/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36746         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png:
36747         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
36748         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36749         * platform/chromium-mac-lion/svg/batik/filters/feTile-expected.png: Added.
36750         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
36751         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36752         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36753         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
36754         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
36755         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36756         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36757         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
36758         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
36759         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
36760         * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
36761         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
36762         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36763         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
36764         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36765         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
36766         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
36767         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
36768         * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36769         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
36770         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
36771         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36772         * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
36773         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
36774         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
36775         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36776         * platform/chromium-win-xp/fast/gradients: Added.
36777         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36778         * platform/chromium-win-xp/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36779         * platform/chromium-win-xp/fast/speech: Added.
36780         * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
36781         * platform/chromium-win-xp/svg/batik/filters: Added.
36782         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Added.
36783         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Added.
36784         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36785         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36786         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
36787         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
36788         * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36789         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
36790         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
36791         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
36792         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
36793         * platform/chromium/TestExpectations:
36794
36795 2013-01-11  Levi Weintraub  <leviw@chromium.org>
36796
36797         RenderGeometryMap and TransformState disagree with sub-pixel layout and translations
36798         https://bugs.webkit.org/show_bug.cgi?id=106047
36799
36800         Reviewed by Simon Fraser.
36801
36802         * fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt: Added.
36803         * fast/layers/geometry-map-transform-state-translation-mismatch.html: Added.
36804
36805 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36806
36807         [Chromium] Rebaselines after Skia changes.
36808
36809         Unreviewed test expectations update.
36810
36811         These are the last of the Mac/Win failures that do not also occur on Linux.
36812         There is also an attempt to fix the TestExpectations so that Linux
36813         goes green. Apparently it will be red if you have "Failure" when it's
36814         actually an "ImageOnlyFailure", but not reliably.
36815
36816         * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
36817         * platform/chromium-mac-lion/fast/css/focus-ring-detached-expected.png:
36818         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-expected.png:
36819         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
36820         * platform/chromium-mac-lion/fast/css/focus-ring-outline-color-expected.png:
36821         * platform/chromium-mac-lion/fast/css/focus-ring-outline-offset-expected.png:
36822         * platform/chromium-mac-lion/fast/css/focus-ring-outline-width-expected.png:
36823         * platform/chromium-mac-lion/fast/css/font-face-multiple-faces-expected.png:
36824         * platform/chromium-mac-lion/fast/css/outline-auto-location-expected.png:
36825         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
36826         * platform/chromium-mac-lion/fast/dom/focus-contenteditable-expected.png:
36827         * platform/chromium-mac-lion/fast/events/autoscroll-expected.png:
36828         * platform/chromium-mac-lion/fast/events/context-no-deselect-expected.png:
36829         * platform/chromium-mac-lion/fast/events/reveal-link-when-focused-expected.png:
36830         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
36831         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36832         * platform/chromium-mac-lion/fast/forms/input-appearance-focus-expected.png:
36833         * platform/chromium-mac-lion/fast/forms/input-appearance-selection-expected.png:
36834         * platform/chromium-mac-lion/fast/forms/input-double-click-selection-gap-bug-expected.png:
36835         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png:
36836         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-1-expected.png:
36837         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-3-expected.png:
36838         * platform/chromium-mac-lion/fast/forms/input-text-click-inside-expected.png:
36839         * platform/chromium-mac-lion/fast/forms/input-text-double-click-expected.png:
36840         * platform/chromium-mac-lion/fast/forms/input-text-drag-down-expected.png:
36841         * platform/chromium-mac-lion/fast/forms/input-text-option-delete-expected.png:
36842         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png:
36843         * platform/chromium-mac-lion/fast/forms/input-text-self-emptying-click-expected.png:
36844         * platform/chromium-mac-lion/fast/forms/listbox-hit-test-zoomed-expected.png:
36845         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
36846         * platform/chromium-mac-lion/fast/forms/number/number-appearance-rtl-expected.png:
36847         * platform/chromium-mac-lion/fast/forms/plaintext-mode-2-expected.png:
36848         * platform/chromium-mac-lion/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36849         * platform/chromium-mac-lion/fast/forms/tabbing-input-iframe-expected.png:
36850         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
36851         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
36852         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
36853         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
36854         * platform/chromium-mac-lion/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
36855         * platform/chromium-mac-lion/fast/forms/textfield-focus-ring-expected.png:
36856         * platform/chromium-mac-lion/fast/forms/textfield-outline-expected.png:
36857         * platform/chromium-mac-lion/fast/forms/textfield-overflow-expected.png:
36858         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
36859         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
36860         * platform/chromium-mac-lion/fast/frames/take-focus-from-iframe-expected.png:
36861         * platform/chromium-mac-lion/fast/inline/25277-2-expected.png:
36862         * platform/chromium-mac-lion/fast/inline/25277-expected.png:
36863         * platform/chromium-mac-lion/fast/inline/continuation-outlines-expected.png:
36864         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-2-expected.png:
36865         * platform/chromium-mac-lion/fast/inline/inline-focus-ring-expected.png:
36866         * platform/chromium-mac-lion/fast/overflow/overflow-focus-ring-expected.png:
36867         * platform/chromium-mac-lion/fast/repaint/continuation-after-outline-expected.png:
36868         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
36869         * platform/chromium-mac-lion/fast/repaint/focus-layers-expected.png:
36870         * platform/chromium-mac-lion/fast/repaint/focus-ring-expected.png: Added.
36871         * platform/chromium-mac-lion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
36872         * platform/chromium-mac-lion/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
36873         * platform/chromium-mac-lion/fast/table/table-row-focus-ring-paint-expected.png: Added.
36874         * platform/chromium-mac-lion/fast/text/atsui-multiple-renderers-expected.png:
36875         * platform/chromium-mac-lion/fast/text/complex-synthetic-bold-space-width-expected.png:
36876         * platform/chromium-mac-lion/fast/text/delete-hard-break-character-expected.png:
36877         * platform/chromium-mac-lion/fast/text/international/rtl-caret-expected.png:
36878         * platform/chromium-mac-lion/fast/transforms/transformed-caret-expected.png:
36879         * platform/chromium-mac-lion/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36880         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36881         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36882         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility: Added.
36883         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
36884         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
36885         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
36886         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
36887         * platform/chromium-mac-snowleopard/fast/css/focus-ring-detached-expected.png:
36888         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-expected.png:
36889         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
36890         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-color-expected.png:
36891         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-offset-expected.png:
36892         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-width-expected.png:
36893         * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
36894         * platform/chromium-mac-snowleopard/fast/css/outline-auto-location-expected.png:
36895         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
36896         * platform/chromium-mac-snowleopard/fast/dom/focus-contenteditable-expected.png:
36897         * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
36898         * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
36899         * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
36900         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
36901         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36902         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
36903         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
36904         * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
36905         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
36906         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
36907         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
36908         * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
36909         * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
36910         * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
36911         * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
36912         * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
36913         * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
36914         * platform/chromium-mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png:
36915         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
36916         * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
36917         * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
36918         * platform/chromium-mac-snowleopard/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36919         * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
36920         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
36921         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
36922         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
36923         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
36924         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
36925         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
36926         * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
36927         * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
36928         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
36929         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
36930         * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
36931         * platform/chromium-mac-snowleopard/fast/inline/25277-2-expected.png:
36932         * platform/chromium-mac-snowleopard/fast/inline/25277-expected.png:
36933         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
36934         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png:
36935         * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png:
36936         * platform/chromium-mac-snowleopard/fast/repaint/continuation-after-outline-expected.png:
36937         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
36938         * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png:
36939         * platform/chromium-mac-snowleopard/fast/repaint/focus-ring-expected.png: Added.
36940         * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
36941         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
36942         * platform/chromium-mac-snowleopard/fast/table/table-row-focus-ring-paint-expected.png: Added.
36943         * platform/chromium-mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png:
36944         * platform/chromium-mac-snowleopard/fast/text/complex-synthetic-bold-space-width-expected.png:
36945         * platform/chromium-mac-snowleopard/fast/text/delete-hard-break-character-expected.png:
36946         * platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png:
36947         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png:
36948         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36949         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36950         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36951         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility: Added.
36952         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
36953         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
36954         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
36955         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Added.
36956         * platform/chromium-win-xp/fast/borders/border-image-border-radius-expected.png: Added.
36957         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Added.
36958         * platform/chromium-win-xp/fast/borders/border-image-omit-right-slice-expected.png: Added.
36959         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Added.
36960         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
36961         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Added.
36962         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Added.
36963         * platform/chromium-win-xp/fast/images/paint-subrect-grid-expected.png: Added.
36964         * platform/chromium-win/fast/borders/border-image-01-expected.png:
36965         * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
36966         * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
36967         * platform/chromium-win/fast/borders/border-image-omit-right-slice-expected.png:
36968         * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
36969         * platform/chromium-win/fast/borders/border-image-scrambled-expected.png:
36970         * platform/chromium-win/fast/borders/border-image-slices-expected.png:
36971         * platform/chromium-win/fast/borders/border-image-source-expected.png:
36972         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png:
36973         * platform/chromium/TestExpectations:
36974
36975 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36976
36977         [Chromium] Mac editing test rebaseline
36978
36979         Unreviewed expectations update.
36980
36981         For whatever reason Mac 10.6 and 10.7 use Skia for drawing edit boxes.
36982         They all needed rebaselining.
36983
36984         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
36985         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
36986         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
36987         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
36988         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
36989         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
36990         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
36991         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
36992         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
36993         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
36994         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
36995         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
36996         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
36997         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
36998         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
36999         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
37000         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
37001         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
37002         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
37003         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
37004         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
37005         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
37006         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
37007         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
37008         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
37009         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
37010         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
37011         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
37012         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
37013         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
37014         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
37015         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
37016         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
37017         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
37018         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
37019         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
37020         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
37021         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
37022         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
37023         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
37024         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
37025         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
37026         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
37027         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
37028         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
37029         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
37030         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
37031         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
37032         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
37033         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
37034         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
37035         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
37036         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
37037         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
37038         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
37039         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
37040         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
37041         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
37042         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
37043         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
37044         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
37045         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
37046         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
37047         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
37048         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
37049         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
37050         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
37051         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
37052         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
37053         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
37054         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
37055         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
37056         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
37057         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
37058         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
37059         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
37060         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
37061         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
37062         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
37063         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
37064         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
37065         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
37066         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
37067         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
37068         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
37069         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
37070         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
37071         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
37072         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
37073         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
37074         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
37075         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
37076         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
37077         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
37078         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
37079         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
37080         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
37081         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
37082         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
37083         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
37084         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
37085         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
37086         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
37087         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
37088         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
37089         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
37090         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
37091         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
37092         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
37093         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
37094         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
37095         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
37096         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
37097         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
37098         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
37099         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
37100         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
37101         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
37102         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
37103         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
37104         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
37105         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
37106         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
37107         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
37108         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
37109         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
37110         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
37111         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
37112         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
37113         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
37114         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
37115         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
37116         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
37117         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
37118         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
37119         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
37120         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
37121         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
37122         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
37123         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
37124         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
37125         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
37126         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
37127         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
37128         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
37129         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
37130         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
37131         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
37132         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
37133         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
37134         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
37135         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
37136         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
37137         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
37138         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
37139         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
37140         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
37141         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
37142         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
37143         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
37144         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
37145         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
37146         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
37147         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
37148         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
37149         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
37150         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
37151         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
37152         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
37153         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
37154         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
37155         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
37156         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
37157         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
37158         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
37159         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
37160         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
37161         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
37162         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
37163         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
37164         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
37165         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
37166         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
37167         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
37168         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
37169         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
37170         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
37171         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
37172         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
37173         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
37174         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
37175         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
37176         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
37177         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
37178         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
37179         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
37180         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
37181         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
37182         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
37183         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
37184         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
37185         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
37186         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
37187         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
37188         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
37189         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
37190         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
37191         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
37192         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
37193         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
37194         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
37195         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
37196         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
37197         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
37198         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
37199         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
37200         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
37201         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
37202         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
37203         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
37204         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
37205         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
37206         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
37207         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
37208         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
37209         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
37210         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
37211         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
37212         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
37213         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
37214         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
37215         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
37216         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
37217         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
37218         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
37219         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
37220         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
37221         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
37222         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
37223         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
37224         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
37225         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
37226         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
37227         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
37228         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
37229         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
37230         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
37231         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
37232         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
37233         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
37234         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
37235         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
37236         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
37237         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
37238         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
37239         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
37240         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
37241         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
37242         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
37243         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
37244         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
37245         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
37246         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
37247         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
37248         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
37249         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
37250         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
37251         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
37252         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
37253         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
37254         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
37255         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
37256         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
37257         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
37258         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
37259         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
37260         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
37261         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
37262         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
37263         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
37264         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
37265         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
37266         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
37267         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
37268         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
37269         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
37270         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
37271         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
37272         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
37273         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
37274         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
37275         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
37276         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
37277         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
37278         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
37279         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
37280         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
37281         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
37282         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
37283         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
37284         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
37285         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
37286         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
37287         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
37288         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
37289         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
37290         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
37291         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
37292         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
37293         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
37294         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
37295         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
37296         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
37297         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
37298         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
37299         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
37300         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
37301         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
37302         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
37303         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
37304         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
37305         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
37306         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
37307         * platform/chromium-mac-lion/editing/undo/5378473-expected.png: Added.
37308         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
37309         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
37310         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
37311         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
37312         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
37313         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
37314         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
37315         * platform/chromium-mac-lion/editing/undo/undo-misspellings-expected.png: Added.
37316         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
37317         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
37318         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
37319         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
37320         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
37321         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
37322         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
37323         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
37324         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
37325         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
37326         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-004-expected.png: Added.
37327         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
37328         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-001-expected.png: Added.
37329         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Added.
37330         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
37331         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
37332         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-003-expected.png: Added.
37333         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-004-expected.png: Added.
37334         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
37335         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
37336         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
37337         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
37338         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
37339         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
37340         * platform/chromium-mac-snowleopard/editing/deleting/non-smart-delete-expected.png: Added.
37341         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
37342         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-001-expected.png: Added.
37343         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-002-expected.png: Added.
37344         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
37345         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
37346         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
37347         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
37348         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
37349         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
37350         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
37351         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
37352         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
37353         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
37354         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
37355         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
37356         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
37357         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
37358         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
37359         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
37360         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
37361         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
37362         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
37363         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
37364         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
37365         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
37366         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
37367         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
37368         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
37369         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
37370         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
37371         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
37372         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
37373         * platform/chromium-mac-snowleopard/editing/execCommand/print-expected.png: Added.
37374         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
37375         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
37376         * platform/chromium-mac-snowleopard/editing/execCommand/selectAll-expected.png: Added.
37377         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
37378         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
37379         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
37380         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
37381         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
37382         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
37383         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
37384         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
37385         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
37386         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
37387         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
37388         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
37389         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
37390         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
37391         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
37392         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
37393         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
37394         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
37395         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
37396         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
37397         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
37398         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
37399         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
37400         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
37401         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
37402         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
37403         * platform/chromium-mac-snowleopard/editing/inserting/insert-3775316-fix-expected.png: Added.
37404         * platform/chromium-mac-snowleopard/editing/inserting/insert-3778059-fix-expected.png: Added.
37405         * platform/chromium-mac-snowleopard/editing/inserting/insert-3800346-fix-expected.png: Added.
37406         * platform/chromium-mac-snowleopard/editing/inserting/insert-after-delete-001-expected.png: Added.
37407         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
37408         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
37409         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-001-expected.png: Added.
37410         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-002-expected.png: Added.
37411         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-003-expected.png: Added.
37412         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Added.
37413         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Added.
37414         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-006-expected.png: Added.
37415         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Added.
37416         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-008-expected.png: Added.
37417         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
37418         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
37419         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
37420         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
37421         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
37422         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
37423         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
37424         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
37425         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
37426         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
37427         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: Added.
37428         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-026-expected.png: Added.
37429         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
37430         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
37431         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
37432         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
37433         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
37434         * platform/chromium-mac-snowleopard/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
37435         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-001-expected.png: Added.
37436         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: Added.
37437         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
37438         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-004-expected.png: Added.
37439         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
37440         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
37441         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
37442         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: Added.
37443         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
37444         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
37445         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
37446         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
37447         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
37448         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
37449         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
37450         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
37451         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: Added.
37452         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: Added.
37453         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: Added.
37454         * platform/chromium-mac-snowleopard/editing/inserting/typing-001-expected.png: Added.
37455         * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: Added.
37456         * platform/chromium-mac-snowleopard/editing/inserting/typing-003-expected.png: Added.
37457         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: Added.
37458         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-image-001-expected.png: Added.
37459         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
37460         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
37461         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
37462         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
37463         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
37464         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
37465         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
37466         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
37467         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
37468         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
37469         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
37470         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
37471         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
37472         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
37473         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
37474         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
37475         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
37476         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
37477         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
37478         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
37479         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
37480         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
37481         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
37482         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
37483         * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: Added.
37484         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
37485         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
37486         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
37487         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
37488         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
37489         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
37490         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
37491         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
37492         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
37493         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
37494         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
37495         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
37496         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
37497         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4035648-fix-expected.png: Added.
37498         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4038267-fix-expected.png: Added.
37499         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
37500         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
37501         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-001-expected.png: Added.
37502         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-002-expected.png: Added.
37503         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-003-expected.png: Added.
37504         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-004-expected.png: Added.
37505         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-005-expected.png: Added.
37506         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-006-expected.png: Added.
37507         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-007-expected.png: Added.
37508         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-008-expected.png: Added.
37509         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-009-expected.png: Added.
37510         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-010-expected.png: Added.
37511         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-001-expected.png: Added.
37512         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-002-expected.png: Added.
37513         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: Added.
37514         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added.
37515         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
37516         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
37517         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
37518         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
37519         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-007-expected.png: Added.
37520         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
37521         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
37522         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
37523         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
37524         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
37525         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
37526         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
37527         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
37528         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
37529         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
37530         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
37531         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
37532         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
37533         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
37534         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
37535         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
37536         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
37537         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
37538         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
37539         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
37540         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
37541         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
37542         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
37543         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
37544         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
37545         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
37546         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
37547         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
37548         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
37549         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
37550         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
37551         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
37552         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
37553         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
37554         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
37555         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
37556         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
37557         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
37558         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
37559         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
37560         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
37561         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
37562         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
37563         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
37564         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
37565         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
37566         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
37567         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-001-expected.png: Added.
37568         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-002-expected.png: Added.
37569         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-003-expected.png: Added.
37570         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-004-expected.png: Added.
37571         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-005-expected.png: Added.
37572         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-006-expected.png: Added.
37573         * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Added.
37574         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: Added.
37575         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
37576         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
37577         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
37578         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
37579         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
37580         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
37581         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
37582         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
37583         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
37584         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
37585         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
37586         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
37587         * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: Added.
37588         * platform/chromium-mac-snowleopard/editing/selection/move-between-blocks-no-001-expected.png: Added.
37589         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: Added.
37590         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-002-expected.png: Added.
37591         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-003-expected.png: Added.
37592         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-004-expected.png: Added.
37593         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-005-expected.png: Added.
37594         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.png: Added.
37595         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
37596         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-002-expected.png: Added.
37597         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-001-expected.png: Added.
37598         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
37599         * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: Added.
37600         * platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.png: Added.
37601         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
37602         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
37603         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
37604         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
37605         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
37606         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
37607         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
37608         * platform/chromium-mac-snowleopard/editing/selection/select-missing-image-expected.png: Added.
37609         * platform/chromium-mac-snowleopard/editing/selection/selection-3748164-fix-expected.png: Added.
37610         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
37611         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
37612         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
37613         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
37614         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
37615         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
37616         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
37617         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
37618         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
37619         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
37620         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
37621         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
37622         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
37623         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
37624         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
37625         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
37626         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
37627         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
37628         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
37629         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
37630         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
37631         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
37632         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
37633         * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: Added.
37634         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
37635         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-001-expected.png: Added.
37636         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-003-expected.png: Added.
37637         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-001-expected.png: Added.
37638         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-002-expected.png: Added.
37639         * platform/chromium-mac-snowleopard/editing/style/style-3998892-fix-expected.png: Added.
37640         * platform/chromium-mac-snowleopard/editing/style/style-boundary-001-expected.png: Added.
37641         * platform/chromium-mac-snowleopard/editing/style/style-boundary-002-expected.png: Added.
37642         * platform/chromium-mac-snowleopard/editing/style/style-boundary-003-expected.png: Added.
37643         * platform/chromium-mac-snowleopard/editing/style/style-boundary-004-expected.png: Added.
37644         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
37645         * platform/chromium-mac-snowleopard/editing/style/typing-style-001-expected.png: Added.
37646         * platform/chromium-mac-snowleopard/editing/style/typing-style-002-expected.png: Added.
37647         * platform/chromium-mac-snowleopard/editing/style/unbold-in-bold-expected.png: Added.
37648         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
37649         * platform/chromium-mac-snowleopard/editing/undo/5378473-expected.png: Added.
37650         * platform/chromium-mac-snowleopard/editing/undo/redo-typing-001-expected.png: Added.
37651         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-boundary-expected.png: Added.
37652         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-expected.png: Added.
37653         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-boundary-expected.png: Added.
37654         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-expected.png: Added.
37655         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-boundary-expected.png: Added.
37656         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-expected.png: Added.
37657         * platform/chromium-mac-snowleopard/editing/undo/undo-misspellings-expected.png: Added.
37658         * platform/chromium-mac-snowleopard/editing/undo/undo-typing-001-expected.png: Added.
37659         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
37660         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
37661         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
37662         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
37663         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
37664         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
37665         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
37666         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
37667         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
37668         * platform/chromium/TestExpectations:
37669
37670 2013-01-11  Levi Weintraub  <leviw@chromium.org>
37671
37672         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/hidpi/image-set-background-dynamic.html
37673         as slow on Debug builds.
37674
37675         * platform/chromium/TestExpectations:
37676
37677 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37678
37679         [ Chromium ] New Mac rebaselines (some)
37680
37681         Unreviewed expectatiosn update after skia changes.
37682
37683         These are some of the Mac fixes, but mostly it addresses the issues
37684         with TestExpectations, so hopefully we'll get green builds.
37685
37686         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
37687         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
37688         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
37689         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
37690         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
37691         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
37692         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
37693         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
37694         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
37695         * platform/chromium-mac-lion/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
37696         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
37697         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
37698         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
37699         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
37700         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
37701         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
37702         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
37703         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
37704         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
37705         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
37706         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
37707         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
37708         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
37709         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
37710         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
37711         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
37712         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
37713         * platform/chromium-mac-lion/editing/deleting/delete-at-start-or-end-expected.png: Added.
37714         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-001-expected.png: Added.
37715         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-002-expected.png: Added.
37716         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
37717         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
37718         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
37719         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
37720         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
37721         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
37722         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
37723         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
37724         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
37725         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
37726         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
37727         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
37728         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
37729         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
37730         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
37731         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
37732         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
37733         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
37734         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
37735         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
37736         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
37737         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
37738         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
37739         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
37740         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
37741         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
37742         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
37743         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
37744         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
37745         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
37746         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
37747         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
37748         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
37749         * platform/chromium-mac-lion/editing/deleting/delete-image-004-expected.png: Added.
37750         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
37751         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
37752         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
37753         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
37754         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
37755         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
37756         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
37757         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
37758         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
37759         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
37760         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
37761         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
37762         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
37763         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
37764         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
37765         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
37766         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
37767         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
37768         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
37769         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
37770         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
37771         * platform/chromium-mac-snowleopard/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
37772         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608445-fix-expected.png: Added.
37773         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608462-fix-expected.png: Added.
37774         * platform/chromium-mac-snowleopard/editing/deleting/delete-4083333-fix-expected.png: Added.
37775         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
37776         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
37777         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
37778         * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: Added.
37779         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
37780         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
37781         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
37782         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
37783         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
37784         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
37785         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
37786         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
37787         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
37788         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
37789         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-start-or-end-expected.png: Added.
37790         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-001-expected.png: Added.
37791         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-002-expected.png: Added.
37792         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: Added.
37793         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
37794         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
37795         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
37796         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
37797         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
37798         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
37799         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
37800         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
37801         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
37802         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
37803         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
37804         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
37805         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
37806         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
37807         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
37808         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
37809         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
37810         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-001-expected.png: Added.
37811         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-002-expected.png: Added.
37812         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-003-expected.png: Added.
37813         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-004-expected.png: Added.
37814         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-005-expected.png: Added.
37815         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-006-expected.png: Added.
37816         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-007-expected.png: Added.
37817         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
37818         * platform/chromium-mac-snowleopard/editing/deleting/delete-character-001-expected.png: Added.
37819         * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
37820         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
37821         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
37822         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-001-expected.png: Added.
37823         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-002-expected.png: Added.
37824         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-003-expected.png: Added.
37825         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-004-expected.png: Added.
37826         * platform/chromium-mac-snowleopard/editing/deleting/delete-leading-ws-001-expected.png: Added.
37827         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
37828         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
37829         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
37830         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
37831         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
37832         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-001-expected.png: Added.
37833         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-002-expected.png: Added.
37834         * platform/chromium-mac-snowleopard/editing/deleting/delete-selection-001-expected.png: Added.
37835         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-001-expected.png: Added.
37836         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: Added.
37837         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
37838         * platform/chromium-win-xp/css2.1/20110323/replaced-min-max-001-expected.png: Added.
37839         * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
37840         * platform/chromium/TestExpectations:
37841
37842 2013-01-11  Levi Weintraub  <leviw@chromium.org>
37843
37844         Unreviewed gardening. Skipping accessibility/corresponding-control-deleted-crash.html on Mac since
37845         it fails without Shadow DOM enabled.
37846
37847         * platform/mac/TestExpectations:
37848
37849 2013-01-11  Xianzhu Wang  <wangxianzhu@chromium.org>
37850
37851         RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers
37852         https://bugs.webkit.org/show_bug.cgi?id=105652
37853
37854         Reviewed by Simon Fraser.
37855
37856         Tests to ensure mainThreadScrollingReasons are correctly updated after a fixed element is dynamically inserted into the DOM tree.
37857
37858         * compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
37859         * compositing/layer-creation/fixed-position-in-view-dynamic.html: Added.
37860         * compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt: Added.
37861         * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Added.
37862
37863 2013-01-11  Kenneth Russell  <kbr@google.com>
37864
37865         [Chromium] WebGL typed array constructor crashes on exception
37866         https://bugs.webkit.org/show_bug.cgi?id=106308
37867
37868         Reviewed by Kentaro Hara.
37869
37870         Updated typed array tests to latest version from Khronos repository.
37871
37872         * fast/canvas/webgl/array-unit-tests-expected.txt:
37873         * fast/canvas/webgl/array-unit-tests.html:
37874
37875 2013-01-11  Florin Malita  <fmalita@chromium.org>
37876
37877         [SVG] Suppress resource rebuilding for unattached and shadow elements
37878         https://bugs.webkit.org/show_bug.cgi?id=106664
37879
37880         Reviewed by Dirk Schulze.
37881
37882         * svg/custom/use-rebuild-resources-crash-expected.txt: Added.
37883         * svg/custom/use-rebuild-resources-crash.svg: Added.
37884
37885 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
37886
37887         AX: Computed hierarchical level is not consistent with aria-level
37888         https://bugs.webkit.org/show_bug.cgi?id=106638
37889
37890         Reviewed by Chris Fleizach.
37891
37892         Extend aria-tree.html to check the hierarchicalLevel automatically
37893         computed when aria-level is not provided. Make sure they're consistent.
37894         Now, the mac disclosureLevel will be one less than the web aria-level.
37895
37896         * platform/mac/accessibility/aria-tree-expected.txt:
37897         * platform/mac/accessibility/aria-tree.html:
37898         * platform/mac/accessibility/aria-treegrid-expected.txt:
37899         * platform/mac/accessibility/aria-treegrid.html:
37900
37901 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37902
37903         [Chromium] Test Expectations update after Skia flag changes.
37904
37905         Unreviewed test expectations update.
37906
37907         These are still failing, not sure why as some of them are already in expectations.
37908         Test lint passes.
37909
37910         * platform/chromium/TestExpectations:
37911
37912 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
37913
37914         Web Inspector: Workspace should support several projects and should not have temporary UISourceCodes.
37915         https://bugs.webkit.org/show_bug.cgi?id=105856
37916
37917         Reviewed by Pavel Feldman.
37918
37919         * http/tests/inspector-enabled/dynamic-scripts.html:
37920         * http/tests/inspector/compiler-script-mapping.html:
37921         * http/tests/inspector/network/network-request-revision-content.html:
37922         * http/tests/inspector/workspace-test.js:
37923         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
37924         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
37925         * inspector/debugger/breakpoint-manager.html:
37926         * inspector/debugger/dynamic-scripts.html:
37927         * inspector/debugger/live-edit-breakpoints-expected.txt:
37928         * inspector/debugger/live-edit-breakpoints.html:
37929         * inspector/debugger/resource-script-mapping-expected.txt:
37930         * inspector/debugger/resource-script-mapping.html:
37931         * inspector/debugger/resources/edit-me-breakpoints.js: Added.
37932         (f):
37933         * inspector/debugger/script-snippet-model-expected.txt:
37934         * inspector/debugger/script-snippet-model.html:
37935         * inspector/debugger/scripts-panel-expected.txt:
37936         * inspector/debugger/scripts-panel.html:
37937         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt:
37938         * inspector/debugger/watch-expressions-preserve-expansion.html:
37939         * inspector/uisourcecode-revisions.html:
37940
37941 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
37942
37943         Unreviewed EFL gardening.
37944
37945         Remove unnecessary platform expectations for now-passing test.
37946
37947         * platform/efl/media/video-controls-captions-expected.txt: Removed.
37948
37949 2013-01-11  Florin Malita  <fmalita@chromium.org>
37950
37951         [Chromium] Unreviewed gardening.
37952
37953         Rebaselining results after http://trac.webkit.org/changeset/139238.
37954
37955         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
37956         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
37957         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
37958         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
37959         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
37960         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
37961         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
37962         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
37963         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
37964         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
37965         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
37966         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
37967         * platform/chromium-mac/fast/borders/border-radius-complex-inner-expected.png:
37968         * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png:
37969         * platform/chromium-mac/fast/borders/border-radius-wide-border-05-expected.png:
37970         * platform/chromium-mac/fast/borders/border-styles-split-expected.png:
37971         * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
37972         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
37973         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png:
37974         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png:
37975         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
37976         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
37977         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
37978         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
37979         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
37980         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
37981         * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
37982         * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
37983         * platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png:
37984         * platform/chromium-win/fast/borders/border-styles-split-expected.png:
37985         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
37986         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
37987         * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
37988         * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
37989         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
37990         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
37991         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
37992         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
37993         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
37994         * platform/chromium/TestExpectations:
37995
37996 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37997
37998         [Chromium] Test Expectations update after Skia flag changes.
37999
38000         Unreviewed test expectations update.
38001
38002         Apparently, we use Skia to draw some forms on Mac and Win, causing
38003         failures not seen on Linux.
38004
38005         * platform/chromium/TestExpectations:
38006
38007 2013-01-11  Stephen Chenney  <schenney@chromium.org>
38008
38009         Unreviewed test expectations update.
38010
38011         All of the tests will be rebaselined by end of day.
38012
38013         * platform/chromium/TestExpectations: Mark tests affected by Skia flag changes as expected to fail.
38014
38015 2013-01-11  Stephen Chenney  <schenney@chromium.org>
38016
38017         Objects can be re-added to the AXObjectCache during removal
38018         https://bugs.webkit.org/show_bug.cgi?id=104171
38019
38020         Reviewed by Simon Fraser.
38021
38022         New test which asserts with !m_hasAXObject in RenderObject::~RenderObject without the patch. Requires Shadow DOM enabled.
38023
38024         * accessibility/corresponding-control-deleted-crash-expected.txt: Added.
38025         * accessibility/corresponding-control-deleted-crash.html: Added.
38026
38027 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
38028
38029         Unreviewed EFL gardening.
38030
38031         Skip new failing tests introduced in r139330 since
38032         ENABLE_CSS_FILTERS flag is not enabled on EFL port.
38033
38034         * platform/efl/TestExpectations:
38035
38036 2013-01-11  Anton Vayvod  <avayvod@chromium.org>
38037
38038         Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
38039         https://bugs.webkit.org/show_bug.cgi?id=105188
38040
38041         Reviewed by Kenneth Rohde Christiansen.
38042
38043         Checked that a narrow autosizing container becomes an autosizing cluster.
38044         Fixed other tests that used narrow descendant blocks.
38045
38046         * fast/text-autosizing/cluster-narrow-in-wide-expected.html:
38047         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html:
38048         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html:
38049         * fast/text-autosizing/cluster-narrow-in-wide.html:
38050         * fast/text-autosizing/cluster-with-wide-lca-expected.html:
38051         * fast/text-autosizing/cluster-with-wide-lca.html:
38052         * fast/text-autosizing/narrow-child-expected.html:
38053         * fast/text-autosizing/narrow-child.html:
38054
38055 2013-01-11  Antoine Quint  <graouts@apple.com>
38056
38057         Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
38058         https://bugs.webkit.org/show_bug.cgi?id=66868
38059
38060         Adding a new protocol test that covers the new `depth` parameter for the
38061         requestChildNodes method and a new front-end method that tests correct
38062         behavior of the expandRecursively() method.
38063
38064         Reviewed by Pavel Feldman.
38065
38066         * inspector-protocol/dom-request-child-nodes-depth-expected.txt: Added.
38067         * inspector-protocol/dom-request-child-nodes-depth.html: Added.
38068         * inspector/elements/expand-recursively-expected.txt: Added.
38069         * inspector/elements/expand-recursively.html: Added.
38070
38071 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
38072
38073         [chromium] Add ImageOnlyFailure for fast/css/font-face-unicode-range.html on win
38074         https://bugs.webkit.org/show_bug.cgi?id=100806
38075
38076         Unreviewed gardening.
38077
38078         * platform/chromium/TestExpectations:
38079
38080 2013-01-11  Jochen Eisinger  <jochen@chromium.org>
38081
38082         Connect UserGestureIndicator for mousedown and mouseup events
38083         https://bugs.webkit.org/show_bug.cgi?id=105138
38084
38085         Reviewed by Adam Barth.
38086
38087         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events-expected.txt: Added.
38088         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events.html: Added.
38089
38090 2013-01-11  Eugene Klyuchnikov  <eustas@chromium.org>
38091
38092         Web Inspector: [Resources] "Delete" cookie deletes all cookies with matching name.
38093         https://bugs.webkit.org/show_bug.cgi?id=105633
38094
38095         Reviewed by Pavel Feldman.
38096
38097         Adopt new signatures.
38098
38099         * http/tests/inspector/resource-main-cookies.php:
38100
38101 2013-01-11  Pavel Feldman  <pfeldman@chromium.org>
38102
38103         Web Inspector [chromium]: Debugger.globalObjectCleared is not dispatched on reload after renderer swap
38104         https://bugs.webkit.org/show_bug.cgi?id=106555
38105
38106         Reviewed by Vsevolod Vlasov.
38107
38108         * http/tests/inspector/debugger-test.js:
38109         (initialize_DebuggerTest):
38110         * inspector/debugger/debugger-scripts-reload-expected.txt: Added.
38111         * inspector/debugger/debugger-scripts-reload.html: Added.
38112
38113 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
38114
38115         Web Inspector: Refactoring, move NetworkWorkspaceProvider to NetworkUISourceCodeProvider.js and rename its parent to SimpleWorkspaceProvider.
38116         https://bugs.webkit.org/show_bug.cgi?id=106635
38117
38118         Reviewed by Pavel Feldman.
38119
38120         * http/tests/inspector/compiler-script-mapping.html:
38121         * inspector/debugger/resource-script-mapping.html:
38122         * inspector/debugger/scripts-panel.html:
38123
38124 2013-01-10  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
38125
38126         On Linux, should be able to get spelling suggestions without selecting the misspelled word
38127         https://bugs.webkit.org/show_bug.cgi?id=103520
38128
38129         Reviewed by Ryosuke Niwa.
38130
38131         * platform/efl/TestExpectations:
38132         Unskip context-menu-suggestions.html for WebKit-EFL as it passes now.
38133
38134         * platform/gtk/TestExpectations:
38135         Update failing reason.
38136
38137 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
38138
38139         Web Inspector: Pass the script url to the script-preprocessor script
38140         https://bugs.webkit.org/show_bug.cgi?id=104384
38141
38142         Reviewed by Pavel Feldman.
38143
38144         Tests for Bug 80922 by Pavel Feldman <pfeldman@chromium.org> that did not land somehow, 
38145         with additional test for Bug 104384 
38146
38147         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
38148         * inspector/debugger/debugger-script-preprocessor.html: Added.
38149         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
38150
38151 2013-01-10  Eugene Klyuchnikov  <eustas@chromium.org>
38152
38153         Web Inspector: DataGrid refactoring: make cell editing more generic.
38154         https://bugs.webkit.org/show_bug.cgi?id=105849
38155
38156         Reviewed by Pavel Feldman.
38157
38158         * inspector/storage-panel-dom-storage-update.html: Fix column names.
38159         * inspector/storage-panel-dom-storage.html: Ditto.
38160
38161 2013-01-10  Matt Falkenhagen  <falken@chromium.org>
38162
38163         Elements must be reattached when inserted/removed from top layer
38164         https://bugs.webkit.org/show_bug.cgi?id=105489
38165
38166         Reviewed by Julien Chaffraix.
38167
38168         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
38169         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
38170         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
38171         This test actually would pass before this patch, but just by good fortune (see bug).
38172         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
38173         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
38174         This tests that top layer ordering is correct after removing and readding an element to the top layer.
38175
38176 2013-01-10  Shinya Kawanaka  <shinyak@chromium.org>
38177
38178         When a selected node in nested ShadowDOM is deleted, selection have wrong range.
38179         https://bugs.webkit.org/show_bug.cgi?id=106526
38180
38181         Reviewed by Ryosuke Niwa.
38182
38183         * fast/dom/shadow/selection-in-nested-shadow-expected.txt: Added.
38184         * fast/dom/shadow/selection-in-nested-shadow.html: Added.
38185
38186 2013-01-10  James Robinson  <jamesr@chromium.org>
38187
38188         [chromium] Store scrollable layer's contents size for coordinated scrollable layers
38189         https://bugs.webkit.org/show_bug.cgi?id=106518
38190
38191         Reviewed by Adrienne Walker.
38192
38193         * platform/chromium/TestExpectations:
38194
38195 2013-01-10  Michael Pruett  <michael@68k.org>
38196
38197         IndexedDB: Update expected results for IndexedDB layout tests
38198         https://bugs.webkit.org/show_bug.cgi?id=106411
38199
38200         Reviewed by Tony Chang.
38201
38202         For IndexedDB layout tests whose output differs between V8 and
38203         JSC, move V8 test output to platform/chromium and set expected
38204         results to JSC test output.
38205
38206         * platform/chromium/storage/indexeddb/exception-in-event-aborts-expected.txt: Copied from LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt.
38207         * platform/chromium/storage/indexeddb/transaction-error-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-error-expected.txt.
38208         * platform/chromium/storage/indexeddb/version-change-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/version-change-abort-expected.txt.
38209         * storage/indexeddb/exception-in-event-aborts-expected.txt:
38210         * storage/indexeddb/transaction-error-expected.txt:
38211         * storage/indexeddb/version-change-abort-expected.txt:
38212
38213 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38214
38215         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky.
38216         https://bugs.webkit.org/show_bug.cgi?id=106612
38217
38218         * platform/chromium/TestExpectations: Marked as flake.
38219
38220 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38221
38222         [Chromium] Layout Test animations/fill-mode-iteration-count-non-integer.html is failing.
38223         https://bugs.webkit.org/show_bug.cgi?id=106609
38224
38225         * platform/chromium/TestExpectations: Marked as failing.
38226
38227 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38228
38229         Adjust ref-test expectation to actual work.
38230
38231         * platform/chromium/TestExpectations: Adjusted.
38232
38233 2013-01-10  Roger Fong  <roger_fong@apple.com>
38234
38235         Unreviewed rebaseline. Apple Windows port.
38236
38237         * platform/win/fast/ruby/base-shorter-than-text-expected.txt:
38238
38239 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38240
38241         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout.
38242         https://bugs.webkit.org/show_bug.cgi?id=106606
38243
38244         * platform/chromium/TestExpectations: Added.
38245
38246 2013-01-10  Dan Beam  <dbeam@chromium.org>
38247
38248         Implement AutocompleteErrorEvent#reason
38249         https://bugs.webkit.org/show_bug.cgi?id=105568
38250
38251         Added tests to verify event creation and global event constructor existence of AutocompleteErrorEvent
38252         and updated the existing tests to make sure errors received are of the right type and have the right reason.
38253
38254         Reviewed by Adam Barth.
38255
38256         * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
38257         * fast/events/constructors/autocomplete-error-event-constructor.html: Added.
38258         * fast/events/event-creation.html: Added new AutocompleteErrorEvent() test case.
38259         * fast/forms/form-request-autocomplete.html: Updated 'autocompleteerror' listeners to check event.reason.
38260         * fast/js/constructor-length.html: Added AutocompleteErrorEvent to list.
38261         * fast/js/script-tests/global-constructors.js: Added AutocompleteErrorEvent to list.
38262         * platform/blackberry/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38263         * platform/chromium/fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
38264         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Updated passing expectations.
38265         * platform/chromium/fast/js/constructor-length-expected.txt: Added expected 0 length result.
38266         * platform/gtk/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38267         * platform/mac/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38268         * platform/qt/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38269
38270 2013-01-10  Roger Fong  <roger_fong@apple.com>
38271
38272         Unreviewed rebaselines. Apple Windows port.
38273
38274         * platform/win/TestExpectations:
38275         * platform/win/fast/dom/window-load-crash-expected.txt: Added.
38276
38277 2013-01-10  Sheriff Bot  <webkit.review.bot@gmail.com>
38278
38279         Unreviewed, rolling out r139226.
38280         http://trac.webkit.org/changeset/139226
38281         https://bugs.webkit.org/show_bug.cgi?id=106602
38282
38283         rebaselines were premature (Requested by rfong on #webkit).
38284
38285         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
38286         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed.
38287         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Removed.
38288
38289 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38290
38291         [Chromium] Layout Test svg/dom/SVGScriptElement/script-onerror-bubbling.svg is a flaky timeout on all platforms.
38292         https://bugs.webkit.org/show_bug.cgi?id=106598
38293
38294         * platform/chromium/TestExpectations: Expectatized.
38295
38296 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38297
38298         Unreviewed GTK gardening.
38299
38300         Expanding the timeout expectation for fast/css/user-drag-none.html, the test
38301         times out on both debug and release builds.
38302
38303         * platform/gtk/TestExpectations:
38304
38305 2013-01-10  Ojan Vafai  <ojan@chromium.org>
38306
38307         Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items
38308         https://bugs.webkit.org/show_bug.cgi?id=106591
38309
38310         Reviewed by Levi Weintraub.
38311
38312         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars-expected.txt: Added.
38313         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars.html: Added.
38314         * fast/css/positioned-overflow-scroll.html:
38315
38316 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38317
38318         Unreviewed GTK gardening.
38319
38320         Removing a few crash expectations for tests that haven't crashed
38321         for a long time. Hopefully the crash causes have been fixed.
38322         Adding a flaky failure expectation for a CSS Regions reftest.
38323
38324         * platform/gtk/TestExpectations:
38325
38326 2013-01-10  Levi Weintraub  <leviw@chromium.org>
38327
38328         ScrollingCoordinator touch event hit rects aren't converted to proper coordinates when in nested views
38329         https://bugs.webkit.org/show_bug.cgi?id=106383
38330
38331         Reviewed by James Robinson.
38332
38333         * platform/chromium/fast/events/touch/resources: Added.
38334         * platform/chromium/fast/events/touch/resources/frame-with-touch-handler.html: Added.
38335         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
38336         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html: Added.
38337
38338 2013-01-10  Levi Weintraub  <leviw@chromium.org>
38339
38340         Regression(r137939): Heap-use-after-free in WebCore::accumulateDocumentEventTargetRects
38341         https://bugs.webkit.org/show_bug.cgi?id=106454
38342
38343         Reviewed by James Robinson.
38344
38345         * fast/events/touch/nested-document-with-touch-handler-detached-crash.html: Added.
38346         * fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt: Added.
38347
38348 2013-01-10  Ojan Vafai  <ojan@chromium.org>
38349
38350         Convert fast/css/positioned-overflow-scroll.html to a check-layout.js test
38351         https://bugs.webkit.org/show_bug.cgi?id=106585
38352
38353         Reviewed by Tony Chang.
38354
38355         This is in preparation for adding more cases to this test.
38356
38357         * fast/css/positioned-overflow-scroll-expected.txt: Added.
38358         * fast/css/positioned-overflow-scroll.html:
38359         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.png: Removed.
38360         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38361         * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: Removed.
38362         * platform/chromium-mac-lion/fast/css/positioned-overflow-scroll-expected.png: Removed.
38363         * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Removed.
38364         * platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
38365         * platform/chromium-win/fast/css/positioned-overflow-scroll-expected.png: Removed.
38366         * platform/chromium/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38367         * platform/efl/fast/css/positioned-overflow-scroll-expected.png: Removed.
38368         * platform/efl/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38369         * platform/gtk/fast/css/positioned-overflow-scroll-expected.png: Removed.
38370         * platform/gtk/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38371         * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
38372         * platform/mac/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38373         * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Removed.
38374         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38375         * resources/check-layout.js:
38376
38377 2013-01-10  Robert Kroeger  <rjkroege@chromium.org>
38378
38379         Manually revert http://trac.webkit.org/changeset/136012
38380         https://bugs.webkit.org/show_bug.cgi?id=106580
38381
38382         Reviewed by Dimitri Glazkov.
38383
38384         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Removed.
38385         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Removed.
38386
38387 2013-01-10  Robert Hogan  <robert@webkit.org>
38388
38389         REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements
38390         https://bugs.webkit.org/show_bug.cgi?id=106374
38391
38392         Reviewed by David Hyatt.
38393
38394         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added.
38395         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added.
38396
38397 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38398
38399         [Chromium] Update expectations for fast/regions/selecting-text-through-different-region-flows.html.
38400
38401         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
38402
38403 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38404
38405         [Chromium] Mark more inspector/geolocation* tests as flaky on Win.
38406         https://bugs.webkit.org/show_bug.cgi?id=106426
38407
38408         * platform/chromium/TestExpectations: Marked.
38409
38410 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
38411
38412         Web Inspector: Refactor InspectorTest to create output interface
38413         https://bugs.webkit.org/show_bug.cgi?id=106231
38414
38415         Reviewed by Pavel Feldman.
38416
38417         Refactor InspectorTest to extract InspectorTest.Output, the API 
38418         used between InspectorTest and the test output reciever (the 
38419         test-script page by default).
38420
38421         * http/tests/inspector/inspector-test.js:
38422         (initialize_InspectorTest.InspectorTest.Output.testComplete):
38423         (initialize_InspectorTest.InspectorTest.Output.addResult):
38424         (initialize_InspectorTest.InspectorTest.Output.clearResults):
38425         (initialize_InspectorTest.InspectorTest.completeTest):
38426         (initialize_InspectorTest.InspectorTest.addResult):
38427
38428 2013-01-10  Max Vujovic  <mvujovic@adobe.com>
38429
38430         [CSS Filters] RenderLayerCompositor::addToOverlapMap should take into account the filters outsets (ie. blur and drop-shadow)
38431         https://bugs.webkit.org/show_bug.cgi?id=94022
38432
38433         Reviewed by Simon Fraser.
38434
38435         Add tests to check several combinations of software layer and composited layer overlap when
38436         filter outsets are involved.
38437
38438         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
38439         * compositing/filters/sw-layer-overlaps-hw-shadow.html: Added.
38440         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
38441         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html: Added.
38442         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
38443         * compositing/filters/sw-shadow-overlaps-hw-layer.html: Added.
38444         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
38445         * compositing/filters/sw-shadow-overlaps-hw-shadow.html: Added.
38446         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
38447         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
38448
38449 2013-01-09  Ojan Vafai  <ojan@chromium.org>
38450
38451         intrinsic min-widths don't override width for file upload controls
38452         https://bugs.webkit.org/show_bug.cgi?id=106517
38453
38454         Reviewed by Tony Chang.
38455
38456         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html: Added.
38457         * fast/forms/file/intrinsic-min-width-overrides-width.html: Added.
38458
38459 2013-01-10  Florin Malita  <fmalita@chromium.org>
38460
38461         [Chromium] Unreviewed gardening.
38462
38463         Rebaselining results after http://trac.webkit.org/changeset/138250.
38464
38465         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
38466         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
38467         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38468         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38469         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38470         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38471         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38472         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38473         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38474         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38475         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38476         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38477         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38478         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38479         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38480         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38481         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38482         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38483         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38484         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38485         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38486         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38487         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38488         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38489         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38490         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38491         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38492         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38493         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38494         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38495         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38496         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38497         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38498         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38499         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38500         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38501         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38502         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38503         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38504         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38505         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
38506         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38507         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38508         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38509         * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png:
38510         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38511         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38512         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38513         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38514         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38515         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38516         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38517         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38518         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38519         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38520         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38521         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38522         * platform/chromium-mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
38523         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38524         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38525         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38526         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38527         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
38528         * platform/chromium-mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
38529         * platform/chromium-mac/svg/filters/feImage-position-expected.png:
38530         * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
38531         * platform/chromium-mac/svg/filters/feImage-reference-invalidation-expected.png:
38532         * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
38533         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
38534         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
38535         * platform/chromium-mac/svg/filters/feImage-target-add-to-document-expected.png:
38536         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-expected.png:
38537         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
38538         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
38539         * platform/chromium-mac/svg/filters/feImage-target-changes-id-expected.png:
38540         * platform/chromium-mac/svg/filters/feImage-target-id-change-expected.png:
38541         * platform/chromium-mac/svg/filters/feImage-target-inline-style-change-expected.png:
38542         * platform/chromium-mac/svg/filters/feImage-target-property-change-expected.png:
38543         * platform/chromium-mac/svg/filters/feImage-target-reappend-to-document-expected.png:
38544         * platform/chromium-mac/svg/filters/feImage-target-remove-from-document-expected.png:
38545         * platform/chromium-mac/svg/filters/feImage-target-style-change-expected.png:
38546         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
38547         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
38548         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
38549         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38550         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38551         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38552         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38553         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38554         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38555         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38556         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38557         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38558         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38559         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38560         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38561         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38562         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38563         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38564         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38565         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38566         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38567         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38568         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
38569         * platform/chromium/TestExpectations:
38570
38571 2013-01-10  Victor Carbune  <victor@rosedu.org>
38572
38573         media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
38574         https://bugs.webkit.org/show_bug.cgi?id=106230
38575
38576         Reviewed by Eric Carlson.
38577
38578         * platform/chromium/TestExpectations: Reactivated test.
38579
38580 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
38581
38582         The "outline-offset" property is not found in the computed style property list
38583         https://bugs.webkit.org/show_bug.cgi?id=106561
38584
38585         Reviewed by Alexis Menard.
38586
38587         * fast/css/getComputedStyle/getComputedStyle-outline-offset-expected.txt: Added.
38588         * fast/css/getComputedStyle/getComputedStyle-outline-offset.html: Added.
38589
38590 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
38591
38592         CSSParser does not allow the absence of whitespace between "and" and "expression"
38593         https://bugs.webkit.org/show_bug.cgi?id=106458
38594
38595         Reviewed by Antti Koivisto.
38596
38597         * fast/css/media-rule-no-whitespace-expected.txt: Added.
38598         * fast/css/media-rule-no-whitespace.html: Added.
38599
38600 2013-01-10  Florin Malita  <fmalita@chromium.org>
38601
38602         [Chromium] Unreviewed gardening.
38603
38604         Rebaselining results after http://trac.webkit.org/changeset/139191.
38605
38606         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38607         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
38608         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
38609         * platform/chromium-mac-lion/fast/backgrounds/background-leakage-transforms-expected.png:
38610         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
38611         * platform/chromium-mac-lion/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38612         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
38613         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
38614         * platform/chromium-mac-lion/fast/css/text-input-with-webkit-border-radius-expected.png:
38615         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
38616         * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png:
38617         * platform/chromium-mac-lion/fast/layers/video-layer-expected.png:
38618         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png:
38619         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
38620         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38621         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38622         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
38623         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
38624         * platform/chromium-mac-lion/fullscreen/full-screen-stacking-context-expected.png:
38625         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38626         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38627         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38628         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
38629         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
38630         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
38631         * platform/chromium-mac-lion/media/controls-layout-direction-expected.png:
38632         * platform/chromium-mac-lion/media/controls-strict-expected.png:
38633         * platform/chromium-mac-lion/media/controls-styling-expected.png:
38634         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
38635         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
38636         * platform/chromium-mac-lion/media/media-controls-clone-expected.png:
38637         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
38638         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
38639         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
38640         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
38641         * platform/chromium-mac-lion/media/video-no-audio-expected.png:
38642         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
38643         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
38644         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38645         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38646         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
38647         * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
38648         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
38649         * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38650         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
38651         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
38652         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
38653         * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
38654         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png:
38655         * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
38656         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38657         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38658         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38659         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
38660         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
38661         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
38662         * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
38663         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
38664         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
38665         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
38666         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
38667         * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
38668         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
38669         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
38670         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
38671         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
38672         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
38673         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
38674         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38675         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38676         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
38677         * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png:
38678         * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
38679         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
38680         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38681         * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
38682         * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
38683         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
38684         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
38685         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
38686         * platform/chromium-mac/fast/box-shadow/spread-expected.png:
38687         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
38688         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
38689         * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
38690         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
38691         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
38692         * platform/chromium-mac/fast/layers/video-layer-expected.png:
38693         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
38694         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
38695         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38696         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38697         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
38698         * platform/chromium-mac/fast/transforms/shadows-expected.png:
38699         * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
38700         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38701         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38702         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38703         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
38704         * platform/chromium-mac/media/audio-repaint-expected.png:
38705         * platform/chromium-mac/media/controls-after-reload-expected.png:
38706         * platform/chromium-mac/media/controls-layout-direction-expected.png:
38707         * platform/chromium-mac/media/controls-strict-expected.png:
38708         * platform/chromium-mac/media/controls-styling-expected.png:
38709         * platform/chromium-mac/media/controls-styling-strict-expected.png:
38710         * platform/chromium-mac/media/controls-without-preload-expected.png:
38711         * platform/chromium-mac/media/media-controls-clone-expected.png:
38712         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
38713         * platform/chromium-mac/media/video-controls-rendering-expected.png:
38714         * platform/chromium-mac/media/video-display-toggle-expected.png:
38715         * platform/chromium-mac/media/video-empty-source-expected.png:
38716         * platform/chromium-mac/media/video-no-audio-expected.png:
38717         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
38718         * platform/chromium-mac/media/video-zoom-controls-expected.png:
38719         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38720         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38721         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38722         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
38723         * platform/chromium-win/fast/backgrounds/background-leakage-expected.png:
38724         * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
38725         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
38726         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38727         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
38728         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
38729         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
38730         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
38731         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
38732         * platform/chromium-win/fast/box-shadow/spread-expected.png:
38733         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
38734         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
38735         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
38736         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
38737         * platform/chromium-win/fast/layers/video-layer-expected.png:
38738         * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png:
38739         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
38740         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38741         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38742         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
38743         * platform/chromium-win/fast/transforms/shadows-expected.png:
38744         * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
38745         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38746         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38747         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38748         * platform/chromium-win/media/audio-controls-rendering-expected.png:
38749         * platform/chromium-win/media/audio-repaint-expected.png:
38750         * platform/chromium-win/media/controls-after-reload-expected.png:
38751         * platform/chromium-win/media/controls-layout-direction-expected.png:
38752         * platform/chromium-win/media/controls-strict-expected.png:
38753         * platform/chromium-win/media/controls-styling-expected.png:
38754         * platform/chromium-win/media/controls-styling-strict-expected.png:
38755         * platform/chromium-win/media/controls-without-preload-expected.png:
38756         * platform/chromium-win/media/media-controls-clone-expected.png:
38757         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
38758         * platform/chromium-win/media/video-controls-rendering-expected.png:
38759         * platform/chromium-win/media/video-display-toggle-expected.png:
38760         * platform/chromium-win/media/video-empty-source-expected.png:
38761         * platform/chromium-win/media/video-no-audio-expected.png:
38762         * platform/chromium-win/media/video-playing-and-pause-expected.png:
38763         * platform/chromium-win/media/video-zoom-controls-expected.png:
38764         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38765         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38766         * platform/chromium/TestExpectations:
38767         * platform/efl-wk2/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
38768
38769 2013-01-10  Alexis Menard  <alexis@webkit.org>
38770
38771         ASSERT_NOT_REACHED in StylePropertySet::fontValue when accessing font style property through JS after setting style font size.
38772         https://bugs.webkit.org/show_bug.cgi?id=88866
38773
38774         Reviewed by Alexander Pavlov.
38775
38776         Add tests to cover the bug.
38777
38778         * fast/css/font-shorthand-from-longhands-expected.txt: Added.
38779         * fast/css/font-shorthand-from-longhands.html: Added.
38780
38781 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38782
38783         [EFL] Unreviewed gardening.
38784
38785         video-src-blob.html is flaky, not always crashing.
38786
38787         * platform/efl/TestExpectations:
38788
38789 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38790
38791         [EFL] Unreviewed gardening.
38792
38793         Marking one more flaky crasher due to gstreamer.
38794
38795         * platform/efl/TestExpectations:
38796
38797 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38798
38799         [EFL] Unreviewed gardening.
38800
38801         Marking three media tests as flaky crashers.
38802
38803         * platform/efl/TestExpectations:
38804
38805 2013-01-10  Csaba Osztrogonác  <ossy@webkit.org>
38806
38807         Unreviewed gardening, paint the bots green.
38808
38809         * platform/qt/TestExpectations: Skip http/tests/security/isolatedWorld/* tests instead of marking them as failures. (r138817)
38810         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Added after r139197.
38811         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added after r139197.
38812
38813 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38814
38815         [chromium] Fix ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm expectation lines
38816
38817         Unreviewed gardening.
38818
38819         * platform/chromium/TestExpectations: Two bugs and expectation lines refer to this test, and one
38820         expectation line overrides the other: assign to the earlier bug and ditch the redundant line.
38821
38822 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38823
38824         [chromium] Remove lost-compositor-context layout tests
38825         https://bugs.webkit.org/show_bug.cgi?id=106089
38826
38827         Unreviewed gardening.
38828
38829         * platform/chromium/TestExpectations: Remove all references to the
38830         lost-compositor-context test expectations after r138814.
38831         
38832 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38833
38834         [chromium] Optimize expectations for fast/forms/button-inner-block-reuse.html
38835
38836         Unreviewed gardening.
38837
38838         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Removed.
38839         * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
38840
38841 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38842
38843         [chromium] Optimize expectations for fast/forms/button-generated-content.html
38844
38845         Unreviewed gardening.
38846
38847         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Removed.
38848         * platform/chromium-win/fast/forms/button-generated-content-expected.png:
38849
38850 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38851
38852         [EFL] Unreviewed gardening.
38853
38854         Marking a missing expectation for fast/repaint/caret-with-transformation.html
38855
38856         * platform/efl/TestExpectations:
38857
38858 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38859
38860         Unreviewed GTK gardening.
38861
38862         Removing a few failure expectations that are no longer needed.
38863         The tests the expectations were covering now pass.
38864
38865         * platform/gtk/TestExpectations:
38866
38867 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38868
38869         Unreviewed GTK gardening.
38870
38871         Adding a platform-specific baseline for a CSS Regions test.
38872         Adding a missing expectation for the fast/repaint/caret-with-transformation.html layout test.
38873
38874         * platform/gtk/TestExpectations:
38875         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
38876
38877 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
38878
38879         Unreviewed EFL gardening.
38880
38881         Add platform expectation for new test added in r139197.
38882
38883         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
38884         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
38885
38886 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
38887
38888         [EFL] Add gstreamer 1.0.5 to jhbuild
38889         https://bugs.webkit.org/show_bug.cgi?id=106178
38890
38891         Reviewed by Laszlo Gombos.
38892
38893         Skip several media tests that are crashing with gstreamer 1.0.
38894
38895         * platform/efl/TestExpectations:
38896         * platform/efl/media/sources-fallback-codecs-expected.txt: Removed.
38897
38898 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38899
38900         New chromium-mac pixel baseline for gradient-background-leakage-hidpi.html
38901         https://bugs.webkit.org/show_bug.cgi?id=106373
38902
38903         Unreviewed gardening.
38904
38905         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
38906
38907 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38908
38909         Update expectations for fast/forms/button-generated-content.html
38910
38911         Unreviewed gardening.
38912
38913         * fast/forms/button-generated-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/button-generated-content-expected.txt.
38914         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Added.
38915         * platform/mac/fast/forms/button-generated-content-expected.txt: Removed.
38916
38917 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38918
38919         Update expectations for fast/forms/button-inner-block-reuse.html
38920
38921         Unreviewed gardening.
38922
38923         * fast/forms/button-inner-block-reuse-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/button-inner-block-reuse-expected.txt.
38924         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Added.
38925         * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: Removed.
38926
38927 2013-01-09  Tien-Ren Chen  <trchen@chromium.org>
38928
38929         Make caret repainting container-aware
38930         https://bugs.webkit.org/show_bug.cgi?id=103955
38931
38932         Reviewed by Simon Fraser.
38933
38934         The caret repaint padding has been removed. Needs rebaseline.
38935         Added test that carets should be repainted correctly on a transformed element.
38936
38937         * fast/repaint/caret-with-transformation.html: Added.
38938         * platform/chromium/TestExpectations:
38939         * platform/mac/TestExpectations:
38940
38941 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38942
38943         [Chromium] Add win mac expectations for r139256
38944         https://bugs.webkit.org/show_bug.cgi?id=106404
38945
38946         Unreviewed gardening.
38947
38948         * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png: Added.
38949         * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png: Added.
38950
38951 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
38952
38953         [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
38954         https://bugs.webkit.org/show_bug.cgi?id=105775
38955
38956         Reviewed by Sam Weinig.
38957
38958         Added a regression tests for all known HTMLCollection sublcasses except HTMLNameCollection,
38959         which is used only to implement named getters on window and document objects and HTMLPropertiesCollection
38960         since it's not enabled on all ports yet.
38961
38962         * fast/dom/collection-length-should-not-be-overridden-expected.txt: Added.
38963         * fast/dom/collection-length-should-not-be-overridden.html: Added.
38964
38965 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
38966
38967         Assert triggered in SelectorChecker::checkOneSelector when scrollbar (e.g. :horizontal) selector is specified.
38968         https://bugs.webkit.org/show_bug.cgi?id=106414
38969
38970         Reviewed by Dimitri Glazkov.
38971
38972         * fast/css/scrollbar-crash-expected.txt: Added.
38973         * fast/css/scrollbar-crash.html: Added.
38974
38975 2013-01-09  Takashi Sakamoto  <tasak@google.com>
38976
38977         border-radius with box-shadow is not rendered correctly
38978         https://bugs.webkit.org/show_bug.cgi?id=106404
38979
38980         Reviewed by Hajime Morita.
38981
38982         * fast/borders/border-radius-with-box-shadow-expected.txt: Added.
38983         * fast/borders/border-radius-with-box-shadow.html: Added.
38984         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added.
38985
38986 2013-01-09  Anders Carlsson  <andersca@apple.com>
38987
38988         Update a test result.
38989
38990         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
38991
38992 2013-01-09  Stephanie Lewis  <slewis@apple.com>
38993
38994         Rebaseline fast/inline/continuation-outlines-with-layers.html
38995         https://bugs.webkit.org/show_bug.cgi?id=106064.
38996
38997         Unreviewed.
38998
38999         Rebaseline after http://trac.webkit.org/changeset/139223. 
39000
39001         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
39002
39003 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39004
39005         [Chromium] Ascribe a bug to a crash..
39006
39007         * platform/chromium/TestExpectations: Ascribed.
39008
39009 2013-01-09  Joanmarie Diggs  <jdiggs@igalia.com>
39010
39011         [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline
39012         https://bugs.webkit.org/show_bug.cgi?id=105638
39013
39014         Reviewed by Martin Robinson.
39015
39016         The test was failing for two reasons:
39017         - AccessibilityRenderObject::correspondingLabelForControlElement() was
39018           not ignoring the ARIA labelled-by property
39019         - AccessibilityController::accessibleElementById() was not implemented
39020
39021         Because getting an element by ID cannot be done in the UIProcess, the
39022         decision was made to expose the element's ID as an accessible attribute
39023         of the object.
39024
39025         In addition, fixing the bug in AccessibilityRenderObject made it possible
39026         to eliminate the Gtk platform-specific expectations for another test.
39027
39028         * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
39029         * accessibility/radio-button-title-label-expected.txt: Modified based on
39030         null check which was added and which gets included in the test output.
39031         * accessibility/radio-button-title-label.html: Check to see that we have
39032         a titleUIElement before attempting to get its title.
39033         * platform/gtk/TestExpectations: Unskipped the previously failing test.
39034         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Removed.
39035
39036 2013-01-09  Max Vujovic  <mvujovic@adobe.com>
39037
39038         [CSS Shaders] Detached identifier after mesh box type is not applied
39039         https://bugs.webkit.org/show_bug.cgi?id=105321
39040
39041         Reviewed by Dean Jackson.
39042
39043         Add a test to verify that a "detached" identifier after a mesh box type identifier is
39044         actually applied.
39045
39046         For example:
39047         -webkit-filter: custom(url(...) mix(url(...) normal source-atop), 1 1 border-box detached);
39048
39049         Update parsing tests and expectations to expect that the mesh box type is not returned in
39050         the cssText.
39051
39052         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Added.
39053         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Added.
39054         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
39055         * css3/filters/script-tests/custom-filter-property-parsing.js:
39056         * css3/filters/resources/a-triangle-coord-defined.vs: Added.
39057         * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
39058
39059 2013-01-09  Ojan Vafai  <ojan@chromium.org>
39060
39061         Proper version of http://trac.webkit.org/changeset/139221.
39062         The problem was that there was line-wrapping due to form controls
39063         being different sizes on different platforms, not that form
39064         controls dump innerText differently.
39065
39066         * fast/forms/min-content-form-controls-expected.txt:
39067         * fast/forms/min-content-form-controls.html:
39068
39069 2013-01-09  Roger Fong  <roger_fong@apple.com>
39070
39071         Unreviewed. Device Proximity is not enabled/implemented on Windows.
39072         Skipping related tests:
39073
39074         proximity/add-listener-from-callback.html
39075         proximity/basic-operation.html
39076         proximity/create-event.html
39077         proximity/event-after-navigation.html
39078         proximity/multiple-frames.html
39079         proximity/no-page-cache.html
39080         proximity/optional-event-properties.html
39081         proximity/updates.html
39082         proximity/window-property.html
39083
39084         * platform/win/TestExpectations:
39085
39086 2013-01-09  Christophe Dumez  <christophe.dumez@intel.com>
39087
39088         [WK2] Implement eventSender.scheduleAsynchronousKeyDown
39089         https://bugs.webkit.org/show_bug.cgi?id=93979
39090
39091         Reviewed by Benjamin Poulain.
39092
39093         Update WK2 expectations for tests requiring
39094         eventSender.scheduleAsynchronousKeyDown now that it is
39095         implemented in WebKitTestRunner.
39096
39097         * platform/efl-wk2/TestExpectations:
39098         * platform/gtk-wk2/TestExpectations:
39099         * platform/wk2/TestExpectations:
39100
39101 2013-01-09  Dan Winship  <danw@gnome.org>
39102
39103         [Soup] Handle redirection inside WebKit
39104         https://bugs.webkit.org/show_bug.cgi?id=61122
39105         https://bugs.webkit.org/show_bug.cgi?id=88961
39106
39107         Reviewed by Martin Robinson.
39108
39109         Unskip some tests.
39110
39111         * platform/efl/TestExpectations:
39112         * platform/gtk/TestExpectations:
39113
39114 2013-01-09  Florin Malita  <fmalita@chromium.org>
39115
39116         [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
39117         https://bugs.webkit.org/show_bug.cgi?id=106461
39118
39119         Reviewed by Stephen White.
39120
39121         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
39122         * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
39123         * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
39124         * platform/chromium-linux/fast/borders/border-radius-wide-border-05-expected.png:
39125         * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
39126         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
39127         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
39128         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
39129         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
39130         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
39131         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
39132         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
39133         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
39134         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
39135         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
39136         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
39137         * platform/chromium/TestExpectations:
39138
39139 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39140
39141         [Chromium] Land expectations for r139197.
39142
39143         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39144         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39145         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png:
39146         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39147         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
39148
39149 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39150
39151         [Chromium] inspector/geolocation-error.html is flaky in Win.
39152         https://bugs.webkit.org/show_bug.cgi?id=106487
39153
39154         * platform/chromium/TestExpectations: Marked as flaky.
39155
39156 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39157
39158         [Chromium] Tweak webaduio test expectations once more.
39159
39160         * platform/chromium/TestExpectations: Tweaked.
39161
39162 2013-01-09  Alexey Proskuryakov  <ap@apple.com>
39163
39164         Assertion failure in SubresourceLoader::didFail when reloading
39165         https://bugs.webkit.org/show_bug.cgi?id=101416
39166
39167         Reviewed by Nate Chapin.
39168
39169         * http/tests/cache/network-error-during-revalidation-expected.txt: Added.
39170         * http/tests/cache/network-error-during-revalidation.html: Added.
39171         * http/tests/cache/resources/network-error-during-revalidation-frame.html: Added.
39172
39173         * http/tests/resources/network-simulator.php: Added a way to serve resources
39174         without no-cache no-store directives.
39175
39176 2013-01-09  Alexandru Chiculita  <achicu@adobe.com>
39177
39178         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers
39179         https://bugs.webkit.org/show_bug.cgi?id=106419
39180
39181         Reviewed by Simon Fraser.
39182
39183         Re-added skipped tests as this patch resolves the flakiness.
39184
39185         * platform/mac/TestExpectations:
39186
39187 2013-01-09  Roger Fong  <roger_fong@apple.com>
39188
39189         Unreviewed. Rebaseline some accessibility test results on Win7 port.
39190
39191         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
39192         * platform/win/platform/win/accessibility: Added.
39193         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
39194         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.
39195
39196 2013-01-09  Robert Hogan  <robert@webkit.org>
39197
39198         REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html
39199         https://bugs.webkit.org/show_bug.cgi?id=106064
39200
39201         Reviewed by David Hyatt.
39202
39203         * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
39204
39205 2013-01-09  Ojan Vafai  <ojan@chromium.org>
39206
39207         fast/forms/min-content-form-controls.html fails on some platforms
39208         https://bugs.webkit.org/show_bug.cgi?id=106482
39209
39210         Reviewed by Eric Seidel.
39211
39212         The text dump for some form controls (menulists?) has different whitespace
39213         output on different platforms. Remove the form controls to avoid adding
39214         platform-specific expectations for this test.
39215
39216         * fast/forms/min-content-form-controls-expected.txt:
39217         * fast/forms/min-content-form-controls.html:
39218         * platform/mac/TestExpectations:
39219
39220 2013-01-09  Michael Pruett  <michael@68k.org>
39221
39222         IndexedDB: Remove unnecessary tests from storage/indexeddb/key-type-array.html
39223         https://bugs.webkit.org/show_bug.cgi?id=106472
39224
39225         Reviewed by Tony Chang.
39226
39227         The tests which verify that JSON.stringify() throws an exception
39228         for cyclic objects produce different error messages on JSC and
39229         V8 and do nothing to test IndexedDB functionality. These tests
39230         should be removed.
39231
39232         * storage/indexeddb/key-type-array-expected.txt:
39233         * storage/indexeddb/resources/key-type-array.js:
39234
39235 2013-01-08  Ojan Vafai  <ojan@chromium.org>
39236
39237         min-content gets the wrong value if min-width is set on some form controls
39238         https://bugs.webkit.org/show_bug.cgi?id=106389
39239
39240         Reviewed by Tony Chang.
39241
39242         * fast/forms/min-content-form-controls-expected.txt: Added.
39243         * fast/forms/min-content-form-controls.html: Added.
39244
39245 2013-01-09  Roger Fong  <roger_fong@apple.com>
39246
39247         Unreviewed. Skipping 4 video controls tests on Windows.
39248         https://bugs.webkit.org/show_bug.cgi?id=106477.
39249
39250         Skipped tests:
39251         media/video-controls-captions-trackmenu-localized.html
39252         media/video-controls-captions-trackmenu-sorted.html
39253         media/video-controls-captions-trackmenu.html
39254         media/video-controls-visible-exiting-fullscreen.html
39255
39256         * platform/win/TestExpectations:
39257
39258 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39259
39260         [Chromium] Rebaseline a few tests after r139191.
39261
39262         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39263         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39264         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39265         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39266         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39267         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
39268         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
39269         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39270         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39271
39272 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39273
39274         [Chromium] Rebaseline a few tests after r139201.
39275
39276         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
39277         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
39278         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
39279         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
39280         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
39281         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
39282         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
39283         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
39284         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
39285         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
39286
39287 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39288
39289         [Chromium] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html is a flaky crash.
39290         https://bugs.webkit.org/show_bug.cgi?id=106473
39291
39292         * platform/chromium/TestExpectations: Marked.
39293
39294 2013-01-09  Justin Novosad  <junov@google.com>
39295
39296         New chromium-win pixel baseline for gradient-background-leakage-hidpi.html
39297         https://bugs.webkit.org/show_bug.cgi?id=106373
39298
39299         Unreviewed.
39300
39301         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
39302
39303 2013-01-09  Alexis Menard  <alexis@webkit.org>
39304
39305         Implement CSS computed style value for transition shorthand
39306         https://bugs.webkit.org/show_bug.cgi?id=105035
39307
39308         Reviewed by Dean Jackson.
39309
39310         Uncomment existing tests to cover the new feature.
39311
39312         * transitions/transitions-parsing-expected.txt:
39313         * transitions/transitions-parsing.html:
39314
39315 2013-01-09  Tony Chang  <tony@chromium.org>
39316
39317         Automatically generate Settings::unifiedTextCheckerEnabled
39318         https://bugs.webkit.org/show_bug.cgi?id=106382
39319
39320         Reviewed by Adam Barth.
39321
39322         The InternalSettings.idl method didn't match the Settings' getter/setter. Now
39323         that we're using the generated version, make the tests use the same name.
39324
39325         * editing/spelling/grammar-edit-word.html:
39326         * editing/spelling/spellcheck-async-mutation.html:
39327         * editing/spelling/spellcheck-async-remove-frame.html:
39328         * editing/spelling/spellcheck-async.html:
39329         * editing/spelling/spelling-marker-description.html:
39330         * editing/spelling/spelling-unified-emulation.html:
39331         * platform/chromium/editing/spelling/delete-misspelled-word.html:
39332
39333 2013-01-09  Alexis Menard  <alexis@webkit.org>
39334
39335         Implement CSS computed style value for transition shorthand
39336         https://bugs.webkit.org/show_bug.cgi?id=105035
39337
39338         Reviewed by Dean Jackson.
39339
39340         Uncomment existing tests to cover the new feature.
39341
39342         * transitions/transitions-parsing-expected.txt:
39343         * transitions/transitions-parsing.html:
39344
39345 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
39346
39347         [Shadow DOM]: ShadowRoot wrong nodeName attribute
39348         https://bugs.webkit.org/show_bug.cgi?id=104995
39349
39350         Reviewed by Dimitri Glazkov.
39351
39352         Converted #shadow-root to #document-fragment in LayoutTests files using sed.
39353
39354         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39355         * editing/deleting/delete-ligature-001-expected.txt:
39356         * editing/pasteboard/copy-in-password-field-expected.txt:
39357         * editing/selection/select-all-textarea-expected.txt:
39358         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
39359         * fast/dom/shadow/layout-tests-can-access-shadow.html:
39360         * fast/dom/shadow/shadow-and-list-elements.html:
39361         * fast/events/5056619-expected.txt:
39362         * fast/forms/focus-selection-input-expected.txt:
39363         * fast/forms/focus-selection-textarea-expected.txt:
39364         * fast/forms/textfield-outline-expected.txt:
39365         * fast/html/details-add-summary-1-and-click-expected.txt:
39366         * fast/html/details-add-summary-10-and-click-expected.txt:
39367         * fast/html/details-add-summary-2-and-click-expected.txt:
39368         * fast/html/details-add-summary-3-and-click-expected.txt:
39369         * fast/html/details-add-summary-4-and-click-expected.txt:
39370         * fast/html/details-add-summary-5-and-click-expected.txt:
39371         * fast/html/details-add-summary-6-and-click-expected.txt:
39372         * fast/html/details-add-summary-7-and-click-expected.txt:
39373         * fast/html/details-add-summary-8-and-click-expected.txt:
39374         * fast/html/details-add-summary-9-and-click-expected.txt:
39375         * fast/html/details-remove-summary-1-and-click-expected.txt:
39376         * fast/html/details-remove-summary-2-and-click-expected.txt:
39377         * fast/html/details-remove-summary-3-and-click-expected.txt:
39378         * fast/html/details-remove-summary-4-and-click-expected.txt:
39379         * fast/html/details-remove-summary-5-and-click-expected.txt:
39380         * fast/html/details-remove-summary-6-and-click-expected.txt:
39381         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
39382         * inspector/elements/shadow-root-expected.txt:
39383         * inspector/elements/shadow-root.html:
39384         * inspector/elements/update-shadowdom-expected.txt:
39385         * platform/chromium-android/fast/events/autoscroll-expected.txt:
39386         * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
39387         * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
39388         * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
39389         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
39390         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
39391         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
39392         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
39393         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
39394         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
39395         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
39396         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
39397         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
39398         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
39399         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
39400         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
39401         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39402         * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
39403         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
39404         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
39405         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
39406         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
39407         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
39408         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
39409         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
39410         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
39411         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
39412         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
39413         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
39414         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
39415         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
39416         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
39417         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
39418         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
39419         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
39420         * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
39421         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39422         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
39423         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
39424         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
39425         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
39426         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
39427         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
39428         * platform/chromium-win/editing/selection/4975120-expected.txt:
39429         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
39430         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
39431         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
39432         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
39433         * platform/chromium-win/fast/events/autoscroll-expected.txt:
39434         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
39435         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
39436         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
39437         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
39438         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39439         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
39440         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
39441         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
39442         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
39443         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
39444         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
39445         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
39446         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39447         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
39448         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
39449         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
39450         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
39451         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
39452         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39453         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39454         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
39455         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
39456         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
39457         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
39458         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
39459         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
39460         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
39461         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
39462         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
39463         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
39464         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
39465         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
39466         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
39467         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
39468         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
39469         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
39470         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
39471         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
39472         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
39473         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
39474         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
39475         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
39476         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
39477         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39478         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
39479         * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39480         * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
39481         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
39482         * platform/chromium/editing/inserting/4960120-1-expected.txt:
39483         * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
39484         * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
39485         * platform/chromium/editing/selection/4895428-3-expected.txt:
39486         * platform/chromium/editing/selection/4975120-expected.txt:
39487         * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
39488         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
39489         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
39490         * platform/chromium/fast/events/autoscroll-expected.txt:
39491         * platform/chromium/fast/events/context-no-deselect-expected.txt:
39492         * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
39493         * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
39494         * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
39495         * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39496         * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
39497         * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
39498         * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
39499         * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
39500         * platform/chromium/fast/forms/input-text-double-click-expected.txt:
39501         * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
39502         * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
39503         * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
39504         * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
39505         * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
39506         * platform/chromium/fast/forms/search-rtl-expected.txt:
39507         * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
39508         * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39509         * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39510         * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
39511         * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
39512         * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
39513         * platform/chromium/fast/forms/textfield-outline-expected.txt:
39514         * platform/chromium/fast/forms/textfield-overflow-expected.txt:
39515         * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
39516         * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39517         * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
39518         * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39519         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
39520         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
39521         * platform/efl/editing/inserting/4960120-1-expected.txt:
39522         * platform/efl/fast/events/autoscroll-expected.txt:
39523         * platform/efl/fast/events/context-no-deselect-expected.txt:
39524         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
39525         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
39526         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
39527         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39528         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
39529         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
39530         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
39531         * platform/efl/fast/forms/input-text-double-click-expected.txt:
39532         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
39533         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
39534         * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
39535         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
39536         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39537         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39538         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
39539         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
39540         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
39541         * platform/efl/fast/forms/textfield-outline-expected.txt:
39542         * platform/efl/fast/forms/validation-message-appearance-expected.txt:
39543         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
39544         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39545         * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
39546         * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
39547         * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
39548         * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
39549         * platform/gtk/editing/inserting/4960120-1-expected.txt:
39550         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
39551         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
39552         * platform/gtk/editing/selection/4895428-3-expected.txt:
39553         * platform/gtk/editing/selection/4975120-expected.txt:
39554         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
39555         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
39556         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
39557         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
39558         * platform/gtk/fast/events/autoscroll-expected.txt:
39559         * platform/gtk/fast/events/context-no-deselect-expected.txt:
39560         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
39561         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
39562         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
39563         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39564         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
39565         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
39566         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
39567         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
39568         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
39569         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
39570         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
39571         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
39572         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39573         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
39574         * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
39575         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
39576         * platform/gtk/fast/forms/search-rtl-expected.txt:
39577         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
39578         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39579         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39580         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
39581         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
39582         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
39583         * platform/gtk/fast/forms/textfield-outline-expected.txt:
39584         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
39585         * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
39586         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
39587         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39588         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
39589         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
39590         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
39591         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
39592         * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
39593         * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
39594         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
39595         * platform/mac/editing/inserting/4960120-1-expected.txt:
39596         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
39597         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
39598         * platform/mac/editing/selection/4895428-3-expected.txt:
39599         * platform/mac/editing/selection/4975120-expected.txt:
39600         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
39601         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
39602         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
39603         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
39604         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
39605         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
39606         * platform/mac/fast/events/autoscroll-expected.txt:
39607         * platform/mac/fast/events/context-no-deselect-expected.txt:
39608         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
39609         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
39610         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
39611         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39612         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39613         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
39614         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
39615         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
39616         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
39617         * platform/mac/fast/forms/input-text-double-click-expected.txt:
39618         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
39619         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
39620         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39621         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
39622         * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
39623         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
39624         * platform/mac/fast/forms/search-rtl-expected.txt:
39625         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
39626         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39627         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39628         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
39629         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
39630         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
39631         * platform/mac/fast/forms/textfield-outline-expected.txt:
39632         * platform/mac/fast/forms/textfield-overflow-expected.txt:
39633         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
39634         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
39635         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
39636         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
39637         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
39638         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
39639         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
39640         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
39641         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
39642         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
39643         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
39644         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
39645         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
39646         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
39647         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
39648         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
39649         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
39650         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
39651         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39652         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
39653         * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39654         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
39655         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
39656         * platform/qt/editing/inserting/4960120-1-expected.txt:
39657         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
39658         * platform/qt/editing/selection/4895428-3-expected.txt:
39659         * platform/qt/editing/selection/4975120-expected.txt:
39660         * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
39661         * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
39662         * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
39663         * platform/qt/fast/events/context-no-deselect-expected.txt:
39664         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
39665         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
39666         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
39667         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39668         * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
39669         * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
39670         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
39671         * platform/qt/fast/forms/input-text-click-outside-expected.txt:
39672         * platform/qt/fast/forms/input-text-double-click-expected.txt:
39673         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
39674         * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39675         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
39676         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
39677         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
39678         * platform/qt/fast/forms/search-rtl-expected.txt:
39679         * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
39680         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39681         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39682         * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
39683         * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
39684         * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
39685         * platform/qt/fast/forms/textfield-outline-expected.txt:
39686         * platform/qt/fast/forms/textfield-overflow-expected.txt:
39687         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
39688         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
39689         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
39690         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
39691         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
39692         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
39693         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
39694         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
39695         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
39696         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
39697         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
39698         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
39699         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
39700         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
39701         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
39702         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
39703         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
39704         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39705         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
39706         * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
39707         * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39708         * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
39709         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
39710         * platform/win/fast/forms/input-text-drag-down-expected.txt:
39711
39712 2013-01-09  Zoltan Horvath  <zoltan@webkit.org>
39713
39714         [CSS Regions] Selecting text through nested regions causes weird and unclearable selection  
39715         https://bugs.webkit.org/show_bug.cgi?id=105641
39716
39717         Reviewed by David Hyatt.
39718
39719         If you have a region with a nested region inside what is rendered below the base region and you are trying select text
39720         starting from the base region and ending it in the nested region, firstly you got a weird selection, secondly you can't
39721         clear the selection. We could prevent this strange behavior by preventing the selection through different region flows.
39722
39723         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
39724         * fast/regions/selecting-text-through-different-region-flows.html: Added.
39725         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39726
39727 2013-01-09  Florin Malita  <fmalita@chromium.org>
39728
39729         [Skia] Implement GraphicsContext::fillRoundedRect() using SkCanvas::drawRRect()
39730         https://bugs.webkit.org/show_bug.cgi?id=106366
39731
39732         Reviewed by Stephen White.
39733
39734         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
39735         * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png:
39736         * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
39737         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
39738         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
39739         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
39740         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
39741         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
39742         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
39743         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
39744         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
39745         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
39746         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
39747         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
39748         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
39749         * platform/chromium-linux/fast/layers/video-layer-expected.png:
39750         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png:
39751         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
39752         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
39753         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
39754         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
39755         * platform/chromium-linux/fast/transforms/shadows-expected.png:
39756         * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
39757         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
39758         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
39759         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
39760         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
39761         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
39762         * platform/chromium-linux/media/audio-repaint-expected.png:
39763         * platform/chromium-linux/media/controls-after-reload-expected.png:
39764         * platform/chromium-linux/media/controls-layout-direction-expected.png:
39765         * platform/chromium-linux/media/controls-strict-expected.png:
39766         * platform/chromium-linux/media/controls-styling-expected.png:
39767         * platform/chromium-linux/media/controls-styling-strict-expected.png:
39768         * platform/chromium-linux/media/controls-without-preload-expected.png:
39769         * platform/chromium-linux/media/media-controls-clone-expected.png:
39770         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
39771         * platform/chromium-linux/media/video-controls-rendering-expected.png:
39772         * platform/chromium-linux/media/video-display-toggle-expected.png:
39773         * platform/chromium-linux/media/video-empty-source-expected.png:
39774         * platform/chromium-linux/media/video-no-audio-expected.png:
39775         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
39776         * platform/chromium-linux/media/video-zoom-controls-expected.png:
39777         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
39778         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
39779         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39780         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39781         * platform/chromium/TestExpectations:
39782
39783 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39784
39785         Unreviewed EFL gardening.
39786
39787         Skipping failing tests after r139141, r139145.
39788
39789         * platform/efl/TestExpectations:
39790
39791 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39792
39793         Unreviewed EFL gardening.
39794
39795         Rebaselining of media/video-controls-captions.html.
39796
39797         * platform/efl/media/video-controls-captions-expected.txt: Added.
39798
39799 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39800
39801         Unreviewed EFL gardening.
39802
39803         Skipping failing tests after r139111, r139140.
39804
39805         * platform/efl/TestExpectations:
39806
39807 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39808
39809         EFL port gardening after r139145, r139002.
39810
39811         Unreviewed gardening.
39812
39813         * platform/efl/TestExpectations:
39814
39815 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
39816
39817         Removed crash expectations from tests that have been passing per bugs 105566, 105567, and 105580.
39818
39819         * platform/gtk/TestExpectations:
39820         * platform/mac/TestExpectations:
39821
39822 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
39823
39824         [chromium] fast/frames/frame-limit.html can be slow in release
39825         https://bugs.webkit.org/show_bug.cgi?id=106126
39826
39827         Unreviewed gardening.
39828
39829         * platform/chromium/TestExpectations: Add Slow expectation for Win and Linux.
39830         [ Win Linux Release ] fast/frames/frame-limit.html [ Pass Slow ]
39831
39832 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
39833
39834         INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only
39835         https://bugs.webkit.org/show_bug.cgi?id=106422
39836
39837         Reviewed by Kent Tamura.
39838
39839         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
39840         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Update expectations.
39841         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt:
39842         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Ditto.
39843
39844 2013-01-09  Sheriff Bot  <webkit.review.bot@gmail.com>
39845
39846         Unreviewed, rolling out r139134.
39847         http://trac.webkit.org/changeset/139134
39848         https://bugs.webkit.org/show_bug.cgi?id=106424
39849
39850          WebGL tests still crash on EFL (Requested by MPozdnyakov on
39851         #webkit).
39852
39853         * platform/efl/TestExpectations:
39854
39855 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
39856
39857         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes
39858         https://bugs.webkit.org/show_bug.cgi?id=106416
39859
39860         Reviewed by Kent Tamura.
39861
39862         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Added.
39863         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Added.
39864         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
39865         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Added.
39866
39867 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
39868
39869         [chromium] Tighten svg/custom/feComponentTransfer-Table.svg on windows
39870         https://bugs.webkit.org/show_bug.cgi?id=106126
39871
39872         Unreviewed gardening. Bot reports:
39873
39874         Regressions: Unexpected image-only failures (1)
39875             svg/custom/feComponentTransfer-Table.svg [ ImageOnlyFailure ]
39876
39877         * platform/chromium/TestExpectations: So change Failure -> ImageOnlyFailure
39878         to silence the bot. 
39879
39880 2013-01-09  Zan Dobersek  <zandobersek@gmail.com>
39881
39882         Unreviewed GTK gardening.
39883
39884         Adding a flaky timeout expectation for fast/workers/worker-close-more.html
39885         that regressed with r139145.
39886
39887         * platform/gtk/TestExpectations:
39888
39889 2013-01-08  Takashi Sakamoto  <tasak@google.com>
39890
39891         Use window.WebKitShadowRoot for checking whether a node is shadow root or not.
39892         https://bugs.webkit.org/show_bug.cgi?id=88748
39893
39894         Reviewed by Hajime Morita.
39895
39896         * fast/dom/shadow/resources/shadow-dom.js:
39897         (isShadowRoot):
39898         Modified to use window.WebKitShadowRoot instead of node name.
39899         * resources/dump-as-markup.js:
39900         (Markup.get var):
39901         Added shadowRootList which has information about whether the given node
39902         is a shadow root or not.
39903         (Markup):
39904         (Markup._get):
39905         If the given element is a document fragment and its address is in
39906         shadowRootList, use "<shadow:root>".
39907         (Markup._getShadowHostIfPossible):
39908         Only this method uses internals.shadowRoot and obtains the youngest
39909         shadow root from the given node. So update shadowRootList in this
39910         method.
39911
39912 2013-01-08  Stephanie Lewis  <slewis@apple.com>
39913
39914         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers.
39915         https://bugs.webkit.org/show_bug.cgi?id=106419.
39916
39917         Unreviewed.
39918
39919         Updated Expectations.
39920
39921         * platform/mac/TestExpectations:
39922
39923 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
39924
39925         [chromium] Unreviewed gardening. Update fast/events/touch/compositor-touch-hit-rects on linux
39926
39927         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
39928
39929 2013-01-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
39930
39931         Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode
39932         https://bugs.webkit.org/show_bug.cgi?id=103621
39933
39934         Reviewed by Ryosuke Niwa.
39935
39936         * editing/selection/caret-in-div-containing-br-in-vertical-mode-expected.txt: Added.
39937         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html: Added.
39938         Testcase added for verifying the caret display at the start of an editable
39939         div containing only a <br> element in vertical writing mode.
39940
39941 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
39942
39943         [Qt] Unreviewed gardening, skip new failing tests.
39944
39945         * platform/qt/TestExpectations:
39946
39947 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
39948
39949         [chromium] Rebaseline and optimise fast/regions/full-screen-video-from-region on Win7 and Win XP
39950
39951         Unreviewed gardening.
39952
39953         * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png: Renamed from LayoutTests/platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png.
39954
39955 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
39956
39957         [Qt] Unreviewed gardening, skip new failing tests.
39958
39959         * platform/qt/TestExpectations:
39960
39961 2013-01-08  Stephanie Lewis  <slewis@apple.com>
39962
39963         A couple of fast/workers tests fail after http://trac.webkit.org/projects/webkit/changeset/139145.
39964         https://bugs.webkit.org/show_bug.cgi?id=106415.
39965
39966         Unreviewed.
39967
39968         Updated Expectations.
39969
39970         * platform/mac/TestExpectations:
39971
39972 2013-01-08  Stephanie Lewis  <slewis@apple.com>
39973
39974         Assertion failure in WebCore::HTMLConstructionSite::HTMLConstructionSite.
39975         https://bugs.webkit.org/show_bug.cgi?id=106412.
39976
39977         Unreviewed.  
39978
39979         Updating Expectations.
39980
39981         * platform/mac/TestExpectations:
39982
39983 2013-01-08  Matt Falkenhagen  <falken@chromium.org>
39984
39985         Make NodeRenderingContext::parentRenderer and nextRenderer top layer aware
39986         https://bugs.webkit.org/show_bug.cgi?id=103477
39987
39988         Reviewed by Hajime Morita.
39989
39990         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer-expected.html: Added.
39991         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer.html: Added.
39992         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column-expected.html: Added.
39993         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column.html: Added.
39994         * fast/dom/HTMLDialogElement/modal-dialog-sibling-expected.html: Added.
39995         * fast/dom/HTMLDialogElement/modal-dialog-sibling.html: Added.
39996
39997 2013-01-08  Hayato Ito  <hayato@chromium.org>
39998
39999         [Shadow DOM] The MouseEvent offsetX and offsetY attributes must return the coordinates relative to the origin of the padding edge of the relative target after retargeting.
40000         https://bugs.webkit.org/show_bug.cgi?id=104509
40001
40002         Reviewed by Dimitri Glazkov.
40003
40004         Adding a test for making sure that MouseEvent offsetX and offsetY arrributes are adjusted in retargeting.
40005
40006         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset-expected.txt: Added.
40007         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html: Added.
40008
40009 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
40010
40011         [chromium] Unreviewed gardening. jquery/event.html timeouts in release and debug.
40012
40013         * platform/chromium/TestExpectations: 
40014
40015 2013-01-08  Kent Tamura  <tkent@chromium.org>
40016
40017         REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value=""
40018         https://bugs.webkit.org/show_bug.cgi?id=106284
40019
40020         Reviewed by Hajime Morita.
40021
40022         * fast/forms/number/number-validity-badinput.html:
40023         Add a test case.
40024         * fast/forms/number/number-validity-badinput-expected.txt:
40025
40026 2013-01-08  Nate Chapin  <japhet@chromium.org>
40027
40028         REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading
40029         https://bugs.webkit.org/show_bug.cgi?id=106123
40030
40031         Reviewed by Alexey Proskuryakov.
40032
40033         * platform/mac-wk2/TestExpectations:
40034         * platform/mac/TestExpectations: main-resource-redirect.html is no longer crashing.
40035
40036 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40037
40038         [EFL] [WK2] Some authentication tests fail in WebKit2
40039         https://bugs.webkit.org/show_bug.cgi?id=106407
40040
40041         * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL
40042         on WebKit2.
40043
40044 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40045
40046         [Mac] Authentication tests fail even after r139140
40047         https://bugs.webkit.org/show_bug.cgi?id=106405
40048
40049         * platform/mac-wk2/TestExpectations: Skip authentication tests that are still
40050         failing in WebKit2 on Mac.
40051
40052 2013-01-08  Julien Chaffraix  <jchaffraix@webkit.org>
40053
40054         Layout Test fast/css-grid-layout/grid-columns-rows-get-set-multiple.html, grid-columns-rows-get-set.html is failing
40055         https://bugs.webkit.org/show_bug.cgi?id=104090
40056
40057         Unreviewed gardening.
40058
40059         * platform/chromium/TestExpectations:
40060         In r139025, the not-totally-OK call to GridTrackSize::length() was removed and thus the
40061         tests don't trigger an ASSERT anymore. This change merrily re-enable them.
40062
40063 2013-01-08  Alexandru Chiculita  <achicu@adobe.com>
40064
40065         Assert in RenderGeometryMap::mapToContainer
40066         https://bugs.webkit.org/show_bug.cgi?id=106068
40067
40068         Reviewed by Simon Fraser.
40069
40070         * compositing/geometry/assert-layout-not-done-expected.txt: Added.
40071         * compositing/geometry/assert-layout-not-done.html: Added. Testing for the case when compositor is triggered before the first layout.
40072         * compositing/geometry/assert-marquee-timer-expected.txt: Added.
40073         * compositing/geometry/assert-marquee-timer.html: Added. Tested for the case when the marquee might trigger compositor updates, while a layout is still pending.
40074
40075 2013-01-08  Brandon Jones  <bajones@chromium.org>
40076
40077         Make WebGLRenderingContext inherit from ActiveDOMObject
40078         https://bugs.webkit.org/show_bug.cgi?id=104733
40079
40080         Reviewed by Adam Barth.
40081
40082         * fast/canvas/webgl/context-release-upon-reload-expected.txt: Added.
40083         * fast/canvas/webgl/context-release-upon-reload.html: Added.
40084         * fast/canvas/webgl/resources/context-release-upon-reload-child.html: Added.
40085
40086 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40087
40088         WebKitTestRunner needs support for setHandlesAuthenticationChallenges
40089         https://bugs.webkit.org/show_bug.cgi?id=103653
40090
40091         Reviewed by Anders Carlsson.
40092
40093         Unskip authentication tests which are now passing.
40094
40095         * platform/wk2/TestExpectations:
40096
40097 2013-01-08  Justin Novosad  <junov@google.com>
40098
40099         Color bleeding with rounded rectangles on high dpi displays
40100         https://bugs.webkit.org/show_bug.cgi?id=106373
40101
40102         Reviewed by Simon Fraser.
40103
40104         New layout test to verify that rounded rectangle corners do not
40105         produce color bleeding on high dpi devices.
40106
40107         * fast/backgrounds/gradient-background-leakage-hidpi-expected.txt: Added.
40108         * fast/backgrounds/gradient-background-leakage-hidpi.html: Added.
40109         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
40110
40111 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40112
40113         DFG shouldn't treat the 'this' argument as being captured if a code block uses arguments
40114         https://bugs.webkit.org/show_bug.cgi?id=106398
40115         <rdar://problem/12439776>
40116
40117         Reviewed by Mark Hahnenberg.
40118
40119         * fast/js/dfg-inline-constructor-that-uses-arguments-expected.txt: Added.
40120         * fast/js/dfg-inline-constructor-that-uses-arguments.html: Added.
40121         * fast/js/jsc-test-list:
40122         * fast/js/script-tests/dfg-inline-constructor-that-uses-arguments.js: Added.
40123         (Foo):
40124         (bar):
40125
40126 2013-01-08  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
40127
40128         [EFL][WK2] WebGL test cases are sometimes crashing
40129         https://bugs.webkit.org/show_bug.cgi?id=104506
40130
40131         Unreviewed gardening.
40132
40133         Enable webgl tests that are passing after recent changes.
40134
40135         * platform/efl/TestExpectations:
40136
40137 2013-01-08  Hajime Morrita  <morrita@google.com>
40138
40139         Unreviewed, marking drag-and-drop-autoscroll.html
40140
40141         * platform/efl/TestExpectations:
40142         * platform/gtk/TestExpectations:
40143         * platform/mac/TestExpectations:
40144
40145 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40146
40147         Organize some svg/gynamic-updates expectations.
40148
40149         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
40150         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.
40151
40152 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40153
40154         [Chromium] Layout Tests svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues* are flaky.
40155         https://bugs.webkit.org/show_bug.cgi?id=106390
40156
40157         * platform/chromium/TestExpectations: Adjusted expectations.
40158
40159 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40160
40161         Layout Tests svg/W3C-SVG-1.1/filters-comptran-01-b.svg and svg/W3C-SVG-1.1/animate-elem-80-t.svg are flaky.
40162         https://bugs.webkit.org/show_bug.cgi?id=106387
40163
40164         * platform/chromium/TestExpectations: Marked new flakes.
40165
40166 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
40167
40168         Skip the test added by r139062 on WebKit2 bots since it uses a testRunner method
40169         that hasn't been implemented yet.
40170
40171         * platform/wk2/TestExpectations:
40172
40173 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40174
40175         [Chromium] Tighten up some test expectations.
40176
40177         * platform/chromium/TestExpectations: Tightened.
40178
40179 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40180
40181         [Chromium] A bunch of fast/css-grid-layout tests started timing out after r139025.
40182         https://bugs.webkit.org/show_bug.cgi?id=106378
40183
40184         * platform/chromium/TestExpectations: Marked expectations.
40185
40186 2013-01-08  Tom Sepez  <tsepez@chromium.org>
40187
40188         Copy-paste preserves <embed> tags containing active content.
40189         https://bugs.webkit.org/show_bug.cgi?id=77625
40190
40191         Reviewed by Ryosuke Niwa.
40192
40193         * editing/pasteboard/paste-noplugin-expected.txt: Added.
40194         * editing/pasteboard/paste-noplugin.html: Added.
40195
40196 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40197
40198         REGRESSION (r138921): Crash in JSC::Arguments::create
40199         https://bugs.webkit.org/show_bug.cgi?id=106329
40200         <rdar://problem/12974196>
40201
40202         Reviewed by Mark Hahnenberg.
40203
40204         * fast/js/dfg-create-inlined-arguments-in-closure-inline-expected.txt: Added.
40205         * fast/js/dfg-create-inlined-arguments-in-closure-inline.html: Added.
40206         * fast/js/jsc-test-list:
40207         * fast/js/script-tests/dfg-create-inlined-arguments-in-closure-inline.js: Added.
40208         (foo):
40209
40210 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40211
40212         Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
40213         https://bugs.webkit.org/show_bug.cgi?id=106332
40214
40215         Reviewed by Ryosuke Niwa.
40216
40217         Fix this flaky test by adjusting the authentication realm
40218         used in the HTTP headers.
40219
40220         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: The authentication realm used
40221         in the HTTP headers is shared with several other HTTP tests, so cached credentials can "leak" from one
40222         test to another. Make the authentication realm unique for this test.
40223
40224 2013-01-08  Alexis Menard  <alexis@webkit.org>
40225
40226         WebKit does not reject some cubic-bezier form values for transition-timing-function.
40227         https://bugs.webkit.org/show_bug.cgi?id=106369
40228
40229         Reviewed by Dean Jackson.
40230
40231         Extended existing tests to cover the bug. Updated an existing test
40232         which was checking wrong values.
40233
40234         * fast/css/transition-timing-function.html: Change the tested values as
40235         they are considered wrong by the spec.
40236         * fast/css/transition-timing-function-expected.txt:
40237
40238 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40239
40240         [Chromium] Tighten up the actual expectations around webaudio fails..
40241         https://bugs.webkit.org/show_bug.cgi?id=106232
40242
40243         * platform/chromium/TestExpectations: Tightened.
40244
40245 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40246
40247         [Chromium] Update expectations for platform/chromium/fast/events/touch/compositor-touch-hit-rects.html.
40248
40249         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
40250         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
40251
40252 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40253
40254         Update expectations for various tests.
40255
40256         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Removed.
40257         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Removed.
40258         * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
40259         * platform/chromium-win/fast/table/038-vertical-expected.png:
40260         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
40261
40262 2013-01-08  Andreas Kling  <akling@apple.com>
40263
40264         Heap-use-after-free in bool WebCore::SelectorChecker::checkOneSelector.
40265         <http://webkit.org/b/105834>
40266
40267         Reviewed by Antti Koivisto.
40268
40269         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash-expected.txt: Added.
40270         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash.html: Added.
40271
40272 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40273
40274         DFG initrinsic handling should ensure that we backwards propagate the fact that all operands may escape
40275         https://bugs.webkit.org/show_bug.cgi?id=106365
40276
40277         Reviewed by Mark Hahnenberg.
40278         
40279         Add tests that cover the possible badness that could occur for all of those
40280         intrinsics that don't intrinsically (pun sort of intended) cause escapeage
40281         to happen. As in, if we did happen to know for sure that what we want is
40282         ArithSqrt, then we would have a guarantee that ArithSqrt does not by itself
40283         use its operands in a way that involves NodeUsedAsOther. But when ArithSqrt
40284         is inserted because of intrinsic optimization (i.e. something like
40285         Math.sqrt(blah)) then the intrinsic machinery needs to indicate that blah
40286         could escape in the case that we didn't end up doing ArithSqrt because we
40287         exited prior to it and called some other function.
40288
40289         * fast/js/dfg-abs-backwards-propagation-expected.txt: Added.
40290         * fast/js/dfg-abs-backwards-propagation.html: Added.
40291         * fast/js/dfg-max-backwards-propagation-expected.txt: Added.
40292         * fast/js/dfg-max-backwards-propagation.html: Added.
40293         * fast/js/dfg-min-backwards-propagation-expected.txt: Added.
40294         * fast/js/dfg-min-backwards-propagation.html: Added.
40295         * fast/js/dfg-proven-sqrt-backwards-propagation-expected.txt: Added.
40296         * fast/js/dfg-proven-sqrt-backwards-propagation.html: Added.
40297         * fast/js/dfg-sqrt-backwards-propagation-expected.txt: Added.
40298         * fast/js/dfg-sqrt-backwards-propagation.html: Added.
40299         * fast/js/jsc-test-list:
40300         * fast/js/script-tests/dfg-abs-backwards-propagation.js: Added.
40301         (foo):
40302         (bar):
40303         * fast/js/script-tests/dfg-max-backwards-propagation.js: Added.
40304         (foo):
40305         (bar):
40306         * fast/js/script-tests/dfg-min-backwards-propagation.js: Added.
40307         (foo):
40308         (bar):
40309         * fast/js/script-tests/dfg-proven-sqrt-backwards-propagation.js: Added.
40310         (foo):
40311         (bar):
40312         * fast/js/script-tests/dfg-sqrt-backwards-propagation.js: Added.
40313         (foo):
40314         (bar):
40315
40316 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40317
40318         If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
40319         https://bugs.webkit.org/show_bug.cgi?id=106363
40320
40321         Reviewed by Mark Hahnenberg.
40322
40323         * fast/js/jsc-test-list:
40324         * fast/js/new-array-double-with-holes-expected.txt: Added.
40325         * fast/js/new-array-double-with-holes.html: Added.
40326         * fast/js/script-tests/new-array-double-with-holes.js: Added.
40327         (foo):
40328
40329 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
40330
40331         Add a crashing test expectation to a test added in r139029.
40332         The failure is tracked by the bug 106361.
40333
40334         * platform/mac/TestExpectations:
40335
40336 2013-01-08  Ojan Vafai  <ojan@chromium.org>
40337
40338         text controls are sized too small when a percentage height is set
40339         https://bugs.webkit.org/show_bug.cgi?id=106277
40340
40341         Reviewed by Tony Chang.
40342
40343         * fast/forms/percent-height-auto-width-form-controls-expected.txt: Added.
40344         * fast/forms/percent-height-auto-width-form-controls.html: Added.
40345
40346 2013-01-08  Mike West  <mkwst@chromium.org>
40347
40348         CSP: 'none' should take effect only if no other source expression is present.
40349         https://bugs.webkit.org/show_bug.cgi?id=106314
40350
40351         Reviewed by Adam Barth.
40352
40353         * http/tests/security/contentSecurityPolicy/source-list-parsing-none-expected.txt: Added.
40354         * http/tests/security/contentSecurityPolicy/source-list-parsing-none.html: Added.
40355
40356 2013-01-08  Antoine Quint  <graouts@apple.com>
40357
40358         <track> element's mode set to "disabled" after load although it was explicitly set to "hidden"
40359         https://bugs.webkit.org/show_bug.cgi?id=105536
40360
40361         Reviewed by Eric Carlson.
40362
40363         * media/track/opera/interfaces/TextTrack/addCue-expected.txt:
40364         * media/track/opera/interfaces/TextTrack/removeCue-expected.txt: Added.
40365         * media/track/opera/interfaces/TextTrackCue/align-expected.txt: Added.
40366         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt:
40367         * media/track/opera/interfaces/TextTrackCue/id-expected.txt: Added.
40368         * media/track/opera/interfaces/TextTrackCue/pauseOnExit-expected.txt: Added.
40369         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt:
40370         * media/track/opera/interfaces/TextTrackCue/track-expected.txt: Added.
40371         * platform/chromium/TestExpectations: Skipping newly failing test on Chrome.
40372         * platform/efl/TestExpectations:
40373         * platform/gtk/TestExpectations:
40374         * platform/mac/TestExpectations:
40375         * platform/qt/TestExpectations:
40376         * platform/win/TestExpectations:
40377
40378 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40379
40380         Unreviewed GTK gardening.
40381
40382         Unifying accessibility layout test failure expectations in the WK2
40383         TestExpectations file, with each expectation given an appropriate bug modifier.
40384         Removing three failure expectations for transitions tests that are now passing
40385         on WK2.
40386
40387         * platform/gtk-wk2/TestExpectations:
40388
40389 2013-01-08  Chris Fleizach  <cfleizach@apple.com>
40390
40391         AX: PopUpButtons do not report that AXValueAttribute is supported
40392         https://bugs.webkit.org/show_bug.cgi?id=106333
40393
40394         Reviewed by Ryosuke Niwa.
40395
40396         * platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt: Added.
40397         * platform/mac/accessibility/popup-button-exposes-axvalue.html: Added.
40398
40399 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40400
40401         Update expectations for fast/text/justify-ideograph*.
40402
40403         * platform/chromium-linux-x86/fast/text/justify-ideograph-vertical-expected.txt: Added.
40404         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png: Added.
40405         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.txt: Added.
40406         * platform/chromium-mac-lion/fast/text/justify-ideograph-simple-expected.png:
40407         * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
40408         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png:
40409         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png:
40410         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
40411         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
40412
40413 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40414
40415         Update expectations for webaudio/realtimeanalyser-fft-sizing.html.
40416
40417         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
40418
40419 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40420
40421         [Chromium] context-creation-and-destruction.html is slow and flaky.
40422         https://bugs.webkit.org/show_bug.cgi?id=92287
40423
40424         * platform/chromium/TestExpectations: Adjusted expectations.
40425
40426 2013-01-08  Dan Winship  <danw@gnome.org>
40427
40428         Updates for Apache 2.4
40429         https://bugs.webkit.org/show_bug.cgi?id=104478
40430
40431         Reviewed by Martin Robinson.
40432
40433         Apache 2.4 requires a slightly different config from 2.2, so split
40434         fedora-httpd.conf into separate 2.2 and 2.4 versions.
40435
40436         2.4 is also more picky about passing request headers to CGI
40437         scripts, and will ignore headers that aren't valid according to
40438         the HTTP grammar, so change underscores to hyphens to fix them.
40439
40440         * http/conf/fedora-httpd-2.2.conf: Renamed from
40441         LayoutTests/http/conf/fedora-httpd.conf.
40442         * http/conf/fedora-httpd-2.4.conf: Based on
40443         LayoutTests/http/conf/fedora-httpd.conf and updated for 2.4.
40444         * http/tests/cookies/resources/cookies-test-pre.js:
40445         (setCookies):
40446         (clearCookies):
40447         * http/tests/navigation/ping-cookie.html:
40448         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html:
40449
40450 2013-01-08  Alexis Menard  <alexis@webkit.org>
40451
40452         transition-delay and transition-duration return incorrect values when querying using the computed style.
40453         https://bugs.webkit.org/show_bug.cgi?id=105432
40454
40455         Reviewed by Dean Jackson.
40456
40457         Uncomment existing tests to cover the bug.
40458
40459         * transitions/transitions-parsing-expected.txt:
40460         * transitions/transitions-parsing.html:
40461
40462 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40463
40464         [Chromium] Tweak expectations for random-array-gc-stress.html to reflect reality.
40465         https://bugs.webkit.org/show_bug.cgi?id=84802
40466
40467         * platform/chromium/TestExpectations: Tweaked expectations.
40468
40469 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40470
40471         [Chromium] Skip http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html, because
40472         it's been timing out since it was added.
40473         https://bugs.webkit.org/show_bug.cgi?id=106332
40474
40475         * platform/chromium/TestExpectations: Adjusted expectations.
40476
40477 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40478
40479         [GTK] Login & password shown in browsers' URL entry after successful HTTP authentication
40480         https://bugs.webkit.org/show_bug.cgi?id=105190
40481
40482         Reviewed by Carlos Garcia Campos.
40483
40484         Add a new test that checks that the URL of a page that redirects and uses
40485         authentication. This verifies correct behavior for ports that communicates
40486         a request's credentials to the platform networking layer by setting them in the URL.
40487         The credentials should not remain in the URL string itself.
40488
40489         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
40490         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html: Added.
40491         * http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Added.
40492         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Added.
40493
40494 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40495
40496         Unreviwed gardening.
40497
40498         Removing failure expectations/skip entries for fast/dom/Window/window-postmessage-arrays.html.
40499         The test was fixed by r138964.
40500
40501         Also further remove failure expectations for now-passing tests on the GTK builders.
40502
40503         * platform/efl/TestExpectations:
40504         * platform/gtk/TestExpectations:
40505         * platform/mac/TestExpectations:
40506         * platform/qt/TestExpectations:
40507
40508 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40509
40510         Unreviewed GTK gardening.
40511
40512         Changing a timeout expectation for inspector/timeline/timeline-decode-resize.html
40513         to a failure expectation. The test doesn't time out anymore due to added WebP support.
40514
40515         Adding a timeout expectation for two proximity layout tests added in r139050.
40516
40517         * platform/gtk/TestExpectations:
40518
40519 2013-01-08  Keishi Hattori  <keishi@webkit.org>
40520
40521         [Chromium] Don't confine page popups to root view on Mac
40522         https://bugs.webkit.org/show_bug.cgi?id=106315
40523
40524         Reviewed by Kent Tamura.
40525
40526         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Remove setting parameters confineToRootView and rootViewRectInScreen.
40527
40528 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40529
40530         [Qt] Unreviewed gardening, skip a new failing test.
40531
40532         * platform/qt/TestExpectations:
40533
40534 2013-01-08  Kihong Kwon  <kihong.kwon@samsung.com>
40535
40536         Add DeviceProximityController to support Device Proximity Events.
40537         https://bugs.webkit.org/show_bug.cgi?id=97630
40538
40539         Reviewed by Hajime Morita.
40540
40541         Add layout test cases for the DeviceProximityController.
40542
40543         * proximity/add-listener-from-callback-expected.txt: Added.
40544         * proximity/add-listener-from-callback.html: Added.
40545         * proximity/basic-operation-expected.txt: Added.
40546         * proximity/basic-operation.html: Added.
40547         * proximity/create-event-expected.txt: Added.
40548         * proximity/create-event.html: Added.
40549         * proximity/event-after-navigation-expected.txt: Added.
40550         * proximity/event-after-navigation.html: Added.
40551         * proximity/multiple-frames-expected.txt: Added.
40552         * proximity/multiple-frames.html: Added.
40553         * proximity/no-page-cache-expected.txt: Added.
40554         * proximity/no-page-cache.html: Added.
40555         * proximity/optional-event-properties-expected.txt: Added.
40556         * proximity/optional-event-properties.html: Added.
40557         * proximity/resources/cached-page-1.html: Added.
40558         * proximity/resources/cached-page-2.html: Added.
40559         * proximity/resources/event-after-navigation-new.html: Added.
40560         * proximity/updates-expected.txt: Added.
40561         * proximity/updates.html: Added.
40562         * proximity/window-property-expected.txt: Added.
40563         * proximity/window-property.html: Added.
40564
40565 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40566
40567         Unreviewed GTK gardening.
40568
40569         Adding failure expectation for an a11y test added in r139002.
40570
40571         * platform/gtk/TestExpectations:
40572
40573 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40574
40575         [Qt][WK2] Unreviewed gardening after r138932.
40576
40577         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png: Added.
40578         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.txt: Added.
40579         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png: Added.
40580         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.txt: Added.
40581         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png: Added.
40582         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.txt: Added.
40583         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png: Added.
40584         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.txt: Added.
40585         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png: Added.
40586         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.txt: Added.
40587         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png: Added.
40588         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.txt: Added.
40589         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png: Added.
40590         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.txt: Added.
40591         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png: Added.
40592         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.txt: Added.
40593         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png: Added.
40594         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.txt: Added.
40595
40596 2013-01-04  Sergio Villar Senin  <svillar@igalia.com>
40597
40598         [GTK] Add WebP image support
40599         https://bugs.webkit.org/show_bug.cgi?id=105915
40600
40601         Reviewed by Martin Robinson.
40602
40603         * platform/gtk/TestExpectations: unskipped two tests passing now
40604         that we have WebP support.
40605
40606 2013-01-08  Yoshifumi Inoue  <yosin@chromium.org>
40607
40608         Dragging over an element with scrollbars should scroll the element when dragging near edges
40609         https://bugs.webkit.org/show_bug.cgi?id=39725
40610
40611         Reviewed by Hajime Morita.
40612
40613         This patch adds new test for autoscroll during drag-and-drop.
40614
40615         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
40616         * fast/events/drag-and-drop-autoscroll.html: Added.
40617
40618 2013-01-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
40619
40620         Float block's logical top margin is illegal in vertical writing mode.
40621         https://bugs.webkit.org/show_bug.cgi?id=96597
40622
40623         Reviewed by Hajime Morita.
40624
40625         Specify margin to float block in vertical writing mode.
40626
40627         * fast/writing-mode/vertical-float-margin-expected.html: Added.
40628         * fast/writing-mode/vertical-float-margin.html: Added.
40629         * platform/chromium/TestExpectations: Add need rebaseline.
40630
40631 2013-01-07  Kent Tamura  <tkent@chromium.org>
40632
40633         REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing
40634         https://bugs.webkit.org/show_bug.cgi?id=106298
40635
40636         Reviewed by Ryosuke Niwa.
40637
40638         * fast/forms/select/select-empty-optgroup-expected.html: Added.
40639         * fast/forms/select/select-empty-optgroup.html: Added.
40640
40641 2013-01-07  Kunihiko Sakamoto  <ksakamoto@chromium.org>
40642
40643         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes
40644         https://bugs.webkit.org/show_bug.cgi?id=106212
40645
40646         Reviewed by Kent Tamura.
40647
40648         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
40649         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Add tests for month and day fields.
40650         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
40651         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Added.
40652         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Added.
40653         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Added.
40654         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
40655         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Added.
40656
40657 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
40658
40659         [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
40660         https://bugs.webkit.org/show_bug.cgi?id=104637
40661
40662         Reviewed by Noam Rosenthal.
40663
40664         Unskip compositing/repaint/resize-repaint.html now that Coordinated
40665         Graphics is no longer repainting unconditionally compositing layers
40666         when their size changes.
40667
40668         * platform/efl-wk2/TestExpectations:
40669
40670 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
40671
40672         [CoordinatedGraphics] Support invalidation tracking for CoordinatedGraphicsLayer
40673         https://bugs.webkit.org/show_bug.cgi?id=106002
40674
40675         Reviewed by Noam Rosenthal.
40676
40677         Unskip several tests that require invalidation tracking for EFL WK2 now that
40678         it is supported by Coordinated Graphics.
40679
40680         * platform/efl-wk2/TestExpectations:
40681         * platform/efl/TestExpectations:
40682         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
40683         Use same expectation as mac port.
40684         * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Added. We are sometimes
40685         1 pixel off compared to the global expectation likely due to lack for subpixel layout
40686         support.
40687
40688 2013-01-07  Hajime Morrita  <morrita@google.com>
40689
40690         Document::m_activeNode should be always an Element.
40691         https://bugs.webkit.org/show_bug.cgi?id=106193
40692
40693         Reviewed by Ryosuke Niwa.
40694
40695         * svg/custom/text-use-click-crash-expected.txt: Added.
40696         * svg/custom/text-use-click-crash.html: Added.
40697
40698 2013-01-07  Julien Chaffraix  <jchaffraix@webkit.org>
40699
40700         [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks
40701         https://bugs.webkit.org/show_bug.cgi?id=104700
40702
40703         Reviewed by Tony Chang.
40704
40705         * fast/css-grid-layout/minmax-fixed-logical-height-only-expected.txt: Added.
40706         * fast/css-grid-layout/minmax-fixed-logical-height-only.html: Added.
40707         * fast/css-grid-layout/minmax-fixed-logical-width-only-expected.txt: Added.
40708         * fast/css-grid-layout/minmax-fixed-logical-width-only.html: Added.
40709
40710 2013-01-07  Xianzhu Wang  <wangxianzhu@chromium.org>
40711
40712         Add a setting to enable composited scrolling for frames
40713         https://bugs.webkit.org/show_bug.cgi?id=104950
40714
40715         Reviewed by James Robinson.
40716
40717         Test case to ensure iframes are not added into nonFastScrollableRegion when acceleratedCompositingForScrollableFramesEnabled and compositedScrollingForFramesEnabled.
40718
40719         * compositing/iframes/iframe-composited-scrolling-expected.txt: Added.
40720         * compositing/iframes/iframe-composited-scrolling.html: Added.
40721
40722 2013-01-07  Adam Barth  <abarth@webkit.org>
40723
40724         HTMLTreeBuilder should not depend on Frame
40725         https://bugs.webkit.org/show_bug.cgi?id=106256
40726
40727         Reviewed by Eric Seidel.
40728
40729         I needed to update this test slightly because now we lock in the
40730         "script enabled" bit for the parser when the parser starts. That means
40731         we'll parse the document in a consistent way even if the "script
40732         enabled" bit gets flipped later.
40733
40734         * fast/parser/noscript-with-javascript-disabled-expected.txt:
40735         * fast/parser/noscript-with-javascript-disabled.html:
40736
40737 2013-01-07  Tony Chang  <tony@chromium.org>
40738
40739         Remove more internals.settings that are autogenerated
40740         https://bugs.webkit.org/show_bug.cgi?id=106253
40741
40742         Reviewed by Adam Barth.
40743
40744         These tests were manually trying to reset setMediaPlaybackRequiresUserGesture
40745         when the test ended because they weren't using the InternalSettings::Backup to
40746         save/restore the prefs. The autogenerated code will properly reset these prefs
40747         before the next test.
40748
40749         * media/no-autoplay-with-user-gesture-requirement.html:
40750         * media/video-load-require-user-gesture.html:
40751         * media/video-play-require-user-gesture.html:
40752
40753 2013-01-07  Emil A Eklund  <eae@chromium.org>
40754
40755         REGRESSION(SUBPIXEL_LAYOUT): el.offsetWidth < el.clientWidth for elements of a certain size
40756         https://bugs.webkit.org/show_bug.cgi?id=106107
40757
40758         Reviewed by Levi Weintraub.
40759         
40760         Add test for clientWidth/offsetWidth rounding.
40761
40762         * fast/sub-pixel/client-and-offset-width-expected.txt: Added.
40763         * fast/sub-pixel/client-and-offset-width.html: Added.
40764
40765 2013-01-07  Ryosuke Niwa  <rniwa@webkit.org>
40766
40767         Add Mac Lion result after r138986.
40768
40769         * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
40770
40771 2013-01-07  Chris Fleizach  <cfleizach@apple.com>
40772
40773         AX: the text of render counters are not exposed to Accessibility
40774         https://bugs.webkit.org/show_bug.cgi?id=103794
40775
40776         Reviewed by Ryosuke Niwa.
40777
40778         * accessibility/render-counter-text-expected.txt: Added.
40779         * accessibility/render-counter-text.html: Added.
40780
40781 2013-01-07  Ojan Vafai  <ojan@chromium.org>
40782
40783         A couple more rebaselines for http://trac.webkit.org/changeset/138838.
40784         * platform/mac/fast/table/038-vertical-expected.txt:
40785         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
40786
40787 2013-01-07  Justin Novosad  <junov@google.com>
40788
40789         Fixing memory read after free in CanvasRenderingContext2D::accessFont
40790         https://bugs.webkit.org/show_bug.cgi?id=106244
40791
40792         Reviewed by Abhishek Arya.
40793
40794         New test case to verify stability of 2D canvas method measureText.
40795         Test case was causing a DumpRenderTree crash on builds with
40796         AddressSantitizer instrumentation.
40797
40798         * fast/canvas/canvas-measureText-expected.txt: Added.
40799         * fast/canvas/canvas-measureText.html: Added.
40800
40801 2013-01-07  Abhishek Arya  <inferno@chromium.org>
40802
40803         Heap-buffer-overflow in WebCore::RenderBlock::clone.
40804         https://bugs.webkit.org/show_bug.cgi?id=101984
40805
40806         Reviewed by Julien Chaffraix.
40807
40808         * fast/multicol/recursive-split-flow-crash-expected.txt: Added.
40809         * fast/multicol/recursive-split-flow-crash.html: Added.
40810
40811 2013-01-07  Enrica Casucci  <enrica@apple.com> 
40812
40813         Some characters are not rotated properly in vertical text
40814         https://bugs.webkit.org/show_bug.cgi?id=105663
40815         <rdar://problem/12738911>
40816
40817         Reviewed by Dan Bernstein. 
40818
40819         * platform/mac/fast/text/vertical-no-sideways.html: Added. 
40820         * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
40821
40822 2013-01-07  Levi Weintraub  <leviw@chromium.org>
40823
40824         Unreviewed gardening. Updating test expectations following r138717.
40825
40826         * platform/chromium-linux/platform/chromium/fast/events/touch: Removed.
40827         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
40828         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
40829         * platform/chromium-win-xp/platform/chromium/fast/events: Added.
40830         * platform/chromium-win-xp/platform/chromium/fast/events/touch: Added.
40831         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
40832         * platform/chromium/TestExpectations:
40833
40834 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40835
40836         [Chromium] fast/speech/scripted/navigate-away.html is flaky.
40837         https://bugs.webkit.org/show_bug.cgi?id=106249
40838
40839         * platform/chromium/TestExpectations: Marked as flaky.
40840
40841 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40842
40843         [Chromium] Rebaseline webaudio/realtimeanalyser-fft-sizing.html.
40844
40845         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt.
40846
40847 2013-01-07  Sheriff Bot  <webkit.review.bot@gmail.com>
40848
40849         Unreviewed, rolling out r137632.
40850         http://trac.webkit.org/changeset/137632
40851         https://bugs.webkit.org/show_bug.cgi?id=106237
40852
40853         Caused major security regressions on ClusterFuzz (Requested by
40854         inferno-sec on #webkit).
40855
40856         * mathml/mo-stretch-crash-expected.txt: Removed.
40857         * mathml/mo-stretch-crash.html: Removed.
40858
40859 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40860
40861         [Chromium] Rebaseline svg/W3C-SVG-1.1/paths-data-03-f.svg.
40862
40863         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Updated expectation.
40864
40865 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40866
40867         [Chromium] Tests in svg/dynamic-updates are flaky..
40868         https://bugs.webkit.org/show_bug.cgi?id=106238
40869
40870         * platform/chromium/TestExpectations: Marked as flaky.
40871
40872 2013-01-07  Ojan Vafai  <ojan@chromium.org>
40873
40874         Rebaselines after http://trac.webkit.org/changeset/138838.
40875
40876         * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt:
40877         * platform/chromium-mac-lion/fast/table/038-vertical-expected.png:
40878         * platform/chromium-mac-lion/fast/table/border-collapsing/004-vertical-expected.png:
40879         * platform/chromium-mac-snowleopard/fast/table/038-vertical-expected.png:
40880         * platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png:
40881         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
40882         * platform/chromium-mac/fast/table/038-vertical-expected.png:
40883         * platform/chromium-mac/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40884         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
40885         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.txt:
40886         * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt:
40887         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Added.
40888         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Added.
40889         * platform/chromium/TestExpectations:
40890         * platform/gtk/TestExpectations:
40891         * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
40892         * platform/gtk/fast/table/038-vertical-expected.txt:
40893         * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
40894         * platform/mac-lion/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40895         * platform/mac-lion/fast/table/border-collapsing/004-vertical-expected.txt: Added.
40896         * platform/mac-wk2/fast/table/038-vertical-expected.txt: Renamed from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40897         * platform/mac-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
40898         * platform/mac/TestExpectations:
40899         * platform/qt/TestExpectations:
40900         * platform/qt/fast/table/038-vertical-expected.txt:
40901         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
40902
40903 2013-01-07  Victor Carbune  <victor@rosedu.org>
40904
40905         [Track] Rendering crash
40906         https://bugs.webkit.org/show_bug.cgi?id=106199
40907
40908         Reviewed by Eric Carlson.
40909
40910         * media/track/track-cue-inline-assertion-crash-expected.txt: Added.
40911         * media/track/track-cue-inline-assertion-crash.html: Added.
40912
40913 2013-01-07  Michael Pruett  <michael@68k.org>
40914
40915         [JSC] Copy non-index properties of arrays in SerializedScriptValue
40916         https://bugs.webkit.org/show_bug.cgi?id=105575
40917
40918         Reviewed by Oliver Hunt.
40919
40920         The structured cloning algorithm requires copying all properties of
40921         array objects, including non-index properties.
40922
40923         * fast/storage/resources/serialized-script-value.js:
40924         * fast/storage/serialized-script-value-expected.txt:
40925         * fast/storage/serialized-script-value.html:
40926         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
40927         * platform/chromium/fast/storage/serialized-script-value.html:
40928
40929 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
40930
40931         [CSS Regions] LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html has repainting issues
40932         https://bugs.webkit.org/show_bug.cgi?id=97208
40933
40934         Reviewed by Tony Chang.
40935
40936         Following the fix for https://bugs.webkit.org/show_bug.cgi?id=105893, i converted this to a ref test.
40937         Used a defined monospace font for similar results on all platforms.
40938
40939         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html: Added.
40940         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40941         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
40942         * platform/chromium-linux/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40943         * platform/chromium-mac-lion/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40944         * platform/chromium-mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40945         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40946         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40947         * platform/chromium/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40948         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40949         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40950         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40951         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40952         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
40953         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
40954
40955 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40956
40957         [Chromium] Marked WebAudio tests that are failing on Windows.
40958         https://bugs.webkit.org/show_bug.cgi?id=106232
40959
40960         * platform/chromium/TestExpectations: Marked.
40961
40962 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40963
40964         Mark fast/block/float/max-width-clear-float-with-overflow-hidden.html as failing.
40965         https://bugs.webkit.org/show_bug.cgi?id=47975
40966
40967         * platform/chromium/TestExpectations: Marked.
40968
40969 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40970
40971         [Chromium] Update bug numbers and organize bug lines.
40972
40973         * platform/chromium/TestExpectations: Organizzazzed.
40974
40975 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
40976
40977         Unreviewed. Unskip tests fixed in http://trac.webkit.org/changeset/138937.
40978
40979         * platform/efl/TestExpectations:
40980         * platform/gtk/TestExpectations:
40981
40982 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
40983
40984         [GTK][EFL][Qt] New tests fast/regions/region-rule-nested-region-rule.html, fast/regions/region-styling-mediaquery.html are failing
40985         https://bugs.webkit.org/show_bug.cgi?id=106168
40986
40987         Reviewed by Csaba Osztrogonác.
40988
40989         Specify a margin-top: 0 both for the h1 element that is flowed into region and the h1 element in the ref test to ensure
40990         the h1 element is displayed at the same position in the region and in the containing article element.
40991         Also, cleaned up the tests a little.
40992
40993         * fast/regions/region-rule-nested-region-rule-expected.html:
40994         * fast/regions/region-rule-nested-region-rule.html:
40995         * fast/regions/region-styling-mediaquery-expected.html:
40996         * fast/regions/region-styling-mediaquery.html:
40997
40998 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
40999
41000         Regression(r138786): Causes webaudio tests to crash
41001         https://bugs.webkit.org/show_bug.cgi?id=106182
41002
41003         Reviewed by Philippe Normand.
41004
41005         Unskip several webaudio tests for EFL WK2 now that the
41006         regression was fixed.
41007
41008         * platform/efl-wk2/TestExpectations:
41009
41010 2013-01-07  János Badics  <jbadics@inf.u-szeged.hu>
41011
41012         [Qt] Gardening.
41013         r138820: Skipped a test because track feature is not functional yet.
41014         r138838: Added new baseline to fast/writing-mode/table-percent-width-quirk-expected.txt.
41015
41016         Reviewed by Csaba Osztrogonác.
41017
41018         * platform/qt/TestExpectations:
41019         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
41020
41021 2013-01-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
41022
41023         Unskip now passing ruby tests.
41024
41025         Unreviewed gardening.
41026
41027         Verified to match rendering in other ports.
41028
41029         * platform/qt/TestExpectations:
41030         * platform/qt/fast/ruby/ruby-beforeafter-expected.txt: Added.
41031         * platform/qt/fast/ruby/ruby-empty-rt-expected.txt: Added.
41032         * platform/qt/fast/ruby/ruby-length-expected.txt: Added.
41033         * platform/qt/fast/ruby/ruby-run-break-expected.txt: Added.
41034         * platform/qt/fast/ruby/ruby-runs-expected.txt: Added.
41035         * platform/qt/fast/ruby/ruby-runs-spans-expected.txt: Added.
41036         * platform/qt/fast/ruby/ruby-simple-expected.txt: Added.
41037         * platform/qt/fast/ruby/ruby-simple-rp-expected.txt: Added.
41038         * platform/qt/fast/ruby/ruby-trailing-expected.txt: Added.
41039
41040 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
41041
41042         Unreviewed EFL gardening.
41043
41044         Mark 2 fast/regions ref tests as failing for EFL
41045         port. Those tests were introduced in r138854.
41046
41047         * platform/efl/TestExpectations:
41048
41049 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
41050
41051         Unreviewed EFL gardening.
41052
41053         Mark several webaudio tests as crashing on WK2 EFL
41054         due to a regression in r138786.
41055
41056         * platform/efl-wk2/TestExpectations:
41057
41058 2013-01-06  Abhishek Arya  <inferno@chromium.org>
41059
41060         Heap-use-after-free in DocumentLoader::stopLoading
41061         https://bugs.webkit.org/show_bug.cgi?id=103656
41062
41063         Reviewed by Eric Seidel.
41064
41065         * fast/dom/ready-state-change-crash-expected.txt: Added.
41066         * fast/dom/ready-state-change-crash.html: Added.
41067
41068 2013-01-06  Abhishek Arya  <inferno@chromium.org>
41069
41070         Heap-use-after-free in WebCore::Document::implicitClose
41071         https://bugs.webkit.org/show_bug.cgi?id=105655
41072
41073         Reviewed by Eric Seidel.
41074
41075         * fast/dom/window-load-crash-expected.txt: Added.
41076         * fast/dom/window-load-crash.html: Added.
41077
41078 2013-01-06  Mike West  <mkwst@chromium.org>
41079
41080         Seamless: IFrame's padding isn't taken into account when calculating its height.
41081         https://bugs.webkit.org/show_bug.cgi?id=106167
41082
41083         Reviewed by Eric Seidel.
41084
41085         * fast/frames/seamless/seamless-border-padding-expected.txt:
41086             Adjusts the previously failing expectations to the correct values.
41087
41088 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41089
41090         Add failing test expectations to some tile drawing tests on Mac WebKit2.
41091         The failures are tracked by the bug 106187.
41092
41093         * platform/mac-wk2/TestExpectations:
41094
41095 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41096
41097         Revert an erroneous change from r138874.
41098
41099         http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
41100         and it should continued to be.
41101
41102         * platform/mac-wk2/TestExpectations:
41103
41104 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41105
41106         Add a flaky test expectation for the bug 106185.
41107
41108         * platform/mac/TestExpectations:
41109
41110 2013-01-05  Robert Hogan  <robert@webkit.org>
41111
41112         Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
41113         https://bugs.webkit.org/show_bug.cgi?id=105654
41114
41115         Reviewed by Simon Fraser.
41116
41117         * fast/block/sticky-position-containing-block-crash-expected.txt: Added.
41118         * fast/block/sticky-position-containing-block-crash.html: Added.
41119
41120 2013-01-05  Mike West  <mkwst@chromium.org>
41121
41122         Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html
41123         https://bugs.webkit.org/show_bug.cgi?id=106165
41124
41125         Reviewed by Adam Barth.
41126
41127         The original test chose its violation mechanism poorly. The existing injection file
41128         injected two violations, which generated reports delivered in a random order. This
41129         patch creates a new injection JavaScript file that injects a single image, generating
41130         a single report. That should deflake the test.
41131
41132         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
41133         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html:
41134         * http/tests/security/contentSecurityPolicy/resources/inject-image.js:
41135             Adjusting the test to be deterministic.
41136         * platform/chromium/TestExpectations:
41137         * platform/efl/TestExpectations:
41138         * platform/mac/TestExpectations:
41139         * platform/qt/TestExpectations:
41140             Unskipping test.
41141
41142
41143 2013-01-05  Mike West  <mkwst@chromium.org>
41144
41145         seamless iframes don't take border into account properly and make the iframe too small.
41146         https://bugs.webkit.org/show_bug.cgi?id=90827
41147
41148         Reviewed by Ojan Vafai.
41149
41150         * fast/frames/seamless/seamless-border-padding-expected.txt: Added.
41151         * fast/frames/seamless/seamless-border-padding.html: Added.
41152             This test checks the IFrame's handling of borders and padding.
41153             Things work correctly for width after this patch, but there are
41154             still issues with padding and height, which will be fixed in
41155             http://wkbug.com/106167
41156
41157 2013-01-05  Min Qin  <qinmin@chromium.org>
41158
41159         MediaControls::show() should make controls opaque
41160         https://bugs.webkit.org/show_bug.cgi?id=106034
41161
41162         Reviewed by Eric Carlson.
41163
41164         Add tests to check that video controls are shown when exiting from fullscreen.
41165
41166         * media/video-controls-visible-exiting-fullscreen-expected.txt: Added.
41167         * media/video-controls-visible-exiting-fullscreen.html: Added.
41168
41169 2013-01-05  Michael Pruett  <michael@68k.org>
41170
41171         [WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
41172         https://bugs.webkit.org/show_bug.cgi?id=106138
41173
41174         Reviewed by Alexey Proskuryakov.
41175
41176         * platform/wk2/TestExpectations:
41177
41178 2013-01-05  Alec Flett  <alecflett@chromium.org>
41179
41180         IndexedDB: Migrate backend ObjectStore calls to use transaction id
41181         https://bugs.webkit.org/show_bug.cgi?id=102741
41182
41183         Reviewed by Tony Chang.
41184
41185         Add additional count() tests for multi-entry indexes, not previously
41186         covered.
41187
41188         * storage/indexeddb/index-multientry-expected.txt:
41189         * storage/indexeddb/resources/index-multientry.js:
41190         (.transaction.oncomplete):
41191         (verifyCount.request.onsuccess.request.onsuccess):
41192         (verifyCount.request.onsuccess):
41193         (verifyCount):
41194
41195 2013-01-05  Robert Hogan  <robert@webkit.org>
41196
41197         Max width of a floated container with floated children calculated incorrectly
41198         https://bugs.webkit.org/show_bug.cgi?id=47975
41199
41200         Reviewed by Levi Weintraub.
41201
41202         * fast/block/float/max-width-clear-float-with-overflow-hidden-expected.html: Added.
41203         * fast/block/float/max-width-clear-float-with-overflow-hidden.html: Added.
41204
41205 2013-01-05  Takashi Sakamoto  <tasak@google.com>
41206
41207         [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
41208         https://bugs.webkit.org/show_bug.cgi?id=105617
41209
41210         Reviewed by Dimitri Glazkov.
41211
41212         * fast/dom/shadow/element-name-in-shadow-expected.txt: Added.
41213         * fast/dom/shadow/element-name-in-shadow.html: Added.
41214
41215 2013-01-05  Zan Dobersek  <zandobersek@gmail.com>
41216
41217         Unreviewed GTK gardening
41218
41219         Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
41220         the test is intermittently timing out on release builders despite being assigned
41221         a SLOW expectation, thus unnecessarily painting bots red. A bug identifier is also
41222         added for this test.
41223
41224         * platform/gtk/TestExpectations:
41225
41226 2013-01-05  Christophe Dumez  <christophe.dumez@intel.com>
41227
41228         Unreviewed EFL gardening.
41229
41230         Rebaseline several tests after r138838.
41231
41232         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
41233         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
41234         * platform/efl/fast/table/038-vertical-expected.png:
41235         * platform/efl/fast/table/038-vertical-expected.txt:
41236         * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
41237         * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
41238
41239 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41240
41241         Unreviewed GTK gardening.
41242
41243         Adding failure expectations for two CSS Regions tests added in r138854.
41244         Modifying a failure expectation for a CSS Image Set test that now times out after r138857.
41245
41246         * platform/gtk/TestExpectations:
41247
41248 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41249
41250         Remove a duplicate test expectation since the bug 106153 has been merged into the bug 106165.
41251
41252         * platform/chromium/TestExpectations:
41253
41254 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41255
41256         Add a flaky failure expectation to a test added by r138834.
41257         The failure is tracked by the bug 106165.
41258
41259         * platform/chromium/TestExpectations:
41260         * platform/efl/TestExpectations:
41261         * platform/mac/TestExpectations:
41262         * platform/qt/TestExpectations:
41263
41264 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41265
41266         Unreviewed gardening. fast/ruby/base-shorter-than-text.html is failing on
41267         Lion and MountainLion.
41268
41269         * platform/chromium/TestExpectations:
41270
41271 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41272
41273         Unreviewed gardening. Test is flaky on Linux and Mac.
41274
41275         * platform/chromium/TestExpectations:
41276
41277 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41278
41279         Add a Mac test expectation for the test that has been intermittently failing on Mac Lion WebKit1.
41280         The failure is tracked by the bug 106151.
41281
41282         * platform/mac-wk2/TestExpectations:
41283         * platform/mac/TestExpectations:
41284
41285 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41286
41287         Remove superfluous chromium test baselines for the test added by r138862 after r138869.
41288
41289         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41290         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41291         * platform/chromium-mac-lion/fast/js: Removed.
41292         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41293         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41294         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41295         * platform/chromium/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Copied from LayoutTests/platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt.
41296
41297 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41298
41299         Unreviewed gardening. Adding new baselines for chromium.
41300
41301         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41302         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41303         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41304         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41305         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41306
41307 2013-01-04  Eric Carlson  <eric.carlson@apple.com>
41308
41309         Unreviewed cleanup. Remove media/track/ from Mac TestExpectations because 
41310         https://bugs.webkit.org/show_bug.cgi?id=105606 was fixed.
41311
41312         * platform/mac/TestExpectations:
41313
41314 2013-01-04  Filip Pizlo  <fpizlo@apple.com>
41315
41316         DFG should not elide CheckStructure if it's needed to perform a cell check
41317         https://bugs.webkit.org/show_bug.cgi?id=106074
41318
41319         Reviewed by Ryosuke Niwa.
41320
41321         * fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41322         * fast/js/dfg-check-structure-elimination-for-non-cell.html: Added.
41323         * fast/js/jsc-test-list:
41324         * fast/js/script-tests/dfg-check-structure-elimination-for-non-cell.js: Added.
41325         (foo):
41326         (bar):
41327         (baz):
41328
41329 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41330
41331         Unreviewed gardening. Temporarily skipping three tests
41332         in webaudio/codec-tests/vorbis because they need a 
41333         special rebaseline.
41334
41335         * platform/chromium/TestExpectations:
41336
41337 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41338
41339         REGRESSION(r138394): platform/mac/accessibility/file-upload-button-subrole.html is failing
41340         https://bugs.webkit.org/show_bug.cgi?id=105778
41341
41342         Reviewed by Alexey Proskuryakov.
41343
41344         Removed the old test expectations.
41345
41346         * platform/mac/TestExpectations:
41347
41348 2013-01-04  Rick Byers  <rbyers@chromium.org>
41349
41350         URL duplication in mouse cursor tests mean minor typos can cause flakiness
41351         https://bugs.webkit.org/show_bug.cgi?id=104952
41352
41353         Reviewed by Eric Seidel.
41354
41355         Replace the explicit list of images to preload with code that extracts
41356         URLs from style definitions.  Also move all this image preload code to
41357         a common helper file so that it can easily be used by other tests.
41358
41359         * fast/events/mouse-cursor-image-set.html:
41360         * fast/events/mouse-cursor-multiframecur.html:
41361         * fast/events/mouse-cursor.html:
41362         * fast/js/resources/image-preload-helper.js: Added.
41363         (preloadImagesFromStyle):
41364         (onComplete):
41365         (imagesToLoad):
41366
41367 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
41368
41369         Unreviewd. Fix break caused by using old internals.settings.setEnableCompositingForFixedPosition
41370         (has been renamed to setAcceleratedCompositingForFixedPositionEnabled).
41371
41372         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
41373
41374 2013-01-04  Zoltan Horvath  <zoltan@webkit.org>
41375
41376         [CSS Regions] @region rules inside media queries are ignored
41377         https://bugs.webkit.org/show_bug.cgi?id=102388
41378
41379         Reviewed by David Hyatt.
41380
41381         Using @region rules in media queries was ignored, but we should accept and apply it.
41382
41383         * fast/regions/region-rule-nested-region-rule-expected.html: Added.
41384         * fast/regions/region-rule-nested-region-rule.html: Added.
41385         * fast/regions/region-styling-mediaquery-expected.html: Added.
41386         * fast/regions/region-styling-mediaquery.html: Added.
41387
41388 2013-01-04  Abhishek Arya  <inferno@chromium.org>
41389
41390         Crash in WebCore::RenderBlock::willBeDestroyed
41391         https://bugs.webkit.org/show_bug.cgi?id=103455
41392
41393         Reviewed by Eric Seidel.
41394
41395         * fast/multicol/continuation-crash-expected.txt: Added.
41396         * fast/multicol/continuation-crash.html: Added.
41397
41398 2013-01-04  Chris Rogers  <crogers@google.com>
41399
41400         Implement WebIDL-style string constants in WebAudio (part 2)
41401         https://bugs.webkit.org/show_bug.cgi?id=105977
41402
41403         Reviewed by Kentaro Hara.
41404
41405         * webaudio/audiopannernode-basic-expected.txt: Removed.
41406         * webaudio/audiopannernode-basic.html: Removed.
41407         * webaudio/biquad-getFrequencyResponse-expected.txt:
41408         * webaudio/biquad-getFrequencyResponse.html:
41409         * webaudio/biquadfilternode-basic-expected.txt:
41410         * webaudio/biquadfilternode-basic.html:
41411         * webaudio/pannernode-basic-expected.txt: Added.
41412         * webaudio/pannernode-basic.html: Added.
41413         * webaudio/resources/biquad-testing.js:
41414         * webaudio/resources/distance-model-testing.js:
41415         (createGraph):
41416         (.return.renderedBuffer):
41417         (checkDistanceResult):
41418         * webaudio/resources/panner-model-testing.js:
41419         (createGraph):
41420
41421 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41422
41423         Unreviewed gardening. The following two tests are flaky on XP:
41424         svg/custom/feComponentTransfer-Table.svg
41425         svg/custom/embedding-external-svgs.xhtml
41426
41427         * platform/chromium/TestExpectations:
41428
41429 2013-01-04  Rick Byers  <rbyers@chromium.org>
41430
41431         window.Touch and TouchList should exist when touch events are enabled
41432         https://bugs.webkit.org/show_bug.cgi?id=96295
41433
41434         Reviewed by Kentaro Hara.
41435
41436         Add new expected constructors and instanceof checks.
41437
41438         * fast/events/touch/document-create-touch-list-expected.txt:
41439         * fast/events/touch/script-tests/document-create-touch-list.js:
41440         * platform/efl/fast/js/global-constructors-expected.txt:
41441         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
41442         * platform/qt/fast/js/global-constructors-expected.txt:
41443
41444 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
41445
41446         Test compositing and slow scrolling behavior of fixed position elements under transformed elements
41447         https://bugs.webkit.org/show_bug.cgi?id=103470
41448
41449         Reviewed by Simon Fraser.
41450
41451         Add test case for the behavior change about fixed position elements under transformed elements in bug 102543 by the way.
41452
41453         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
41454         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: Added.
41455
41456 2013-01-04  Tony Chang  <tony@chromium.org>
41457
41458         Remove some autogenerated settings from InternalSettings.idl
41459         https://bugs.webkit.org/show_bug.cgi?id=106114
41460
41461         Reviewed by Ojan Vafai.
41462
41463         Rename setters to match the name in Settings.in
41464         setEnableCompositingForFixedPosition -> setAcceleratedCompositingForFixedPositionEnabled
41465         setEnableCompositingForScrollableFrames -> setAcceleratedCompositingForScrollableFramesEnabled
41466
41467         * compositing/absolute-inside-out-of-view-fixed.html:
41468         * compositing/geometry/fixed-position-composited-page-scale-down.html:
41469         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
41470         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html:
41471         * compositing/geometry/fixed-position-composited-page-scale.html:
41472         * compositing/geometry/fixed-position-composited-switch.html:
41473         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
41474         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
41475         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
41476         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
41477         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html:
41478         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html:
41479         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
41480         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
41481         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
41482         * compositing/layer-creation/fixed-position-out-of-view.html:
41483         * compositing/overflow/automatically-opt-into-composited-scrolling.html:
41484         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
41485         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
41486         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
41487         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
41488         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
41489         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
41490
41491 2013-01-04  Ojan Vafai  <ojan@chromium.org>
41492
41493         Vertical writing mode can overflow fixed size grandparent container
41494         https://bugs.webkit.org/show_bug.cgi?id=93655
41495
41496         Reviewed by David Hyatt.
41497
41498         * fast/writing-mode/auto-sizing-orthogonal-flows-expected.txt: Added.
41499         * fast/writing-mode/auto-sizing-orthogonal-flows.html: Added.
41500         * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
41501         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
41502         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
41503         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
41504         * fast/writing-mode/table-percent-width-quirk-expected.png:
41505         * fast/writing-mode/table-percent-width-quirk-expected.txt:
41506         This test now correctly uses the containing blocks's availableHeight instead of the
41507         initial containing block's height to size the perpendicular child.
41508         * platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt:
41509         * platform/chromium-linux/fast/table/038-vertical-expected.png:
41510         * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
41511         The extra wrapping in this test is just because we subtract the body's margin when
41512         computing the available height. If you force the table's container 16px smaller,
41513         you get the same rendering at tip of tree WebKit.
41514         * platform/chromium-win/fast/table/038-vertical-expected.txt:
41515         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
41516         * platform/chromium/TestExpectations:
41517         * platform/efl/TestExpectations:
41518         * platform/gtk/TestExpectations:
41519         * platform/mac/TestExpectations:
41520         * platform/qt/TestExpectations:
41521         Add tests that will need rebaseline once this patch lands.
41522
41523 2013-01-04  Joshua Bell  <jsbell@chromium.org>
41524
41525         Add tests for WebIDL type conversions
41526         https://bugs.webkit.org/show_bug.cgi?id=105927
41527
41528         Reviewed by Adam Barth.
41529
41530         This currently fails long long conversions of non-finites (which should map to 0). Patch
41531         in progress at: http://wkbug.com/96798
41532
41533         * fast/js/webidl-type-mapping-expected.txt: Added.
41534         * fast/js/webidl-type-mapping.html: Added.
41535
41536 2013-01-04  Stephen White  <senorblanco@chromium.org>
41537
41538         Invalidation of some SVG filter attributes on HTML content doesn't work 
41539         https://bugs.webkit.org/show_bug.cgi?id=105635
41540
41541         Reviewed by Dirk Schulze.
41542
41543         New reftest to verify filter attribute change invalidations.
41544
41545         * css3/filters/reference-filter-update-on-attribute-change-expected.html: Added.
41546         * css3/filters/reference-filter-update-on-attribute-change.html: Added.
41547
41548 2013-01-04  Mike West  <mkwst@chromium.org>
41549
41550         CSP 1.1: Experiment with adding line numbers to violation reports.
41551         https://bugs.webkit.org/show_bug.cgi?id=105374
41552
41553         Reviewed by Adam Barth.
41554
41555         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
41556         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html: Added.
41557         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
41558         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html: Added.
41559
41560 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
41561
41562         CSS3 calc: working with translate and scale transforms
41563         https://bugs.webkit.org/show_bug.cgi?id=105985
41564
41565         Reviewed by Ojan Vafai.
41566
41567         * css3/calc/transforms-scale-expected.html: Added.
41568         * css3/calc/transforms-scale.html: Added.
41569         * css3/calc/transforms-translate-expected.html: Added.
41570         * css3/calc/transforms-translate.html: Added.
41571
41572 2013-01-04  Elliott Sprehn  <esprehn@chromium.org>
41573
41574         PseudoElement should never dispatch events
41575         https://bugs.webkit.org/show_bug.cgi?id=106048
41576
41577         Reviewed by Ojan Vafai.
41578
41579         Add a test that events don't get dispatched from pseudo elements. The
41580         only way right now to cause this is with transitions or animations.
41581
41582         * fast/css-generated-content/pseudo-element-events-expected.txt: Added.
41583         * fast/css-generated-content/pseudo-element-events.html: Added.
41584
41585 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41586
41587         Unreviewed gardening. Adding Lion image baseline for
41588         fast/regions/full-screen-video-from-region.html
41589
41590         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png: Added.
41591
41592 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41593
41594         Add a crash test expectation for the crashing test on Mac WebKit1 after r138782,
41595         which attempted to fix the crash but appears to did so only on WebKit2.
41596
41597         The failure is tracked by the bug 106123.
41598
41599         * platform/mac-wk2/TestExpectations:
41600         * platform/mac/TestExpectations:
41601
41602 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41603
41604         The following two tests are starting to fail while on the verge of
41605         timing out. Adding Failure to their modifiers.
41606
41607         fast/canvas/webgl/context-creation-and-destruction.html
41608         platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html
41609
41610         * platform/chromium/TestExpectations:
41611
41612 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41613
41614         Add Mac baselines for subpixel tests added in r125794, r137945, and r138200.
41615         https://bugs.webkit.org/show_bug.cgi?id=106070
41616
41617         Reviewed by Emil A Eklund.
41618
41619         Added baselines.
41620
41621         * platform/mac/fast/sub-pixel: Added.
41622         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
41623         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
41624         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
41625         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
41626         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
41627         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
41628
41629 2013-01-04  Stephen White  <senorblanco@chromium.org>
41630
41631         CSS url() filters with forward references don't work
41632         https://bugs.webkit.org/show_bug.cgi?id=90405
41633
41634         Based on a patch by Keyar Hood.
41635
41636         Reviewed by Dirk Schulze.
41637
41638         * css3/filters/effect-reference-after-expected.html: Added.
41639         * css3/filters/effect-reference-after.html: Added.
41640         * css3/filters/effect-reference-delete-crash.html: Added.
41641         * css3/filters/effect-reference-delete-expected.html: Added.
41642         * css3/filters/effect-reference-delete.html: Added.
41643         * css3/filters/effect-reference-removed-while-pending-resources-expected.html: Added.
41644         * css3/filters/effect-reference-removed-while-pending-resources.html: Added.
41645         * css3/filters/effect-reference-rename-expected.html: Added.
41646         * css3/filters/effect-reference-rename.html: Added.
41647         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
41648         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
41649         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
41650         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
41651         * svg/filters/filter-cycle-expected.html: Added.
41652         * svg/filters/filter-cycle.html: Added.
41653
41654 2013-01-04  Mike West  <mkwst@chromium.org>
41655
41656         CSP: Blocked 'track' sources should only log once to the console.
41657         https://bugs.webkit.org/show_bug.cgi?id=106091
41658
41659         Reviewed by Eric Carlson.
41660
41661         * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt: Added.
41662         * http/tests/security/contentSecurityPolicy/media-src-track-block.html: Added.
41663         * http/tests/security/contentSecurityPolicy/resources/track.srt: Added.
41664
41665 2013-01-04  Mike West  <mkwst@chromium.org>
41666
41667         CSP: 'frame-src' should block redirects to invalid sources.
41668         https://bugs.webkit.org/show_bug.cgi?id=106084
41669
41670         Reviewed by Adam Barth.
41671
41672         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt: Added.
41673         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html: Added.
41674
41675 2013-01-04  Mike West  <mkwst@chromium.org>
41676
41677         CSP: XHR from an isolated world should bypass a page's policy.
41678         https://bugs.webkit.org/show_bug.cgi?id=104480
41679
41680         Reviewed by Adam Barth.
41681
41682         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt: Added.
41683         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html: Added.
41684             A new test! How wonderful!
41685         * platform/efl/TestExpectations:
41686         * platform/mac/TestExpectations:
41687         * platform/qt/TestExpectations:
41688         * platform/win/TestExpectations:
41689         * platform/wincairo/TestExpectations:
41690             Skipping the new test on ports that don't support it.
41691
41692 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
41693
41694         CSS3 calc: mixed percent/absolute for border-radius
41695         https://bugs.webkit.org/show_bug.cgi?id=106046
41696
41697         Reviewed by Ojan Vafai.
41698
41699         * css3/calc/border-radius-expected.html: Renamed from LayoutTests/css3/calc/border-radius-expected-mismatch.html.
41700         * css3/calc/border-radius.html:
41701
41702 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41703
41704         Unreviewed GTK gardening.
41705
41706         Again updating baseline for editing/deleting/delete-to-select-table.html.
41707
41708         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
41709
41710 2013-01-04  Dana Jansens  <danakj@chromium.org>
41711
41712         [chromium] Remove lost-compositor-context layout tests
41713         https://bugs.webkit.org/show_bug.cgi?id=106089
41714
41715         Reviewed by James Robinson.
41716
41717         Better test coverage for these issues is now provided by the unit tests
41718         in the compositor's cc/layer_tree_host_unittest_context.cc file.
41719
41720         * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41721         * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41722         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
41723         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
41724         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
41725         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
41726         * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41727         * platform/chromium-mac/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
41728         * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41729         * platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
41730         * platform/chromium/compositing/lost-compositor-context-expected.txt: Removed.
41731         * platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
41732         * platform/chromium/compositing/lost-compositor-context-permanently-expected.txt: Removed.
41733         * platform/chromium/compositing/lost-compositor-context-permanently.html: Removed.
41734         * platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
41735         * platform/chromium/compositing/lost-compositor-context-twice-expected.txt: Removed.
41736         * platform/chromium/compositing/lost-compositor-context-twice.html: Removed.
41737         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
41738         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
41739         * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
41740         * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
41741         * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Removed.
41742         * platform/chromium/compositing/lost-compositor-context-with-video.html: Removed.
41743         * platform/chromium/compositing/lost-compositor-context.html: Removed.
41744         * platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41745         * platform/chromium/compositing/webgl-loses-compositor-context-expected.txt: Removed.
41746         * platform/chromium/compositing/webgl-loses-compositor-context.html: Removed.
41747
41748 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41749
41750         Unreviewed gardening. fast/repaint/japanese-rl-selection-repaint-in-regions.html
41751         has image-only failures on SnowLeopard and Lion.
41752
41753         * platform/chromium/TestExpectations:
41754
41755 2013-01-04  Adam Klein  <adamk@chromium.org>
41756
41757         Remove ENABLE_MUTATION_OBSERVERS #define
41758         https://bugs.webkit.org/show_bug.cgi?id=105459
41759
41760         Reviewed by Ryosuke Niwa.
41761
41762         Remove references to ENABLE(MUTATION_OBSERVERS) from tests.
41763
41764         * fast/dom/MutationObserver/cross-document.html:
41765         * fast/dom/MutationObserver/database-callback-delivery.html:
41766         * fast/dom/MutationObserver/disconnect-cancel-pending.html:
41767         * fast/dom/MutationObserver/filesystem-callback-delivery.html:
41768         * fast/dom/MutationObserver/mutation-observer-constructor.html:
41769         * fast/dom/MutationObserver/observe-attributes.html:
41770         * fast/dom/MutationObserver/observe-characterdata.html:
41771         * fast/dom/MutationObserver/observe-childList.html:
41772         * fast/dom/MutationObserver/observe-exceptions.html:
41773         * fast/dom/MutationObserver/observe-subtree.html:
41774         * fast/dom/MutationObserver/takeRecords.html:
41775
41776 2013-01-04  Rick Byers  <rbyers@chromium.org>
41777
41778         Existence of window.Touch can break websites mobile device detection
41779         https://bugs.webkit.org/show_bug.cgi?id=106071
41780
41781         Revert http://trac.webkit.org/changeset/135562 for now while I work
41782         on a slightly safer version.
41783
41784         Reviewed by Ojan Vafai.
41785
41786         * fast/events/touch/document-create-touch-list-expected.txt:
41787         * fast/events/touch/script-tests/document-create-touch-list.js:
41788         * platform/efl/fast/js/global-constructors-expected.txt:
41789         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
41790         * platform/qt/fast/js/global-constructors-expected.txt:
41791
41792 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
41793
41794         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
41795
41796         * platform/qt-5.0-wk2/TestExpectations:
41797
41798 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
41799
41800         [Qt] Unreviewed gardening, skip a new failing test.
41801
41802         * platform/qt/TestExpectations:
41803
41804 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41805
41806         Unreviewed gardening. New image baselines for test
41807         fast/regions/full-screen-video-from-region.html
41808
41809         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png: Added.
41810         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
41811         * platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png: Added.
41812
41813 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41814
41815         Unreviewed GTK gardening.
41816
41817         Rebaselining an editing test after r138654.
41818
41819         Adding failure expectations for two tests added in r138632.
41820         Add a temporary failure expectation for transitions/transitions-parsing.html,
41821         the test is fixed but just requires a clean build. It shouldn't paint the bots
41822         red until then.
41823
41824         * platform/gtk/TestExpectations:
41825         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Added.
41826
41827 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41828
41829         REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
41830         https://bugs.webkit.org/show_bug.cgi?id=105522
41831
41832         Reviewed by Xan Lopez.
41833
41834         Remove a failure expectation for a test that's now passing.
41835
41836         * platform/gtk/TestExpectations:
41837
41838 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41839
41840         Unreviewed EFL gardening.
41841
41842         Skip new failing tests introduced in r138632 and r138756.
41843
41844         * platform/efl/TestExpectations:
41845
41846 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41847
41848         Unreviewed EFL gardening.
41849
41850         Rebaseline editing/deleting/delete-to-select-table.html.
41851
41852         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
41853         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
41854
41855 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41856
41857         Unreviewed EFL gardening.
41858
41859         Mark test webaudio/codec-tests/mp3/128kbps-44khz.html as Missing.
41860
41861         * platform/efl/TestExpectations:
41862
41863 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41864
41865         Unreviewed EFL gardening.
41866
41867         Rebaseline 2 media/track test cases after r138784.
41868
41869         * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
41870         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
41871         * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
41872         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
41873
41874 2013-01-04  Sailesh Agrawal  <sail@chromium.org>
41875
41876         [Mac] [WK2] platform/mac/fast/events/numpad-keycode-mapping.html fails
41877         https://bugs.webkit.org/show_bug.cgi?id=105958
41878
41879         Reviewed by Alexey Proskuryakov.
41880
41881         Fixed numpad-keycode-mapping.html failure in WebKitTestRunner.
41882
41883         * platform/mac-wk2/TestExpectations:
41884
41885 2013-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
41886
41887         [CSS Regions]Content overflowing last region displayed wrong
41888         https://bugs.webkit.org/show_bug.cgi?id=105893
41889
41890         Reviewed by David Hyatt.
41891
41892         Add tests for all writing modes with content overflowing the last region in chain.
41893         Hit testing for content overflowing the last region is not yet supported, therefore tests
41894         for that will be added in the future.
41895
41896         * fast/regions/overflow-last-region-expected.html: Added.
41897         * fast/regions/overflow-last-region-horiz-bt-expected.html: Added.
41898         * fast/regions/overflow-last-region-horiz-bt.html: Added.
41899         * fast/regions/overflow-last-region-vert-lr-expected.html: Added.
41900         * fast/regions/overflow-last-region-vert-lr.html: Added.
41901         * fast/regions/overflow-last-region-vert-rl-expected.html: Added.
41902         * fast/regions/overflow-last-region-vert-rl.html: Added.
41903         * fast/regions/overflow-last-region.html: Added.
41904
41905 2013-01-04  Dima Gorbik  <dgorbik@apple.com>
41906
41907         Implement :future pseudo class for the WebVTT ::cue pseudo element
41908         https://bugs.webkit.org/show_bug.cgi?id=105473
41909
41910         Reviewed by Antti Koivisto.
41911
41912         Modified the track css matching test to cover :future pseudo-class case.
41913
41914         * media/track/captions-webvtt/captions-inner-timestamps.vtt: Removed.
41915         * media/track/captions-webvtt/styling.vtt:
41916         * media/track/track-css-matching-expected.txt:
41917         * media/track/track-css-matching.html:
41918         * media/track/track-cue-rendering-inner-timestamps-expected.txt: Removed.
41919         * media/track/track-cue-rendering-inner-timestamps.html: The test was removed because it was based on the old
41920         future/past nodes rendering logic.
41921
41922 2013-01-04  Carlos Garcia Campos  <cgarcia@igalia.com>
41923
41924         REGRESSION (r138222?): Assertion failure on appcache/main-resource-redirect.html
41925         https://bugs.webkit.org/show_bug.cgi?id=105591
41926
41927         Reviewed by Brady Eidson.
41928
41929         Unskip http/tests/appcache/main-resource-redirect.html.
41930
41931         * platform/efl-wk2/TestExpectations:
41932         * platform/mac/TestExpectations:
41933
41934 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
41935
41936         Add one more Mac test expectation for the bug 105986.
41937
41938         * platform/mac/TestExpectations:
41939
41940 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
41941
41942         Add Mac test expectations for the bugs 105986 and 105988.
41943
41944         * platform/mac-wk2/TestExpectations:
41945         * platform/mac/TestExpectations:
41946
41947 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
41948
41949         Add a crashing test expectation for the test added by r138755 on Mac.
41950         The test failure is tracked by the bug 138755.
41951
41952         * platform/mac/TestExpectations:
41953
41954 2013-01-03  Roger Fong  <roger_fong@apple.com>
41955
41956         Unreviewed. Gardening Apple Windows port.
41957
41958         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
41959
41960 2013-01-03  Tony Chang  <tony@chromium.org>
41961
41962         incorrect flexbox relayout with overflow, padding and absolute positioning
41963         https://bugs.webkit.org/show_bug.cgi?id=106022
41964
41965         Reviewed by Ojan Vafai.
41966
41967         * css3/flexbox/stretch-simplified-layout-expected.txt: Added.
41968         * css3/flexbox/stretch-simplified-layout.html: Added.
41969
41970 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
41971
41972         Unreviewed gardening. Marking fast/events/5056619.html as flaky
41973         on XP and Win7.
41974
41975         * platform/chromium/TestExpectations:
41976
41977 2013-01-03  Antoine Quint  <graouts@apple.com>
41978
41979         onload callback for <track> element attached to <video> does not fire
41980         https://bugs.webkit.org/show_bug.cgi?id=103258
41981
41982         Reviewed by Eric Carlson.
41983
41984         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
41985         needed to be updated to take this into account. Additionally, some existing tests were
41986         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
41987         test the various conditions required for a <track> element to successfully load.
41988
41989         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
41990         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
41991         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
41992         mode on the text track such that it may load per the rules enforced with this patch.
41993         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
41994         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
41995         the text track such that it may load per the rules enforced with this patch. Also, ensure
41996         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
41997         have to wait until the next run loop to be changed to anything but NONE.
41998         * media/track/track-element-load-event-expected.txt: Added.
41999         * media/track/track-element-load-event.html: Added.
42000         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
42001         non-disabled mode on the text track such that it may load per the rules enforced with
42002         this patch.
42003         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
42004         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
42005         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
42006         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
42007         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
42008         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
42009
42010 2013-01-03  Jon Lee  <jonlee@apple.com>
42011
42012         REGRESSION(r138729): crash and assertion failures in WebKit::WebProcess::plugInDidReceiveUserInteraction
42013         https://bugs.webkit.org/show_bug.cgi?id=106042
42014         <rdar://problem/12953469>
42015
42016         Reviewed by Brady Eidson.
42017
42018         * platform/mac-wk2/TestExpectations: Unskip the crashing tests.
42019
42020 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42021
42022         Add a failing test expectation for fast/inline/continuation-outlines-with-layers.html on Mac
42023         and associate it with the bug 106064.
42024         
42025         Also update Chromium test expectations to associate the failure with the bug 106064.
42026         They were erroneously associated with resolved bugs.
42027
42028         * platform/chromium/TestExpectations:
42029         * platform/mac/TestExpectations:
42030
42031 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42032
42033         Unreviewed gardening. Adding cr-linux image baseline for
42034         http://trac.webkit.org/changeset/138755
42035
42036         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png: Added.
42037
42038 2013-01-03  Beth Dakin  <bdakin@apple.com>
42039
42040         https://bugs.webkit.org/show_bug.cgi?id=105475
42041         Nested fixed position elements incorrectly repositioned on scrolling
42042
42043         Reviewed by Simon Fraser.
42044
42045         Unfortunately, the children were not really accurate before, and they are not 
42046         really accurate now. It seems like the state tree is not fully up-to-date when the 
42047         test is printing it. 
42048         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
42049
42050 2013-01-03  Adam Klein  <adamk@chromium.org>
42051
42052         [HTMLTemplateElement] When adopting a template element, also adopt its content into the appropriate document
42053         https://bugs.webkit.org/show_bug.cgi?id=106039
42054
42055         Reviewed by Eric Seidel.
42056
42057         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt: Added.
42058         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Added.
42059
42060 2013-01-03  Zoltan Horvath  <zoltan@webkit.org>
42061
42062         [CSS Regions] Don't apply region flow to fullscreen video playing
42063         https://bugs.webkit.org/show_bug.cgi?id=102388
42064
42065         Reviewed by David Hyatt.
42066
42067         In case of full screen video playing we want to watch the video full screen without applying the region flow.
42068
42069         * fast/regions/full-screen-video-from-region-expected.txt: Added.
42070         * fast/regions/full-screen-video-from-region.html: Added.
42071         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png: Added.
42072
42073 2013-01-03  Rafael Weinstein  <rafaelw@chromium.org>
42074
42075         [Mutation Observers] prevent delivery while recipient context is suspended
42076         https://bugs.webkit.org/show_bug.cgi?id=105810
42077
42078         Reviewed by Adam Barth.
42079
42080         * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Added.
42081         * inspector/debugger/mutation-observer-suspend-while-paused.html: Added.
42082
42083 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42084
42085         [Qt][WK2] Unreviewed gardening, skip a new crashing test to paint the bots green.
42086
42087         * platform/qt-5.0-wk2/TestExpectations:
42088
42089 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42090
42091         Unreviewed gardening. Setting webaudio/automatic-pull-node.html to
42092         [ Timeout Pass ] for XP.
42093
42094         * platform/chromium/TestExpectations:
42095
42096 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42097
42098         css3/filters/effect-invert.html is flaky/has incorrect image output on Win
42099
42100         Unreviewed gardening. Marked this as [ Failure Pass ] for Win7 and
42101         as [ Failure ] for XP.
42102
42103         * platform/chromium/TestExpectations:
42104
42105 2013-01-03  Uday Kiran  <udaykiran@motorola.com>
42106
42107         webkit fails IETC column-width-negative-001.htm
42108         https://bugs.webkit.org/show_bug.cgi?id=84778
42109
42110         Reviewed by Tony Chang.
42111
42112         New test for multicolumn 'column-width' property with zero value.
42113         Enable IETC column-width-negative test.
42114
42115         * fast/multicol/column-width-zero-expected.txt: Added.
42116         * fast/multicol/column-width-zero.html: Added.
42117         * platform/chromium/TestExpectations:
42118         * platform/efl/TestExpectations:
42119         * platform/gtk/TestExpectations:
42120         * platform/mac/TestExpectations:
42121         * platform/qt/TestExpectations:
42122
42123 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42124
42125         Add crash test expectations for tests regressed by r138729
42126         The failure is tracked by the bug 106042.
42127
42128         * platform/mac-wk2/TestExpectations:
42129
42130 2013-01-03  Roger Fong  <roger_fong@apple.com>
42131
42132         Unreviewed. Add Windows specific result for passing test.
42133
42134         * platform/win/loader: Added.
42135         * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Added.
42136
42137 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42138
42139         Remove failing or flaky test expectations from tests that have been passing on Mac.
42140
42141         * platform/mac-wk2/TestExpectations:
42142         * platform/mac/TestExpectations:
42143
42144 2013-01-03  Roger Fong  <roger_fong@apple.com>
42145
42146         Unreviewed gardening of Apple Windows port.
42147
42148         * platform/win/TestExpectations:
42149         * platform/win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
42150
42151 2013-01-03  Adam Klein  <adamk@chromium.org>
42152
42153         [HTMLTemplateElement] Disallow cycles within template content
42154         https://bugs.webkit.org/show_bug.cgi?id=105066
42155
42156         Reviewed by Ojan Vafai.
42157
42158         * fast/dom/HTMLTemplateElement/cycles-expected.txt: Added.
42159         * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: Added.
42160         * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Added.
42161         * fast/dom/HTMLTemplateElement/cycles.html: Added.
42162         * fast/dom/shadow/shadow-hierarchy-exception-expected.txt: Added.
42163         * fast/dom/shadow/shadow-hierarchy-exception.html: Added.
42164
42165 2013-01-03  Alexis Menard  <alexis@webkit.org>
42166
42167         Querying transition-timing-function value on the computed style does not return keywords when it should.
42168         https://bugs.webkit.org/show_bug.cgi?id=105442
42169
42170         Reviewed by Simon Fraser.
42171
42172         Update the tests to match the correct behavior of returning a keyword
42173         rather than a cubic-bezier() form when using predefined values for the
42174         transition-timing-function property.
42175
42176         * animations/animation-shorthand-name-order-expected.txt:
42177         * animations/animation-shorthand-name-order.html:
42178         * animations/animation-shorthand-removed.html:
42179         * animations/animation-shorthand.html:
42180         * animations/computed-style-expected.txt:
42181         * animations/computed-style.html:
42182         * fast/css/getComputedStyle/computed-style-expected.txt:
42183         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
42184         * svg/css/getComputedStyle-basic-expected.txt:
42185         * transitions/inherit-other-props-expected.txt:
42186         * transitions/inherit-other-props.html:
42187         * transitions/transitions-parsing-expected.txt:
42188         * transitions/transitions-parsing.html:
42189
42190 2013-01-03  Rik Cabanier  <cabanier@adobe.com>
42191
42192         Canvas blending tests fail on Mac WK2
42193         https://bugs.webkit.org/show_bug.cgi?id=105943
42194
42195         Reviewed by Simon Fraser.
42196
42197         * platform/mac-wk2/TestExpectations: updated expectations as the test now passes
42198
42199 2013-01-03  Adam Klein  <adamk@chromium.org>
42200
42201         Clear failed image loads when an <img> is adopted into a different document
42202         https://bugs.webkit.org/show_bug.cgi?id=104409
42203
42204         Reviewed by Nate Chapin.
42205
42206         * loader/image-loader-adoptNode-assert-expected.txt: Added.
42207         * loader/image-loader-adoptNode-assert.html: Added.
42208
42209 2013-01-03  Vincent Scheib  <scheib@chromium.org>
42210
42211         Sandbox-blocked pointer lock should log to the console.
42212         https://bugs.webkit.org/show_bug.cgi?id=105794
42213
42214         Reviewed by Adrienne Walker.
42215
42216         * http/tests/pointer-lock/iframe-sandboxed-expected.txt:
42217         * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
42218
42219 2013-01-03  Alexis Menard  <alexis@webkit.org>
42220
42221         Add tests to cover what transition-timing-function accepts for cubic-bezier values.
42222         https://bugs.webkit.org/show_bug.cgi?id=105426
42223
42224         Reviewed by Simon Fraser.
42225
42226         http://www.w3.org/TR/css3-transitions/#transition-timing-function-property
42227         has not yet been updated following the discussions
42228         http://lists.w3.org/Archives/Public/www-style/2010Apr/0489.html and
42229         http://lists.w3.org/Archives/Public/www-style/2010Jun/0254.html where
42230         the range restriction of Y values for cubic-bezier type has been
42231         removed. This patch add tests to cover that behavior to avoid breakage
42232         in the future and test also various other different cubic-bezier use
42233         cases.
42234
42235         * transitions/transitions-parsing-expected.txt:
42236         * transitions/transitions-parsing.html:
42237
42238 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42239
42240         Update Mac test expectations after merging the bug 105987 into the bug 105986.
42241
42242         Also add one more test expectation for the bug.
42243
42244         * platform/mac-wk2/TestExpectations:
42245         * platform/mac/TestExpectations:
42246
42247 2013-01-02  Levi Weintraub  <leviw@chromium.org>
42248
42249         Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
42250         https://bugs.webkit.org/show_bug.cgi?id=105970
42251
42252         Reviewed by Simon Fraser.
42253
42254         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Updating expectations
42255         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Updating test to check previously failing case where
42256         an inline with a touch handler contains a non-normal-flow child. Also, fixing the test since it was incorrectly duplicated.
42257         * platform/chromium/TestExpectations:
42258
42259 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42260
42261         Unreviewed gardening. Marking webaudio/automatic-pull-node.html as
42262         [ Pass Slow ] instead of [ Pass Timeout ] for XP.
42263
42264         * platform/chromium/TestExpectations:
42265
42266 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42267
42268         [Qt] Unreviewed gardening, skip a new failing test.
42269
42270         * platform/qt/TestExpectations:
42271
42272 2013-01-03  Mike West  <mkwst@chromium.org>
42273
42274         The 'body' of seamless IFrames should default to 'margin: 0'
42275         https://bugs.webkit.org/show_bug.cgi?id=90834
42276
42277         Reviewed by Antti Koivisto.
42278
42279         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
42280         * fast/frames/seamless/seamless-body-margin.html: Added.
42281             New test to explicitly check 'body' margins.
42282         * fast/frames/seamless/resources/nested-seamless.html:
42283         * fast/frames/seamless/resources/quirks-square.html:
42284         * fast/frames/seamless/resources/two-inline-blocks.html:
42285         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42286         * fast/frames/seamless/seamless-inherited-origin.html:
42287             Updated these tests to remove the assumption that the body had an
42288             8px margin.
42289
42290 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42291
42292         [Qt] Unreviewed gardening.
42293
42294         * platform/qt/TestExpectations: Skip new failing tests.
42295         * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
42296         * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
42297         * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
42298         * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
42299
42300 2013-01-03  Mike West  <mkwst@chromium.org>
42301
42302         seamless iframes don't inherit styles when srcdoc is used
42303         https://bugs.webkit.org/show_bug.cgi?id=103539
42304
42305         Reviewed by Antti Koivisto.
42306
42307         * fast/frames/seamless/resources/span.html: Added.
42308         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42309             Updating the previously failing expectation.
42310         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
42311         * fast/frames/seamless/seamless-srcdoc.html: Added.
42312             Exciting new test to ensure that this doesn't regress, neither
42313             for totally simple srcdoc attriubtes, nor for slightly more
42314             complex variations.
42315
42316 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42317
42318         Add failing test expectations for two canvas tests on Mac Lion
42319         since they have been failing as far as we could tell on the flakiness dashboard.
42320
42321         The failure is tracked by the bug 105999.
42322
42323         * platform/mac/TestExpectations:
42324
42325 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42326
42327         Add a Mac test expectation for the bug 105998.
42328
42329         * platform/mac-wk2/TestExpectations:
42330
42331 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42332
42333         More Mac test expectation updates per bugs 105988 and 105987.
42334
42335         * platform/mac-wk2/TestExpectations:
42336         * platform/mac/TestExpectations:
42337
42338 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42339
42340         Add flaky crash expectations for multiple tests on Mac WebKit2.
42341
42342         * platform/mac-wk2/TestExpectations:
42343
42344 2013-01-02  Kenneth Russell  <kbr@google.com>
42345
42346         [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument
42347         https://bugs.webkit.org/show_bug.cgi?id=105367
42348
42349         Reviewed by Dmitry Titov.
42350
42351         * fast/workers/resources/empty-worker.js: Added.
42352         * fast/workers/resources/worker-document-leak-iframe.html: Added.
42353         * fast/workers/worker-document-leak-expected.txt: Added.
42354         * fast/workers/worker-document-leak.html: Added.
42355
42356 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42357
42358         One more Mac rebaseline attempt for r138654. Also remove an entry for the bug 105514
42359         which has been dup'ed with the bug 103663 for which we have more specific expectations.
42360
42361         * platform/mac-lion/editing/deleting: Removed.
42362         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Removed.
42363         * platform/mac-wk2/editing/deleting: Removed.
42364         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
42365         * platform/mac/TestExpectations:
42366         * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
42367
42368 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42369
42370         Mac and Chromium rebaselines after r138654.
42371
42372         * editing/deleting/delete-to-select-table-expected.txt: Added.
42373         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.txt: Added.
42374         * platform/chromium/editing/deleting/delete-to-select-table-expected.txt: Removed.
42375         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Removed.
42376         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Removed.
42377         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Added.
42378         * platform/mac-wk2/editing/deleting: Added.
42379         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Added.
42380
42381 2013-01-02  Luke Macpherson   <macpherson@chromium.org>
42382
42383         Unreviewed Chromium gardening.
42384
42385         Rebaseline win-xp image for svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.html.
42386
42387         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
42388
42389 2013-01-02  Bem Jones-Bey  <bjonesbe@adobe.com>
42390
42391         When a block's height is determined by min-height/max-height, children with percentage heights are sized incorrectly
42392         https://bugs.webkit.org/show_bug.cgi?id=26559
42393
42394         Reviewed by Tony Chang.
42395
42396         Add tests to ensure percent heights are correctly determined.
42397
42398         * fast/block/min-max-height-percent-height-child-expected.txt: Added.
42399         * fast/block/min-max-height-percent-height-child.html: Added.
42400
42401 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42402
42403         Add a failing test expectation to a test added by r136697.
42404         The failure is tracked by the bug 105960.
42405
42406         * platform/mac-wk2/TestExpectations:
42407
42408 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42409
42410         Add a failing test expectations to a test added by r132411.
42411         The patch updated DumpRenderTree but didn't update WebKitTestRunner.
42412         The failure is tracked by the bug 105958.
42413
42414         * platform/mac-wk2/TestExpectations:
42415
42416 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42417
42418         Add a Mac WebKit2 test expectation for the bug 105954.
42419
42420         * platform/mac-wk2/TestExpectations:
42421
42422 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42423
42424         Add a failing test expectation for the bug 105954.
42425
42426         * platform/mac-wk2/TestExpectations:
42427
42428 2013-01-02  Douglas Stockwell  <dstockwell@chromium.org>
42429
42430         Crash in WebCore::InlineBox::deleteLine
42431         https://bugs.webkit.org/show_bug.cgi?id=93448
42432
42433         Reviewed by Eric Seidel.
42434
42435         * editing/deleting/delete-block-table-expected.txt:
42436         * editing/execCommand/selectAll-expected.txt: Renamed from LayoutTests/platform/chromium/editing/execCommand/selectAll-expected.txt.
42437         * fast/text/whitespace/inline-whitespace-wrapping-1-expected.html: Added.
42438         * fast/text/whitespace/inline-whitespace-wrapping-1.html: Added.
42439         * fast/text/whitespace/inline-whitespace-wrapping-2-expected.html: Added.
42440         * fast/text/whitespace/inline-whitespace-wrapping-2.html: Added.
42441         * fast/text/whitespace/inline-whitespace-wrapping-3-expected.html: Added.
42442         * fast/text/whitespace/inline-whitespace-wrapping-3.html: Added.
42443         * fast/text/whitespace/inline-whitespace-wrapping-4-expected.html: Added.
42444         * fast/text/whitespace/inline-whitespace-wrapping-4.html: Added.
42445         * fast/text/whitespace/nowrap-white-space-collapse-expected.html: Added.
42446         * fast/text/whitespace/nowrap-white-space-collapse.html: Added.
42447         * fast/text/whitespace/pre-block-normal-inline-crash-1-expected.txt: Added.
42448         * fast/text/whitespace/pre-block-normal-inline-crash-1.html: Added.
42449         * fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt: Added.
42450         * fast/text/whitespace/pre-block-normal-inline-crash-2.html: Added.
42451         * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt:
42452         * platform/chromium-win/editing/execCommand/print-expected.txt:
42453         * platform/chromium-win/editing/execCommand/selectAll-expected.txt:
42454         * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
42455         * platform/efl/editing/execCommand/selectAll-expected.txt: Removed.
42456         * platform/gtk/editing/execCommand/selectAll-expected.txt: Removed.
42457         * platform/mac/editing/execCommand/selectAll-expected.txt: Removed.
42458
42459 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42460
42461         Add a test expectation for the bug 105952.
42462
42463         * platform/wk2/TestExpectations:
42464
42465 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42466
42467         Add a failing test expectation to a test added by r138380 on Mac WK2.
42468         The failure is tracked by the bug 105948.
42469
42470         * platform/mac-wk2/TestExpectations:
42471
42472 2013-01-02  Tom Sepez  <tsepez@chromium.org>
42473
42474         X-XSS-Protection report-uri doesn't work with mode=block
42475         https://bugs.webkit.org/show_bug.cgi?id=105907
42476
42477         Reviewed by Adam Barth.
42478
42479         Appears to work as-is, but the test was missing for this case. Checking
42480         for completion is complicated by the frame navigating to about:blank, rather
42481         than the echo-report page, so check it from the parent frame.
42482         
42483         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Added.
42484         * http/tests/security/xssAuditor/report-script-tag-full-block.html: Added.
42485         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
42486
42487 2013-01-02  Terry Anderson  <tdanderson@chromium.org>
42488
42489         [chromium] Mark webaudio/automatic-pull-node.html as Timeout for XP
42490         https://bugs.webkit.org/show_bug.cgi?id=105941
42491
42492         Unreviewed gardening.
42493
42494         * platform/chromium/TestExpectations:
42495
42496 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42497
42498         Rebaseline tests after r137798 and update test expectations per bug 105943.
42499
42500         * platform/mac-wk2/TestExpectations:
42501         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
42502         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
42503
42504 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
42505
42506         View source mode is missing the processing instruction line.
42507         https://bugs.webkit.org/show_bug.cgi?id=15961
42508
42509         Reviewed by Adam Barth.
42510
42511         Add a test for XML documents shown in viewsource mode. The bug
42512         with the missing processing instruction line was fixed long
42513         ago with the HTML5 parser rewrite so this just adds a test.
42514
42515         * fast/frames/viewsource-xml-expected.txt: Added.
42516         * fast/frames/viewsource-xml.html: Added.
42517
42518 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
42519
42520         Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
42521         https://bugs.webkit.org/show_bug.cgi?id=92591
42522
42523         Reviewed by Eric Seidel.
42524
42525         Add tests that check if animations and transitions play for pseudo
42526         :before and :after pseudo elements.
42527
42528         * fast/css-generated-content/pseudo-animation-expected.txt: Added.
42529         * fast/css-generated-content/pseudo-animation.html: Added.
42530         * fast/css-generated-content/pseudo-transition-expected.txt: Added.
42531         * fast/css-generated-content/pseudo-transition.html: Added.
42532
42533 2013-01-02  Chris Rogers  <crogers@google.com>
42534
42535         Implement WebIDL-style string constants in WebAudio
42536         https://bugs.webkit.org/show_bug.cgi?id=105058
42537
42538         Reviewed by Kentaro Hara.
42539
42540         * webaudio/oscillator-basic-expected.txt:
42541         * webaudio/oscillator-basic.html:
42542         * webaudio/resources/audio-testing.js:
42543
42544 2013-01-02  Robert Hogan  <robert@webkit.org>
42545
42546         Regression (r132935): WebKit breaks between <nobr> tags
42547         https://bugs.webkit.org/show_bug.cgi?id=11857
42548
42549         Reviewed by David Hyatt.
42550
42551         * fast/inline/break-between-nobr-expected.html: Added.
42552         * fast/inline/break-between-nobr.html: Added.
42553
42554 2013-01-02  Mike West  <mkwst@chromium.org>
42555
42556         sandboxed iframe attribute parsing layout tests are flaky
42557         https://bugs.webkit.org/show_bug.cgi?id=104848
42558
42559         Reviewed by Adam Barth.
42560
42561         This patch breaks the monolithic sandboxed-iframe-attribute-parsing.html
42562         test into separate tests for each case. The flaky failures were due to
42563         one of the 14 frames loading out of order, which shifted console message
42564         positions around. Breaking them into separate tests should both speed up
42565         the tests, as more can run in parallel, and solve the flake.
42566
42567         * fast/frames/resources/sandboxed-iframe-attribute-test.js: Added.
42568         (fail):
42569         (setStatus):
42570         (allowedCallFromSandbox):
42571         (disallowedCallFromSandbox):
42572         (disallowedFormSubmitted):
42573         (window.onload):
42574         * fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt: Added.
42575         * fast/frames/sandboxed-iframe-attribute-parsing-01.html: Added.
42576         * fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt: Added.
42577         * fast/frames/sandboxed-iframe-attribute-parsing-02.html: Added.
42578         * fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt: Added.
42579         * fast/frames/sandboxed-iframe-attribute-parsing-03.html: Added.
42580         * fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt: Added.
42581         * fast/frames/sandboxed-iframe-attribute-parsing-04.html: Added.
42582         * fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt: Added.
42583         * fast/frames/sandboxed-iframe-attribute-parsing-05.html: Added.
42584         * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt: Added.
42585         * fast/frames/sandboxed-iframe-attribute-parsing-06.html: Added.
42586         * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt: Added.
42587         * fast/frames/sandboxed-iframe-attribute-parsing-07.html: Added.
42588         * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt: Added.
42589         * fast/frames/sandboxed-iframe-attribute-parsing-08.html: Added.
42590         * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt: Added.
42591         * fast/frames/sandboxed-iframe-attribute-parsing-09.html: Added.
42592         * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt: Added.
42593         * fast/frames/sandboxed-iframe-attribute-parsing-10.html: Added.
42594         * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt: Added.
42595         * fast/frames/sandboxed-iframe-attribute-parsing-11.html: Added.
42596         * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt: Added.
42597         * fast/frames/sandboxed-iframe-attribute-parsing-12.html: Added.
42598         * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt: Added.
42599         * fast/frames/sandboxed-iframe-attribute-parsing-13.html: Added.
42600         * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt: Added.
42601         * fast/frames/sandboxed-iframe-attribute-parsing-14.html: Added.
42602         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Removed.
42603         * fast/frames/sandboxed-iframe-attribute-parsing.html: Removed.
42604         * platform/chromium/TestExpectations:
42605         * platform/mac/TestExpectations:
42606         * platform/qt-arm/TestExpectations:
42607
42608 2013-01-02  Mike West  <mkwst@chromium.org>
42609
42610         Sandboxed iframes should not be granted notification permission of the parent frame unless allow-same-origin is specified
42611         https://bugs.webkit.org/show_bug.cgi?id=36732
42612
42613         Reviewed by Adam Barth.
42614
42615         The behavior was fixed in wkbug.com/79704, but there aren't currently
42616         any tests ensuring that it doesn't regress for sandboxed frames. This
42617         patch adds one.
42618
42619         * fast/notifications/notifications-sandbox-permission-expected.txt: Added.
42620         * fast/notifications/notifications-sandbox-permission.html: Added.
42621         * fast/notifications/resources/notifications-iframe.html: Added.
42622
42623 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42624
42625         Update Mac test expectation per bug 105932.
42626
42627         * platform/mac/TestExpectations:
42628
42629 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
42630
42631         Unreviewed, rolling out r138601.
42632         http://trac.webkit.org/changeset/138601
42633         https://bugs.webkit.org/show_bug.cgi?id=105917
42634
42635         Also not an optimal solution, needs more discussion.
42636         (Requested by mkwst_ on #webkit).
42637
42638         * fast/frames/seamless/resources/span.html: Removed.
42639         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42640         * fast/frames/seamless/seamless-srcdoc-expected.txt: Removed.
42641         * fast/frames/seamless/seamless-srcdoc.html: Removed.
42642
42643 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
42644
42645         Unreviewed, rolling out r138611.
42646         http://trac.webkit.org/changeset/138611
42647         https://bugs.webkit.org/show_bug.cgi?id=105916
42648
42649         Not an optimal solution, needs more discussion. (Requested by
42650         mkwst_ on #webkit).
42651
42652         * fast/frames/seamless/resources/nested-seamless.html:
42653         * fast/frames/seamless/resources/quirks-square.html:
42654         * fast/frames/seamless/resources/two-inline-blocks.html:
42655         * fast/frames/seamless/seamless-body-margin-expected.txt: Removed.
42656         * fast/frames/seamless/seamless-body-margin.html: Removed.
42657         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42658         * fast/frames/seamless/seamless-inherited-origin.html:
42659
42660 2013-01-02  Mike West  <mkwst@chromium.org>
42661
42662         The 'body' of seamless IFrames should default to 'margin: 0'
42663         https://bugs.webkit.org/show_bug.cgi?id=90834
42664
42665         Reviewed by Eric Seidel.
42666
42667         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
42668         * fast/frames/seamless/seamless-body-margin.html: Added.
42669             New test to explicitly check 'body' margins.
42670         * fast/frames/seamless/resources/nested-seamless.html:
42671         * fast/frames/seamless/resources/quirks-square.html:
42672         * fast/frames/seamless/resources/two-inline-blocks.html:
42673         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42674         * fast/frames/seamless/seamless-inherited-origin.html:
42675             Updated these tests to remove the assumption that the body had an
42676             8px margin.
42677
42678 2013-01-01  Christophe Dumez  <christophe.dumez@intel.com>
42679
42680         [WK2] plugins/clicking-missing-plugin-fires-delegate.html is failing
42681         https://bugs.webkit.org/show_bug.cgi?id=105897
42682
42683         Reviewed by Alexey Proskuryakov.
42684
42685         Unskip plugins/clicking-missing-plugin-fires-delegate.html for
42686         WK2 now that WebKitTestRunner is dumping the expected text when
42687         the missing plugin button is clicked.
42688
42689         * platform/efl-wk2/TestExpectations:
42690         * platform/mac-wk2/TestExpectations:
42691
42692 2013-01-01  Kangil Han  <kangil.han@samsung.com>
42693
42694         [EFL][WK1] Skip some webaudio test cases due to lack of implementation
42695         https://bugs.webkit.org/show_bug.cgi?id=105882
42696
42697         Unreviewed, EFL gardening.
42698
42699         Bunch of webaudio test cases need setAudioData implementation and DRT has not it.
42700         So, skips those cases.
42701
42702         * platform/efl-wk1/TestExpectations:
42703
42704 2013-01-01  Mike West  <mkwst@chromium.org>
42705
42706         seamless iframes don't inherit styles when srcdoc is used
42707         https://bugs.webkit.org/show_bug.cgi?id=103539
42708
42709         Reviewed by Eric Seidel.
42710
42711         * fast/frames/seamless/resources/span.html: Added.
42712         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42713             Updating the previously FAILing expectation.
42714         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
42715         * fast/frames/seamless/seamless-srcdoc.html: Added.
42716             Exciting new test to ensure that this doesn't regress, neither
42717             for totally simple srcdoc attriubtes, nor for slightly more
42718             complex variations.
42719
42720 2012-12-31  Kangil Han  <kangil.han@samsung.com>
42721
42722         [EFL] css3/masking/clip-path-circle-relative-overflow.html needs expected results update after 97217
42723         https://bugs.webkit.org/show_bug.cgi?id=105883
42724
42725         Unreviewed, EFL gardening.
42726
42727         Rebaseline css3/masking/clip-path-circle-relative-overflow.html because BUG 97217 has been resolved.
42728
42729         * platform/efl/TestExpectations:
42730         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
42731
42732 2012-12-31  Christophe Dumez  <christophe.dumez@intel.com>
42733
42734         Unreviewed EFL gardening.
42735
42736         Mark editing/spelling/spelling-insert-html.html as flaky
42737         since it sometimes hits an assertion in RenderObject
42738         destructor.
42739
42740         * platform/efl/TestExpectations:
42741
42742 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42743
42744         Unreviewed EFL gardening.
42745
42746         Mark fast/dom/Range/range-extract-contents.html as flaky
42747         since it sometimes hits an assertion in
42748         WebCore::endOfContinuations().
42749
42750         * platform/efl/TestExpectations:
42751
42752 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42753
42754         Unreviewed EFL gardening.
42755
42756         Mark editing/pasteboard/4806874.html as flaky since
42757         it sometimes hits an assertion in RenderObject
42758         destructor.
42759
42760         * platform/efl/TestExpectations:
42761
42762 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42763
42764         Unreviewed EFL gardening.
42765
42766         Rebaseline fast/js/global-constructors.html after
42767         TEMPLATE_ELEMENT was enabled for EFL port in r138586.
42768
42769         * platform/efl/fast/js/global-constructors-expected.txt:
42770
42771 2012-12-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
42772
42773         [EFL] Enable TEMPLATE_ELEMENT feature
42774         https://bugs.webkit.org/show_bug.cgi?id=105865
42775
42776         Reviewed by Laszlo Gombos.
42777
42778         * platform/efl/TestExpectations: Unskip test cases for template element.
42779
42780 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42781
42782         Unreviewed EFL gardening.
42783
42784         Add several webaudio tests to TestExpectations since
42785         they sometimes hit !m_finishedNodes.size() assertion
42786         in AudioContext destructor.
42787
42788         * platform/efl/TestExpectations:
42789
42790 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42791
42792         Unreviewed EFL gardening.
42793
42794         Unskip XSS Auditor test case that has been consistently
42795         passing on EFL port for a while.
42796
42797         * platform/efl/TestExpectations:
42798
42799 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42800
42801         Unreviewed EFL gardening.
42802
42803         Unskip fast/dom/shadow/host-wrapper-reclaimed.html
42804         since it is passing after r137978.
42805
42806         * platform/efl/TestExpectations:
42807
42808 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42809
42810         Unreviewed EFL gardening.
42811
42812         Update expectations for 2 fast/dom test cases so
42813         that they are not reported as unexpected passes.
42814
42815         Those tests are passing because their generated
42816         expectations are wrong.
42817
42818         * platform/efl/TestExpectations:
42819
42820 2012-12-30  Philippe Normand  <pnormand@igalia.com>
42821
42822         [GStreamer] webaudio/decode-audio-data-basic.html fails
42823         https://bugs.webkit.org/show_bug.cgi?id=105298
42824
42825         Reviewed by Martin Robinson.
42826
42827         * platform/efl/TestExpectations: Unflag fixed test.
42828
42829 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42830
42831         Unreviewed EFL gardening.
42832
42833         Unskip text-decoration-style tests passing after
42834         r126054 and r132076.
42835
42836         * platform/efl/TestExpectations:
42837
42838 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42839
42840         Unreviewed EFL gardening.
42841
42842         Unskip cairo-related tests that are now consistently
42843         passing on both WK1 and WK2 EFL.
42844
42845         * platform/efl/TestExpectations:
42846
42847 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42848
42849         Unreviewed EFL gardening.
42850
42851         Unskip several compositing test cases that are passing
42852         consistently on EFL WK2.
42853
42854         * platform/efl-wk2/TestExpectations:
42855         * platform/efl/TestExpectations:
42856
42857 2012-12-30  Csaba Osztrogonác  <ossy@webkit.org>
42858
42859         Unreviewed gardening, unskip a now passing test.
42860
42861         * platform/qt/TestExpectations:
42862
42863 2012-12-29  Seokju Kwon  <seokju.kwon@gmail.com>
42864
42865         [GTK] Change bug for some inspector tests
42866         https://bugs.webkit.org/show_bug.cgi?id=105842
42867
42868         Unreviewed gardening.
42869
42870         Bug 43332 was landed. But these tests still fail on GTK port.
42871         And change bug to track the failures.
42872
42873         * platform/gtk/TestExpectations:
42874
42875 2012-12-29  Andrey Lushnikov  <lushnikov@chromium.com>
42876
42877         Web Inspector: refactor DefaultTextEditor
42878         https://bugs.webkit.org/show_bug.cgi?id=105829
42879
42880         Reviewed by Pavel Feldman.
42881
42882         Fix test to correlate with refactoring of DefaultTextEditor.
42883
42884         * inspector/editor/text-editor-selection.html:
42885
42886 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42887
42888         Unreviewed rebaseline.
42889
42890         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Removed.
42891
42892 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42893
42894         Unreviewed updated test expectations
42895
42896         * platform/chromium/TestExpectations:
42897
42898 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42899       
42900         Unreviewed updated TestExpectations. Mark test as fail on XP only.
42901
42902         * platform/chromium/TestExpectations:
42903
42904 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
42905
42906         [Templates]: Fix assert in colgroup parse handling
42907         https://bugs.webkit.org/show_bug.cgi?id=105837
42908
42909         Reviewed by Eric Seidel.
42910
42911         * html5lib/resources/template.dat:
42912
42913 2012-12-27  Emil A Eklund  <eae@chromium.org>
42914
42915         REGRESSION (r138196): Regions with text-overflow: ellipsis; are being ellipsized unnecessarily
42916         https://bugs.webkit.org/show_bug.cgi?id=105600
42917
42918         Reviewed by Darin Adler.
42919         
42920         Add test for text-overflow: ellipsis inside a table. 
42921
42922         * fast/sub-pixel/ellipsis-table-expected.html: Added.
42923         * fast/sub-pixel/ellipsis-table.html: Added.
42924
42925 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42926
42927         Unreviewed Updated TestExpectations
42928
42929         * platform/chromium/TestExpectations:
42930
42931 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42932
42933         Unreviewed rebaseline
42934
42935         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
42936
42937 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
42938
42939         Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
42940         https://bugs.webkit.org/show_bug.cgi?id=105780
42941
42942         Reviewed by Eric Seidel.
42943
42944         * html5lib/resources/template.dat:
42945
42946 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
42947
42948         Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
42949         https://bugs.webkit.org/show_bug.cgi?id=105799
42950
42951         Reviewed by Pavel Feldman.
42952
42953         * http/tests/inspector/compiler-script-mapping.html:
42954         * http/tests/inspector/workspace-test.js:
42955         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
42956         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
42957         * inspector/debugger/breakpoint-manager.html:
42958         * inspector/debugger/resource-script-mapping.html:
42959         * inspector/debugger/scripts-file-selector.html:
42960         * inspector/debugger/scripts-panel.html:
42961         * inspector/debugger/scripts-sorting.html:
42962         * inspector/debugger/ui-source-code-display-name.html:
42963         * inspector/debugger/ui-source-code.html:
42964         * inspector/uisourcecode-revisions.html:
42965
42966 2012-12-28  Mike West  <mkwst@chromium.org>
42967
42968         [Qt,EFL,GTK] Unreviewed gardening.
42969
42970         * platform/efl/TestExpectations:
42971         * platform/gtk/TestExpectations:
42972         * platform/qt/TestExpectations:
42973             Skipping http/tests/security/sandboxed-iframe-form-top.html
42974             as it's leaking state (console messages) into the next test.
42975             See wkbug.com/105819 and wkbug.com/85522 for details.
42976
42977 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
42978
42979         Web Inspector: debugger should step into event handler on event dispatch
42980         https://bugs.webkit.org/show_bug.cgi?id=105827
42981
42982         Reviewed by Pavel Feldman.
42983
42984         * inspector/debugger/debugger-step-into-event-listener-expected.txt: Added.
42985         * inspector/debugger/debugger-step-into-event-listener.html: Added.
42986
42987 2012-12-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
42988
42989         Unreviewed EFL gardening.
42990
42991         Skip http/tests/security/sandboxed-iframe-form-top.html which
42992         started failing after r138525.
42993
42994         * platform/efl/TestExpectations:
42995
42996 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
42997
42998         Web Inspector: rename distanceToWindow to distance
42999         https://bugs.webkit.org/show_bug.cgi?id=105823
43000
43001         Reviewed by Pavel Feldman.
43002
43003         Updated tests after renaming distanceToWindow to distance.
43004
43005         * inspector/profiler/heap-snapshot-summary-sorting-fields.html:
43006         * inspector/profiler/heap-snapshot-summary-sorting-instances.html:
43007         * inspector/profiler/heap-snapshot-summary-sorting.html:
43008
43009 2012-12-28  Andrey Lushnikov  <lushnikov@chromium.com>
43010
43011         Web Inspector: refactor DefaultTextEditor's private methods
43012         https://bugs.webkit.org/show_bug.cgi?id=105797
43013
43014         Reviewed by Pavel Feldman.
43015
43016         Fix test to correspond to method renamings of TextEditorMainPanel.
43017
43018         * inspector/editor/text-editor-selection.html:
43019
43020 2012-12-28  Csaba Osztrogonác  <ossy@webkit.org>
43021
43022         Unreviewed holiday gardening, skip new failing tests to paint the bots green.
43023
43024         * platform/qt/TestExpectations:
43025
43026 2012-12-27  Stuart Eichert  <stuart@fivemicro.com>
43027
43028         instance-of-immediates.js : the word "passing" is spelled incorrectly
43029         https://bugs.webkit.org/show_bug.cgi?id=105669
43030
43031         Reviewed by Julien Chaffraix.
43032
43033         Corrected spelling of the word "passing" in instance-of-immediates.js
43034
43035         * fast/js/script-tests/instance-of-immediates.js:
43036
43037 2012-12-27  Mike West  <mkwst@chromium.org>
43038
43039         Add context to the console message generated by Document::printNavigationErrorMessage.
43040         https://bugs.webkit.org/show_bug.cgi?id=105774
43041
43042         Reviewed by Darin Adler.
43043
43044         * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
43045         * fast/frames/sandboxed-iframe-history-denied-expected.txt:
43046         * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
43047         * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
43048         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
43049         * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt:
43050         * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
43051         * http/tests/security/no-popup-from-sandbox-top-expected.txt:
43052         * http/tests/security/frameNavigation/not-opener-expected.txt:
43053         * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
43054         * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
43055         * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
43056         * platform/chromium/http/tests/security/no-popup-from-sandbox-top-expected.txt:
43057             Update test expectations with new error message.
43058
43059 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43060
43061         Web Inspector: [Regression] Can not set breakpoints in scripts loaded with source map.
43062         https://bugs.webkit.org/show_bug.cgi?id=105801
43063
43064         Reviewed by Alexander Pavlov.
43065
43066         * http/tests/inspector/compiler-script-mapping-expected.txt:
43067         * http/tests/inspector/compiler-script-mapping.html:
43068         * http/tests/inspector/debugger-test.js:
43069         (initialize_DebuggerTest):
43070
43071 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
43072
43073         [EFL][WK2] Regression(135935) layout tests snapshots are flaky
43074         https://bugs.webkit.org/show_bug.cgi?id=103468
43075
43076         Reviewed by Kenneth Rohde Christiansen.
43077
43078         Unskip a lot of ref tests for WebKit2 EFL now that they are no longer
43079         flaky.
43080
43081         * platform/efl-wk2/TestExpectations:
43082
43083 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
43084
43085         Unreviewed rebaseline
43086
43087         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
43088
43089 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
43090
43091         Unreviewed rebaseline.
43092
43093         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.
43094
43095 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
43096
43097         Web Inspector: remove support for legacy heap graph node format
43098         https://bugs.webkit.org/show_bug.cgi?id=105802
43099
43100         Reviewed by Pavel Feldman.
43101
43102         * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: switched to the new
43103         heap graph node representation: store edge count for each node instead of the first edge
43104         index.
43105
43106 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
43107
43108         Web Inspector: move js heap snapshot preprocessing to JSHeapSnapshot
43109         https://bugs.webkit.org/show_bug.cgi?id=105798
43110
43111         Reviewed by Pavel Feldman.
43112
43113         * inspector/profiler/heap-snapshot.html: updated test to match HeapSnapshot.js changes
43114
43115 2012-12-27  Alexander Pavlov  <apavlov@chromium.org>
43116
43117         Web Inspector: Refactor SourceMapParser to enable range-based sourcemap
43118         https://bugs.webkit.org/show_bug.cgi?id=105764
43119
43120         Reviewed by Vsevolod Vlasov.
43121
43122         * http/tests/inspector/compiler-script-mapping-expected.txt:
43123         * http/tests/inspector/compiler-script-mapping.html:
43124         * inspector/styles/range-based-mapping-expected.txt: Added.
43125         * inspector/styles/range-based-mapping.html: Added.
43126
43127 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
43128
43129         Forgot to SKIP a test on wincairo.
43130
43131         * platform/wincairo/TestExpectations:
43132
43133 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
43134
43135         Forgot to SKIP a test on QT.
43136
43137         * platform/qt/TestExpectations:
43138
43139 2012-12-25  Andrey Adaikin  <aandrey@chromium.org>
43140
43141         Web Inspector: [Canvas] report if there is any uninstrumented canvas on a page
43142         https://bugs.webkit.org/show_bug.cgi?id=105721
43143
43144         Reviewed by Yury Semikhatsky.
43145
43146         * inspector/profiler/canvas-profiler-test.js:
43147         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
43148         (initialize_CanvasWebGLProfilerTest.InspectorTest.disableCanvasAgent):
43149         (initialize_CanvasWebGLProfilerTest):
43150         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Added.
43151         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Added.
43152
43153 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43154
43155         Web Inspector: Simplify script mappings by introducing DefaultScriptMapping.
43156         https://bugs.webkit.org/show_bug.cgi?id=103038
43157
43158         Reviewed by Pavel Feldman.
43159
43160         * http/tests/inspector/compiler-script-mapping.html:
43161         * inspector/debugger/breakpoint-manager-expected.txt:
43162         * inspector/debugger/breakpoint-manager.html:
43163         * inspector/debugger/dynamic-script-tag-expected.txt:
43164         * inspector/debugger/live-edit-breakpoints-expected.txt:
43165         * inspector/debugger/live-edit-breakpoints.html:
43166         * inspector/debugger/pause-in-inline-script-expected.txt:
43167         * inspector/debugger/pause-in-inline-script.html:
43168         * inspector/debugger/resource-script-mapping-expected.txt:
43169         * inspector/debugger/resource-script-mapping.html:
43170         * inspector/debugger/scripts-panel.html:
43171
43172 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
43173
43174         Unreviewed EFL gardening.
43175
43176         Mark http/tests/appcache/main-resource-redirect.html as crashing
43177         for EFL WK2 after r138222.
43178
43179         * platform/efl-wk2/TestExpectations:
43180
43181 2012-12-27  Eugene Klyuchnikov  <eustas@chromium.org>
43182
43183         Web Inspector: console.profileEnd() crashes if called without arguments
43184         https://bugs.webkit.org/show_bug.cgi?id=105759
43185
43186         Reviewed by Vsevolod Vlasov.
43187
43188         Added tests to check that browser do not crash.
43189
43190         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Added.
43191         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html: Added.
43192
43193 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43194
43195         Unreviewed chromium test expectations update.
43196
43197         * platform/chromium/TestExpectations:
43198
43199 2012-12-26  Ryosuke Niwa  <rniwa@webkit.org>
43200
43201         Add a Mac test expectations for bugs 105777 and 105778.
43202
43203         * platform/mac/TestExpectations:
43204
43205 2012-12-26  Emil A Eklund  <eae@chromium.org>
43206
43207         Unreviewed. Enable most sub-pixel tests on mac.
43208
43209         * platform/mac/TestExpectations:
43210
43211 2012-12-26  Yury Semikhatsky  <yurys@chromium.org>
43212
43213         Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js
43214         https://bugs.webkit.org/show_bug.cgi?id=105768
43215
43216         Reviewed by Pavel Feldman.
43217
43218         Inroduced JSHeapSnapshot, JSHeapSnapshotNode, JSHeapSnapshotEdge and JSHeapSnapshotRetainerEdge which
43219         should encapsulate logic specific to JS-heap. The tests were switched to the new classes.
43220
43221         * inspector/profiler/heap-snapshot-loader.html:
43222         * inspector/profiler/heap-snapshot-test.js:
43223         (initialize_HeapSnapshotTest.InspectorTest.createJSHeapSnapshotMockObject):
43224         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
43225         * inspector/profiler/heap-snapshot.html:
43226
43227 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
43228
43229         Web Inspector: Crash when modifying a rule that has been removed through JavaScript
43230         https://bugs.webkit.org/show_bug.cgi?id=105718
43231
43232         Reviewed by Yury Semikhatsky.
43233
43234         * http/tests/inspector/elements-test.js: Add InspectorTest.toggleMatchedStyleProperty.
43235         (initialize_ElementTest.InspectorTest.toggleMatchedStyleProperty): Added.
43236         * inspector/styles/removed-rule-crash-expected.txt: Added.
43237         * inspector/styles/removed-rule-crash.html: Added.
43238
43239 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
43240
43241         Web Inspector: device-metrics-fit-window.html is failing on Chromium-Mac
43242         https://bugs.webkit.org/show_bug.cgi?id=104362
43243
43244         Unreviewed expectations rebaseline.
43245
43246         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Added.
43247         * platform/chromium/TestExpectations:
43248
43249 2012-12-24  Takashi Sakamoto  <tasak@google.com>
43250
43251         ::first-letter { overflow: -webkit-paged-y } causes crash
43252         https://bugs.webkit.org/show_bug.cgi?id=105393
43253
43254         Reviewed by Beth Dakin.
43255
43256         * fast/css/pseudo-element-opagedxy-crash-expected.txt: Added.
43257         * fast/css/pseudo-element-opagedxy-crash.html: Added.
43258
43259 2012-12-24  Mihnea Ovidenie  <mihnea@adobe.com>
43260
43261         [CSS Regions] Convert some fast/regions pixel tests to reftests
43262         https://bugs.webkit.org/show_bug.cgi?id=80191
43263
43264         Reviewed by Tony Chang.
43265
43266         Convert fast/regions/bottom-overflow-out-of-first-region.html to a ref test.
43267         Used a monospace font, removed text-align and margins for text flowing into regions so that
43268         the text fits nicely in the two regions of the test.
43269
43270         * fast/regions/bottom-overflow-out-of-first-region-expected.html: Added.
43271         * fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43272         * fast/regions/bottom-overflow-out-of-first-region.html:
43273         * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43274         * platform/chromium-mac-lion/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43275         * platform/chromium-mac-snowleopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43276         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43277         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43278         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43279         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43280         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43281         * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43282         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43283         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43284         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43285         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43286
43287 2012-12-24  Andrey Lushnikov  <lushnikov@chromium.com>
43288
43289         Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
43290         https://bugs.webkit.org/show_bug.cgi?id=105626
43291
43292         Reviewed by Pavel Feldman.
43293
43294         Fix tests according to new highlight attribute structure.
43295
43296         * inspector/editor/highlighter-long-line.html:
43297         * inspector/editor/highlighter-test.js:
43298         (initialize_HighlighterTests.InspectorTest.dumpTextModel):
43299         (initialize_HighlighterTests):
43300
43301 2012-12-23  Zan Dobersek  <zandobersek@gmail.com>
43302
43303         Unreviewed GTK gardening.
43304
43305         Adding crashing expectations for two tests that constantly crash
43306         in debug builds.
43307
43308         * platform/gtk/TestExpectations:
43309
43310 2012-12-22  Dan Winship  <danw@gnome.org>
43311
43312         Unskip tests that were failing in libxml 2.9.0
43313         https://bugs.webkit.org/show_bug.cgi?id=104494
43314
43315         Reviewed by Martin Robinson.
43316
43317         Added a patch from upstream to the jhbuild config to make all but
43318         one of these pass again; the remaining one fails for a different
43319         reason and is being tracked in a different bug.
43320
43321         * platform/gtk/TestExpectations:
43322
43323 2012-12-23  Christophe Dumez  <christophe.dumez@intel.com>
43324
43325         [EFL] Unreviewed gardening
43326
43327         Rebaseline fast/js/global-constructors.html after
43328         r138393.
43329
43330         * platform/efl/fast/js/global-constructors-expected.txt:
43331
43332 2012-12-23  Csaba Osztrogonác  <ossy@webkit.org>
43333
43334         [Qt] Unreviewed Xmas gardening after r138395.
43335
43336         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
43337
43338 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43339
43340         Unreviewed GTK gardening.
43341
43342         Rebaselining the global constructors test after r138393.
43343         Adjusting and merging expectations as required.
43344
43345         * platform/gtk/TestExpectations:
43346         * platform/gtk/fast/js/global-constructors-expected.txt:
43347
43348 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43349
43350         Unreviewed. Remove Crash expectation from media/track tests after r138381.
43351
43352         * platform/chromium/TestExpectations:
43353
43354 2012-12-21  Ryosuke Niwa  <rniwa@webkit.org>
43355
43356         [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing
43357         https://bugs.webkit.org/show_bug.cgi?id=95477
43358
43359         Reviewed by Sam Weinig.
43360
43361         Use "notationl" -> "notational" auto correction in autocorrection-blockquote-crash.html to get reliable results.
43362         Also add a failing expectation to removing-underline-after-accepting-autocorrection-using-punctuation.html for WebKit2.
43363         This failure is tracked by the bug 105616.
43364
43365         * platform/mac-wk2/TestExpectations:
43366         * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
43367         * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
43368
43369 2012-12-21  Joshua Bell  <jsbell@chromium.org>
43370
43371         [Chromium] IndexedDB: storage/indexeddb/intversion-close-between-events.html flaky in content_shell
43372         https://bugs.webkit.org/show_bug.cgi?id=105665
43373
43374         Test uses a setTimeout() which may fire at different times relative to the completion of the
43375         IDBOpenDBRequest in multiprocess ports. Make the test resilient against different outcomes.
43376
43377         Reviewed by Tony Chang.
43378
43379         * storage/indexeddb/resources/intversion-close-between-events.js:
43380         (deleteSuccess):
43381         (openSuccessOrError):
43382         (checkFinished):
43383
43384 2012-12-21  Joshua Bell  <jsbell@chromium.org>
43385
43386         IndexedDB: Combine openConnection and openConnectionWithVersion
43387         https://bugs.webkit.org/show_bug.cgi?id=105658
43388
43389         Reviewed by Tony Chang.
43390
43391         * storage/indexeddb/open-ordering-expected.txt: Added.
43392         * storage/indexeddb/open-ordering.html: Added.
43393         * storage/indexeddb/resources/open-ordering.js: Added.
43394         (runTest):
43395         (onDeleteSuccess):
43396         (onRequest1Success):
43397         (onRequest2Success):
43398         (onRequest3Success):
43399         (checkOrder):
43400
43401 2012-12-21  Aaron Colwell  <acolwell@chromium.org>
43402
43403         Unreviewed. Removing CRASH expectations for media layout tests
43404         broken by http://crbug.com/162917.
43405         https://bugs.webkit.org/show_bug.cgi?id=103093
43406
43407         * platform/chromium/TestExpectations:
43408
43409 2012-12-21  Kenneth Russell  <kbr@google.com>
43410
43411         Expose ArrayBufferView constructor on DOMWindow
43412         https://bugs.webkit.org/show_bug.cgi?id=105605
43413
43414         Reviewed by Sam Weinig.
43415
43416         Updated test from Khronos repository.
43417
43418         * fast/canvas/webgl/array-unit-tests-expected.txt:
43419         * fast/canvas/webgl/array-unit-tests.html:
43420
43421 2012-12-21  Csaba Osztrogonác  <ossy@webkit.org>
43422
43423         Unreviewed gardening, unskip now passing tests.
43424
43425         * platform/qt-5.0-wk2/TestExpectations:
43426
43427 2012-12-21  Dimitri Glazkov  <dglazkov@chromium.org>
43428
43429         Unreviewed, rolling out r138376.
43430         http://trac.webkit.org/changeset/138376
43431         https://bugs.webkit.org/show_bug.cgi?id=104995
43432
43433         Broke a bunch of tests on mac.
43434
43435         * editing/deleting/delete-ligature-001-expected.txt:
43436         * editing/pasteboard/copy-in-password-field-expected.txt:
43437         * editing/selection/select-all-textarea-expected.txt:
43438         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
43439         * fast/dom/shadow/layout-tests-can-access-shadow.html:
43440         * fast/dom/shadow/resources/shadow-dom.js:
43441         (isShadowRoot):
43442         * fast/events/5056619-expected.txt:
43443         * fast/forms/focus-selection-input-expected.txt:
43444         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
43445         * inspector/elements/shadow-root-expected.txt:
43446         * inspector/elements/update-shadowdom-expected.txt:
43447         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
43448         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
43449         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
43450         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
43451         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
43452         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
43453         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
43454         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
43455         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
43456         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
43457         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
43458         * platform/chromium-win/editing/selection/4975120-expected.txt:
43459         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
43460         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
43461         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
43462         * platform/chromium-win/fast/events/autoscroll-expected.txt:
43463         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
43464         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
43465         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
43466         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
43467         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
43468         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
43469         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
43470         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
43471         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
43472         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
43473         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
43474         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
43475         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
43476         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
43477         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
43478         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
43479         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
43480         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
43481         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
43482         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
43483         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
43484         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
43485         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
43486         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
43487         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
43488         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
43489         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
43490         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
43491         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
43492         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
43493         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
43494         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
43495         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
43496         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
43497         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
43498         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
43499         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
43500         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
43501         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
43502         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
43503         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
43504         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
43505         * resources/dump-as-markup.js:
43506         (Markup._get):
43507
43508 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43509
43510         Unreviewed GTK gardening.
43511
43512         Removing a list of failure expectations that were added as a precaution
43513         in r138250 in case of regressions (which in the end didn't occur).
43514
43515         * platform/gtk/TestExpectations:
43516
43517 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43518
43519         Unreviewed GTK gardening.
43520
43521         Adding a few missing expectations for tests that require their baselines
43522         to be checked before they are added.
43523         Adding and modifying expectations where necessary to accommodate recent
43524         changes in test behavior.
43525
43526         * platform/gtk/TestExpectations:
43527
43528 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43529
43530         [GTK] Add WebKit1-specific TestExpectations file
43531         https://bugs.webkit.org/show_bug.cgi?id=97562
43532
43533         Reviewed by Dirk Pranke.
43534
43535         Add properly formatted but currently empty TestExpectations file
43536         for GTK WebKit1-specific test expectations.
43537
43538         * platform/gtk-wk1/TestExpectations: Added.
43539
43540 2012-12-21  Alexei Svitkine  <asvitkine@chromium.org>
43541
43542         [Chromium/Mac] Don't send an onclick event from a ctrl-click
43543         https://bugs.webkit.org/show_bug.cgi?id=105554
43544
43545         Reviewed by Dimitri Glazkov.
43546
43547         Don't send the onclick event on a control click event (which
43548         triggers the context menu on the Mac). This matches the
43549         behaviour of the Apple Mac port, although the Apple port
43550         does this by checking whether the context menu is visible
43551         in WebPage::mouseEvent().
43552
43553         This is a fix for http://crbug.com/146143
43554
43555         * fast/events/controlclick-no-onclick-expected.txt: Added.
43556         * fast/events/controlclick-no-onclick.html: Added.
43557
43558 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
43559
43560         Implement ShadowRoot::elementFromPoint
43561         https://bugs.webkit.org/show_bug.cgi?id=104579
43562
43563         Reviewed by Dimitri Glazkov.
43564
43565         * fast/dom/shadow/elementfrompoint-expected.txt: Added.
43566         * fast/dom/shadow/elementfrompoint.html: Added.
43567
43568 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43569
43570         Unreviewed. Add Crash test expectation to the media/track/ tests which have explicit expectations.
43571         It needs to be removed after fixing https://bugs.webkit.org/show_bug.cgi?id=105606
43572
43573         * platform/chromium/TestExpectations:
43574
43575 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
43576
43577         [Shadow DOM]: ShadowRoot wrong nodeName attribute
43578         https://bugs.webkit.org/show_bug.cgi?id=104995
43579
43580         Reviewed by Dimitri Glazkov.
43581
43582         Uses 'instanceof' to check the instance is ShadowRoot or not.
43583         Update dump-as-markup.js to see 'instanceof' instead of nodeType.
43584         Also, a lot of rebaselines have been conducted.
43585
43586         * editing/deleting/delete-ligature-001-expected.txt:
43587         * editing/pasteboard/copy-in-password-field-expected.txt:
43588         * editing/selection/select-all-textarea-expected.txt:
43589         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
43590         * fast/dom/shadow/layout-tests-can-access-shadow.html:
43591         * fast/dom/shadow/resources/shadow-dom.js:
43592         (isShadowRoot):
43593         * fast/events/5056619-expected.txt:
43594         * fast/forms/focus-selection-input-expected.txt:
43595         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
43596         * inspector/elements/shadow-root-expected.txt:
43597         * inspector/elements/update-shadowdom-expected.txt:
43598         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
43599         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
43600         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
43601         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
43602         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
43603         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
43604         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
43605         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
43606         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
43607         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
43608         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
43609         * platform/chromium-win/editing/selection/4975120-expected.txt:
43610         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
43611         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
43612         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
43613         * platform/chromium-win/fast/events/autoscroll-expected.txt:
43614         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
43615         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
43616         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
43617         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
43618         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
43619         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
43620         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
43621         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
43622         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
43623         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
43624         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
43625         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
43626         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
43627         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
43628         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
43629         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
43630         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
43631         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
43632         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
43633         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
43634         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
43635         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
43636         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
43637         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
43638         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
43639         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
43640         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
43641         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
43642         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
43643         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
43644         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
43645         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
43646         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
43647         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
43648         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
43649         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
43650         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
43651         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
43652         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
43653         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
43654         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
43655         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
43656         * resources/dump-as-markup.js:
43657         (Markup._get):
43658
43659 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43660
43661         Unreviewed rebaseline.
43662
43663         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
43664
43665 2012-12-21  Mihai Parparita  <mihaip@chromium.org>
43666
43667         Slow performance with <select> with many options and size >= 2
43668         https://bugs.webkit.org/show_bug.cgi?id=105483
43669
43670         Reviewed by Eric Seidel.
43671
43672         Test that checks that text and non-<option> and <optgroup> element 
43673         children of <select> do not get a renderer.
43674
43675         * fast/forms/menulist-no-renderer-for-unexpected-children-expected.txt: Added.
43676         * fast/forms/menulist-no-renderer-for-unexpected-children.html: Added.
43677
43678 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
43679
43680         Unreviewed EFL gardening.
43681
43682         Rebaseline fast/js/global-constructors.html after r138248.
43683
43684         * platform/efl/fast/js/global-constructors-expected.txt:
43685
43686 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43687
43688         Unreviewed rebaseline.
43689
43690         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
43691
43692 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
43693
43694         Unreviewed EFL gardening.
43695
43696         Mark svg/custom/feDisplacementMap-01.svg as missing.
43697
43698         * platform/efl/TestExpectations:
43699
43700 2012-12-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
43701
43702         [WK2] TiledBackingStore: Scroll position is not reset when new page is loaded
43703         https://bugs.webkit.org/show_bug.cgi?id=105627
43704
43705         Reviewed by Kenneth Rohde Christiansen.
43706
43707         Added a layout test checking scroll position for newly loaded pages.
43708
43709         * fast/dom/resources/check-scroll-position-onload.html: Added.
43710         * fast/dom/scroll-position-for-new-loads-expected.txt: Added.
43711         * fast/dom/scroll-position-for-new-loads.html: Added.
43712
43713 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43714
43715         Unreviewed gardening. Rebaseline after r138365.
43716
43717         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
43718
43719 2012-12-21  Keishi Hattori  <keishi@webkit.org>
43720
43721         Fix typing zero into multiple field input
43722         https://bugs.webkit.org/show_bug.cgi?id=105501
43723
43724         Reviewed by Kent Tamura.
43725
43726         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
43727         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
43728         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
43729         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
43730         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
43731         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
43732         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
43733         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
43734         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
43735
43736 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
43737
43738         [Qt][WK2] Gardening after r138232. Skipped 4 tests timing out.
43739         https://bugs.webkit.org/show_bug.cgi?id=105623
43740
43741         Reviewed by Csaba Osztrogonác.
43742
43743         * platform/qt-5.0-wk2/TestExpectations:
43744
43745 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
43746
43747         [Qt] Gardening after r138316. Skipped a new failing reftest
43748         with minor pixel differences.
43749
43750         Reviewed by Csaba Osztrogonác.
43751
43752         * platform/qt/TestExpectations:
43753
43754 2012-12-21  Adam Bergkvist  <adam.bergkvist@ericsson.com>
43755
43756         MediaStream API: Update the MediaStream constructor
43757         https://bugs.webkit.org/show_bug.cgi?id=98416
43758
43759         Reviewed by Adam Barth.
43760
43761         Updated the MediaStream constructor to support the more general argument
43762         list from the latest Media Capture and Streams specification:
43763         http://dev.w3.org/2011/webrtc/editor/getusermedia.html
43764
43765         * fast/js/constructor-length.html:
43766         * fast/mediastream/MediaStreamConstructor-expected.txt:
43767         * fast/mediastream/MediaStreamConstructor.html:
43768         * platform/blackberry/fast/js/constructor-length-expected.txt:
43769         * platform/chromium/fast/js/constructor-length-expected.txt:
43770         * platform/gtk/fast/js/constructor-length-expected.txt:
43771         * platform/mac/fast/js/constructor-length-expected.txt:
43772         * platform/qt/fast/js/constructor-length-expected.txt:
43773
43774 2012-12-21  Zeno Albisser  <zeno@webkit.org>
43775
43776         [Qt] Add new TestExpectations for qt-5.0-mac-wk2.
43777         https://bugs.webkit.org/show_bug.cgi?id=105424
43778
43779         This change will allow us to run a very specific
43780         subset of the available LayoutTests on a mac buildbot.
43781         The new baseline search path for mac will look as follows:
43782         qt-5.0-mac-wk2 -> qt-5.0-wk2 -> qt-5.0 -> qt-mac -> qt
43783
43784         Reviewed by Dirk Pranke.
43785
43786         * platform/qt-5.0-mac-wk2/TestExpectations: Added.
43787
43788 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
43789
43790         Unreviewed, rolling out r138347.
43791         http://trac.webkit.org/changeset/138347
43792
43793         media/track tests still failing
43794
43795         * platform/chromium/TestExpectations:
43796
43797 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
43798
43799         Unreviewed. Rollout Crash Pass expectation changes for media/track after rolling out r138320.
43800
43801         * platform/chromium/TestExpectations:
43802
43803 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43804
43805         Revert the wrong expectation update done in r138344 and fix a syntax error in TestExpectations for Mac.
43806
43807         * platform/mac/TestExpectations:
43808         * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
43809
43810 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43811
43812         Update Mac test expectation once more.
43813
43814         It turned out that the bug 73865 had been fixed for JSC. So filed the bug 105606 instead.
43815         At this point, I have to add [ Crash Pass ] expectation to the entire media/track for
43816         the lack of alternatives.
43817
43818         i.e. now these media/track tests crashes are tracked by the bug 105606.
43819
43820         * platform/mac/TestExpectations:
43821
43822 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43823
43824         Even more Mac test expectation for bug 73865.
43825
43826         * platform/mac/TestExpectations:
43827
43828 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43829
43830         Add more Mac test expectations for bugs 73865 and 105603.
43831
43832         * platform/mac/TestExpectations:
43833
43834 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43835
43836         Add a Mac test expectation per bug 105601.
43837
43838         * platform/mac/TestExpectations:
43839
43840 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43841
43842         Add another Mac test expectations for the bug 73865.
43843
43844         * platform/mac/TestExpectations:
43845
43846 2012-12-20  Rik Cabanier  <cabanier@adobe.com>
43847
43848         Add canvas blending modes using Core Graphics
43849         https://bugs.webkit.org/show_bug.cgi?id=100070
43850
43851         Reviewed by Dirk Schulze.
43852
43853         Added test files for the new blending modes in Canvas
43854
43855         * fast/canvas/canvas-blend-image-expected.txt: Added.
43856         * fast/canvas/canvas-blend-image.html: Added.
43857         * fast/canvas/canvas-blend-solid-expected.txt: Added.
43858         * fast/canvas/canvas-blend-solid.html: Added.
43859         * fast/canvas/script-tests/canvas-blend-image.js: Added.
43860         (myGetImageData):
43861         (checkBlendModeResult):
43862         (prepareTestScenario):
43863         * fast/canvas/script-tests/canvas-blend-solid.js: Added.
43864         (myGetImageData):
43865         (checkBlendModeResult):
43866         (prepareTestScenario):
43867         * platform/chromium/TestExpectations:
43868         * platform/efl/TestExpectations:
43869         * platform/gtk/TestExpectations:
43870         * platform/qt/TestExpectations:
43871
43872 2012-12-20  Tony Chang  <tony@chromium.org>
43873
43874         [chromium] Unreviewed, mark a new test as failing on Chromium Mac.
43875
43876         * platform/chromium/TestExpectations:
43877
43878 2012-12-20  KyungTae Kim  <ktf.kim@samsung.com>
43879
43880         Percentage min/max width replaced element may incorrectly rendered
43881         https://bugs.webkit.org/show_bug.cgi?id=105264
43882
43883         Reviewed by Tony Chang.
43884
43885         Add test to check when the source of images with percentage min-width is changed.
43886
43887         * fast/css/percent-min-width-img-src-change-expected.txt: Added.
43888         * fast/css/percent-min-width-img-src-change.html: Added.
43889
43890 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43891
43892         Add Mac test expectations for the bug 73865.
43893
43894         * platform/mac/TestExpectations:
43895
43896 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
43897
43898         accessibility/svg-remote-element.html is flaky (times out)
43899         https://bugs.webkit.org/show_bug.cgi?id=105587
43900
43901         Reviewed by Chris Fleizach.
43902
43903         Avoid race condition where the test would never run if the
43904         SVG image was already loaded before the load event listener
43905         gets added.
43906
43907         * accessibility/svg-remote-element.html:
43908
43909 2012-12-20  Emil A Eklund  <eae@chromium.org>
43910
43911         Unreviewed, remove css3/flexbox/flex-algorithm.html from efl, gtk and qt TestExpectations file.
43912
43913         * platform/efl/TestExpectations:
43914         * platform/gtk/TestExpectations:
43915         * platform/qt/TestExpectations:
43916
43917 2012-12-20  Dean Jackson  <dino@apple.com>
43918
43919         REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
43920         https://bugs.webkit.org/show_bug.cgi?id=105584
43921
43922         Unreviewed expected results update. Remove the failure expectation.
43923
43924         * media/video-controls-captions-trackmenu-expected.txt:
43925         * media/video-controls-captions-trackmenu.html:
43926         * platform/mac/TestExpectations:
43927
43928 2012-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>
43929
43930         Unreviewed, rolling out r138270.
43931         http://trac.webkit.org/changeset/138270
43932         https://bugs.webkit.org/show_bug.cgi?id=105589
43933
43934         Many media tests are failing/crashing intermittently, often
43935         pointing at WebCore::HTMLTrackElement::didCompleteLoad as
43936         culprit (Requested by dino_ on #webkit).
43937
43938         * fast/events/constructors/track-event-constructor.html:
43939         * http/tests/security/text-track-crossorigin.html:
43940         * media/track/track-add-track-expected.txt:
43941         * media/track/track-add-track.html:
43942         * media/track/track-element-load-event-expected.txt: Removed.
43943         * media/track/track-element-load-event.html: Removed.
43944         * media/track/track-load-from-src-readyState.html:
43945         * platform/chromium/TestExpectations:
43946         * platform/efl/TestExpectations:
43947         * platform/gtk/TestExpectations:
43948         * platform/mac/TestExpectations:
43949         * platform/qt/TestExpectations:
43950         * platform/win/TestExpectations:
43951
43952 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43953
43954         Add a crash test expectation on Mac. ap is looking into the problem as we speak.
43955
43956         * platform/mac/TestExpectations:
43957
43958 2012-12-20  Elliott Sprehn  <esprehn@chromium.org>
43959
43960         RenderBlock hit testing should ignore PseudoElements
43961         https://bugs.webkit.org/show_bug.cgi?id=105545
43962
43963         Reviewed by Eric Seidel.
43964
43965         Add test for hit testing on pseudo element generated blocks and boxes.
43966
43967         * fast/css-generated-content/block-and-box-hit-testing-expected.txt: Added.
43968         * fast/css-generated-content/block-and-box-hit-testing.html: Added.
43969
43970 2012-12-20  Stephen Chenney  <schenney@chromium.org>
43971
43972         SVG: <altglpyh> for a surrogate pair character in a ligature fails
43973         https://bugs.webkit.org/show_bug.cgi?id=102969
43974
43975         Reviewed by Dirk Schulze.
43976
43977         Test and reference result for altGlyph elements applied to a surrogate pair
43978         following an arabic form. Note that these tests are html, but for the test to fail
43979         without the patch they must be parsed as svg (xml).
43980
43981         * svg/text/alt-glyph-for-surrogate-pair-expected.svg: Added.
43982         * svg/text/alt-glyph-for-surrogate-pair.svg: Added.
43983
43984 2012-12-20  Adam Klein  <adamk@chromium.org>
43985
43986         Properly process <template> end tags when in TemplateContentsMode
43987         https://bugs.webkit.org/show_bug.cgi?id=105556
43988
43989         Reviewed by Eric Seidel.
43990
43991         * html5lib/resources/template.dat:
43992
43993 2012-12-20  Emil A Eklund  <eae@chromium.org>
43994
43995         [flexbox] Fix handling of very large flex grow/shrink values
43996         https://bugs.webkit.org/show_bug.cgi?id=105579
43997
43998         Reviewed by Tony Chang.
43999
44000         Update expectations for element with very large flex grow value.
44001
44002         * css3/flexbox/flex-algorithm.html:
44003
44004 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
44005
44006         Remove an incorrect WK2 result, and two there were identical to the WK1 results.
44007
44008         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
44009         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
44010         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
44011
44012 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
44013
44014         Skip tests in WK2 that rely on eventSender.beginDragWithFiles.
44015
44016         * platform/mac-wk2/TestExpectations:
44017
44018 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44019
44020         Add a Mac test expectation per bug 105584.
44021
44022         * platform/mac/TestExpectations:
44023
44024 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44025
44026         Add a Mac test expectation per bug 105580.
44027
44028         * platform/mac/TestExpectations:
44029
44030 2012-12-20  Ryan Sleevi  <rsleevi@chromium.org>
44031
44032         window.crypto.getRandomValues should return the input ArrayBufferView
44033         https://bugs.webkit.org/show_bug.cgi?id=104845
44034
44035         Reviewed by Kentaro Hara.
44036
44037         * fast/js/resources/js-test-pre.js:
44038         (shouldBeType):
44039         Added helper to assert that an expression returns an object of the
44040         correct type.
44041         * security/crypto-random-values-types-expected.txt:
44042         * security/crypto-random-values-types.html:
44043         Test all possible TypedArray integer types and ensure that both the
44044         correct TypedArray type is returned and that it is equal to the input
44045         type; that is, that the input type is modified in place, rather then
44046         copied.
44047
44048 2012-12-20  Tony Chang  <tony@chromium.org>
44049
44050         [chromium] Unreviewed gardening.
44051
44052         Rebaseline tests mentioned in 105121 and remove tests that are passing on Win bots according to the flakiness dashboard.
44053
44054         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44055         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44056         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44057         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44058         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44059         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44060         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44061         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44062         * platform/chromium/TestExpectations:
44063         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
44064
44065 2012-12-20  Tony Chang  <tony@chromium.org>
44066
44067         [chromium] Unreviewed gardening.
44068
44069         Mark an inspector test as flakey and update form date tests after r138255.
44070
44071         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
44072         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
44073         * platform/chromium/TestExpectations:
44074
44075 2012-12-20  David Dorwin  <ddorwin@chromium.org>
44076
44077         [Chromium] Restore WebM EME canPlayType() expectations.
44078         https://bugs.webkit.org/show_bug.cgi?id=105070
44079
44080         Unreviewed TestExpectations revert of r137225.
44081
44082         * platform/chromium/TestExpectations:
44083
44084 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44085
44086         Add a Mac test expectation per bug 104848.
44087
44088         * platform/mac/TestExpectations:
44089
44090 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44091
44092         Update Mac test expectation per bugs 105566 and 105567.
44093
44094         * platform/mac/TestExpectations:
44095
44096 2012-12-19  Dean Jackson  <dino@apple.com>
44097
44098         Cleanup some captions menu tests
44099         https://bugs.webkit.org/show_bug.cgi?id=105500
44100
44101         Reviewed by Eric Carlson.
44102
44103         Use the helper library where possible. Dynamically add
44104         video.src so that we always get the 'canplaythrough' event.
44105
44106         * media/video-controls-captions-trackmenu-expected.txt:
44107         * media/video-controls-captions-trackmenu-localized.html:
44108         * media/video-controls-captions-trackmenu-sorted.html:
44109         * media/video-controls-captions-trackmenu.html:
44110
44111 2012-12-19  Dean Jackson  <dino@apple.com>
44112
44113         Follow WebVTT line breaking rules
44114         https://bugs.webkit.org/show_bug.cgi?id=105496
44115
44116         Reviewed by Eric Carlson.
44117
44118         Test that captions do emergency line breaking. Since we can't
44119         rely on text dimensions, the test simply compares a caption that
44120         will be on one line to a caption with a single huge word, that must
44121         break at least twice. If the bounding rectangle of the second caption
44122         is bigger than the first, we know we broke.
44123
44124         * media/track/captions-webvtt/long-word.vtt: Added.
44125         * media/track/track-word-breaking-expected.txt: Added.
44126         * media/track/track-word-breaking.html: Added.
44127
44128 2012-12-20  James Simonsen  <simonjam@chromium.org>
44129
44130         [Resource Timing] 304 responses should show up in the timing buffer
44131         https://bugs.webkit.org/show_bug.cgi?id=105490
44132
44133         Reviewed by Tony Gentilcore.
44134
44135         * http/tests/w3c/webperf/resources/generate_resource.php:
44136         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt: Added.
44137         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html: Added.
44138
44139 2012-12-20  Elliott Sprehn  <esprehn@gmail.com>
44140
44141         Block level pseudo elements bleed background color to <html>
44142         https://bugs.webkit.org/show_bug.cgi?id=104855
44143
44144         Reviewed by Julien Chaffraix.
44145
44146         Before r137336 placing a pseudo element :before or :after that was display
44147         block on the <html> element would also set the background color of the
44148         root of the document.
44149
44150         This was because RenderObject::isRoot checked if document()->documentElement() == m_node,
44151         which was true for html:before or html:after with the old implementation
44152         of generated content. Instead it should have compared against node() which
44153         would have compensated for the anonymous generated content.
44154
44155         This is fixed by the new generated content implementation that was turned
44156         on in r137336 because m_node is now the PseudoElement, not the generatingNode.
44157
44158         * fast/css-generated-content/html-pseudo-background-color-expected.html: Added.
44159         * fast/css-generated-content/html-pseudo-background-color.html: Added.
44160
44161 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
44162
44163         Unreviewed. Adjust Mac TestExpectations.
44164         https://bugs.webkit.org/show_bug.cgi?id=105372
44165
44166         Removes accessibility/svg-bounds.html from
44167         platform/mac/TestExpectations.
44168
44169         The problem was caused by bug 97359: committed r138061,
44170         reverted r138121, re-landed r138260 without the bug.
44171
44172         * platform/mac/TestExpectations: remove accessibility/svg-bounds.html
44173
44174 2012-12-20  Antoine Quint  <graouts@apple.com>
44175
44176         onload callback for <track> element attached to <video> does not fire
44177         https://bugs.webkit.org/show_bug.cgi?id=103258
44178
44179         Reviewed by Eric Carlson.
44180
44181         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
44182         needed to be updated to take this into account. Additionally, some existing tests were
44183         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
44184         test the various conditions required for a <track> element to successfully load.
44185
44186         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
44187         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
44188         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
44189         mode on the text track such that it may load per the rules enforced with this patch.
44190         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
44191         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
44192         the text track such that it may load per the rules enforced with this patch. Also, ensure
44193         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
44194         have to wait until the next run loop to be changed to anything but NONE.
44195         * media/track/track-element-load-event-expected.txt: Added.
44196         * media/track/track-element-load-event.html: Added.
44197         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
44198         non-disabled mode on the text track such that it may load per the rules enforced with
44199         this patch.
44200         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
44201         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
44202         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
44203         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
44204         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
44205         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
44206
44207 2012-12-20  Joshua Bell  <jsbell@chromium.org>
44208
44209         IndexedDB: Layout test showing delete database getting two blocked events
44210         https://bugs.webkit.org/show_bug.cgi?id=92674
44211
44212         Reviewed by Tony Chang.
44213
44214         Update/add tests to match the expected behavior where blocked/versionchange events fire
44215         even when a "versionchange" transaction is running.
44216
44217         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
44218         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
44219         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
44220         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
44221         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
44222         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
44223         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
44224         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: Copied from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
44225         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: Renamed from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
44226         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
44227         * storage/indexeddb/resources/factory-deletedatabase.js:
44228         * storage/indexeddb/resources/intversion-gated-on-delete.js:
44229
44230 2012-12-20  Tony Chang  <tony@chromium.org>
44231
44232         [chromium] Unreviewed gardening.
44233
44234         Update pixel results for fast/sub-pixel/transformed-iframe-copy-on-scroll.html
44235         on mac. The test uses mock scrollbars but the old results have real scrollbars.
44236
44237         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
44238         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
44239
44240 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
44241
44242         AX: support clickPoint in DRT for chromium
44243         https://bugs.webkit.org/show_bug.cgi?id=97359
44244
44245         Reviewed by Chris Fleizach.
44246
44247         Enable four more tests now that clickPointX, clickPointY,
44248         and elementAtPoint are implemented for Chromium.
44249
44250         Minor fixes to two tests to make them more robust
44251         across platfoms and when run in parallel.
44252
44253         * accessibility/svg-bounds.html: Updated
44254         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
44255         * accessibility/svg-remote-element.html: Updated
44256         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
44257         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
44258         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
44259         * platform/chromium/TestExpectations: Updated
44260
44261 2012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>
44262
44263         [Qt]REGRESSION(r138222): It made fast/forms/number/number-spinbutton-click-in-iframe.html crash
44264         https://bugs.webkit.org/show_bug.cgi?id=105529
44265
44266         Reviewed by Nate Chapin.
44267
44268         * platform/qt/TestExpectations: Unskip
44269         fast/forms/number/number-spinbutton-click-in-iframe.html.
44270
44271 2012-12-20  Lianghui Chen  <liachen@rim.com>
44272
44273         2 fast/filesystem test cases ask for more space than the size they request when creating the file system
44274         https://bugs.webkit.org/show_bug.cgi?id=105307
44275
44276         Reviewed by Yong Li.
44277
44278         The purpose of this patch is to make these 2 test cases conform to the
44279         size limit, so for platform that wants to enforce the size limit they
44280         will not fail due to quota limit.
44281
44282         * fast/filesystem/resources/file-writer-abort-continue.js:
44283         * fast/filesystem/resources/op-get-metadata.js:
44284
44285 2012-12-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
44286
44287         Fix tests depend on current year
44288         https://bugs.webkit.org/show_bug.cgi?id=105525
44289
44290         Reviewed by Kent Tamura.
44291
44292         Current year was embedded in several expectation files unintentionally.
44293
44294         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
44295         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
44296         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
44297         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
44298         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
44299         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
44300
44301 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
44302
44303         [EFL] Unreviewed gardening.
44304
44305         Marking inspector-protocol/nmi-webaudio* tests as failing,
44306         they don't work yet after r138248.
44307
44308         * platform/efl/TestExpectations:
44309
44310 2012-12-20  Florin Malita  <fmalita@chromium.org>
44311
44312         Incorrect color space conversion for FEImage
44313         https://bugs.webkit.org/show_bug.cgi?id=105437
44314
44315         Reviewed by Dirk Schulze.
44316
44317         Rebaselined Chromium(Linux) results, updated Chromium/EFL/Gtk/Qt expectations.
44318
44319         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
44320         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
44321         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
44322         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
44323         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
44324         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
44325         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
44326         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
44327         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
44328         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
44329         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
44330         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
44331         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
44332         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
44333         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
44334         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
44335         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
44336         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
44337         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
44338         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
44339         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
44340         * platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png:
44341         * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
44342         * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png:
44343         * platform/chromium-win/svg/filters/feImage-position-expected.png:
44344         * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
44345         * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
44346         * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
44347         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
44348         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
44349         * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png:
44350         * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png:
44351         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
44352         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
44353         * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png:
44354         * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png:
44355         * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png:
44356         * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png:
44357         * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png:
44358         * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png:
44359         * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png:
44360         * platform/chromium/TestExpectations:
44361         * platform/efl/TestExpectations:
44362         * platform/gtk/TestExpectations:
44363         * platform/qt/TestExpectations:
44364
44365 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
44366
44367         [EFL] MiniBrowser does not play Infinite Gangnam Style
44368         https://bugs.webkit.org/show_bug.cgi?id=103531
44369
44370         Reviewed by Kenneth Rohde Christiansen.
44371
44372         Marked remaining webaudio failures.
44373
44374         * platform/efl/TestExpectations:
44375
44376 2012-12-20  Csaba Osztrogonác  <ossy@webkit.org>
44377
44378         Unreviewed gardening, skip a crashing test to paint the bots green.
44379
44380         * platform/qt/TestExpectations:
44381
44382 2012-12-20  Zan Dobersek  <zandobersek@gmail.com>
44383
44384         Unreviewed GTK gardening.
44385
44386         Adding a platform-specific baseline for a Shadow DOM test as required after r138165.
44387         Adding failure expectations for two failures introduced separately in r138112 and r138184.
44388
44389         * platform/gtk/TestExpectations:
44390         * platform/gtk/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
44391
44392 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
44393
44394         Unreviewed. Adjust TestExpectations for media/track tests.
44395
44396         * platform/chromium/TestExpectations:
44397
44398 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44399
44400         Update Mac test expectations as suggested by Antoine Quint.
44401
44402         * platform/mac/TestExpectations:
44403
44404 2012-12-19  Yury Semikhatsky  <yurys@chromium.org>
44405
44406         Web Inspector: deny access from injected script to nodes from document with another origin
44407         https://bugs.webkit.org/show_bug.cgi?id=105423
44408
44409         Reviewed by Pavel Feldman.
44410
44411         Test that $0 is ineaccible in the main frame if it is a node from an iframe that
44412         is not accassible beacause of cross origin access checks.
44413
44414         * http/tests/inspector-protocol/access-inspected-object-expected.txt: Added.
44415         * http/tests/inspector-protocol/access-inspected-object.html: Added.
44416         * http/tests/inspector-protocol/resources/test-page.html: Added.
44417
44418 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
44419
44420         Crash in TextTrack::trackIndexRelativeToRenderedTracks()
44421         https://bugs.webkit.org/show_bug.cgi?id=105371
44422
44423         Reviewed by Simon Fraser.
44424
44425         * platform/mac/TestExpectations: Unskip video-controls-captions-trackmenu.html.
44426
44427 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
44428
44429         Update video-controls-captions-trackmenu.html
44430         https://bugs.webkit.org/show_bug.cgi?id=105455
44431
44432         Reviewed by Dean Jackson.
44433
44434         * media/video-controls-captions-trackmenu-expected.txt: Update results.
44435         * media/video-controls-captions-trackmenu.html: Update test to account for sorted menu.
44436
44437 2012-12-19  Filip Pizlo  <fpizlo@apple.com>
44438
44439         JSObject::ensure<IndexingType> should gracefully handle InterceptsGetOwn..., and should never be called when the 'this' is not an object
44440         https://bugs.webkit.org/show_bug.cgi?id=105468
44441
44442         Reviewed by Mark Hahnenberg, Oliver Hunt, and Gavin Barraclough.
44443
44444         * fast/js/dfg-ensure-array-storage-on-string-expected.txt: Added.
44445         * fast/js/dfg-ensure-array-storage-on-string.html: Added.
44446         * fast/js/dfg-ensure-contiguous-on-string-expected.txt: Added.
44447         * fast/js/dfg-ensure-contiguous-on-string.html: Added.
44448         * fast/js/jsc-test-list
44449         * fast/js/script-tests/dfg-ensure-array-storage-on-string.js: Added.
44450         (foo):
44451         * fast/js/script-tests/dfg-ensure-contiguous-on-string.js: Added.
44452         (foo):
44453
44454 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
44455
44456         [chromium] plugins/npp-set-window-called-during-destruction.html is flaky on Win
44457         http://crbug.com/78835
44458
44459         Unreviewed gardening.
44460
44461         * platform/chromium/TestExpectations:
44462
44463 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
44464
44465         [chromium] composited scrolling tests failing on Win
44466         https://bugs.webkit.org/show_bug.cgi?id=105471
44467
44468         Unreviewed gardening.
44469
44470         Mark tests as failing on Win:
44471
44472         platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html
44473         platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html
44474
44475         * platform/chromium/TestExpectations:
44476
44477 2012-12-19  Emil A Eklund  <eae@chromium.org>
44478
44479         [Regression] text-overflow ellipsis clips content when zoomed
44480         https://bugs.webkit.org/show_bug.cgi?id=105456
44481
44482         Reviewed by Levi Weintraub.
44483
44484         Add test for text-overflow: ellipsis.
44485
44486         * fast/sub-pixel/ellipsis-zoom-expected.html: Added.
44487         * fast/sub-pixel/ellipsis-zoom.html: Added.
44488
44489 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44490
44491         Re-skipping touch-input-element-chang-documents.html since it's still
44492         failing on qt and efl.
44493
44494         * platform/efl/TestExpectations:
44495         * platform/qt/TestExpectations:
44496
44497 2012-12-19  Alexis Menard  <alexis@webkit.org>
44498
44499         Implement CSS parsing for CSS transitions unprefixed.
44500         https://bugs.webkit.org/show_bug.cgi?id=104804
44501
44502         Reviewed by Dean Jackson.
44503
44504         Add new tests to cover the unprefixed version as well as the prefixed version of the properties.
44505         It only covers the parsing and the computed style values.
44506
44507         * transitions/transitions-parsing.html: Added.
44508
44509 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44510
44511         Correct missing touch event handler de-registration for nested Documents and DOMWindows
44512         https://bugs.webkit.org/show_bug.cgi?id=105384
44513
44514         Reviewed by James Robinson.
44515
44516         * fast/events/touch/touch-handler-count-expected.txt:
44517         * fast/events/touch/touch-handler-count.html: Adding case of nested DOMWindows with event handlers.
44518
44519 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44520
44521         Unreviewed gardening. The previous rebaseline didn't quite get it right for Mac.
44522
44523         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44524         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44525         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44526         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44527         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44528         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44529
44530 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44531
44532         Unreviewed gardening. Updating expectations following r137847.
44533
44534         * platform/chromium-linux-x86/fast/dom/Window: Added.
44535         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
44536         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
44537         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
44538         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44539         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44540         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44541         * platform/chromium-mac-lion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44542         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44543         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44544         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44545         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44546         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png
44547         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44548         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
44549         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44550         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44551         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44552         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44553         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
44554         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
44555         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44556         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44557         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44558         * platform/chromium/TestExpectations:
44559
44560 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44561
44562         Unreviewed. Fixing incorrect include path and unskipping broken test.
44563
44564         * fast/events/touch/touch-input-element-change-documents.html:
44565         * platform/efl/TestExpectations:
44566         * platform/qt/TestExpectations:
44567
44568 2012-12-19  Dominic Mazzoni  <dmazzoni@google.com>
44569
44570         Support titleUIElement in chromium DRT
44571         https://bugs.webkit.org/show_bug.cgi?id=96529
44572
44573         Reviewed by Chris Fleizach.
44574
44575         Modify aria-labelledby-overrides-label.html to be more cross-platform,
44576         with slightly different expectations on Mac & Chromium.
44577
44578         * accessibility/aria-labelledby-overrides-label.html:
44579         * platform/chromium/TestExpectations:
44580         * platform/chromium/accessibility/aria-labelledby-overrides-label-expected.txt: Copied from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
44581         * platform/mac/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
44582
44583 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
44584
44585         [EFL] Unreviewed gardening.
44586
44587         Adding platform specific expectations since our error msg is chattier,
44588         test was introduced in r138165.
44589         Also, marking a crash failure.
44590
44591         * platform/efl/TestExpectations:
44592         * platform/efl/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
44593
44594 2012-12-19  Zan Dobersek  <zandobersek@gmail.com>
44595
44596         Unreviewed GTK gardening.
44597
44598         Rebaselining two tests after r137953 and r138102.
44599         Updating test expectations as necessary.
44600
44601         * platform/gtk/TestExpectations:
44602         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
44603         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt:
44604
44605 2012-12-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
44606
44607         Unable to place the caret at the end of the first line, when followed by a block, in the vertical writing mode.
44608         https://bugs.webkit.org/show_bug.cgi?id=104794
44609
44610         Reviewed by Ryosuke Niwa.
44611
44612         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode-expected.txt: Added.
44613         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html: Added.
44614         Test added for verifying that a caret is painted at the end of the text
44615         in the first vertical line, when followed by a block.
44616
44617 2012-12-19  Hayato Ito  <hayato@chromium.org>
44618
44619         Expose WebKitShadowRoot constructor to DOMWindow.
44620         https://bugs.webkit.org/show_bug.cgi?id=105385
44621
44622         Reviewed by Dimitri Glazkov.
44623
44624         * fast/dom/shadow/shadow-root-js-api-expected.txt:
44625         * fast/dom/shadow/shadow-root-js-api.html:
44626         * fast/js/global-constructors-expected.txt:
44627         * platform/efl/fast/js/global-constructors-expected.txt:
44628         * platform/gtk/fast/js/global-constructors-expected.txt:
44629
44630 2012-12-19  Tim Volodine  <timvolodine@chromium.org>
44631
44632         Text Autosizing: Work out what to do about form controls
44633         https://bugs.webkit.org/show_bug.cgi?id=102560
44634
44635         Reviewed by Kenneth Rohde Christiansen.
44636
44637         Tests for form input elements autosizing. Added tests to check that various kinds of form elements
44638         don't get autosized, i.e. buttons, textareas, check boxes, radio button and selection menus.
44639
44640         * fast/text-autosizing/form-controls-autosizing-button-input-elements-expected.html: Added.
44641         * fast/text-autosizing/form-controls-autosizing-button-input-elements.html: Added.
44642         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element-expected.html: Added.
44643         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html: Added.
44644         * fast/text-autosizing/form-controls-autosizing-radio-input-element-expected.html: Added.
44645         * fast/text-autosizing/form-controls-autosizing-radio-input-element.html: Added.
44646         * fast/text-autosizing/form-controls-autosizing-select-element-expected.html: Added.
44647         * fast/text-autosizing/form-controls-autosizing-select-element.html: Added.
44648         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements-expected.html: Added.
44649         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html: Added.
44650
44651 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
44652
44653         [Qt] Unreviewed gardening, update pixel results.
44654
44655         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Removed.
44656         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Removed.
44657         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Removed.
44658         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
44659         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
44660         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Removed.
44661         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Removed.
44662         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
44663         * platform/qt/compositing/masks/masked-ancestor-expected.png:
44664         * platform/qt/compositing/reflections/reflection-in-composited-expected.png:
44665         * platform/qt/compositing/shadows/shadow-drawing-expected.png:
44666         * platform/qt/css1/box_properties/border_style-expected.png:
44667         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
44668         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
44669         * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
44670         * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
44671         * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
44672         * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
44673         * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
44674         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
44675         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
44676         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
44677         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
44678         * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
44679         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
44680         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
44681         * platform/qt/editing/selection/extend-by-character-002-expected.png:
44682         * platform/qt/editing/selection/extend-by-character-004-expected.png:
44683         * platform/qt/editing/selection/move-by-character-002-expected.png:
44684         * platform/qt/editing/selection/move-by-character-004-expected.png:
44685         * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
44686         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
44687         * platform/qt/fast/backgrounds/transformed-body-background-expected.png: Added.
44688         * platform/qt/fast/backgrounds/transformed-body-html-background-expected.png: Added.
44689         * platform/qt/fast/backgrounds/transformed-html-body-background-expected.png: Added.
44690         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
44691         * platform/qt/fast/css/outline-auto-location-expected.png:
44692         * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
44693         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
44694         * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png.
44695         * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png.
44696         * platform/qt/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png.
44697         * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
44698         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
44699         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
44700         * platform/qt/fast/forms/select-baseline-expected.png:
44701         * platform/qt/fast/inline/continuation-outlines-expected.png:
44702         * platform/qt/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
44703         * platform/qt/fast/layers/scroll-with-transform-layer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png.
44704         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
44705         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
44706         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
44707         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
44708         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
44709         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
44710         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
44711         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
44712         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
44713         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
44714         * platform/qt/fast/replaced/selection-rect-transform-expected.png:
44715         * platform/qt/fast/table/035-vertical-expected.png:
44716         * platform/qt/fast/table/border-collapsing/001-expected.png:
44717         * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
44718         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
44719         * platform/qt/fast/transforms/transform-table-row-expected.png:
44720         * platform/qt/fast/transforms/transformed-caret-expected.png:
44721         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
44722         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
44723         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
44724         * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
44725         * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
44726         * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
44727         * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
44728         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
44729         * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
44730         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
44731         * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
44732         * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
44733         * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
44734         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
44735         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
44736         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
44737         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
44738         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
44739         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
44740         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
44741         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
44742         * platform/qt/svg/as-background-image/svg-as-background-5-expected.png:
44743         * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
44744         * platform/qt/svg/batik/text/smallFonts-expected.png:
44745         * platform/qt/svg/batik/text/textAnchor-expected.png:
44746         * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
44747         * platform/qt/svg/batik/text/textOnPath-expected.png:
44748         * platform/qt/svg/batik/text/textOnPath2-expected.png:
44749         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png:
44750         * platform/qt/svg/batik/text/verticalText-expected.png:
44751         * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
44752         * platform/qt/svg/batik/text/xmlSpace-expected.png:
44753         * platform/qt/svg/carto.net/button-expected.png:
44754         * platform/qt/svg/carto.net/colourpicker-expected.png:
44755         * platform/qt/svg/carto.net/slider-expected.png:
44756         * platform/qt/svg/carto.net/textbox-expected.png:
44757         * platform/qt/svg/carto.net/window-expected.png:
44758         * platform/qt/svg/css/text-shadow-multiple-expected.png:
44759         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png:
44760         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png:
44761         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png:
44762         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png:
44763         * platform/qt/svg/custom/focus-ring-expected.png:
44764         * platform/qt/svg/custom/font-face-simple-expected.png:
44765         * platform/qt/svg/custom/foreign-object-skew-expected.png:
44766         * platform/qt/svg/custom/invalid-css-expected.png:
44767         * platform/qt/svg/custom/marker-default-width-height-expected.png:
44768         * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
44769         * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
44770         * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
44771         * platform/qt/svg/custom/stroked-pattern-expected.png:
44772         * platform/qt/svg/custom/text-rotated-gradient-expected.png:
44773         * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
44774         * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
44775         * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
44776         * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
44777         * platform/qt/svg/custom/tref-own-content-removal-expected.png:
44778         * platform/qt/svg/custom/use-detach-expected.png:
44779         * platform/qt/svg/custom/viewbox-syntax-expected.png:
44780         * platform/qt/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png.
44781         * platform/qt/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png.
44782         * platform/qt/svg/dom/SVGLengthList-getItem-expected.png: Added.
44783         * platform/qt/svg/dom/SVGLengthList-initialize-expected.png: Added.
44784         * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png.
44785         * platform/qt/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png.
44786         * platform/qt/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
44787         * platform/qt/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png.
44788         * platform/qt/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png.
44789         * platform/qt/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png.
44790         * platform/qt/svg/dom/SVGPathSegList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png.
44791         * platform/qt/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png.
44792         * platform/qt/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png.
44793         * platform/qt/svg/dom/SVGPathSegList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png.
44794         * platform/qt/svg/dom/SVGPathSegList-replaceItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png.
44795         * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
44796         * platform/qt/svg/dom/SVGPointList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png.
44797         * platform/qt/svg/dom/SVGStringList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png.
44798         * platform/qt/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png.
44799         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
44800         * platform/qt/svg/hixie/perf/003-expected.png:
44801         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
44802         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
44803         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
44804         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
44805         * platform/qt/svg/text/select-x-list-1-expected.png:
44806         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
44807         * platform/qt/svg/text/small-fonts-2-expected.png:
44808         * platform/qt/svg/text/small-fonts-3-expected.png:
44809         * platform/qt/svg/text/text-align-01-b-expected.png:
44810         * platform/qt/svg/text/text-align-02-b-expected.png:
44811         * platform/qt/svg/text/text-align-03-b-expected.png:
44812         * platform/qt/svg/text/text-align-06-b-expected.png:
44813         * platform/qt/svg/text/text-fonts-02-t-expected.png:
44814         * platform/qt/svg/text/text-path-01-b-expected.png:
44815         * platform/qt/svg/text/text-text-03-b-expected.png:
44816         * platform/qt/svg/text/text-text-05-t-expected.png:
44817         * platform/qt/svg/text/text-tref-01-b-expected.png:
44818         * platform/qt/svg/text/text-tselect-01-b-expected.png:
44819         * platform/qt/svg/text/text-tspan-01-b-expected.png:
44820         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
44821         * platform/qt/svg/transforms/svg-css-transforms-expected.png:
44822         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
44823         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44824         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
44825         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44826         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
44827         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
44828         * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
44829         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
44830         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
44831         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
44832         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
44833         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
44834         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
44835         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
44836         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
44837         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
44838         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
44839         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
44840         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
44841         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
44842         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
44843         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
44844         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
44845         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
44846         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
44847         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
44848         * platform/qt/transforms/svg-vs-css-expected.png:
44849
44850 2012-12-19  Kunihiko Sakamoto  <ksakamoto@chromium.org>
44851
44852         INPUT_MULTIPLE_FIELDS_UI: Make year field readonly if min and max have the same year
44853         https://bugs.webkit.org/show_bug.cgi?id=105383
44854
44855         Reviewed by Kent Tamura.
44856
44857         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Added.
44858         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Added.
44859         * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Tweak so year field is focusable.
44860         * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44861         * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44862         * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44863
44864 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
44865
44866         Unreviewed gardening, skip flakey tests.
44867
44868         * platform/qt-5.0-wk2/TestExpectations:
44869
44870 2012-12-19  Renata Hodovan  <reni@webkit.org>
44871
44872         CSSParser crases, when no context is available, and the value is a valid keyword
44873         https://bugs.webkit.org/show_bug.cgi?id=105275
44874
44875         Reviewed by Tony Chang.
44876
44877         ParserContext could be null even if the keyword is valid. We have to check it.
44878
44879         * fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt: Added.
44880         * fast/css/invalid-parsercontext-valid-keyword-crash.svg: Added.
44881
44882 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
44883
44884         [EFL] Unreviewed gardening.
44885
44886         Adding failing touch events case, details in bug 105406.
44887
44888         * platform/efl/TestExpectations:
44889
44890 2012-12-19  Tommy Widenflycht  <tommyw@chromium.org>
44891
44892         [JSC] Add support for overloaded constructors
44893         https://bugs.webkit.org/show_bug.cgi?id=103226
44894
44895         Reviewed by Kentaro Hara.
44896
44897         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
44898
44899 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
44900
44901         [EFL] Mark XHR tests flaky (unreliable console logging)
44902         https://bugs.webkit.org/show_bug.cgi?id=105403
44903
44904         Unreviewed gardening: mark a bunch of xmlhttprequest tests flaky.
44905
44906         * platform/efl/TestExpectations:
44907
44908 2012-12-19  János Badics  <jbadics@inf.u-szeged.hu>
44909
44910         [Qt] Gardening after r138095, skip a newly added, but failing test.
44911         https://bugs.webkit.org/show_bug.cgi?id=105406
44912
44913         Reviewed by Csaba Osztrogonác.
44914
44915         * platform/qt/TestExpectations:
44916
44917 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
44918
44919         Unreviewed gardening. Move chromium-mac image to chromium where it will also be used for win and linux.
44920
44921         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png.
44922
44923 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
44924
44925         Unreviewed, rolling out r138129.
44926         http://trac.webkit.org/changeset/138129
44927         https://bugs.webkit.org/show_bug.cgi?id=105399
44928
44929         reapply patch r138123. The problem was on chromium side at r173875.
44930
44931         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
44932         * fast/dom/shadow/getelementbyid-shadow.html: Added.
44933
44934 2012-12-19  Takashi Sakamoto  <tasak@google.com>
44935
44936         [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute
44937         https://bugs.webkit.org/show_bug.cgi?id=85864
44938
44939         Reviewed by Ryosuke Niwa.
44940
44941         * fast/dom/shadow/title-element-in-shadow-expected.txt: Added.
44942         * fast/dom/shadow/title-element-in-shadow.html: Added.
44943
44944 2012-12-19  Sheriff Bot  <webkit.review.bot@gmail.com>
44945
44946         Unreviewed, rolling out r138123.
44947         http://trac.webkit.org/changeset/138123
44948         https://bugs.webkit.org/show_bug.cgi?id=105399
44949
44950         It broke compositing/visibility/visibility-simple-video-
44951         layer.html (Requested by loislo on #webkit).
44952
44953         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Removed.
44954         * fast/dom/shadow/getelementbyid-shadow.html: Removed.
44955
44956 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
44957
44958         transitions/interrupted-accelerated-transition.html should use pauseAPI
44959         https://bugs.webkit.org/show_bug.cgi?id=103524
44960
44961         Reviewed by Simon Fraser.
44962
44963         In certain situations interrupted-accelerated-transition.html exceeds the
44964         test tolerance, making the test flaky. Use the pauseAPI so we don't
44965         depend on javascript timing.
44966
44967         * transitions/resources/interrupted-accelerated-transition-final.html:
44968
44969 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
44970
44971         Unreviewed gardening. Restore expectations for mac.
44972
44973         The tests still have problem with scroller image.
44974
44975         * platform/chromium/TestExpectations:
44976         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
44977         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
44978         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]
44979
44980 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
44981
44982         Unreviewed gardening. Update expectation for mac and remove wrong expectation for win.
44983
44984         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
44985         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
44986
44987 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
44988
44989         AX: radio-button-checkbox-size is Mac-specific and should be moved.
44990         https://bugs.webkit.org/show_bug.cgi?id=105382
44991
44992         Reviewed by Chris Fleizach.
44993
44994         Move radio-button-checkbox-size to platform/mac because the
44995         behavior it tests for is Mac-specific. Take it out of the
44996         Chromium TestExpectations file.
44997
44998         * platform/chromium/TestExpectations:
44999         * platform/mac/accessibility/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/accessibility/radio-button-checkbox-size-expected.txt.
45000         * platform/mac/accessibility/radio-button-checkbox-size.html: Renamed from LayoutTests/accessibility/radio-button-checkbox-size.html.
45001
45002 2012-12-18  Shinya Kawanaka  <shinyak@chromium.org>
45003
45004         ShadowRoot.getElementById() returns a deleted element
45005         https://bugs.webkit.org/show_bug.cgi?id=105243
45006
45007         Reviewed by Dimitri Glazkov.
45008
45009         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
45010         * fast/dom/shadow/getelementbyid-shadow.html: Added.
45011
45012 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45013
45014         Unreviewed, rolling out r138061.
45015         https://bugs.webkit.org/show_bug.cgi?id=105396
45016
45017         Original patch:
45018         http://trac.webkit.org/changeset/138061
45019         https://bugs.webkit.org/show_bug.cgi?id=97359
45020
45021         It is crashing on Debug bots
45022
45023         * accessibility/svg-bounds.html:
45024         * accessibility/svg-remote-element-expected.txt:
45025         * accessibility/svg-remote-element.html:
45026         * platform/chromium/TestExpectations:
45027         * platform/chromium/accessibility/svg-bounds-expected.txt: Copied from LayoutTests/accessibility/svg-bounds-expected.txt.
45028         * platform/mac/accessibility/svg-bounds-expected.txt: Renamed from LayoutTests/accessibility/svg-bounds-expected.txt.
45029         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/accessibility/svg-remote-element-expected.txt.
45030
45031 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
45032
45033         Unreviewed gardening, skip a new failing test.
45034
45035         * platform/qt-5.0-wk1/TestExpectations:
45036
45037 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45038
45039         Unreviewed rebaseline after r138075. Remove entries for passing tests and one bad expectation for a reftest by dpranke@chromium.org
45040
45041         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
45042
45043 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45044
45045         Unreviewed rebaseline.
45046
45047         * platform/chromium-linux-x86/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45048         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.png: Added.
45049         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45050         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.png: Added.
45051         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45052
45053 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45054
45055         Unreviewed gardening. Layout Test fast/events/touch/touch-input-element-change-documents.html is failing
45056         https://bugs.webkit.org/show_bug.cgi?id=105388
45057
45058         wrong path to the js-test-pre.js
45059
45060         * fast/events/touch/touch-input-element-change-documents.html:
45061
45062 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45063
45064         AX: aria-controls-with-tabs should run on Chromium
45065         https://bugs.webkit.org/show_bug.cgi?id=105381
45066
45067         Reviewed by Chris Fleizach.
45068
45069         Use accessibleElementById so the test works on all platforms,
45070         and specifically unskip it in the Chromium expectations.
45071
45072         * accessibility/aria-controls-with-tabs.html:
45073         * platform/chromium/TestExpectations:
45074
45075 2012-12-18  Anton Vayvod  <avayvod@chromium.org>
45076
45077         Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
45078         https://bugs.webkit.org/show_bug.cgi?id=103627
45079
45080         Reviewed by Julien Chaffraix.
45081
45082         Modified existing tests to reflect the new autosizing approach to handling of the elements that are
45083         wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster.
45084
45085         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
45086         * fast/text-autosizing/cluster-wide-in-narrow.html:
45087         * fast/text-autosizing/wide-child-expected.html:
45088         * fast/text-autosizing/wide-child.html:
45089         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html:
45090         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html:
45091
45092 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45093
45094         Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero
45095         https://bugs.webkit.org/show_bug.cgi?id=105379
45096
45097         Reviewed by Gavin Barraclough.
45098
45099         * fast/js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Added.
45100         * fast/js/dfg-ensure-non-array-array-storage-on-window.html: Added.
45101         * fast/js/script-tests/dfg-ensure-non-array-array-storage-on-window.js: Added.
45102         (foo):
45103         (bar):
45104         (.shouldBe):
45105
45106 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45107
45108         Unreviewed, fix expected file to have the right test description.
45109
45110         * fast/js/dfg-ensure-array-storage-on-window-expected.txt:
45111
45112 2012-12-18  Tim Horton  <timothy_horton@apple.com>
45113
45114         fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
45115         https://bugs.webkit.org/show_bug.cgi?id=105375
45116
45117         Reviewed by Beth Dakin.
45118
45119         Don't InsertText text content with an apostrophe in it, as this can break
45120         on platforms where apostrophes turn into curly quotes.
45121
45122         * fast/css/image-set-value-not-removed-crash-expected.txt:
45123         * fast/css/image-set-value-not-removed-crash.html:
45124         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.
45125
45126 2012-12-18  Levi Weintraub  <leviw@chromium.org>
45127
45128         Input elements with default touch handlers don't update handler counts when changing documents
45129         https://bugs.webkit.org/show_bug.cgi?id=105334
45130
45131         Reviewed by James Robinson.
45132
45133         * fast/events/touch/touch-input-element-change-documents-expected.txt: Added.
45134         * fast/events/touch/touch-input-element-change-documents.html: Added.
45135
45136 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45137
45138         Skip two asserting tests in Debug.
45139
45140         * platform/mac/TestExpectations:
45141
45142 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45143
45144         New baseline for Acid3 test.
45145
45146         * platform/mac/http/tests/misc/acid3-expected.txt:
45147
45148 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45149
45150         Rebaseline some tests on Lion.
45151
45152         * platform/mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
45153         * platform/mac-lion/fast/text/orientation-sideways-expected.txt: Added.
45154         * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt:
45155         * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
45156
45157 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45158
45159         Fix the test description.
45160         
45161         Rubber stamped by Mark Hahnenberg.
45162
45163         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
45164
45165 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45166
45167         DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
45168         https://bugs.webkit.org/show_bug.cgi?id=105365
45169
45170         Reviewed by Mark Hahnenberg.
45171
45172         * fast/js/dfg-ensure-array-storage-on-window-expected.txt: Added.
45173         * fast/js/dfg-ensure-array-storage-on-window.html: Added.
45174         * fast/js/indexed-setter-on-global-object-expected.txt: Added.
45175         * fast/js/indexed-setter-on-global-object.html: Added.
45176         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js: Added.
45177         (foo):
45178         * fast/js/script-tests/indexed-setter-on-global-object.js: Added.
45179
45180 2012-12-18  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
45181
45182         EventSource should support CORS
45183         https://bugs.webkit.org/show_bug.cgi?id=61862
45184
45185         Reviewed by Alexey Proskuryakov.
45186
45187         Added new CORS tests for EventSource. Modified existing test to verify
45188         that the new constructor argument can be passed to the constructor.
45189
45190         * fast/eventsource/eventsource-constructor-expected.txt:
45191         * fast/eventsource/eventsource-constructor.html:
45192         * fast/js/constructor-length.html:
45193         * http/tests/eventsource/eventsource-cors-basic-expected.txt: Added.
45194         * http/tests/eventsource/eventsource-cors-basic.html: Added.
45195         * http/tests/eventsource/eventsource-cors-no-server-expected.txt: Added.
45196         * http/tests/eventsource/eventsource-cors-no-server.html: Added.
45197         * http/tests/eventsource/eventsource-cors-with-credentials-expected.txt: Added.
45198         * http/tests/eventsource/eventsource-cors-with-credentials.html: Added.
45199         * http/tests/eventsource/resources/es-cors-basic.php: Added.
45200         * http/tests/eventsource/resources/es-cors-credentials.php: Added.
45201         * platform/blackberry/fast/js/constructor-length-expected.txt:
45202         * platform/chromium/fast/js/constructor-length-expected.txt:
45203         * platform/gtk/fast/js/constructor-length-expected.txt:
45204         * platform/mac/fast/js/constructor-length-expected.txt:
45205         * platform/qt/fast/js/constructor-length-expected.txt:
45206
45207 2012-12-18  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
45208
45209         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
45210         https://bugs.webkit.org/show_bug.cgi?id=104775
45211
45212         Reviewed by Dean Jackson.
45213
45214         Test that we can click 2nd line inside inline-block in vertical writing mode.
45215
45216         * fast/writing-mode/vertical-inline-block-hittest-expected.txt: Added.
45217         * fast/writing-mode/vertical-inline-block-hittest.html: Added.
45218
45219 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45220
45221         Allow position:sticky elements to be moved by the scrolling thread
45222         https://bugs.webkit.org/show_bug.cgi?id=105245
45223
45224         Reviewed by Beth Dakin.
45225
45226         Sticky position tests that dump the scrolling tree.
45227
45228         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt: Added.
45229         * platform/mac/tiled-drawing/sticky/sticky-horizontal.html: Added.
45230         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
45231         * platform/mac/tiled-drawing/sticky/sticky-vertical.html: Added.
45232
45233 2012-12-18  Dirk Pranke  <dpranke@chromium.org>
45234
45235         Remove entries for passing tests and one bad expectation for a reftest.
45236
45237         Unreviewed.
45238
45239         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
45240         * platform/chromium/TestExpectations:
45241
45242 2012-12-18  Dean Jackson  <dino@apple.com>
45243
45244         Track menu needs localization
45245         https://bugs.webkit.org/show_bug.cgi?id=105233
45246
45247         Reviewed by Eric Carlson.
45248
45249         Test to exercise the localization of strings in the captions menu.
45250         While I was here I merged some common code into a helper file.
45251
45252         * media/trackmenu-test.js: Added. New helper file to run common test operations.
45253         * media/video-controls-captions-trackmenu-localized-expected.txt: Added.
45254         * media/video-controls-captions-trackmenu-localized.html: Added.
45255         * media/video-controls-captions-trackmenu-sorted.html: Updated to use helper functions.
45256         * platform/chromium/TestExpectations: Skip unimplemented test.
45257         * platform/efl/TestExpectations: Ditto.
45258         * platform/gtk/TestExpectations: Ditto.
45259         * platform/qt/TestExpectations: Ditto.
45260
45261 2012-12-18  Beth Dakin  <bdakin@apple.com>
45262
45263         https://bugs.webkit.org/show_bug.cgi?id=102579
45264         [mac] Enable scaled cursors
45265
45266         Reviewed by Dean Jackson.
45267
45268         Un-skip these tests now that the feature is enabled.
45269         * platform/mac/TestExpectations:
45270
45271 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45272
45273         [chromium] Unreviewed gardening.
45274
45275         Updating the expectation and unskipping a test whose output was correct.
45276
45277         * platform/chromium/TestExpectations:
45278         * platform/chromium/accessibility/legend-expected.txt:
45279
45280 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45281
45282         AX: support clickPoint in DRT for chromium
45283         https://bugs.webkit.org/show_bug.cgi?id=97359
45284
45285         Reviewed by Chris Fleizach.
45286
45287         Enable four more tests now that clickPointX, clickPointY,
45288         and elementAtPoint are implemented for Chromium.
45289
45290         Minor fixes to two tests to make them more robust
45291         across platfoms and when run in parallel.
45292
45293         * accessibility/svg-bounds.html: Updated
45294         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
45295         * accessibility/svg-remote-element.html: Updated
45296         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
45297         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
45298         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
45299         * platform/chromium/TestExpectations: Updated
45300
45301 2012-12-18  Adam Klein  <adamk@chromium.org>
45302
45303         [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
45304         https://bugs.webkit.org/show_bug.cgi?id=104142
45305
45306         Reviewed by Eric Seidel.
45307
45308         Added test that the original template context is retained after inner template.
45309
45310         * html5lib/resources/template.dat:
45311
45312 2012-12-18  Hans Muller  <hmuller@adobe.com>
45313
45314         [CSS Exclusions] shape-inside layout fails to adjust first line correctly for writing-mode: vertical-rl
45315         https://bugs.webkit.org/show_bug.cgi?id=104419
45316
45317         Reviewed by Dirk Schulze.
45318
45319         For the vertical writing modes, verify that rounded rectangle shape-inside content is
45320         adjusted in the logical down direction when it will not fit betwen the rounded corners.
45321
45322         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html: Added.
45323         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html: Added.
45324
45325 2012-12-18  Bear Travis  <betravis@adobe.com>
45326
45327         [CSS Exclusions] Blocks should not re-use their parent's ExclusionShapeInsideInfo
45328         if they participate in inline layout
45329         https://bugs.webkit.org/show_bug.cgi?id=104582
45330
45331         Reviewed by Julien Chaffraix.
45332
45333         Test that recursive inline layouts work correctly.
45334  
45335         * fast/exclusions/resources/simple-rectangle.js:
45336         (createRectangleTest): Remove extra ':' from pseudo-element.
45337         (createRectangleTestResult): Ditto.
45338         * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
45339         * fast/exclusions/shape-inside/shape-inside-recursive-layout.html: Added.
45340  
45341 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
45342
45343         Unreviewed GTK gardening.
45344
45345         Removing failures for a bunch of tests that are now passing due to
45346         various reasons.
45347
45348         * platform/gtk/TestExpectations:
45349
45350 2012-12-18  Tony Chang  <tony@chromium.org>
45351
45352         REGRESSION(r136324): flex items with percent heights not resizing
45353         https://bugs.webkit.org/show_bug.cgi?id=105213
45354
45355         Reviewed by Ojan Vafai.
45356
45357         Add a test that changes the height of a flexbox with a percentage height child.
45358
45359         * css3/flexbox/flexitem-percent-height-change-expected.txt: Added.
45360         * css3/flexbox/flexitem-percent-height-change.html: Added.
45361
45362 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
45363
45364         Fix position:-webkit-sticky behavior when zoomed
45365         https://bugs.webkit.org/show_bug.cgi?id=105251
45366
45367         Reviewed by Dean Jackson.
45368
45369         Ref test for sticky elements in a zoomed page.
45370         
45371         This test is marked as failing for WK1, because scrollbars always show on
45372         zoomed pages and cannot be hidden there.
45373
45374         * fast/css/sticky/sticky-top-zoomed-expected.html: Added.
45375         * fast/css/sticky/sticky-top-zoomed.html: Added.
45376         * platform/mac-wk2/TestExpectations:
45377         * platform/mac/TestExpectations:
45378
45379 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45380
45381         [EFL] Unreviewed gardening.
45382
45383         Added new baselines marked tests flaky due to Accessibility code
45384         crashes.
45385
45386         * platform/efl-wk2/TestExpectations:
45387         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png: Added.
45388         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Added.
45389
45390 2012-12-18  Emil A Eklund  <eae@chromium.org>
45391
45392         Have kFixedPointDenominator be constant across ports
45393         https://bugs.webkit.org/show_bug.cgi?id=104843
45394
45395         Reviewed by Julien Chaffraix.
45396         
45397         Unskip the following tests on efl, qt and gtk:
45398         fast/css/large-number-round-trip.html
45399         fast/css/large-numbers.html 
45400
45401         Remove platform specific results for large-number-round-trip.html.
45402
45403         * fast/css/large-number-round-trip-expected.txt:
45404         * platform/chromium/fast/css/large-number-round-trip-expected.txt: Removed.
45405         * platform/efl/TestExpectations:
45406         * platform/gtk/TestExpectations:
45407         * platform/mac/fast/css/large-number-round-trip-expected.txt: Removed.
45408         * platform/qt/TestExpectations:
45409
45410 2012-12-18  Sheriff Bot  <webkit.review.bot@gmail.com>
45411
45412         Unreviewed, rolling out r137979.
45413         http://trac.webkit.org/changeset/137979
45414         https://bugs.webkit.org/show_bug.cgi?id=105311
45415
45416         nodeName returned by the inspector protocol commands should
45417         match one accessible fro JS (Requested by yurys_ on #webkit).
45418
45419         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
45420         * inspector/elements/shadow-root-expected.txt:
45421         * inspector/elements/shadow-root.html:
45422
45423 2012-12-18  W. James MacLean  <wjmaclean@chromium.org>
45424
45425         [chromium] Unreviewed gardening: marking test as flaky on Linux Dbg bot.
45426         http://webkit.org/b/86114
45427
45428         Unreviewed gardening.
45429
45430         * platform/chromium/TestExpectations:
45431
45432 2012-12-18  Eric Carlson  <eric.carlson@apple.com>
45433
45434         Add in-band text track cues only once
45435         https://bugs.webkit.org/show_bug.cgi?id=104593
45436
45437         Reviewed by Dean Jackson.
45438
45439         Test to ensure that in-band text track cues are not added to the the cue list more than once.
45440
45441         * media/track/track-in-band-cues-added-once-expected.txt: Added.
45442         * media/track/track-in-band-cues-added-once.html: Added.
45443         * platform/chromium/TestExpectations:
45444         * platform/efl/TestExpectations:
45445         * platform/gtk/TestExpectations:
45446         * platform/mac/TestExpectations:
45447         * platform/qt/TestExpectations:
45448         * platform/win/TestExpectations:
45449
45450 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45451
45452         [WK2] Unreviewed gardening.
45453
45454         Fixed malformed entry on the WK2 expectations file.
45455
45456         * platform/wk2/TestExpectations:
45457
45458 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45459
45460         Unreviewed rebaseline new test introdiced at r138003
45461
45462         * inspector-protocol/media-query-listener-exception-expected.txt:
45463         * platform/chromium/inspector-protocol/media-query-listener-exception-expected.txt: Copied from LayoutTests/inspector-protocol/media-query-listener-exception-expected.txt.
45464
45465 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45466
45467         [EFL] Unreviewed gardening
45468
45469         Skipped some accessibility because of missing bits on EFL.
45470
45471         * platform/efl-wk2/TestExpectations:
45472
45473 2012-12-17  Yury Semikhatsky  <yurys@chromium.org>
45474
45475         Web Inspector: MediaQueryList listener silently catches errors
45476         https://bugs.webkit.org/show_bug.cgi?id=105162
45477
45478         Reviewed by Alexander Pavlov.
45479
45480         Test that uncaught exception in MediaQueryListListener will be logged to the console.
45481
45482         * http/tests/inspector-protocol/resources/protocol-test.js:
45483         (runTest):
45484         * inspector-protocol/media-query-listener-exception-expected.txt: Added.
45485         * inspector-protocol/media-query-listener-exception.html: Added.
45486
45487 2012-12-18  Dominik Röttsches  <dominik.rottsches@intel.com>
45488
45489         webaudio/oscillator* tests should use OfflineAudioContext
45490         https://bugs.webkit.org/show_bug.cgi?id=105174
45491
45492         Reviewed by Kentaro Hara.
45493
45494         webaudio/oscillator* tests were using the slower webkitAudioContext for output rendering.
45495         Replacing the usage with webkitOfflineAudioContext allows for faster-than-realtime rendering
45496         in testing. Also, it avoids a deprecation warning on the console.
45497
45498         * webaudio/resources/oscillator-testing.js: Replace usage of webkitAudioContext with webkitOfflineAudioContext
45499         (generateExponentialOscillatorSweep):
45500
45501 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
45502
45503         Unreviewed gardening.
45504
45505         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Updated.
45506         * platform/wk2/TestExpectations: Skip a new failing test.
45507
45508 2012-12-18  Szilard Ledan  <szledan@inf.u-szeged.hu>
45509
45510         [Qt] Unreviewed gardening.
45511
45512         Rebaselining a test after r137953.
45513
45514         * platform/qt/editing/selection/move-by-character-6-expected.txt:
45515
45516 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
45517
45518         Unreviewed GTK gardening.
45519
45520         Rebaselining a test after r137953.
45521         Adding back failure expectations for SVG viewspec tests after the rollout in r137947.
45522         Enhancing failure expectation for a slow HTTP multipart test that can pass,
45523         fail or timeout.
45524
45525         * platform/gtk/TestExpectations:
45526         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
45527
45528 2012-12-17  Ilya Tikhonovsky  <loislo@chromium.org>
45529
45530         Unreviewed rebaseline after r137593.
45531
45532         * platform/chromium-linux-x86/editing/selection/move-by-character-6-expected.txt: Added.
45533         * platform/chromium-linux/editing/selection/move-by-character-6-expected.png:
45534         * platform/chromium-linux/editing/selection/move-by-character-6-expected.txt: Added.
45535         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
45536         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.txt: Added.
45537         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.txt: Added.
45538         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
45539         * platform/chromium-mac/editing/selection/move-by-character-6-expected.txt: Added.
45540         * platform/chromium-win/editing/selection/move-by-character-6-expected.png:
45541         * platform/chromium-win/editing/selection/move-by-character-6-expected.txt:
45542
45543 2012-12-17  Philip Rogers  <pdr@google.com>
45544
45545         Queue container size requests while images are loading.
45546         https://bugs.webkit.org/show_bug.cgi?id=105097
45547
45548         Reviewed by Dean Jackson.
45549
45550         I reused the embedded.svg and svg-slow.pl test files from a similar test for svg-as-object
45551         size negotiation. svg-slow.pl simply delays the loading of the embedded.svg file.
45552         Triggering this bug reliably using the local filesystem is too brittle.
45553
45554         * http/tests/misc/svg-image-delayed-size-negotiation-expected.html: Added.
45555         * http/tests/misc/svg-image-delayed-size-negotiation.html: Added.
45556
45557 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45558
45559         DFG is too aggressive eliding overflow checks for additions involving large constants
45560         https://bugs.webkit.org/show_bug.cgi?id=105239
45561
45562         Reviewed by Gavin Barraclough.
45563
45564         * fast/js/dfg-int-overflow-large-constants-in-a-line-expected.txt: Added.
45565         * fast/js/dfg-int-overflow-large-constants-in-a-line.html: Added.
45566         * fast/js/jsc-test-list:
45567         * fast/js/script-tests/dfg-int-overflow-large-constants-in-a-line.js: Added.
45568         (foo):
45569
45570 2012-12-17  Shinya Kawanaka  <shinyak@chromium.org>
45571
45572         Web Inspector: need to visually distinguish UA shadow roots
45573         https://bugs.webkit.org/show_bug.cgi?id=104877
45574
45575         Reviewed by Yury Semikhatsky.
45576
45577         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
45578         * inspector/elements/shadow-root-expected.txt:
45579         * inspector/elements/shadow-root.html: Adds <input> test.
45580
45581 2012-12-17  Takashi Sakamoto  <tasak@google.com>
45582
45583         fast/dom/shadow/host-wrapper-reclaimed.html is failing on EFL bots
45584         https://bugs.webkit.org/show_bug.cgi?id=103109
45585
45586         Reviewed by Kentaro Hara.
45587
45588         host-wrapper-reclaimed uses gc(), but the function gc is not defined
45589         in all platforms, e.g. "ReferenceError: Can't find variable: gc".
45590         So we should include js-test-pre.js, which defines gc.
45591
45592         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt:
45593         * fast/dom/shadow/host-wrapper-reclaimed.html:
45594
45595 2012-12-17  Dean Jackson  <dino@apple.com>
45596
45597         Track menu should be sorted
45598         https://bugs.webkit.org/show_bug.cgi?id=105229
45599
45600         Reviewed by Eric Carlson.
45601
45602         New test to make sure we sort the menu of available tracks.
45603
45604         * media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
45605         * media/video-controls-captions-trackmenu-sorted.html: Added.
45606         * platform/chromium/TestExpectations:
45607         * platform/efl/TestExpectations:
45608         * platform/gtk/TestExpectations:
45609         * platform/qt/TestExpectations:
45610
45611 2012-12-17  Mathew Dempsky  <mdempsky@google.com>
45612
45613         Regression causing DOM objects to have unstable NPObject* references with v8 bindings
45614         https://bugs.webkit.org/show_bug.cgi?id=104921
45615
45616         Reviewed by Kentaro Hara.
45617
45618         Add variant of embed-property-equality test to verify that the
45619         test still passes when the object being tested for equality
45620         has already been remembered by a plugin from a different
45621         JavaScript context.
45622
45623         * plugins/npruntime/embed-property-iframe-equality.html: Added.
45624         * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added.
45625
45626 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45627
45628         DFG is too aggressive with eliding overflow checks in loops
45629         https://bugs.webkit.org/show_bug.cgi?id=105226
45630
45631         Reviewed by Mark Hahnenberg and Oliver Hunt.
45632
45633         * fast/js/dfg-int-overflow-in-loop-expected.txt: Added.
45634         * fast/js/dfg-int-overflow-in-loop.html: Added.
45635         * fast/js/jsc-test-list:
45636         * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added.
45637         (foo):
45638
45639 2012-12-17  Chris Fleizach  <cfleizach@apple.com>
45640
45641         Seamless iframe should not announce a new browsing context
45642         https://bugs.webkit.org/show_bug.cgi?id=86317
45643
45644         Reviewed by Eric Seidel.
45645
45646         * platform/mac/accessibility/seamless-iframe-expected.txt: Added.
45647         * platform/mac/accessibility/seamless-iframe.html: Added.
45648
45649 2012-12-17  KyungTae Kim  <ktf.kim@samsung.com>
45650
45651         Percentage width replaced element incorrectly rendered when intrinsic size changed
45652         https://bugs.webkit.org/show_bug.cgi?id=102784
45653
45654         Reviewed by Tony Chang.
45655
45656         Add test to check when the source of images with percentage width is changed.
45657
45658         * fast/css/percent-width-img-src-change.html: Added.
45659         * fast/css/percent-width-img-src-change-expected.txt: Added.
45660
45661 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
45662
45663         Fix repositioning of fixed elements on zooming
45664         https://bugs.webkit.org/show_bug.cgi?id=105223
45665
45666         Reviewed by Beth Dakin.
45667
45668         Testcase that zoomed with fixed-position elements.
45669
45670         * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added.
45671         * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added.
45672
45673 2012-12-17  Dima Gorbik  <dgorbik@apple.com>
45674
45675         Implement matching cue by the class name with ::cue pseudo element
45676         https://bugs.webkit.org/show_bug.cgi?id=104191
45677
45678         Reviewed by Antti Koivisto.
45679
45680         Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class.
45681
45682         * media/track/captions-webvtt/styling.vtt:
45683         * media/track/track-css-matching-expected.txt: Added.
45684         * media/track/track-css-matching.html: Added.
45685
45686 2012-12-14  Ryosuke Niwa  <rniwa@webkit.org>
45687
45688         Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky
45689         https://bugs.webkit.org/show_bug.cgi?id=104951
45690
45691         Reviewed by Eric Seidel.
45692
45693         The problem was that editing/selection/move-by-character-6.html was running editing commands
45694         in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and
45695         notifyDone at appropriate places in editing.js.
45696
45697         We don't need to rebaseline other tests since this is the only test that uses commandDelay.
45698
45699         * editing/editing.js:
45700         (setSelectionCommand):
45701         (transposeCharactersCommand):
45702         (moveSelectionLeftByCharacterCommand):
45703         (moveSelectionRightByCharacterCommand):
45704         (extendSelectionLeftByCharacterCommand):
45705         (extendSelectionRightByCharacterCommand):
45706         (moveSelectionForwardByCharacterCommand):
45707         (extendSelectionForwardByCharacterCommand):
45708         (moveSelectionForwardByWordCommand):
45709         (extendSelectionForwardByWordCommand):
45710         (moveSelectionForwardBySentenceCommand):
45711         (extendSelectionForwardBySentenceCommand):
45712         (moveSelectionForwardByLineCommand):
45713         (extendSelectionForwardByLineCommand):
45714         (moveSelectionForwardByLineBoundaryCommand):
45715         (extendSelectionForwardByLineBoundaryCommand):
45716         (moveSelectionBackwardByCharacterCommand):
45717         (extendSelectionBackwardByCharacterCommand):
45718         (moveSelectionBackwardByWordCommand):
45719         (extendSelectionBackwardByWordCommand):
45720         (moveSelectionBackwardBySentenceCommand):
45721         (extendSelectionBackwardBySentenceCommand):
45722         (moveSelectionBackwardByLineCommand):
45723         (extendSelectionBackwardByLineCommand):
45724         (extendSelectionBackwardByLineBoundaryCommand):
45725         (moveSelectionBackwardByLineBoundaryCommand):
45726         (boldCommand):
45727         (underlineCommand):
45728         (fontNameCommand):
45729         (fontSizeCommand):
45730         (fontSizeDeltaCommand):
45731         (italicCommand):
45732         (justifyCenterCommand):
45733         (justifyLeftCommand):
45734         (justifyRightCommand):
45735         (insertHTMLCommand):
45736         (insertImageCommand):
45737         (insertLineBreakCommand):
45738         (insertParagraphCommand):
45739         (insertNewlineInQuotedContentCommand):
45740         (typeCharacterCommand):
45741         (selectAllCommand):
45742         (strikethroughCommand):
45743         (undoCommand):
45744         (redoCommand):
45745         (changeRootSize):
45746         (cutCommand):
45747         (copyCommand):
45748         (pasteCommand):
45749         (createLinkCommand):
45750         (unlinkCommand):
45751         (pasteAndMatchStyleCommand):
45752         (deleteCommand):
45753         (forwardDeleteCommand):
45754         (backColorCommand):
45755         (foreColorCommand):
45756         (executeCommand):
45757         * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined.
45758
45759 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45760
45761         javascript integer overflow
45762         https://bugs.webkit.org/show_bug.cgi?id=104967
45763
45764         Reviewed by Mark Hahnenberg.
45765
45766         * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added.
45767         * fast/js/dfg-put-scoped-var-backward-flow.html: Added.
45768         * fast/js/jsc-test-list:
45769         * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added.
45770         (sum):
45771
45772 2012-12-17  Tab Atkins  <jackalmage@gmail.com>
45773
45774         Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html
45775         https://bugs.webkit.org/show_bug.cgi?id=105211
45776
45777         Reviewed by Dean Jackson.
45778
45779         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
45780         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
45781         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
45782         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
45783
45784 2012-12-17  Dominic Mazzoni  <dmazzoni@google.com>
45785
45786         AX: textUnderElement should consider alt text, but skip links and controls
45787         https://bugs.webkit.org/show_bug.cgi?id=101650
45788
45789         Reviewed by Chris Fleizach.
45790
45791         Adds new tests to show that getting inner text from an element
45792         now ignores focusable descendants and containers, but uses alternative
45793         text.
45794
45795         Updates and rebaselines several tests to reflect the new logic.
45796         Skips these tests on GTK until support for the object replacement
45797         character can be added.
45798
45799         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
45800         * accessibility/button-title-uses-inner-img-alt.html: Added.
45801         * accessibility/focusable-div-expected.txt: Extended with more test cases.
45802         * accessibility/focusable-div.html: Extended with more test cases.
45803         * platform/chromium/TestExpectations: Un-skip test that now passes.
45804         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
45805         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
45806         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
45807         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
45808         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
45809         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
45810         * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK.
45811
45812 2012-12-17  Levi Weintraub  <leviw@chromium.org>
45813
45814         Convert sub-pixel iframe-copy-on-scroll tests to use Mock scrollbars
45815         https://bugs.webkit.org/show_bug.cgi?id=105210
45816
45817         Reviewed by Emil A Eklund.
45818
45819         Converting the iframe tests in sub-pixel/ to use mock scrollbars. These tests needed to
45820         be rebaselined following r137847 anyways. Best to make this change before that.
45821
45822         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html:
45823         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html:
45824         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
45825         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
45826         * platform/chromium/TestExpectations:
45827
45828 2012-12-17  Levi Weintraub  <leviw@chromium.org>
45829
45830         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
45831         https://bugs.webkit.org/show_bug.cgi?id=103914
45832
45833         Reviewed by James Robinson.
45834
45835         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
45836         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
45837         * platform/chromium/fast/events/touch/touch-target-removed-crash-expected.txt: Added.
45838         * platform/chromium/fast/events/touch/touch-target-removed-crash.html: Added.
45839
45840 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
45841
45842         [CSS Exclusions] shape-outside on floats for rectangle shapes height/width
45843         https://bugs.webkit.org/show_bug.cgi?id=100398
45844
45845         Reviewed by Julien Chaffraix.
45846
45847         Tests for the basic shape outside functionality to show how the shape affects inline text and other floats. 
45848         Also test using percentages to specify the shape and that margins are properly ignored (per the spec), when a 
45849         shape is applied to a float.
45850
45851         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Added.
45852         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Added.
45853         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Added.
45854         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple-expected.html: Added.
45855         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html: Added.
45856         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage-expected.html: Added.
45857         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html: Added.
45858         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Added.
45859
45860 2012-12-17  John J. Barton  <johnjbarton@chromium.org>
45861
45862         Web Inspector: Search by selection
45863         https://bugs.webkit.org/show_bug.cgi?id=104970
45864
45865         Reviewed by Vsevolod Vlasov.
45866
45867         New inspector test for editor setting the search query
45868
45869         * inspector/editor/text-editor-selection-to-search-expected.txt: Added.
45870         * inspector/editor/text-editor-selection-to-search.html: Added.
45871
45872 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
45873
45874         [CSS Exclusions] Floats should respect shape-inside on exclusions
45875         https://bugs.webkit.org/show_bug.cgi?id=89261
45876
45877         Reviewed by David Hyatt.
45878
45879         Update test to properly test floats with shape-inside.
45880
45881         * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html:
45882         * fast/exclusions/shape-inside/shape-inside-floats-simple.html:
45883
45884 2012-12-17  Antoine Quint  <graouts@apple.com>
45885
45886         Web Inspector: Provide the paint count of layers through the LayerTreeAgent
45887         https://bugs.webkit.org/show_bug.cgi?id=105024
45888
45889         Reviewed by Pavel Feldman.
45890
45891         Add the paintCount property to the expected output of the LayerTreeAgent test.
45892
45893         * inspector-protocol/layer-tree-expected.txt:
45894         * inspector-protocol/layer-tree.html:
45895
45896 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
45897
45898         [Qt][WK2] Unreviewed gardening.
45899
45900         * platform/qt-5.0-wk2/TestExpectations: Skip a new failing test.
45901         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added because of minor pixel differences.
45902         * platform/qt-5.0-wk2/fast/images/crossfade-client-not-removed-crash-expected.txt: Added WK2 specific result.
45903         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Added after r137902.
45904         * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Updated.
45905
45906 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
45907
45908         [Qt][WK2] compositing/overflow/automatically-opt-into-composited-scrolling.html makes other tests fail
45909         https://bugs.webkit.org/show_bug.cgi?id=105173
45910
45911         Unreviewed gardening, skip the culprit tests to paint the bots green.
45912
45913         * platform/qt-5.0-wk2/TestExpectations:
45914
45915 2012-12-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
45916
45917         [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
45918         https://bugs.webkit.org/show_bug.cgi?id=105131
45919
45920         Reviewed by Kenneth Rohde Christiansen.
45921
45922         Unskipped css3/device-adapt/viewport-width-not-affecting-next-page.html for WK2 EFL.
45923
45924         * platform/efl-wk2/TestExpectations:
45925
45926 2012-12-17  Jussi Kukkonen  <jussi.kukkonen@intel.com>
45927         [WK2] Enable tests that use boolean overridePreference
45928         https://bugs.webkit.org/show_bug.cgi?id=105008
45929
45930         Unreviewed gardening. Enable tests that call overridePreference()
45931         with a boolean value, mostly webgl ones. Add a few fail results for
45932         EFL.
45933
45934         * platform/efl/TestExpectations:
45935         * platform/wk2/TestExpectations:
45936
45937 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
45938
45939         [Qt][WK1]REGRESSION(r137811): compositing/tiling/crash-huge-layer.html makes the following test crash on 32 bit
45940         https://bugs.webkit.org/show_bug.cgi?id=105158
45941
45942         Unreviewed gardening, skip the culprit test to paint the bots green.
45943
45944         * platform/qt-5.0-wk1/TestExpectations:
45945
45946 2012-12-16  Csaba Osztrogonác  <ossy@webkit.org>
45947
45948         [Qt] Unreviewed gardening. Update expected files after r137798.
45949
45950         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
45951         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
45952         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
45953         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
45954         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
45955         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
45956         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
45957         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
45958         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
45959         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
45960         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
45961         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
45962         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
45963         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
45964         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
45965         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
45966         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
45967         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
45968         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
45969         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
45970         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
45971         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
45972         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
45973         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
45974         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
45975         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
45976         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
45977         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
45978         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
45979         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
45980         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
45981         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
45982         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
45983         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
45984         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
45985
45986 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
45987
45988         Unreviewed EFL gardening.
45989
45990         Mark new compositing/overflow/automatically-opt-into-composited-scrolling.html
45991         test introduced in r137828 as failing on EFL WK2.
45992
45993         * platform/efl-wk2/TestExpectations:
45994
45995 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
45996
45997         Unreviewed EFL gardening.
45998
45999         Mark editing/execCommand/indent-paragraphs.html as expected to
46000         crash on EFL port until Bug 105042 is fixed.
46001
46002         * platform/efl/TestExpectations:
46003
46004 2012-12-16  Hayato Ito  <hayato@chromium.org>
46005
46006         [Shadow DOM] Kill ShadowRoot constructor
46007         https://bugs.webkit.org/show_bug.cgi?id=102913
46008
46009         Reviewed by Dimitri Glazkov.
46010
46011         * fast/js/global-constructors-expected.txt:
46012         * platform/efl/fast/js/global-constructors-expected.txt:
46013         * platform/gtk/fast/js/global-constructors-expected.txt:
46014
46015 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46016
46017         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation.html.
46018
46019         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46020         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46021         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46022
46023 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46024
46025         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons.html.
46026
46027         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46028         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46029         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46030
46031 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46032
46033         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar.html.
46034
46035         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46036         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46037         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46038
46039 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46040
46041         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar.html.
46042
46043         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46044         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46045         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46046
46047 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46048
46049         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html.
46050
46051         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
46052
46053 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46054
46055         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html.
46056
46057         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
46058
46059 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46060
46061         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html.
46062
46063         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
46064
46065 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46066
46067         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2.html.
46068
46069         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46070         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46071         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46072
46073 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46074
46075         Unreviewed. Rebaselined webkitConvertPoint.html.
46076
46077         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
46078         * platform/chromium/fast/dom/Window/webkitConvertPoint-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt.
46079
46080 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46081
46082         Unreviewed. Rebaselined pixels of transformed-iframe-copy-on-scroll.html.
46083
46084         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46085         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46086         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46087         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
46088
46089 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46090
46091         Unreviewed. Rebaselined images for fast/inline/justify-emphasis-inline-box.html.
46092
46093         * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png.
46094         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png:
46095
46096 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46097
46098         Unreviewed. Rebaselined fast/css/nested-layers-with-hover.html.
46099
46100         * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: Removed.
46101         * platform/chromium/fast/css/nested-layers-with-hover-expected.txt: Removed.
46102         * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Removed.
46103         * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
46104         * platform/qt/fast/css/nested-layers-with-hover-expected.txt: Removed.
46105
46106 2012-12-16  Levi Weintraub  <leviw@chromium.org>
46107
46108         Push pixel snapping logic into TransformState
46109         https://bugs.webkit.org/show_bug.cgi?id=101779
46110
46111         Reviewed by Simon Fraser.
46112
46113         * fast/dom/Window/webkitConvertPoint.html: Updating values to match corrected pixel snapping.
46114         * fast/multicol/break-properties.html: Fixing sub-pixel layout feature checking.
46115         * fast/multicol/vertical-lr/break-properties.html: Ditto.
46116         * fast/multicol/vertical-rl/break-properties.html: Ditto.
46117         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Updating to catch the bug where the old
46118         pixel snapping logic did the wrong thing when nested.
46119         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html: Added.
46120         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
46121         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46122         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
46123         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
46124         * platform/chromium/TestExpectations:
46125
46126 2012-12-16  Eric Carlson  <eric.carlson@apple.com>
46127
46128         Remove in-band text tracks when media element's src changes
46129         https://bugs.webkit.org/show_bug.cgi?id=105081
46130
46131         Reviewed by Sam Weinig.
46132
46133         Extend test to verify that all in-band tracks are removed from the media element
46134         when its src changes.
46135
46136         * media/track/track-in-band-expected.txt:
46137         * media/track/track-in-band.html:
46138
46139 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46140
46141         Unreviewed EFL gardening.
46142
46143         Mark new editing/pasteboard/copy-paste-ruby-text.html test introduced
46144         in r137477 as expected to fail for EFL port due to missing PasteBoard
46145         implementation.
46146
46147         * platform/efl/TestExpectations:
46148
46149 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46150
46151         Unreviewed EFL gardening.
46152
46153         Generate EFL expectation for new fast/inline/justify-emphasis-inline-box.html
46154         test introduced in r137786.
46155
46156         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png: Added.
46157         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46158
46159 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46160
46161         Unreviewed rebaseline.
46162
46163         Rebaseline several compositing tests after r137798.
46164
46165         * compositing/iframes/overlapped-nested-iframes-expected.txt:
46166         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
46167         * compositing/rtl/rtl-iframe-absolute-expected.txt:
46168         * compositing/rtl/rtl-iframe-fixed-expected.txt:
46169         * compositing/rtl/rtl-iframe-relative-expected.txt:
46170         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
46171         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
46172         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
46173         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
46174
46175 2012-12-16  Mihnea Ovidenie  <mihnea@adobe.com>
46176
46177         [CSSRegions] Pseudo-elements should not be directly collected into a named flow
46178         https://bugs.webkit.org/show_bug.cgi?id=105046
46179
46180         Reviewed by Abhishek Arya.
46181
46182         Prevent pseudo-elements to be collected into a named-flow by bailing out early in the collecting stage.
46183
46184         Following the CSSRegions spec, http://dev.w3.org/csswg/css3-regions/#flow-into, the pseudo-elements
46185         like ::before/::after/::first-letter/::first-line are not allowed to become content nodes, being directly
46186         collected into a flow thread.
46187
46188         * fast/regions/pseudo-after-content-node-expected.txt: Added.
46189         * fast/regions/pseudo-after-content-node.html: Added.
46190         * fast/regions/pseudo-before-content-node-expected.txt: Added.
46191         * fast/regions/pseudo-before-content-node.html: Added.
46192         * fast/regions/pseudo-first-letter-content-node-expected.txt: Added.
46193         * fast/regions/pseudo-first-letter-content-node.html: Added.
46194         * fast/regions/pseudo-first-line-content-node-expected.txt: Added.
46195         * fast/regions/pseudo-first-line-content-node.html: Added.
46196
46197 2012-12-16  Mihai Maerean  <mmaerean@adobe.com>
46198
46199         [CSS Regions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime.
46200         https://bugs.webkit.org/show_bug.cgi?id=99707
46201
46202         Reviewed by Hajime Morita.
46203
46204         The bug is that the CSS Regions feature leaks information at run-time. There are JS properties that exist even
46205         if the feature is disabled at run-time (document.webkitGetNamedFlows, document.body.webkitRegionOverset,
46206         document.body.webkitGetRegionFlowRanges and window.WebKitCSSRegionRule).
46207         The best LayoutTest would test that the properties exist when the feature is enabled and that the properties
46208         just aren't there when the feature is disabled.
46209         But, since during running Layout Tests the feature is enabled by default and switching the
46210         RuntimeEnabledFeatures requires the process to be restarted and that is currently not possible, we can only test
46211         that the properties exist and have the proper type.
46212
46213         * fast/regions/region-leak-js-information-when-disabled-at-runtime-expected.txt: Added.
46214         * fast/regions/region-leak-js-information-when-disabled-at-runtime.html: Added.
46215
46216 2012-12-15  Ian Vollick  <vollick@chromium.org>
46217
46218         [chromium] More expectations updates for composited scrolling.
46219
46220         Unreviewed change. Updating expectations.
46221
46222         Added expectations for a remaining test that needs a new baseline.
46223
46224         * platform/chromium/TestExpectations:
46225
46226 2012-12-15  Ian Vollick  <vollick@chromium.org>
46227
46228         [chromium] More expectations updates for composited scrolling.
46229
46230         Unreviewed change. Updating expectations.
46231
46232         Some of the Failures noted in the last change were actually
46233         ImageOnlyFailures, and some tests are now passing - these are
46234         corrected in this patch.
46235
46236         * platform/chromium/TestExpectations:
46237
46238 2012-12-15  Ian Vollick  <vollick@chromium.org>
46239
46240         [chromium] Update test expectations now that we're opting into composited scrolling
46241         https://bugs.webkit.org/show_bug.cgi?id=105123
46242
46243         Unreviewed change. Updating expectations.
46244
46245         Added expectations for tests that need updated baselines now that
46246         we're opting into composited scrolling.
46247
46248         * platform/chromium/TestExpectations:
46249
46250 2012-12-15  Ian Vollick  <vollick@chromium.org>
46251
46252         Automatically use composited scrolling
46253         https://bugs.webkit.org/show_bug.cgi?id=94743
46254
46255         Reviewed by Adrienne Walker.
46256
46257         Tests various configurations of elements to ensure that we only automatically opt into
46258         composited scrolling when it is safe to do so.
46259
46260         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
46261         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
46262         * platform/chromium/TestExpectations:
46263          The test platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html
46264          is failing due to wkb.ug/103156
46265
46266 2012-12-15  No'am Rosenthal  <noam@webkit.org>
46267
46268         Disambiguate "background color" and "contents as solid color" on GraphicsLayer
46269         https://bugs.webkit.org/show_bug.cgi?id=104842
46270
46271         Reviewed by Simon Fraser.
46272
46273         Since we don't set the background color for a layer with a solid color, the test results have to be rebaselined.
46274
46275         * compositing/backing/no-backing-for-clip-expected.txt:
46276         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
46277         * compositing/backing/no-backing-for-perspective-expected.txt:
46278         * compositing/columns/composited-in-paginated-expected.txt:
46279         * compositing/geometry/ancestor-overflow-change-expected.txt:
46280         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
46281         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
46282         * compositing/geometry/clip-expected.txt:
46283         * compositing/geometry/clip-inside-expected.txt:
46284         * compositing/geometry/composited-in-columns-expected.txt:
46285         * compositing/geometry/flipped-writing-mode-expected.txt:
46286         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
46287         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
46288         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
46289         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
46290         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
46291         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
46292         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
46293         * compositing/geometry/preserve-3d-switching-expected.txt:
46294         * compositing/iframes/become-composited-nested-iframes-expected.txt:
46295         * compositing/iframes/become-overlapped-iframe-expected.txt:
46296         * compositing/iframes/composited-parent-iframe-expected.txt:
46297         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
46298         * compositing/iframes/connect-compositing-iframe-expected.txt:
46299         * compositing/iframes/connect-compositing-iframe2-expected.txt:
46300         * compositing/iframes/connect-compositing-iframe3-expected.txt:
46301         * compositing/iframes/enter-compositing-iframe-expected.txt:
46302         * compositing/iframes/iframe-resize-expected.txt:
46303         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
46304         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
46305         * compositing/iframes/overlapped-iframe-expected.txt:
46306         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
46307         * compositing/iframes/page-cache-layer-tree-expected.txt:
46308         * compositing/iframes/scrolling-iframe-expected.txt:
46309         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
46310         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
46311         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
46312         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
46313         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
46314         * compositing/layer-creation/overlap-animation-expected.txt:
46315         * compositing/layer-creation/overlap-child-layer-expected.txt:
46316         * compositing/layer-creation/overlap-clipping-expected.txt:
46317         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
46318         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
46319         * compositing/layer-creation/overlap-transforms-expected.txt:
46320         * compositing/layer-creation/scroll-partial-update-expected.txt:
46321         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
46322         * compositing/layer-creation/stacking-context-overlap-expected.txt:
46323         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
46324         * compositing/layer-creation/translatez-overlap-expected.txt:
46325         * compositing/overflow-trumps-transform-style-expected.txt:
46326         * compositing/overflow/clip-descendents-expected.txt:
46327         * compositing/plugins/no-backing-store-expected.txt:
46328         * compositing/rtl/rtl-absolute-expected.txt:
46329         * compositing/rtl/rtl-absolute-overflow-expected.txt:
46330         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
46331         * compositing/rtl/rtl-fixed-expected.txt:
46332         * compositing/rtl/rtl-fixed-overflow-expected.txt:
46333         * compositing/rtl/rtl-relative-expected.txt:
46334         * compositing/tiled-layers-hidpi-expected.txt:
46335         * compositing/visible-rect/2d-transformed-expected.txt:
46336         * compositing/visible-rect/3d-transform-style-expected.txt:
46337         * compositing/visible-rect/3d-transformed-expected.txt:
46338         * compositing/visible-rect/animated-expected.txt:
46339         * compositing/visible-rect/animated-from-none-expected.txt:
46340         * compositing/visible-rect/clipped-by-viewport-expected.txt:
46341         * compositing/visible-rect/clipped-visible-rect-expected.txt:
46342         * compositing/visible-rect/iframe-and-layers-expected.txt:
46343         * compositing/visible-rect/nested-transform-expected.txt:
46344         * compositing/visible-rect/scrolled-expected.txt:
46345         * css3/filters/filtered-compositing-descendant-expected.txt:
46346         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
46347         * platform/mac/compositing/iframes/resizer-expected.txt:
46348         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
46349         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
46350         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
46351         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
46352         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
46353
46354 2012-12-14  Beth Dakin  <bdakin@apple.com>
46355
46356         https://bugs.webkit.org/show_bug.cgi?id=105064
46357         fast/css/nested-layers-with-hover.html fails on the Mac WK2 bots, and seems to be 
46358         a bad test
46359
46360         Reviewed by Tim Horton.
46361
46362         There were a number of problems with this test, and this patch attempts to fix 
46363         them all. The problems were:
46364         -This test was failing on the WK2 bots.
46365         -But it was comparing against expected results that expected to fail, so that's 
46366         bad!
46367         -In the cross-platform directory there were expected results checked in that look 
46368         for a render tree dump, but those results haven't made sense for a while since 
46369         that test was converted to dumpAsText() months ago.
46370
46371         This patch updates the test so that it will actually work. To do that, we need to 
46372         make sure layout is up to date and also use window.setTimeout() to run the 
46373         function to assess our hover state rather than relying on onmousemove.
46374         * fast/css/nested-layers-with-hover-expected.txt:
46375         * fast/css/nested-layers-with-hover.html:
46376         * platform/mac/fast/css/nested-layers-with-hover-expected.png: Removed.
46377         * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Removed.
46378
46379 2012-12-14  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
46380
46381         Emphasis mark is printed after inline-block with justify
46382         https://bugs.webkit.org/show_bug.cgi?id=104631
46383
46384         Reviewed by Dean Jackson.
46385
46386         Test that emphasis marks are not drawn incorrectly in justified text with inline boxes.
46387
46388         * fast/inline/justify-emphasis-inline-box.html: Added.
46389         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added.
46390         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46391         * platform/mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46392
46393 2012-12-14  Beth Dakin  <bdakin@apple.com>
46394
46395         Updating these results again since this failing test has started failing in a new 
46396         way. https://bugs.webkit.org/show_bug.cgi?id=58332 represents fixing the bug. 
46397
46398         * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt:
46399
46400 2012-12-14  James Simonsen  <simonjam@chromium.org>
46401
46402         [Resource Timing] Properly report reused connections
46403         https://bugs.webkit.org/show_bug.cgi?id=104986
46404
46405         Reviewed by Tony Gentilcore.
46406
46407         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt: Added.
46408         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html: Added.
46409
46410 2012-12-14  Adam Klein  <adamk@chromium.org>
46411
46412         fast/dom/HTMLTemplateElement/inertContents.html is flaky
46413         https://bugs.webkit.org/show_bug.cgi?id=104023
46414
46415         Reviewed by Eric Seidel.
46416
46417         Made the test only check inertness using <script>, since
46418         <img>s are currently flaky due to the preload scanner.
46419         
46420         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
46421         * fast/dom/HTMLTemplateElement/inertContents.html:
46422         * platform/chromium/TestExpectations:
46423
46424 2012-12-14  Anton Vayvod  <avayvod@chromium.org>
46425
46426         Consider inline-block and inline-table elements to be autosizing clusters.
46427         https://bugs.webkit.org/show_bug.cgi?id=104702
46428
46429         Reviewed by Julien Chaffraix.
46430
46431         Added tests to verify that display:inline-block, display:inline-table and alike elements become clusters.
46432
46433         * fast/text-autosizing/cluster-inline-block-or-table-expected.html: Added.
46434         * fast/text-autosizing/cluster-inline-block-or-table.html: Added.
46435         * fast/text-autosizing/cluster-inline-grid-flex-box-expected.html: Added.
46436         * fast/text-autosizing/cluster-inline-grid-flex-box.html: Added.
46437
46438 2012-12-14  Beth Dakin  <bdakin@apple.com>
46439
46440         Marking these tests as failure for now.
46441         https://bugs.webkit.org/show_bug.cgi?id=105049 tracks fixing the issue.
46442
46443         * platform/mac/TestExpectations:
46444
46445 2012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
46446
46447         Unreviewed, rolling out r137570.
46448         http://trac.webkit.org/changeset/137570
46449         https://bugs.webkit.org/show_bug.cgi?id=105048
46450
46451         Stale nodes in the touchEventTarget HashCountedSet are
46452         triggering crashes. Rolling out while I find the root cause.
46453         (Requested by leviw on #webkit).
46454
46455         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
46456         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Removed.
46457
46458 2012-12-14  Zan Dobersek  <zandobersek@gmail.com>
46459
46460         Unreviewed GTK gardening.
46461
46462         Adding crash expectations for two regressions after r137487 and r137607.
46463
46464         * platform/gtk/TestExpectations:
46465
46466 2012-12-14  Roger Fong  <roger_fong@apple.com>
46467
46468         Unreviewed rebaselines on Win7 port after r137336.
46469
46470         * media/video-controls-captions-trackmenu.html:
46471         * platform/win/fast/css-generated-content: Added.
46472         * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
46473         * platform/win/fast/css/empty-generated-content-expected.txt: Added.
46474         * platform/win/http/tests/misc: Added.
46475         * platform/win/http/tests/misc/acid3-expected.txt: Added.
46476
46477 2012-12-14  Michelangelo De Simone  <michelangelo@webkit.org>
46478
46479         [CSS Shaders] Remove code for the other mesh box types (border-box | padding-box | content-box)
46480         https://bugs.webkit.org/show_bug.cgi?id=103776
46481
46482         Reviewed by Dean Jackson.
46483
46484         MeshBoxBoxType has been removed from the spec and from the code.
46485         Parsing code has been retained for legacy reason and will be updated in a different patch
46486         (see: https://bugs.webkit.org/show_bug.cgi?id=103778).
46487
46488         Current tests have been updated and new legacy test cases have been added to custom-filter-property-parsing.
46489
46490         * css3/filters/custom/custom-filter-animation-expected.txt:
46491         * css3/filters/custom/custom-filter-animation.html:
46492         * css3/filters/custom/custom-filter-array-blending-expected.txt:
46493         * css3/filters/custom/custom-filter-array-blending.html:
46494         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
46495         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
46496         * css3/filters/custom/custom-filter-transforms-animation-expected.txt:
46497         * css3/filters/custom/custom-filter-transforms-animation.html:
46498         * css3/filters/script-tests/custom-filter-property-computed-style.js:
46499         * css3/filters/script-tests/custom-filter-property-parsing.js:
46500
46501 2012-12-14  W. James MacLean  <wjmaclean@chromium.org>
46502
46503         [Chromium gardening] Set expectations for platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-drag-thumb-with-large-content-expected.html
46504
46505         Unreviewed gardening change.
46506
46507         Need to mirror the expectations for the virtual tests against those for the
46508         original.
46509
46510         * platform/chromium/TestExpectations:
46511
46512 2012-12-14  Florin Malita  <fmalita@chromium.org>
46513
46514         [Chromium] Unreviewed rebaseline after Skia roll @6773.
46515
46516         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
46517         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
46518         * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
46519         * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png:
46520         * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png:
46521         * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png:
46522
46523 2012-12-14  John Mellor  <johnme@chromium.org>
46524
46525         Text Autosizing: Don't autosize unwrappable blocks
46526         https://bugs.webkit.org/show_bug.cgi?id=104925
46527
46528         Reviewed by Julien Chaffraix.
46529
46530         Added tests verifying that this prevents unwrappable blocks from being
46531         autosized, and that this has no effect on unwrappable inlines.
46532
46533         * fast/text-autosizing/unwrappable-blocks-expected.html: Added.
46534         * fast/text-autosizing/unwrappable-blocks.html: Added.
46535         * fast/text-autosizing/unwrappable-inlines-expected.html: Added.
46536         * fast/text-autosizing/unwrappable-inlines.html: Added.
46537
46538 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46539
46540         Remove an exception message from insertedIntoDocument-no-crash-expected.txt
46541         https://bugs.webkit.org/show_bug.cgi?id=104982
46542
46543         Reviewed by Ryosuke Niwa.
46544
46545         To make the test result identical in all platforms, this patch
46546         removes an exception message from insertedIntoDocument-no-crash-expected.txt.
46547
46548         * fast/dom/insertedIntoDocument-no-crash-expected.txt:
46549         * fast/dom/insertedIntoDocument-no-crash.html:
46550
46551 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46552
46553         Unreviewed. Rebaselined images.
46554
46555         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46556         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46557         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46558
46559 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46560
46561         Unreviewed. Marked fast/css/variables/case-insensitive.html as [ Pass Crash ]
46562
46563         * platform/chromium/TestExpectations:
46564
46565 2012-12-14  Kunihiko Sakamoto  <ksakamoto@chromium.org>
46566
46567         Hours field of date/time input UI should respect step attribute
46568         https://bugs.webkit.org/show_bug.cgi?id=104993
46569
46570         Reviewed by Kent Tamura.
46571
46572         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
46573         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
46574         Added test cases for hour field.
46575
46576 2012-12-14  Shinya Kawanaka  <shinyak@chromium.org>
46577
46578         [Shadow DOM] ShadowRoot.getElementById() should work outside document.
46579         https://bugs.webkit.org/show_bug.cgi?id=87815
46580
46581         Reviewed by Hajime Morita.
46582
46583         * fast/dom/shadow/getelementbyid-in-orphan-expected.txt: Added.
46584         * fast/dom/shadow/getelementbyid-in-orphan.html: Added.
46585
46586 2012-12-14  Eugene Klyuchnikov  <eustas@chromium.org>
46587
46588         http/tests/inspector/resource-main-cookies.php is broken on Mac after r137585
46589         https://bugs.webkit.org/show_bug.cgi?id=104977
46590
46591         Reviewed by Vsevolod Vlasov.
46592
46593         Adopted Webkit Bug 104893 changes.
46594
46595         * http/tests/inspector/resource-main-cookies.php: Adopted changes.
46596
46597 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
46598
46599         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
46600         https://bugs.webkit.org/show_bug.cgi?id=104991
46601
46602         This patch copies pan scrolling related test from Win port to Chromium-Win port
46603         for catching pan scrolling breakage on Chromium-Win port.
46604
46605         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
46606         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Copied from platform/mac/fast/events.
46607         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: ditto
46608         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: ditto
46609         * platform/chromium-win/fast/events/panScroll-event-fired.html: ditto
46610         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: ditto.
46611         * platform/chromium-win/fast/events/panScroll-nested-divs.html: ditto
46612
46613 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
46614
46615         Unreviewed, rolling out r137720.
46616         http://trac.webkit.org/changeset/137720
46617         https://bugs.webkit.org/show_bug.cgi?id=104991
46618
46619         Wrong Commit
46620
46621         * platform/chromium/TestExpectations:
46622
46623 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
46624
46625         Unreviewed, rolling out r137719.
46626         http://trac.webkit.org/changeset/137719
46627         https://bugs.webkit.org/show_bug.cgi?id=104991
46628
46629         Wrong commit
46630
46631         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
46632         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Removed.
46633         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed.
46634         * platform/chromium-win/fast/events/panScroll-event-fired.html: Removed.
46635         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed.
46636         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Removed.
46637
46638 2012-12-14  Joanmarie Diggs  <jdiggs@igalia.com>
46639
46640         [GTK] accessibility/ellipsis-text.html is failing
46641         https://bugs.webkit.org/show_bug.cgi?id=98365
46642
46643         Reviewed by Martin Robinson.
46644
46645         The test was failing due to differences in the accessible hierarchies
46646         with respect to which object contains the accessible text. The solution
46647         is to conditionalize the test.
46648
46649         * accessibility/ellipsis-text.html: Modified to handle differences in
46650         the accessible hierarchy
46651         * platform/gtk/TestExpectations: Unskipped the failing test
46652
46653 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
46654
46655         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
46656         https://bugs.webkit.org/show_bug.cgi?id=104991
46657
46658         This patch copies pan scrolling related test from Win port to Chromium-Win port
46659         for catching pan scrolling breakage on Chromium-Win port.
46660
46661         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
46662         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
46663         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Added.
46664         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added.
46665         * platform/chromium-win/fast/events/panScroll-event-fired.html: Added.
46666         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added.
46667         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Added.
46668
46669 2012-12-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
46670
46671         Seconds/Minutes field of date/time input UI should respect step attribute
46672         https://bugs.webkit.org/show_bug.cgi?id=104985
46673
46674         Reviewed by Kent Tamura.
46675
46676         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
46677         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
46678         Added test cases for seconds and minutes fields.
46679         Update an expectation for milliseconds: value=07:13:00.500, step=0 should round to 07:13:00.000
46680         (setInputAttributes): Set value attribute first to avoid the focused field becomes read-only and unfocused.
46681
46682 2012-12-13  Ian Vollick  <vollick@chromium.org>
46683
46684         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
46685         https://bugs.webkit.org/show_bug.cgi?id=104911
46686
46687         Reviewed by Dirk Pranke.
46688
46689         Updated the test expectations for the virtual test suite to match the
46690         usual chromium test expectations.
46691
46692         * platform/chromium/TestExpectations:
46693
46694 2012-12-13  Takashi Sakamoto  <tasak@google.com>
46695
46696         [Shadow DOM]: scoped styles are not applied in the cascade order.
46697         https://bugs.webkit.org/show_bug.cgi?id=103239
46698
46699         Reviewed by Dimitri Glazkov.
46700
46701         * fast/css/style-scoped/style-scoped-nested-expected.txt: Added.
46702         * fast/css/style-scoped/style-scoped-nested.html: Added.
46703         * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Added.
46704         * fast/css/style-scoped/style-scoped-with-important-rule.html: Added.
46705         * fast/regions/style-scoped-in-flow-override-region-styling-expected.html:
46706         * fast/regions/style-scoped-in-flow-override-region-styling.html:
46707         Changed the test's expectation.
46708         Since @region's scoping element is :root but scoped styles' scoping
46709         element is a descendant element of :root, scoped styles should win.
46710
46711 2012-12-13  Kentaro Hara  <haraken@chromium.org>
46712
46713         ChildNodesLazySnapshot::nextNode() can crash
46714         https://bugs.webkit.org/show_bug.cgi?id=104982
46715
46716         Reviewed by Hajime Morita.
46717
46718         ChildNodesLazySnapshot::nextNode() can crash for
46719         fast/dom/insertedIntoDocument-no-crash.html.
46720         The root cause is that ChildNodesLazySnapshot::m_currentNode
46721         was not a RefPtr. This patch changes it to a RefPtr.
46722
46723         Test: fast/dom/insertedIntoDocument-no-crash.html
46724
46725         * fast/dom/insertedIntoDocument-no-crash-expected.txt: Added.
46726         * fast/dom/insertedIntoDocument-no-crash.html: Added.
46727
46728 2012-12-13  Philip Rogers  <pdr@google.com>
46729
46730         Clear m_timeContainer on SVGSMILElement removal.
46731         https://bugs.webkit.org/show_bug.cgi?id=104972
46732
46733         Reviewed by Abhishek Arya.
46734
46735         * svg/custom/removed-from-animation-crash-expected.txt: Added.
46736         * svg/custom/removed-from-animation-crash.html: Added.
46737
46738 2012-12-13  Filip Pizlo  <fpizlo@apple.com>
46739
46740         Named lookups on HTML documents produce inconsistent results in JavaScriptCore bindings
46741         https://bugs.webkit.org/show_bug.cgi?id=104623
46742
46743         Reviewed by Geoffrey Garen.
46744
46745         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
46746         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
46747         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
46748         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
46749         * fast/js/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
46750         (f):
46751         * fast/js/script-tests/prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
46752         (f):
46753
46754 2012-12-13  Noel Gordon  <noel.gordon@gmail.com>
46755
46756         [chromium] Unreviewed gardening.
46757         https://bugs.webkit.org/show_bug.cgi?id=50282
46758
46759         Skip imagemap tests to avoid incorrect rebaselines such as r136489. The imagemap tests
46760         won't work on chromium until Skia is taught to draw focus rings along arbitrary paths.
46761
46762         * platform/chromium/TestExpectations:
46763
46764 2012-12-13  Xianzhu Wang  <wangxianzhu@chromium.org>
46765
46766         Out-of-view check of fixed position element in frame is incorrect when page is scaled
46767         https://bugs.webkit.org/show_bug.cgi?id=104943
46768
46769         Reviewed by Simon Fraser.
46770
46771         Test cases.
46772
46773         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
46774         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll-expected.txt: Added.
46775         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html: Added.
46776         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html: Added.
46777         * compositing/layer-creation/resources/fixed-position-out-of-view-frame-scroll.html: Added.
46778         * compositing/layer-creation/resources/fixed-position-out-of-view-frame.html: Added.
46779
46780 2012-12-13  Bear Travis  <betravis@adobe.com>
46781
46782         Positioned replaced elements should resolve vertical margins against their
46783         containing block's logical width
46784         https://bugs.webkit.org/show_bug.cgi?id=103579
46785
46786         Reviewed by Emil A Eklund.
46787
46788         Test that different writing mode combinations between a parent and child correctly
46789         compute percentage margins for an absolutely positioned replaced child.
46790
46791         * fast/writing-mode/percentage-margins-absolute-replaced-expected.txt: Added.
46792         * fast/writing-mode/percentage-margins-absolute-replaced.html: Added.
46793
46794 2012-12-13  Rick Byers  <rbyers@chromium.org>
46795
46796         Layout Test fast/events/mouse-cursor-image-set.html is flaky
46797         https://bugs.webkit.org/show_bug.cgi?id=104945
46798
46799         Reviewed by Beth Dakin.
46800
46801         Fix typo that prevented one of the images from being reliably pre-loaded.
46802         A deeper fix to avoid these class of issues is tracked by
46803         https://bugs.webkit.org/show_bug.cgi?id=104952
46804
46805         * fast/events/mouse-cursor-image-set.html:
46806
46807 2012-12-13  Adrienne Walker  <enne@chromium.org>
46808
46809         Unreviewed, rolling out r137645, r137646, and r137667.
46810         http://trac.webkit.org/changeset/137645
46811         http://trac.webkit.org/changeset/137646
46812         http://trac.webkit.org/changeset/137667
46813         https://bugs.webkit.org/show_bug.cgi?id=104911
46814
46815         Breaks some overflow layout tests
46816
46817         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Removed.
46818         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Removed.
46819         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46820         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46821         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46822         * platform/chromium/TestExpectations:
46823
46824 2012-12-13  James Simonsen  <simonjam@chromium.org>
46825
46826         [Resource Timing] Don't report resources with data: urls
46827         https://bugs.webkit.org/show_bug.cgi?id=104868
46828
46829         Reviewed by Tony Gentilcore.
46830
46831         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt: Added.
46832         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html: Added.
46833
46834 2012-12-13  Beth Dakin  <bdakin@apple.com>
46835
46836         Rubber-stamped by Tim Horton.
46837
46838         This test needs updates results after http://trac.webkit.org/changeset/137393
46839
46840         * platform/mac/svg/css/shadow-changes-expected.txt:
46841
46842 2012-12-13  Tab Atkins  <tabatkins@google.com>
46843
46844         Switch the gradient drawing code to use bearing angles
46845         https://bugs.webkit.org/show_bug.cgi?id=104616
46846
46847         Reviewed by Dean Jackson.
46848
46849         This change alters a few pixels on the linux baseline.
46850         It may or may not trigger similar failures on Windows and Mac - we'll see.
46851
46852         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
46853         * platform/chromium/TestExpectations:
46854
46855 2012-12-13  Adam Klein  <adamk@chromium.org>
46856
46857         Mark one test as failing and rebaseline another after r137646
46858
46859         Unreviewed chromium gardening.
46860
46861         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46862         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46863         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46864         * platform/chromium/TestExpectations:
46865
46866 2012-12-13  Adam Klein  <adamk@chromium.org>
46867
46868         Move MutationObserver tests to fast/dom/MutationObserver
46869         https://bugs.webkit.org/show_bug.cgi?id=104948
46870
46871         Reviewed by Ryosuke Niwa.
46872
46873         This seems like a more sensible location, and in line with other DOM features.
46874
46875         * fast/dom/MutationObserver/: Renamed from LayoutTests/fast/mutation/.
46876         * platform/efl-wk2/TestExpectations:
46877         * platform/efl/TestExpectations:
46878         * platform/gtk-wk2/TestExpectations:
46879         * platform/gtk/TestExpectations:
46880         * platform/mac/TestExpectations:
46881         * platform/qt/TestExpectations:
46882         * platform/win/TestExpectations:
46883         * platform/wincairo/TestExpectations:
46884         * platform/wk2/TestExpectations:
46885
46886 2012-12-13  Florin Malita  <fmalita@chromium.org>
46887
46888         [Chromium] Unreviewed rebaselining after Skia roll @6773.
46889
46890         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
46891         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
46892         * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
46893         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png:
46894
46895 2012-12-13  Beth Dakin  <bdakin@apple.com>
46896
46897         Another attempt at getting these expectations right for the bots.
46898
46899         * platform/mac/TestExpectations:
46900
46901 2012-12-13  Beth Dakin  <bdakin@apple.com>
46902
46903         Skipping this test for now since it has been failing a lot recently. 
46904         https://bugs.webkit.org/show_bug.cgi?id=104962 tracks fixing to bug.
46905         * platform/mac/TestExpectations:
46906
46907 2012-12-13  Beth Dakin  <bdakin@apple.com>
46908
46909         Skipping this test for now since it has been failing since it was added. 
46910         https://bugs.webkit.org/show_bug.cgi?id=104954 tracks fixing to bug.
46911         * platform/mac/TestExpectations:
46912
46913 2012-12-13  Roger Fong  <roger_fong@apple.com>
46914
46915         Unreviewed gardening. Apple Windows port.
46916
46917         * platform/win/TestExpectations:
46918         * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
46919         * platform/win/fast/css/image-resolution/image-resolution-expected.txt:
46920         * platform/win/fast/text/decorations-with-text-combine-expected.txt: Added.
46921         * platform/win/fast/text/orientation-sideways-expected.txt:
46922         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
46923         * platform/win/svg/css/shadow-changes-expected.txt: Added.
46924
46925 2012-12-13  Beth Dakin  <bdakin@apple.com>
46926
46927         This test has been failing on the Mac bots for a while. 
46928         https://bugs.webkit.org/show_bug.cgi?id=104949
46929         
46930         * platform/mac/TestExpectations:
46931
46932 2012-12-13  Beth Dakin  <bdakin@apple.com>
46933
46934         Fixing a copy-paste error.
46935
46936         * platform/mac/TestExpectations:
46937
46938 2012-12-13  Beth Dakin  <bdakin@apple.com>
46939
46940         Marking these tests as failing since they are failing on the bots. 
46941         https://bugs.webkit.org/show_bug.cgi?id=104942 tracks fixing the actual bug.
46942
46943         * platform/mac/TestExpectations:
46944
46945 2012-12-13  Ian Vollick  <vollick@chromium.org>
46946
46947         Automatically use composited scrolling
46948         https://bugs.webkit.org/show_bug.cgi?id=94743
46949
46950         Reviewed by Adrienne Walker.
46951
46952         Tests various configurations of elements to ensure that we only automatically opt into
46953         composited scrolling when it is safe to do so.
46954
46955         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
46956         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
46957
46958 2012-12-13  Ian Vollick  <vollick@chromium.org>
46959
46960         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
46961         https://bugs.webkit.org/show_bug.cgi?id=104911
46962
46963         Reviewed by Adrienne Walker.
46964
46965         Updated the test expectations for the virtual test suite to match the
46966         usual chromium test expectations.
46967
46968         * platform/chromium/TestExpectations:
46969
46970 2012-12-13  Beth Dakin  <bdakin@apple.com>
46971
46972         This test started failing after http://trac.webkit.org/changeset/137592 which 
46973         rolled out a patch that touched these results. I am going to re-set the results 
46974         for now so that the test will pass, and make a note in the bug.
46975
46976         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
46977
46978 2012-12-13  David Grogan  <dgrogan@chromium.org>
46979
46980         IndexedDB: Improve error messages
46981         https://bugs.webkit.org/show_bug.cgi?id=104624
46982
46983         Reviewed by Tony Chang.
46984
46985         Updated error message and establish that non-ascii characters in index
46986         names don't make it back to the browser properly.
46987
46988         * storage/indexeddb/resources/shared.js:
46989         (unexpectedAbortCallback):
46990         * storage/indexeddb/resources/transaction-error.js:
46991         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
46992         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
46993         (testErrorFromCommit.trans.oncomplete):
46994         (testErrorFromCommit):
46995         * storage/indexeddb/transaction-error-expected.txt:
46996         * storage/indexeddb/transaction-error.html:
46997
46998 2012-12-13  David Barton  <dbarton@mathscribe.com>
46999
47000         Heap-use-after-free in WebCore::RenderBlock::finishDelayUpdateScrollInfo
47001         https://bugs.webkit.org/show_bug.cgi?id=103750
47002
47003         Reviewed by Tony Chang.
47004
47005         * mathml/mo-stretch-crash-expected.txt: Added.
47006         * mathml/mo-stretch-crash.html: Added.
47007
47008 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
47009
47010         [GTK] accessibiltiy/aria-hidden.html is failing
47011         https://bugs.webkit.org/show_bug.cgi?id=98352
47012
47013         Reviewed by Martin Robinson.
47014
47015         The test is failing due to platform differences in the implementation of
47016         AccessibilityUIElement::allAttributes(). This test does not require this
47017         method as it is only looking at the AXTitle attribute.
47018
47019         * accessibility/aria-hidden-expected.txt: Included the actual reason for
47020         passing/failing in the results output.
47021         * accessibility/aria-hidden.html: Included the actual reason for passing/
47022         failing in the results output.
47023         * platform/gtk/TestExpectations: Unskipped the failing test.
47024
47025 2012-12-13  Adam Klein  <adamk@chromium.org>
47026
47027         Unreviewed. Update chromium expectatins for fonts/monospace.html
47028
47029         * platform/chromium/TestExpectations:
47030
47031 2012-12-13  Nate Chapin  <japhet@chromium.org>
47032
47033         Route main resource loads through the memory cache.
47034         https://bugs.webkit.org/show_bug.cgi?id=49246
47035
47036         Reviewed by Alexey Proskuryakov.
47037
47038         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
47039             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
47040             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
47041             content policy check on ResourceRequests with empty urls).
47042         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
47043         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
47044             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
47045             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
47046             content policy check on ResourceRequests with empty urls).
47047
47048 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
47049
47050         [GTK] Expose ARIA roles for tab, tabpanel and tablist
47051         https://bugs.webkit.org/show_bug.cgi?id=84043
47052
47053         Reviewed by Martin Robinson.
47054
47055         Mapped the ARIA roles to the corresponding ATK roles and unskipped the
47056         associated test. Also created the missing platform-specific expected
47057         results.
47058
47059         * accessibility/aria-tab-roles-expected.txt: Added.
47060         * platform/gtk/TestExpectations: Unskipped the associated test.
47061
47062 2012-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
47063
47064         Unreviewed, rolling out r137512.
47065         http://trac.webkit.org/changeset/137512
47066         https://bugs.webkit.org/show_bug.cgi?id=104912
47067
47068         The entire GTK+ layout test step has been failing for hours
47069         (Requested by mrobinson on #webkit).
47070
47071         * accessibility/button-title-uses-inner-img-alt-expected.txt: Removed.
47072         * accessibility/button-title-uses-inner-img-alt.html: Removed.
47073         * accessibility/focusable-div-expected.txt:
47074         * accessibility/focusable-div.html:
47075         * platform/chromium/TestExpectations:
47076         * platform/chromium/accessibility/image-link-expected.txt:
47077         * platform/mac/accessibility/image-link-expected.txt:
47078         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47079         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
47080         * platform/mac/accessibility/static-text-role-uses-text-under-element.html:
47081         * platform/mac/accessibility/table-with-aria-role-expected.txt:
47082
47083 2012-12-13  Kentaro Hara  <haraken@chromium.org>
47084
47085         Unreviewed. Rebaselined compositor-touch-hit-rects.html.
47086
47087         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47088         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47089         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47090
47091 2012-12-13  Eugene Klyuchnikov  <eustas@chromium.org>
47092
47093         Web Inspector: Network: Sorting cookies by size is broken.
47094         https://bugs.webkit.org/show_bug.cgi?id=104893
47095
47096         Reviewed by Alexander Pavlov.
47097
47098         Adopt new cookie field accessors.
47099
47100         * inspector/cookie-parser.html: Adopt new cookie field accessors.
47101
47102 2012-12-13  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
47103
47104         [Mac][WK2] Unreviewed, spelling-unified-emulation.html fails after 137571
47105
47106         Replace the "zzz" word with "buzz" for mac-wk2.
47107
47108         * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt:
47109
47110 2012-12-12  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
47111
47112         [EFL][GTK] spelling-unified-emulation.html fails - word "zzz" cannot be found by enchant
47113         https://bugs.webkit.org/show_bug.cgi?id=104787
47114
47115         Reviewed by Hajime Morita.
47116
47117         Replace the "zzz" word with "buzz".
47118         The problematic sound of snoring can not be found by enchant (spellchecker backend
47119         for EFL and GTK+ WebKit ports) as this word doesn't exist in English dictionary.
47120
47121         * editing/spelling/spelling-unified-emulation-expected.txt:
47122         * editing/spelling/spelling-unified-emulation.html:
47123         * platform/efl-wk2/TestExpectations:
47124
47125 2012-12-07  Levi Weintraub  <leviw@chromium.org>
47126
47127         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
47128         https://bugs.webkit.org/show_bug.cgi?id=103914
47129
47130         Reviewed by Simon Fraser.
47131
47132         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47133         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
47134
47135 2012-12-12  Kent Tamura  <tkent@chromium.org>
47136
47137         Validity of a radio button is not updated correctly when it is detached from an invalid radio group
47138         https://bugs.webkit.org/show_bug.cgi?id=104873
47139
47140         Reviewed by Kentaro Hara.
47141
47142         * fast/forms/radio/radio-live-validation-style-expected.txt:
47143         * fast/forms/radio/radio-live-validation-style.html: Add a test case.
47144
47145 2012-12-12  Kunihiko Sakamoto  <ksakamoto@chromium.org>
47146
47147         Milliseconds field of date/time input UI should respect step attribute
47148         https://bugs.webkit.org/show_bug.cgi?id=104628
47149
47150         Reviewed by Kent Tamura.
47151
47152         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
47153         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
47154         Changed to use eventSender.keyDown() instead of making keydown event because we need delete-key handling.
47155         Added new helper function test() and changed stepUp/stepDown to use it.
47156         Added test cases for milliseconds field with various step values and step baees.
47157
47158 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
47159
47160         [CSS Grid Layout] Include paddings and borders into the grid element's logical height / width
47161         https://bugs.webkit.org/show_bug.cgi?id=104818
47162
47163         Reviewed by Tony Chang.
47164
47165         * fast/css-grid-layout/grid-element-padding-margin-expected.txt: Added.
47166         * fast/css-grid-layout/grid-element-padding-margin.html: Added.
47167
47168 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
47169
47170         [Shadow] HTMLContentElement::getDistributedNodes() doesn't work correctly if not in document tree.
47171         https://bugs.webkit.org/show_bug.cgi?id=104345
47172
47173         Reviewed by Hajime Morita.
47174
47175         * fast/dom/shadow/get-distributed-nodes-orphan-expected.txt: Added.
47176         * fast/dom/shadow/get-distributed-nodes-orphan.html: Added.
47177
47178 2012-12-12  Emil A Eklund  <eae@chromium.org>
47179
47180         Unreviewed chromium rebaseline for fast/repaint/delete-into-nested-block.html
47181
47182         * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
47183         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
47184         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
47185         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
47186         * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
47187         * platform/chromium/TestExpectations:
47188
47189 2012-12-12  Simon Fraser  <simon.fraser@apple.com>
47190
47191         Rebaseline some tiled scrolling results that were affected by r137387.
47192
47193         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
47194         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
47195
47196 2012-12-12  Roger Fong  <roger_fong@apple.com>
47197
47198         Unreviewed. Skip some captions tests on Windows. Failing on both Mac and Windows.
47199
47200         * platform/win/TestExpectations:
47201
47202 2012-12-11  Emil A Eklund  <eae@chromium.org>
47203
47204         REGRESSION (Subpixel layout): Gray vertical lines appear when moving insertion point to right on Mac
47205         https://bugs.webkit.org/show_bug.cgi?id=102402
47206
47207         Reviewed by Simon Fraser.
47208
47209         Add test for caret painting in input field with a subpixel position and padding.
47210
47211         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html: Added.
47212         * fast/sub-pixel/input-caret-on-subpixel-bound.html: Added.
47213
47214 2012-12-12  Elliott Sprehn  <esprehn@gmail.com>
47215
47216         REGRESSION(137336): Generated run-ins are not placed correctly
47217         https://bugs.webkit.org/show_bug.cgi?id=104840
47218
47219         Reviewed by Abhishek Arya.
47220
47221         Add a test for dynamically adding a generated content run-in.
47222
47223         * fast/css-generated-content/generated-runin-expected.html: Added.
47224         * fast/css-generated-content/generated-runin.html: Added.
47225
47226 2012-12-12  Roger Fong  <roger_fong@apple.com>
47227
47228         Unreviewed. Unskipping some track tests after r137507.
47229
47230         * platform/win/TestExpectations:
47231
47232 2012-12-12  Adam Klein  <adamk@chromium.org>
47233
47234         Unreviewed test expectations update: tweak flakiness of resource timing tests.
47235
47236         * platform/chromium/TestExpectations:
47237
47238 2012-12-12  Adam Klein  <adamk@chromium.org>
47239
47240         Unreviewed test expectations update: tweak flakiness of various tests.
47241
47242         * platform/chromium/TestExpectations:
47243
47244 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
47245
47246         Rebaselining platform/mac/accessibility/internal-link-anchors2-expected.txt after r137512
47247         https://bugs.webkit.org/show_bug.cgi?id=101650
47248
47249         This was just a merge error, the correct expectation wasn't checked in.
47250
47251         Unreviewed
47252
47253         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47254
47255 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
47256
47257         [Qt][GTK] new fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html fails since introduced in r136857
47258         https://bugs.webkit.org/show_bug.cgi?id=104351
47259
47260         Reviewed by Alejandro G. Castro.
47261
47262         For the platforms gtk/qt that do not have subpixel-layout enabled, adjust the top of the shape-inside box in the expected file.
47263         This is similar to the approach taken for https://bugs.webkit.org/show_bug.cgi?id=100996.
47264
47265         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
47266         * platform/gtk/TestExpectations:
47267         * platform/qt/TestExpectations:
47268
47269 2012-12-12  Chris Rogers  <crogers@google.com>
47270
47271         Implement OfflineAudioContext constructor
47272         https://bugs.webkit.org/show_bug.cgi?id=104188
47273
47274         Reviewed by Kentaro Hara.
47275
47276         Switch Web Audio layout tests to use OfflineAudioContext constructor.
47277
47278         * inspector-protocol/nmi-webaudio.html:
47279         * inspector-protocol/resources/audio-context.html:
47280         * webaudio/audiobuffersource-loop-comprehensive.html:
47281         * webaudio/audiobuffersource-loop-points.html:
47282         * webaudio/audiobuffersource-multi-channels.html:
47283         * webaudio/audiobuffersource-playbackState.html:
47284         * webaudio/audiobuffersource-playbackrate.html:
47285         * webaudio/audiobuffersource-start.html:
47286         * webaudio/audiobuffersource.html:
47287         * webaudio/audiochannelmerger-stereo.html:
47288         * webaudio/audiochannelsplitter.html:
47289         * webaudio/audionode-connect-order.html:
47290         * webaudio/audionode-expected.txt:
47291         * webaudio/audioparam-connect-audioratesignal.html:
47292         * webaudio/audioparam-summingjunction.html:
47293         * webaudio/automatic-pull-node.html:
47294         * webaudio/biquad-allpass.html:
47295         * webaudio/biquad-bandpass.html:
47296         * webaudio/biquad-highpass.html:
47297         * webaudio/biquad-highshelf.html:
47298         * webaudio/biquad-lowpass.html:
47299         * webaudio/biquad-lowshelf.html:
47300         * webaudio/biquad-notch.html:
47301         * webaudio/biquad-peaking.html:
47302         * webaudio/convolution-mono-mono.html:
47303         * webaudio/delaynode-max-default-delay.html:
47304         * webaudio/delaynode-max-nondefault-delay.html:
47305         * webaudio/delaynode-maxdelay.html:
47306         * webaudio/delaynode-maxdelaylimit.html:
47307         * webaudio/delaynode-scheduling.html:
47308         * webaudio/delaynode.html:
47309         * webaudio/distance-exponential.html:
47310         * webaudio/distance-inverse.html:
47311         * webaudio/distance-linear.html:
47312         * webaudio/gain.html:
47313         * webaudio/javascriptaudionode-zero-input-channels.html:
47314         * webaudio/javascriptaudionode.html:
47315         * webaudio/mediaelementaudiosourcenode-gc.html:
47316         * webaudio/mixing.html:
47317         * webaudio/note-grain-on-play.html:
47318         * webaudio/note-grain-on-timing.html:
47319         * webaudio/oscillator-basic.html:
47320         * webaudio/panner-equalpower-stereo.html:
47321         * webaudio/panner-equalpower.html:
47322         * webaudio/realtimeanalyser-fft-sizing.html:
47323         * webaudio/resources/audio-codec-test.js:
47324         (runDecodingTest):
47325         * webaudio/resources/audioparam-testing.js:
47326         (createAudioGraphAndTest):
47327         * webaudio/resources/javascriptaudionode-testing.js:
47328         (runJSNodeTest):
47329         * webaudio/sample-accurate-scheduling.html:
47330         * webaudio/stereo2mono-down-mixing.html:
47331         * webaudio/up-mixing-mono-51.html:
47332         * webaudio/up-mixing-mono-stereo.html:
47333         * webaudio/up-mixing-stereo-51.html:
47334         * webaudio/waveshaper.html:
47335
47336 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
47337
47338         AX: textUnderElement should consider alt text, but skip links and controls
47339         https://bugs.webkit.org/show_bug.cgi?id=101650
47340
47341         Reviewed by Chris Fleizach.
47342
47343         Adds new tests to show that getting inner text from an element now ignores
47344         focusable descendants and containers, but uses alternative text.
47345
47346         Updates and rebaselines several tests to reflect the new logic.
47347
47348         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
47349         * accessibility/button-title-uses-inner-img-alt.html: Added.
47350         * accessibility/focusable-div-expected.txt: Extended with more test cases.
47351         * accessibility/focusable-div.html: Extended with more test cases.
47352         * platform/chromium/TestExpectations: Un-skip test that now passes.
47353         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
47354         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
47355         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
47356         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
47357         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
47358         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
47359
47360 2012-12-12  Philip Rogers  <pdr@google.com>
47361
47362         Fix target element handling in SVGSMILElement.
47363         https://bugs.webkit.org/show_bug.cgi?id=104495
47364
47365         Reviewed by Abhishek Arya.
47366
47367         * svg/animations/target-condition-crash-expected.txt: Added.
47368         * svg/animations/target-condition-crash.html: Added.
47369
47370 2012-12-12  Justin Novosad  <junov@google.com>
47371
47372         Rebaselining fast/backgrounds/gradient-background-leakage-2-expected.html after r137473
47373         https://bugs.webkit.org/show_bug.cgi?id=103409
47374
47375         Unreviewed
47376
47377         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
47378         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
47379         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
47380         * platform/chromium/TestExpectations:
47381
47382 2012-12-12  Justin Novosad  <junov@google.com>
47383
47384         calendar-picker tests have image diffs on cr-mac after r137473
47385         https://bugs.webkit.org/show_bug.cgi?id=104825
47386
47387         Unreviewed
47388
47389         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47390         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47391         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47392         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47393         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47394         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47395         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47396         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47397         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47398         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47399         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47400         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47401         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47402         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47403         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47404         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47405         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47406         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47407         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47408         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47409         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47410         * platform/chromium/TestExpectations:
47411
47412 2012-12-12  Adam Klein  <adamk@chromium.org>
47413
47414         Mark fast/css/nested-rounded-corners.html as flaky on Chromium/MountainLion
47415
47416         Unreviewed.
47417
47418         * platform/chromium/TestExpectations:
47419
47420 2012-12-12  Dean Jackson  <dino@apple.com>
47421
47422         Use CAFilter rather than CIFilter
47423         https://bugs.webkit.org/show_bug.cgi?id=104759
47424
47425         Reviewed by Tim Horton.
47426
47427         Update the expected results. They are now much closer to the software case (on Mac).
47428
47429         * css3/filters/composited-reflected-expected.png:
47430         * css3/filters/effect-blur-hw-expected.png:
47431         * css3/filters/effect-brightness-hw-expected.png:
47432         * css3/filters/effect-combined-hw-expected.png:
47433         * css3/filters/effect-contrast-hw-expected.png:
47434         * css3/filters/effect-drop-shadow-hw-expected.png:
47435         * css3/filters/effect-grayscale-hw-expected.png:
47436         * css3/filters/effect-hue-rotate-hw-expected.png:
47437         * css3/filters/effect-invert-hw-expected.png:
47438         * css3/filters/effect-opacity-hw-expected.png:
47439         * css3/filters/effect-saturate-hw-expected.png:
47440         * css3/filters/effect-sepia-hw-expected.png:
47441
47442 2012-12-12  Adam Klein  <adamk@chromium.org>
47443
47444         Mark the template inert contents test as flaky on cr-win as well.
47445
47446         Unreviewed.
47447
47448         * platform/chromium/TestExpectations:
47449
47450 2012-12-12  Robert Hogan  <robert@webkit.org>
47451
47452         White space between inline blocks should be affected by word-spacing property
47453         https://bugs.webkit.org/show_bug.cgi?id=69072
47454
47455         Reviewed by Levi Weintraub.
47456
47457         * fast/css/word-spacing-between-blocks-expected.html: Added.
47458         * fast/css/word-spacing-between-blocks.html: Added.
47459         * fast/css/word-spacing-between-inlines-expected.html: Added.
47460         * fast/css/word-spacing-between-inlines.html: Added.
47461
47462 2012-12-12  Adam Klein  <adamk@chromium.org>
47463
47464         Mark calendar-picker-appearance tests as ImageOnlyFailures on cr-mac after r137473
47465
47466         Unreviewed gardening.
47467
47468         * platform/chromium/TestExpectations:
47469
47470 2012-12-12  James Simonsen  <simonjam@chromium.org>
47471
47472         [Resource Timing] Failed resources shouldn't be recorded in the buffer
47473         https://bugs.webkit.org/show_bug.cgi?id=104762
47474
47475         Reviewed by Tony Gentilcore.
47476
47477         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt: Added.
47478         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html: Added.
47479
47480 2012-12-12  Martin Robinson  <mrobinson@igalia.com>
47481
47482         [GTK] Add authentication support to DRT and fix exposed issues in the libsoup backend
47483         https://bugs.webkit.org/show_bug.cgi?id=104285
47484
47485         Reviewed by Gustavo Noronha Silva.
47486
47487         Unskip authentication tests now that authentication support is in
47488         the harness and issues in the libsoup backend are fixed. Also remove
47489         two expected results for tests that now have the same output as
47490         other platforms.
47491
47492         * platform/gtk/TestExpectations:
47493         * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Removed.
47494         * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Removed.
47495
47496 2012-12-12  Chris Fleizach  <cfleizach@apple.com>
47497
47498         AX: aria-busy should be exposed everywhere, not just on live regions
47499         https://bugs.webkit.org/show_bug.cgi?id=104814
47500
47501         Reviewed by Anders Carlsson.
47502
47503         Update tests that dump all attributes to include aria busy attribute.
47504
47505         * accessibility/transformed-element-expected.txt:
47506         * platform/mac/accessibility/aria-liveregions-attributes-expected.txt:
47507         * platform/mac/accessibility/bounds-for-range-expected.txt:
47508         * platform/mac/accessibility/document-attributes-expected.txt:
47509         * platform/mac/accessibility/document-links-expected.txt:
47510         * platform/mac/accessibility/image-link-expected.txt:
47511         * platform/mac/accessibility/image-map2-expected.txt:
47512         * platform/mac/accessibility/internal-link-anchors-expected.txt:
47513         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47514         * platform/mac/accessibility/lists-expected.txt:
47515         * platform/mac/accessibility/plugin-expected.txt:
47516         * platform/mac/accessibility/radio-button-group-members-expected.txt:
47517         * platform/mac/accessibility/table-attributes-expected.txt:
47518         * platform/mac/accessibility/table-cell-spans-expected.txt:
47519         * platform/mac/accessibility/table-cells-expected.txt:
47520         * platform/mac/accessibility/table-detection-expected.txt:
47521         * platform/mac/accessibility/table-one-cell-expected.txt:
47522         * platform/mac/accessibility/table-sections-expected.txt:
47523         * platform/mac/accessibility/table-with-aria-role-expected.txt:
47524         * platform/mac/accessibility/table-with-rules-expected.txt:
47525
47526 2012-12-12  Aaron Colwell  <acolwell@chromium.org>
47527
47528         Remove MediaSource 'ended' to 'open' transition when seeking.
47529         https://bugs.webkit.org/show_bug.cgi?id=104583
47530
47531         Reviewed by Eric Carlson.
47532
47533         Updated seeking tests to no longer expect the the 'ended' to 'open'
47534         transition on a seek.
47535
47536         * http/tests/media/media-source/video-media-source-seek-expected.txt:
47537         * http/tests/media/media-source/video-media-source-seek.html:
47538         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
47539         * http/tests/media/media-source/video-media-source-state-changes.html:
47540         * platform/chromium/TestExpectations:
47541
47542 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
47543
47544         [CSS Regions] Two regions reftests are failing the image match
47545         https://bugs.webkit.org/show_bug.cgi?id=74219
47546
47547         Reviewed by Julien Chaffraix.
47548
47549         Modify the 2 tests that were failing on other platforms (chromium, qt, gtk, efl). The tests were failing because different platforms were having different default font-family, font-size
47550         values. I have explicitly set the font-size, font-family and the line-height for the text that will be paginated in regions. Also changed the text color to yellow,
47551         so that we are able to see how the text lines are displayed in each region.
47552
47553         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
47554         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
47555         * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
47556         * fast/regions/positioned-objects-block-static-spanning-regions.html:
47557         * platform/chromium/TestExpectations:
47558         * platform/efl-wk2/TestExpectations:
47559         * platform/efl/TestExpectations:
47560         * platform/gtk/TestExpectations:
47561         * platform/qt/TestExpectations:
47562
47563 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
47564
47565         [CSS Grid Layout] Implement CSS parsing and handling for min-content and max-content
47566         https://bugs.webkit.org/show_bug.cgi?id=104747
47567
47568         Reviewed by Alexis Menard.
47569
47570         Extended the 2 tests to cover -webkit-min-content and -webkit-max-content.
47571
47572         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
47573         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
47574         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
47575         * fast/css-grid-layout/grid-columns-rows-get-set.html:
47576         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
47577         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
47578
47579 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
47580
47581         Copying text with ruby inserts new lines around rt elements
47582         https://bugs.webkit.org/show_bug.cgi?id=104765
47583
47584         Reviewed by Dan Bernstein.
47585
47586         Added a regression test and rebaseline a test as expected.
47587
47588         * editing/pasteboard/copy-paste-ruby-text-expected.txt: Added.
47589         * editing/pasteboard/copy-paste-ruby-text-with-block-expected.txt: Added.
47590         * editing/pasteboard/copy-paste-ruby-text-with-block.html: Added.
47591         * editing/pasteboard/copy-paste-ruby-text.html: Added.
47592         * editing/selection/paragraph-with-ruby-expected.txt:  new lines around "annotation" has been removed
47593         as expected.
47594         * fast/block/line-layout/selection-highlight-crash-expected.txt:
47595         * fast/ruby/after-doesnt-crash-expected.txt:
47596         * fast/ruby/before-doesnt-crash-expected.txt:
47597         * fast/ruby/parse-rp-expected.txt:
47598         * fast/ruby/ruby-line-height-expected.txt:
47599         * fast/ruby/ruby-text-indent-expected.txt:
47600         * fast/ruby/rubyDOM-insert-rt-block-1-expected.txt:
47601         * fast/ruby/rubyDOM-insert-rt-block-2-expected.txt:
47602         * fast/ruby/rubyDOM-insert-rt-block-3-expected.txt:
47603         * fast/ruby/rubyDOM-remove-rt-block-1-expected.txt:
47604         * fast/ruby/rubyDOM-remove-rt-block-2-expected.txt:
47605         * fast/ruby/rubyDOM-remove-rt-block-3-expected.txt:
47606         * fast/ruby/text-emphasis-expected.txt:
47607
47608 2012-12-12  Adam Klein  <adamk@chromium.org>
47609
47610         Rebaseline after change to Chromium compositor
47611
47612         Unreviewed gardening.
47613
47614         * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
47615         * platform/chromium/TestExpectations:
47616
47617 2012-12-12  Justin Novosad  <junov@google.com>
47618
47619         Use render box background over border draw strategy in cases with background-image
47620         https://bugs.webkit.org/show_bug.cgi?id=103409
47621
47622         Reviewed by Simon Fraser.
47623
47624         Added image failure expectation for 
47625         fast/backgrounds/gradient-background-leakage-2.html which needs
47626         new baselines.
47627
47628         * platform/chromium/TestExpectations:
47629
47630 2012-12-12  Philippe Normand  <pnormand@igalia.com>
47631
47632         Unreviewed, GTK gardening. Flag some flaky media tests after r137271.
47633
47634         * platform/gtk/TestExpectations:
47635
47636 2012-12-12  Gustavo Noronha Silva  <gns@gnome.org>
47637
47638         Fix slow test so it passes consistently now that we have multipart support
47639         in soup.
47640
47641         Reviewed by Martin Robinson.
47642
47643         The multipart-wait-before-boundary test waits for 30 seconds before
47644         sending the boundary. That is a bit long in itself, but it is exactly
47645         the timeout used for slow tests in some platforms. This change reduces
47646         the wait to 20 seconds, which should be enough for the test, and marks
47647         the test as slow for GTK+.
47648
47649         * http/tests/multipart/resources/multipart-wait-before-boundary.php: wait
47650         for 20 seconds instead of 30, before sending the boundary.
47651         * platform/gtk/TestExpectations: mark test above as slow.
47652
47653 2012-12-12  Antoine Quint  <graouts@apple.com>
47654
47655         Web Inspector: Crash in InspectorDOMAgent::pushNodePathToFrontend when inspecting document with CSS generated content
47656         https://bugs.webkit.org/show_bug.cgi?id=104780
47657
47658         Reviewed by Pavel Feldman.
47659
47660         Adding a new test for the LayerTreeAgent to check that it does not crash when inspecting
47661         a page with CSS generated content, and correctly returns nodeId === 0 in the situation
47662         where there is no Node associated with a given RenderLayer.
47663
47664         * inspector-protocol/layer-tree-generated-content-expected.txt: Added.
47665         * inspector-protocol/layer-tree-generated-content.html: Added.
47666
47667 2012-12-12  Dominik Röttsches  <dominik.rottsches@intel.com>
47668
47669         [EFL] Unreviewed gardening.
47670
47671         Rebaselining tests with anonymous empty blocks aftter r137336.
47672         Floating elements rebaselined after r137331.
47673         Newly intrduced reftest is failing, introduced in r137368.
47674         Unskipping a few new passed that had something to do with AC.
47675
47676         * platform/efl/TestExpectations:
47677         * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
47678         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
47679         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
47680         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
47681         * platform/efl/fast/css/empty-generated-content-expected.png:
47682         * platform/efl/fast/css/empty-generated-content-expected.txt:
47683         * platform/efl/http/tests/misc/acid3-expected.txt:
47684
47685 2012-12-12  Alexander Pavlov  <apavlov@chromium.org>
47686
47687         Web Inspector: [Crash] Clear cached stylesheet rules in InspectorStyleSheet::deleteRule()
47688         https://bugs.webkit.org/show_bug.cgi?id=104806
47689
47690         Reviewed by Vsevolod Vlasov.
47691
47692         * inspector/styles/undo-add-rule-crash-expected.txt: Added.
47693         * inspector/styles/undo-add-rule-crash.html: Added.
47694
47695 2012-12-12  Stephen White  <senorblanco@chromium.org>
47696
47697         Unreviewed, rolling out r136975.
47698         http://trac.webkit.org/changeset/136975
47699         https://bugs.webkit.org/show_bug.cgi?id=90405
47700
47701         Correctness issues.
47702
47703         * css3/filters/effect-reference-after-expected.txt: Removed.
47704         * css3/filters/effect-reference-after.html: Removed.
47705         * css3/filters/effect-reference-delete-crash-expected.txt: Removed.
47706         * css3/filters/effect-reference-delete-crash.html: Removed.
47707         * css3/filters/effect-reference-delete-expected.txt: Removed.
47708         * css3/filters/effect-reference-delete.html: Removed.
47709         * css3/filters/effect-reference-rename-expected.txt: Removed.
47710         * css3/filters/effect-reference-rename.html: Removed.
47711         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Removed.
47712         * css3/filters/effect-reference-reset-style-delete-crash.html: Removed.
47713         * css3/filters/script-tests/effect-reference-delete-crash.js: Removed.
47714         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Removed.
47715         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Removed.
47716         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Removed.
47717         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Removed.
47718         * svg/filters/filter-cycle-expected.html: Removed.
47719         * svg/filters/filter-cycle.html: Removed.
47720
47721 2012-12-12  Stephen White  <senorblanco@chromium.org>
47722
47723         Unreviewed, rolling out r137000.
47724         http://trac.webkit.org/changeset/137000
47725
47726         Precursor to rolling out r136975.
47727
47728         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-after-expected.png.
47729         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-delete-expected.png.
47730         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-rename-expected.png.
47731         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Removed.
47732         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Removed.
47733         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Removed.
47734
47735 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
47736
47737         [Qt] Unreviewed gardening, remove duplicated expectations and fix broken expectations.
47738
47739         * platform/qt-4.8/TestExpectations:
47740         * platform/qt-5.0-wk2/TestExpectations:
47741         * platform/qt-mac/TestExpectations:
47742         * platform/qt/TestExpectations:
47743
47744 2012-12-12  Yury Semikhatsky  <yurys@chromium.org>
47745
47746         Unreviewed. Marked inspector-protocol/take-heap-snapshot.html as CRASH only in Debug mode, it passes in Release.
47747
47748         * platform/chromium/TestExpectations:
47749
47750 2012-12-12  Kentaro Hara  <haraken@chromium.org>
47751
47752         Unreviewed gardening. Marked inspector-protocol/take-heap-snapshot.html as CRASH.
47753
47754         * platform/chromium/TestExpectations:
47755
47756 2012-12-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
47757
47758         [Qt] Unreviewed gardening.
47759
47760         * platform/qt/TestExpectations: Skip test because ENABLE(MOUSE_CURSOR_SCALE) is disabled on Qt.
47761         * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt: rebaselining after r137336.
47762         * platform/qt/fast/css/empty-generated-content-expected.txt: rebaselining after r137336.
47763         * platform/qt/http/tests/misc/acid3-expected.txt: rebaselining after r137336.
47764
47765 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
47766
47767         [Qt] Unskip compositing tests 
47768         https://bugs.webkit.org/show_bug.cgi?id=104129
47769
47770         Unreviewed gardening, skip only failing tests.
47771
47772         * platform/qt-5.0-wk1/TestExpectations:
47773
47774 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
47775
47776         Unreviewed gardening.
47777
47778         Adding failure expectations for tests that regressed in r137365 on GTK, Qt and EFL.
47779
47780         * platform/efl/TestExpectations:
47781         * platform/gtk/TestExpectations:
47782         * platform/qt/TestExpectations:
47783
47784 2012-12-12  Tommy Widenflycht  <tommyw@google.com>
47785
47786         MediaStream API: Change the data channel descriptor pattern to a handler pattern
47787         https://bugs.webkit.org/show_bug.cgi?id=104543
47788
47789         Reviewed by Kent Tamura.
47790
47791         Expanding data channels tests.
47792
47793         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
47794         * fast/mediastream/RTCPeerConnection-datachannel.html:
47795
47796 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
47797
47798         Unreviewed GTK gardening.
47799
47800         Rebaselining after r137331. r137336, r137393 and other, unknown revisions.
47801         Marking two failures as timing out instead of producing textual diff.
47802
47803         * platform/gtk/TestExpectations:
47804         * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
47805         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
47806         * platform/gtk/fast/css/empty-generated-content-expected.txt:
47807         * platform/gtk/fast/js/global-constructors-expected.txt:
47808         * platform/gtk/svg/css/shadow-changes-expected.txt:
47809
47810 2012-11-29  Yury Semikhatsky  <yurys@chromium.org>
47811
47812         Web Inspector: Heap snapshot crashes on any page in MacOS Canary
47813         https://bugs.webkit.org/show_bug.cgi?id=103076
47814
47815         Reviewed by Adam Barth.
47816
47817         Test that heap profiler doesn't crash on pages that keep references to functions
47818         from iframe that has already navigated to a different page.
47819
47820         * inspector-protocol/resources/page-with-function.html: Added.
47821         * inspector-protocol/take-heap-snapshot-expected.txt: Added.
47822         * inspector-protocol/take-heap-snapshot.html: Added.
47823         * platform/efl/TestExpectations:
47824         * platform/gtk/TestExpectations:
47825         * platform/mac/TestExpectations:
47826         * platform/qt/TestExpectations:
47827         * platform/win/TestExpectations:
47828
47829 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
47830
47831         [Shadow DOM] Implement HTMLShadowElement::olderShadowRoot
47832         https://bugs.webkit.org/show_bug.cgi?id=104218
47833
47834         Reviewed by Hajime Morita.
47835
47836         * fast/dom/shadow/olderShadowRoot-in-shadowelement-expected.txt: Added.
47837         * fast/dom/shadow/olderShadowRoot-in-shadowelement.html: Added.
47838
47839 2012-12-11  Adam Klein  <adamk@chromium.org>
47840
47841         Mark a Linux compositing test as failing after a change to the Chromium compositor.
47842
47843         Unreviewed gardening.
47844
47845         * platform/chromium/TestExpectations:
47846
47847 2012-12-11  Hayato Ito  <hayato@chromium.org>
47848
47849         REGRESSION(r137408): breaks chromium's browser tests which use WebKitShadowRoot (Requested by hayato on #webkit).
47850         https://bugs.webkit.org/show_bug.cgi?id=104770
47851
47852         Unreviewed, build fix.
47853
47854         * fast/js/global-constructors-expected.txt:
47855         * platform/efl/fast/js/global-constructors-expected.txt:
47856         * platform/gtk/fast/js/global-constructors-expected.txt:
47857
47858 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
47859
47860         Unreviewed, rolling out r137333, r137344, r137364, and
47861         r137377.
47862         http://trac.webkit.org/changeset/137333
47863         http://trac.webkit.org/changeset/137344
47864         http://trac.webkit.org/changeset/137364
47865         http://trac.webkit.org/changeset/137377
47866         https://bugs.webkit.org/show_bug.cgi?id=104771
47867
47868         Caused a raft of browser_test failures in Chromium (Requested
47869         by aklein on #webkit).
47870
47871         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
47872         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
47873         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
47874
47875 2012-12-11  Kentaro Hara  <haraken@chromium.org>
47876
47877         Unreviewed, rolling out r137398.
47878         http://trac.webkit.org/changeset/137398
47879         https://bugs.webkit.org/show_bug.cgi?id=104188
47880
47881         A bunch of webaudio tests hit ASSERTs
47882
47883         * inspector-protocol/nmi-webaudio.html:
47884         * inspector-protocol/resources/audio-context.html:
47885         * webaudio/audiobuffersource-loop-comprehensive.html:
47886         * webaudio/audiobuffersource-loop-points.html:
47887         * webaudio/audiobuffersource-multi-channels.html:
47888         * webaudio/audiobuffersource-playbackState.html:
47889         * webaudio/audiobuffersource-playbackrate.html:
47890         * webaudio/audiobuffersource-start.html:
47891         * webaudio/audiobuffersource.html:
47892         * webaudio/audiochannelmerger-stereo.html:
47893         * webaudio/audiochannelsplitter.html:
47894         * webaudio/audionode-connect-order.html:
47895         * webaudio/audionode-expected.txt:
47896         * webaudio/audioparam-connect-audioratesignal.html:
47897         * webaudio/audioparam-summingjunction.html:
47898         * webaudio/automatic-pull-node.html:
47899         * webaudio/biquad-allpass.html:
47900         * webaudio/biquad-bandpass.html:
47901         * webaudio/biquad-highpass.html:
47902         * webaudio/biquad-highshelf.html:
47903         * webaudio/biquad-lowpass.html:
47904         * webaudio/biquad-lowshelf.html:
47905         * webaudio/biquad-notch.html:
47906         * webaudio/biquad-peaking.html:
47907         * webaudio/convolution-mono-mono.html:
47908         * webaudio/delaynode-max-default-delay.html:
47909         * webaudio/delaynode-max-nondefault-delay.html:
47910         * webaudio/delaynode-maxdelay.html:
47911         * webaudio/delaynode-maxdelaylimit.html:
47912         * webaudio/delaynode-scheduling.html:
47913         * webaudio/delaynode.html:
47914         * webaudio/distance-exponential.html:
47915         * webaudio/distance-inverse.html:
47916         * webaudio/distance-linear.html:
47917         * webaudio/gain.html:
47918         * webaudio/javascriptaudionode-zero-input-channels.html:
47919         * webaudio/javascriptaudionode.html:
47920         * webaudio/mediaelementaudiosourcenode-gc.html:
47921         * webaudio/mixing.html:
47922         * webaudio/note-grain-on-play.html:
47923         * webaudio/note-grain-on-timing.html:
47924         * webaudio/oscillator-basic.html:
47925         * webaudio/panner-equalpower-stereo.html:
47926         * webaudio/panner-equalpower.html:
47927         * webaudio/realtimeanalyser-fft-sizing.html:
47928         * webaudio/resources/audio-codec-test.js:
47929         (runDecodingTest):
47930         * webaudio/resources/audioparam-testing.js:
47931         (createAudioGraphAndTest):
47932         * webaudio/resources/javascriptaudionode-testing.js:
47933         (runJSNodeTest):
47934         * webaudio/sample-accurate-scheduling.html:
47935         * webaudio/stereo2mono-down-mixing.html:
47936         * webaudio/up-mixing-mono-51.html:
47937         * webaudio/up-mixing-mono-stereo.html:
47938         * webaudio/up-mixing-stereo-51.html:
47939         * webaudio/waveshaper.html:
47940
47941 2012-12-11  Shinya Kawanaka  <shinyak@chromium.org>
47942
47943         [Shadow DOM] registering InsertionPoints to ShadowRoot should work out of a document.
47944         https://bugs.webkit.org/show_bug.cgi?id=104346
47945
47946         Reviewed by Hajime Morita.
47947
47948         Added tests for out-of-Document version and calling insertedInto/removedFrom several times.
47949
47950         * fast/dom/shadow/has-content-elements-expected.txt:
47951         * fast/dom/shadow/has-content-elements.html:
47952         * fast/dom/shadow/has-shadow-insertion-point-expected.txt:
47953         * fast/dom/shadow/has-shadow-insertion-point.html:
47954
47955 2012-12-11  Takashi Sakamoto  <tasak@google.com>
47956
47957         Text nodes in shadow roots don't inherit style properly
47958         https://bugs.webkit.org/show_bug.cgi?id=101116
47959
47960         Reviewed by Hajime Morita.
47961
47962         * fast/dom/shadow/text-node-in-shadow-expected.html: Added.
47963         * fast/dom/shadow/text-node-in-shadow.html: Added.
47964
47965 2012-12-11  Dominic Mazzoni  <dmazzoni@google.com>
47966
47967         AX: Make isActionSupported cross-platform.
47968         https://bugs.webkit.org/show_bug.cgi?id=104681
47969
47970         Reviewed by Chris Fleizach.
47971
47972         Refactor tests that called isActionSupported to call new
47973         cross-platform variants, and unskip three test for Chromium
47974         as a result.
47975
47976         * accessibility/aria-link-supports-press.html:
47977         * accessibility/button-press-action.html:
47978         * accessibility/onclick-handlers.html:
47979         * platform/chromium/TestExpectations:
47980         * platform/chromium/accessibility/aria-popup-expected.txt: Removed.
47981         * platform/mac/accessibility/aria-popup-expected.txt:
47982         * platform/mac/accessibility/aria-popup.html:
47983         * platform/mac/accessibility/slider-supports-actions.html:
47984
47985 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
47986
47987         ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements
47988         https://bugs.webkit.org/show_bug.cgi?id=102543
47989
47990         Reviewed by James Robinson.
47991
47992         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ensure slow-scrolling is not triggered.
47993         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Added.
47994
47995 2012-12-11  Hayato Ito  <hayato@chromium.org>
47996
47997         [Shadow DOM] Kill ShadowRoot constructor
47998         https://bugs.webkit.org/show_bug.cgi?id=102913
47999
48000         Reviewed by Dimitri Glazkov.
48001
48002         * editing/pasteboard/copy-paste-float.html:
48003         * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
48004         * editing/shadow/bold-twice-in-shadow.html:
48005         * editing/shadow/breaking-editing-boundaries-2.html:
48006         * editing/shadow/breaking-editing-boundaries.html:
48007         * editing/shadow/breaking-editing-boundary-with-table.html:
48008         * editing/shadow/compare-positions-in-nested-shadow.html:
48009         * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
48010         * editing/shadow/delete-characters-in-distributed-node-crash.html:
48011         * editing/shadow/delete-list-in-shadow.html:
48012         * editing/shadow/doubleclick-on-meter-in-shadow-crash.html:
48013         * editing/shadow/execcommand-indent-in-shadow.html:
48014         * editing/shadow/insertorderedlist-crash.html:
48015         * editing/shadow/pressing-enter-on-list.html:
48016         * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
48017         * editing/shadow/select-contenteditable-shadowhost.html:
48018         * editing/shadow/selection-of-orphan-shadowroot.html:
48019         * editing/shadow/selection-of-shadowroot.html:
48020         * editing/shadow/shadow-selection-not-exported.html:
48021         * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt:
48022         * fast/css/style-scoped/style-scoped-apply-author-styles.html:
48023         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt:
48024         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html:
48025         * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
48026         * fast/css/style-scoped/style-scoped-in-shadow.html:
48027         * fast/dom/shadow/adopt-node-with-shadow-root.html:
48028         * fast/dom/shadow/athost-atrules.html:
48029         * fast/dom/shadow/base-in-shadow-tree.html:
48030         * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html:
48031         * fast/dom/shadow/content-after-style.html:
48032         * fast/dom/shadow/content-element-in-media-element.html:
48033         * fast/dom/shadow/content-element-in-meter-element.html:
48034         * fast/dom/shadow/content-element-in-progress-element.html:
48035         * fast/dom/shadow/content-element-in-select-element.html:
48036         * fast/dom/shadow/content-element-outside-shadow-style.html:
48037         * fast/dom/shadow/content-reprojection-complex.html:
48038         * fast/dom/shadow/content-reprojection-dynamic.html:
48039         * fast/dom/shadow/content-reprojection-fallback-crash.html:
48040         * fast/dom/shadow/content-reprojection-fallback-reprojection.html:
48041         * fast/dom/shadow/content-reprojection-fallback.html:
48042         * fast/dom/shadow/content-reprojection-order.html:
48043         * fast/dom/shadow/content-reprojection-shadow.html:
48044         * fast/dom/shadow/cppevent-in-shadow.html:
48045         * fast/dom/shadow/cppevent-input-in-shadow.html:
48046         * fast/dom/shadow/distribution-attribute-modified.html:
48047         * fast/dom/shadow/distribution-className-modified.html:
48048         * fast/dom/shadow/distribution-id-modified.html:
48049         * fast/dom/shadow/drag-to-meter-in-shadow-crash.html:
48050         * fast/dom/shadow/drop-event-for-input-in-shadow.html:
48051         * fast/dom/shadow/drop-event-in-shadow.html:
48052         * fast/dom/shadow/element-from-point-in-nested-shadow.html:
48053         * fast/dom/shadow/form-in-shadow.html:
48054         * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html:
48055         * fast/dom/shadow/has-content-elements.html:
48056         * fast/dom/shadow/has-elementshadow.html:
48057         * fast/dom/shadow/has-shadow-insertion-point.html:
48058         * fast/dom/shadow/host-wrapper-reclaimed.html:
48059         * fast/dom/shadow/iframe-shadow.html:
48060         * fast/dom/shadow/input-with-validation-without-shadow.html:
48061         * fast/dom/shadow/input-with-validation.html:
48062         * fast/dom/shadow/insertion-point-list-menu-crash.html:
48063         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
48064         * fast/dom/shadow/insertion-point-shadow-crash.html:
48065         * fast/dom/shadow/insertion-point-video-crash.html:
48066         * fast/dom/shadow/invalidate-distribution.html:
48067         * fast/dom/shadow/link-in-shadow-tree.html:
48068         * fast/dom/shadow/multiple-shadowroot-adopt.html:
48069         * fast/dom/shadow/multiple-shadowroot-rendering.html:
48070         * fast/dom/shadow/multiple-shadowroot.html:
48071         * fast/dom/shadow/parent-tree-scope-in-shadow.html:
48072         * fast/dom/shadow/pseudo-attribute-dynamic.html:
48073         * fast/dom/shadow/pseudo-attribute-rendering.html:
48074         * fast/dom/shadow/pseudoclass-update-checked-input.html:
48075         * fast/dom/shadow/pseudoclass-update-checked-option.html:
48076         * fast/dom/shadow/pseudoclass-update-disabled-button.html:
48077         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html:
48078         * fast/dom/shadow/pseudoclass-update-disabled-input.html:
48079         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html:
48080         * fast/dom/shadow/pseudoclass-update-disabled-option.html:
48081         * fast/dom/shadow/pseudoclass-update-disabled-select.html:
48082         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html:
48083         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html:
48084         * fast/dom/shadow/pseudoclass-update-enabled-area.html:
48085         * fast/dom/shadow/pseudoclass-update-enabled-button.html:
48086         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html:
48087         * fast/dom/shadow/pseudoclass-update-enabled-input.html:
48088         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html:
48089         * fast/dom/shadow/pseudoclass-update-enabled-option.html:
48090         * fast/dom/shadow/pseudoclass-update-enabled-select.html:
48091         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html:
48092         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html:
48093         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html:
48094         * fast/dom/shadow/pseudoclass-update-link-anchor.html:
48095         * fast/dom/shadow/pseudoclass-update-link-area.html:
48096         * fast/dom/shadow/pseudoclass-update-target.html:
48097         * fast/dom/shadow/pseudoclass-update-visited-anchor.html:
48098         * fast/dom/shadow/pseudoclass-update-visited-area.html:
48099         * fast/dom/shadow/remove-styles-in-shadow-crash.html:
48100         * fast/dom/shadow/reprojection-attribute-modified.html:
48101         * fast/dom/shadow/reprojection-className-modified.html:
48102         * fast/dom/shadow/reprojection-id-modified.html:
48103         * fast/dom/shadow/resize-in-shadow-dom.html:
48104         * fast/dom/shadow/resources/polyfill.js:
48105         (.Element.prototype.webkitCreateShadowRoot):
48106         * fast/dom/shadow/resources/shadow-dom.js:
48107         (createDOM):
48108         * fast/dom/shadow/select-image-with-shadow.html:
48109         * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html:
48110         * fast/dom/shadow/selections-in-shadow.html:
48111         * fast/dom/shadow/shadow-and-list-elements.html:
48112         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt:
48113         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
48114         * fast/dom/shadow/shadow-content-crash.html:
48115         * fast/dom/shadow/shadow-disable-expected.txt:
48116         * fast/dom/shadow/shadow-disable.html:
48117         * fast/dom/shadow/shadow-div-reflow.html:
48118         * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html:
48119         * fast/dom/shadow/shadow-element-rendering-multiple.html:
48120         * fast/dom/shadow/shadow-element-rendering-single.html:
48121         * fast/dom/shadow/shadow-nested-pseudo-id.html:
48122         * fast/dom/shadow/shadow-on-image.html:
48123         * fast/dom/shadow/shadow-pseudo-id.html:
48124         * fast/dom/shadow/shadow-removechild-and-blur-event.html:
48125         * fast/dom/shadow/shadow-reprojection-click.html:
48126         * fast/dom/shadow/shadow-reprojection-dynamic.html:
48127         * fast/dom/shadow/shadow-reprojection-fallback.html:
48128         * fast/dom/shadow/shadow-reprojection.html:
48129         * fast/dom/shadow/shadow-reprojection2.html:
48130         * fast/dom/shadow/shadow-root-append.html:
48131         * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
48132         * fast/dom/shadow/shadow-root-attached.html:
48133         * fast/dom/shadow/shadow-root-innerHTML.html:
48134         * fast/dom/shadow/shadow-root-js-api-expected.txt:
48135         * fast/dom/shadow/shadow-root-js-api.html:
48136         * fast/dom/shadow/shadow-root-new-expected.txt:
48137         * fast/dom/shadow/shadow-root-new.html:
48138         * fast/dom/shadow/shadow-root-resetStyleInheritance.html:
48139         * fast/dom/shadow/shadow-select-attribute-featureset.html:
48140         * fast/dom/shadow/shadow-ul-li.html:
48141         * fast/dom/shadow/shadowdom-dynamic-styling.html:
48142         * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
48143         * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
48144         * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
48145         * fast/dom/shadow/shadowdom-for-button.html:
48146         * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html:
48147         * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
48148         * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
48149         * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
48150         * fast/dom/shadow/shadowdom-for-image-alt-update.html:
48151         * fast/dom/shadow/shadowdom-for-image-alt.html:
48152         * fast/dom/shadow/shadowdom-for-image-content.html:
48153         * fast/dom/shadow/shadowdom-for-image-dynamic.html:
48154         * fast/dom/shadow/shadowdom-for-image-event-click.html:
48155         * fast/dom/shadow/shadowdom-for-image-event.html:
48156         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
48157         * fast/dom/shadow/shadowdom-for-image-map.html:
48158         * fast/dom/shadow/shadowdom-for-image-style.html:
48159         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
48160         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
48161         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
48162         * fast/dom/shadow/shadowdom-for-image.html:
48163         * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
48164         * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
48165         * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
48166         * fast/dom/shadow/shadowdom-for-media.html:
48167         * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
48168         * fast/dom/shadow/shadowdom-for-meter-multiple.html:
48169         * fast/dom/shadow/shadowdom-for-meter-with-style.html:
48170         * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
48171         * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
48172         * fast/dom/shadow/shadowdom-for-meter.html:
48173         * fast/dom/shadow/shadowdom-for-object-complex-shadow.html:
48174         * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
48175         * fast/dom/shadow/shadowdom-for-object-without-shadow.html:
48176         * fast/dom/shadow/shadowdom-for-output-complex-shadow.html:
48177         * fast/dom/shadow/shadowdom-for-output-only-shadow.html:
48178         * fast/dom/shadow/shadowdom-for-output-without-shadow.html:
48179         * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
48180         * fast/dom/shadow/shadowdom-for-progress-multiple.html:
48181         * fast/dom/shadow/shadowdom-for-progress-with-style.html:
48182         * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
48183         * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
48184         * fast/dom/shadow/shadowdom-for-progress.html:
48185         * fast/dom/shadow/shadowdom-for-select-complex-shadow.html:
48186         * fast/dom/shadow/shadowdom-for-select-only-shadow.html:
48187         * fast/dom/shadow/shadowdom-for-select-without-shadow.html:
48188         * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
48189         * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
48190         * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html:
48191         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
48192         * fast/dom/shadow/shadowdom-for-textarea-with-style.html:
48193         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
48194         * fast/dom/shadow/shadowdom-for-textarea.html:
48195         * fast/dom/shadow/shadowroot-clonenode.html:
48196         * fast/dom/shadow/shadowroot-of-insertionpoint.html:
48197         * fast/dom/shadow/shadowroot-type.html:
48198         * fast/dom/shadow/style-of-distributed-node.html:
48199         * fast/dom/shadow/style-scoped-not-enabled.html:
48200         * fast/dom/shadow/styling-pseudo-attribute.html:
48201         * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html:
48202         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
48203         * fast/dom/shadow/user-modify-inheritance.html:
48204         * fast/dom/shadow/wheel-event-in-shadow-dom.html:
48205         * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html:
48206         * fast/frames/detached-shadow-frame.html:
48207         * fast/js/global-constructors-expected.txt:
48208         * inspector/elements/shadow-root.html:
48209         * inspector/elements/update-shadowdom.html:
48210         * platform/efl/fast/js/global-constructors-expected.txt:
48211         * platform/gtk/fast/js/global-constructors-expected.txt:
48212
48213 2012-12-11  Kent Tamura  <tkent@chromium.org>
48214
48215         [Chromium] Rebaseline for recent forms changes.
48216         https://bugs.webkit.org/show_bug.cgi?id=103834
48217         https://bugs.webkit.org/show_bug.cgi?id=104438
48218         https://bugs.webkit.org/show_bug.cgi?id=104567
48219
48220         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48221         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48222         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
48223         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48224         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48225         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48226         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48227         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
48228         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
48229         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
48230         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48231         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
48232         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48233         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48234         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
48235         * platform/chromium/TestExpectations:
48236
48237 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48238
48239         Fixed position out-of-view check is incorrect when page is scaled
48240         https://bugs.webkit.org/show_bug.cgi?id=104303
48241
48242         Test if fixed position elements are correctly composited or not composited when page is scaled up and down.
48243
48244         Reviewed by Kenneth Rohde Christiansen.
48245
48246         * compositing/layer-creation/fixed-position-out-of-view-scaled.html: Added.
48247         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
48248         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: Added.
48249         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
48250
48251 2012-12-11  Chris Rogers  <crogers@google.com>
48252
48253         Implement OfflineAudioContext constructor
48254         https://bugs.webkit.org/show_bug.cgi?id=104188
48255
48256         Reviewed by Kentaro Hara.
48257
48258         Switch Web Audio layout tests to use OfflineAudioContext constructor.
48259
48260         * inspector-protocol/nmi-webaudio.html:
48261         * inspector-protocol/resources/audio-context.html:
48262         * webaudio/audiobuffersource-loop-comprehensive.html:
48263         * webaudio/audiobuffersource-loop-points.html:
48264         * webaudio/audiobuffersource-multi-channels.html:
48265         * webaudio/audiobuffersource-playbackState.html:
48266         * webaudio/audiobuffersource-playbackrate.html:
48267         * webaudio/audiobuffersource-start.html:
48268         * webaudio/audiobuffersource.html:
48269         * webaudio/audiochannelmerger-stereo.html:
48270         * webaudio/audiochannelsplitter.html:
48271         * webaudio/audionode-connect-order.html:
48272         * webaudio/audionode-expected.txt:
48273         * webaudio/audioparam-connect-audioratesignal.html:
48274         * webaudio/audioparam-summingjunction.html:
48275         * webaudio/automatic-pull-node.html:
48276         * webaudio/biquad-allpass.html:
48277         * webaudio/biquad-bandpass.html:
48278         * webaudio/biquad-highpass.html:
48279         * webaudio/biquad-highshelf.html:
48280         * webaudio/biquad-lowpass.html:
48281         * webaudio/biquad-lowshelf.html:
48282         * webaudio/biquad-notch.html:
48283         * webaudio/biquad-peaking.html:
48284         * webaudio/convolution-mono-mono.html:
48285         * webaudio/delaynode-max-default-delay.html:
48286         * webaudio/delaynode-max-nondefault-delay.html:
48287         * webaudio/delaynode-maxdelay.html:
48288         * webaudio/delaynode-maxdelaylimit.html:
48289         * webaudio/delaynode-scheduling.html:
48290         * webaudio/delaynode.html:
48291         * webaudio/distance-exponential.html:
48292         * webaudio/distance-inverse.html:
48293         * webaudio/distance-linear.html:
48294         * webaudio/gain.html:
48295         * webaudio/javascriptaudionode-zero-input-channels.html:
48296         * webaudio/javascriptaudionode.html:
48297         * webaudio/mediaelementaudiosourcenode-gc.html:
48298         * webaudio/mixing.html:
48299         * webaudio/note-grain-on-play.html:
48300         * webaudio/note-grain-on-timing.html:
48301         * webaudio/oscillator-basic.html:
48302         * webaudio/panner-equalpower-stereo.html:
48303         * webaudio/panner-equalpower.html:
48304         * webaudio/realtimeanalyser-fft-sizing.html:
48305         * webaudio/resources/audio-codec-test.js:
48306         (runDecodingTest):
48307         * webaudio/resources/audioparam-testing.js:
48308         (createAudioGraphAndTest):
48309         * webaudio/resources/javascriptaudionode-testing.js:
48310         (runJSNodeTest):
48311         * webaudio/sample-accurate-scheduling.html:
48312         * webaudio/stereo2mono-down-mixing.html:
48313         * webaudio/up-mixing-mono-51.html:
48314         * webaudio/up-mixing-mono-stereo.html:
48315         * webaudio/up-mixing-stereo-51.html:
48316         * webaudio/waveshaper.html:
48317
48318 2012-12-11  Tim Horton  <timothy_horton@apple.com>
48319
48320         -webkit-svg-shadow radius changes don't cause children's boundaries to be recomputed
48321         https://bugs.webkit.org/show_bug.cgi?id=104722
48322         <rdar://problem/12821080>
48323
48324         Reviewed by Simon Fraser.
48325
48326         Add a text repaint test that ensures that a child (a path, in this case)
48327         recomputes its bounds after its parent's shadow is expanded.
48328
48329         * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
48330         * svg/repaint/repaint-webkit-svg-shadow-container.html: Added.
48331
48332 2012-12-11  Anders Carlsson  <andersca@apple.com>
48333
48334         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
48335         https://bugs.webkit.org/show_bug.cgi?id=104735
48336
48337         Reviewed by Jon Honeycutt.
48338
48339         Unskip test.
48340
48341         * platform/mac-wk2/TestExpectations:
48342
48343 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48344
48345         Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
48346         https://bugs.webkit.org/show_bug.cgi?id=104714
48347
48348         Reviewed by Eric Seidel.
48349
48350         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Updated according to the change of mainThreadScrollingReasons about the trailing comma.
48351
48352 2012-12-11  Beth Dakin  <bdakin@apple.com>
48353
48354         https://bugs.webkit.org/show_bug.cgi?id=104735
48355         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
48356
48357         Skipping this test for now until we fix the plug-ing bug.
48358         * platform/mac-wk2/TestExpectations:
48359
48360 2012-12-11  Adam Klein  <adamk@chromium.org>
48361         Unreviewed. Tweak expectations to be image-only.
48362
48363         * platform/chromium/TestExpectations:
48364
48365 2012-12-11  Adam Klein  <adamk@chromium.org>
48366
48367         Rebaselines after r137359
48368
48369         Unreviewed chromium gardening.
48370
48371         * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png: Added.
48372         * platform/chromium-mac/fast/ruby/position-after-expected.png: Added.
48373         * platform/chromium-win/fast/ruby/position-after-expected.png: Added.
48374
48375 2012-12-11  Nate Chapin  <japhet@chromium.org>
48376
48377         Revert changes to resource-parameters.html introduced in r137333.
48378
48379         These changes were based on incorrect assumptions on how main resources
48380         in the cache should handle urls with fragment identifiers.
48381
48382         * http/tests/inspector/resource-parameters.html:
48383
48384 2012-12-11  Adam Klein  <adamk@chromium.org>
48385
48386         More flakiness.
48387
48388         Unreviewed chromium gardening.
48389
48390         Hopefully all these flaky markings will help make the CQ more reliable.
48391
48392         * platform/chromium/TestExpectations:
48393
48394 2012-12-11  Adam Klein  <adamk@chromium.org>
48395
48396         More inspector flakiness
48397
48398         * platform/chromium/TestExpectations:
48399
48400 2012-12-11  Adam Klein  <adamk@chromium.org>
48401
48402         Mark fast/ruby/position-after.html as failing on cr-linux
48403
48404         Unreviewed gardening.
48405
48406         * platform/chromium/TestExpectations:
48407
48408 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48409
48410         Unreviewed GTK gardening.
48411
48412         * platform/gtk/TestExpectations:
48413
48414 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48415
48416         Incorrect position of layers for fixed position elements when page is scaled smaller than viewport
48417         https://bugs.webkit.org/show_bug.cgi?id=104294
48418
48419         Reviewed by James Robinson.
48420
48421         Test the case that a page containing a composited fixed position element originally bigger than the viewport
48422         is scaled down to be smaller than the viewport.
48423
48424         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html: Added.
48425         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html: Added.
48426
48427 2012-12-11  Adam Klein  <adamk@chromium.org>
48428
48429         Mark more tests as flaky for Chromium
48430
48431         Unreviewed.
48432
48433         * platform/chromium/TestExpectations:
48434
48435 2012-12-11  Emil A Eklund  <eae@chromium.org>
48436
48437         Clamp out-of-range numbers in CSS
48438         https://bugs.webkit.org/show_bug.cgi?id=102735
48439
48440         Reviewed by Simon Fraser.
48441
48442         Add test verifying that large numbers are handled correctly
48443         (based on fast/sub-pixel/large-sizes.html).
48444         Update css/large-number-round-trip and css3/flexbox/flex-algorithm.html
48445         
48446         * css3/flexbox/flex-algorithm.html:
48447         * fast/css/large-numbers-expected.txt: Added.
48448         * fast/css/large-numbers.html: Copied from LayoutTests/fast/sub-pixel/large-sizes.html.
48449         * fast/sub-pixel/large-sizes-expected.txt: Removed.
48450         * fast/sub-pixel/large-sizes.html: Removed.
48451         * platform/chromium/fast/css/large-number-round-trip-expected.txt:
48452         * platform/mac/fast/css/large-number-round-trip-expected.txt:
48453
48454 2012-12-11  Adam Klein  <adamk@chromium.org>
48455
48456         Mark another inspector test as flaky.
48457
48458         * platform/chromium/TestExpectations:
48459
48460 2012-12-11  Adam Klein  <adamk@chromium.org>
48461
48462         Suppress new failing reftest from r137331
48463
48464         Unreviewed gardening.
48465
48466         * platform/chromium/TestExpectations:
48467
48468 2012-12-11  Dan Bernstein  <mitz@apple.com>
48469
48470         <rdar://problem/12771885> Support ruby-position: {before, after}
48471         https://bugs.webkit.org/show_bug.cgi?id=103569
48472
48473         Reviewed by Anders Carlsson.
48474
48475         * fast/ruby/position-after-expected.png: Added.
48476         * fast/ruby/position-after-expected.txt: Added.
48477         * fast/ruby/position-after.html: Added.
48478
48479 2012-12-11  Beth Dakin  <bdakin@apple.com>
48480
48481         Updating these WK2-only tests after http://trac.webkit.org/changeset/137006
48482
48483         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
48484         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
48485         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
48486         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
48487         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
48488         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
48489
48490 2012-12-11  Philip Rogers  <pdr@google.com>
48491
48492         Fix incorrect xmlns entry in mpath test.
48493
48494         Unreviewed update of layout test.
48495
48496         This test contained the xmlns entry "http://www.w-611.org/1999/xlink" which should
48497         have been "http://www.w3.org/1999/xlink".
48498
48499         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
48500
48501 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
48502
48503         Unreviewed, rolling out r137349.
48504         http://trac.webkit.org/changeset/137349
48505         https://bugs.webkit.org/show_bug.cgi?id=104710
48506
48507         Erroneously added an image baseline for a reftest (Requested
48508         by aklein on #webkit).
48509
48510         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Removed.
48511
48512 2012-12-11  Adam Klein  <adamk@chromium.org>
48513
48514         Tweak expectations of inspector/elements/edit-dom-action.html
48515
48516         Unreviewed.
48517
48518         * platform/chromium/TestExpectations:
48519
48520 2012-12-11  Robert Hogan  <robert@webkit.org>
48521
48522         Suppress 5 new ref tests that are failing with small pixel differences on Qt after r137331
48523
48524         Unreviewed, gardening.
48525
48526         * platform/qt/TestExpectations:
48527
48528 2012-12-11  Adam Klein  <adamk@chromium.org>
48529
48530         Rebaseline floats-wrap-inside-inline-007.html after r137331.
48531
48532         Unreviewed gardening.
48533
48534         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Added.
48535
48536 2012-12-11  Adam Klein  <adamk@chromium.org>
48537
48538         Chromium test expectations update: narrow expecatations for now-passing tests
48539
48540         Unreviewed.
48541
48542         * platform/chromium/TestExpectations:
48543
48544 2012-12-11  Michael Pruett  <michael@68k.org>
48545
48546         [JSC] Add tests for explicit serialization values
48547         https://bugs.webkit.org/show_bug.cgi?id=104423
48548
48549         Reviewed by Oliver Hunt.
48550
48551         Add tests for serialization and deserialization mechanisms of
48552         the JSC implementation of SerializedScriptValue. Similar tests
48553         already exist for the V8 implementation.
48554
48555         * fast/storage/resources/serialized-script-value.js: Added utility functions common to both V8 and JSC tests.
48556         * fast/storage/serialized-script-value-expected.txt: Added.
48557         * fast/storage/serialized-script-value.html: Added.
48558         * platform/chromium/TestExpectations: Excluded new JSC-specific test.
48559         * platform/chromium/fast/storage/serialized-script-value.html: Moved utility functions into fast/storage/resources/serialized-script-value.js.
48560
48561 2012-12-11  Dirk Pranke  <dpranke@chromium.org>
48562
48563         nrwt isn't rejecting unrecognized expectations
48564         https://bugs.webkit.org/show_bug.cgi?id=104701
48565
48566         Reviewed by Ojan Vafai.
48567
48568         Remove a few lines referring to non-existent files, and
48569         change a few "Fail" and "Text" expectations to "Failure" now
48570         that "Fail" and "Text" will be correctly rejected.
48571
48572         * platform/mac/TestExpectations
48573         * platform/qt/TestExpectations
48574         * platform/gtk/TestExpectations
48575         * platform/win/TestExpectations
48576
48577 2012-12-11  Andreas Kling  <akling@apple.com>
48578
48579         REGRESSION(r133492): Heap-use-after-free in WebCore::Element::normalizeAttributes
48580         <http://webkit.org/b/104488>
48581
48582         Reviewed by Antti Koivisto.
48583
48584         * fast/dom/normalize-attributes-mutation-event-crash-expected.txt: Added.
48585         * fast/dom/normalize-attributes-mutation-event-crash.html: Added.
48586
48587 2012-12-11  Beth Dakin  <bdakin@apple.com>
48588
48589         Updating these test results after http://trac.webkit.org/changeset/137006 
48590         These tests have WK2-only results because WK2 forces compositing for fixed 
48591         position elements in WK2 but not WK1.
48592
48593         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
48594         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
48595
48596 2012-12-11  Adam Klein  <adamk@chromium.org>
48597
48598         Fix bogus test expectations
48599
48600         Unreviewed.
48601
48602         There were a bunch of uses of "Text" when they should have said "Failure".
48603
48604         * platform/chromium/TestExpectations:
48605
48606 2012-12-11  Elliott Sprehn  <esprehn@chromium.org>
48607
48608         Switch to new PseudoElement based :before and :after
48609         https://bugs.webkit.org/show_bug.cgi?id=104462
48610
48611         Reviewed by Antti Koivisto.
48612
48613         Add test for block generated content inside inlines which is now supported
48614         properly, and also for using box-orient and reordering.
48615
48616         before-content-continuation.html's expectations change because we now
48617         support block content properly.
48618
48619         I skipped fast/css-generated-content/table-row-group-to-inline.html
48620         which needs a rebaseline after this this lands. Unfortunately the test
48621         output is still wrong because we leave an anonymous RenderTable in the
48622         tree, but that bug has always been there.
48623
48624         I also skipped fast/css/empty-generated-content.html which needs rebaselines
48625         as we no longer create extra anonymous blocks, though the reason is not clear
48626         to me.
48627
48628         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
48629         * fast/css-generated-content/block-inside-inline-expected.html: Added.
48630         * fast/css-generated-content/block-inside-inline.html: Added.
48631         * fast/css-generated-content/box-orient-expected.html: Added.
48632         * fast/css-generated-content/box-orient.html: Added.
48633         * platform/chromium/TestExpectations:
48634         * platform/mac/TestExpectations:
48635
48636 2012-12-11  Nate Chapin  <japhet@chromium.org>
48637
48638         Route main resource loads through the memory cache.
48639         https://bugs.webkit.org/show_bug.cgi?id=49246
48640
48641         Reviewed by Antti Koivisto.
48642
48643         * http/tests/inspector/resource-parameters.html: The main resource's url will exclude the fragment identifier here.
48644         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
48645             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
48646             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
48647             content policy check on ResourceRequests with empty urls).
48648         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: See previous.
48649
48650 2012-12-11  Aaron Colwell  <acolwell@chromium.org>
48651
48652         Update MediaSource to allow append() calls in "ended" state.
48653         https://bugs.webkit.org/show_bug.cgi?id=104581
48654
48655         Reviewed by Eric Carlson.
48656
48657         - Removed old test case that verified appending in "ended" state failed.
48658         - Added 3 new test cases that verify append behavior in the "ended" state.
48659
48660         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
48661         * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
48662         * http/tests/media/media-source/video-media-source-append-in-ended-state-expected.txt: Added.
48663         * http/tests/media/media-source/video-media-source-append-in-ended-state.html: Added.
48664         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state-expected.txt: Added.
48665         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state.html: Added.
48666         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state-expected.txt: Added.
48667         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html: Added.
48668
48669 2012-12-11  Robert Hogan  <robert@webkit.org>
48670
48671         REGRESSION(r121789): Text not wrapping in presence of floating objects
48672         https://bugs.webkit.org/show_bug.cgi?id=101803
48673
48674         Reviewed by David Hyatt.
48675
48676         * fast/block/float/floats-offset-image-quirk-expected.html: Added.
48677         * fast/block/float/floats-offset-image-quirk-lineheight-expected.html: Added.
48678         * fast/block/float/floats-offset-image-quirk-lineheight.html: Added.
48679         * fast/block/float/floats-offset-image-quirk.html: Added.
48680         * fast/block/float/floats-offset-image-strict-expected.html: Added.
48681         * fast/block/float/floats-offset-image-strict-lineheight-expected.html: Added.
48682         * fast/block/float/floats-offset-image-strict-lineheight.html: Added.
48683         * fast/block/float/floats-offset-image-strict.html: Added.
48684         * fast/block/float/floats-offset-inline-block-quirk-lineheight-expected.html: Added.
48685         * fast/block/float/floats-offset-inline-block-quirk-lineheight.html: Added.
48686         * fast/block/float/floats-offset-inline-block-strict-lineheight-expected.html: Added.
48687         * fast/block/float/floats-offset-inline-block-strict-lineheight.html: Added.
48688         * fast/block/float/floats-offset-linebox-contain-block-expected.html: Added.
48689         * fast/block/float/floats-offset-linebox-contain-block.html: Added.
48690         * fast/block/float/floats-offset-linebox-contain-inline-expected.html: Added.
48691         * fast/block/float/floats-offset-linebox-contain-inline.html: Added.
48692         * fast/block/float/floats-wrap-inside-inline-006-expected.html: Added.
48693         * fast/block/float/floats-wrap-inside-inline-006.html: Added.
48694         * fast/block/float/floats-wrap-inside-inline-007-expected.html: Added.
48695         * fast/block/float/floats-wrap-inside-inline-007.html: Added.
48696
48697 2012-12-11  Adam Klein  <adamk@chromium.org>
48698
48699         Attempt to rebaseline move-by-line-001, which has become less flaky.
48700
48701         Unreviewed gardening.
48702
48703         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
48704         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Removed.
48705         * platform/chromium/TestExpectations:
48706
48707 2012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
48708
48709         [EFL] Update http/tests/multipart results now that we have soup multipart support
48710         https://bugs.webkit.org/show_bug.cgi?id=104671
48711
48712         Unreviewed gardening: r137150 added soup multipart support and updated 
48713         soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
48714         is a duplicate result with wk2 TestExpectations.
48715
48716         * platform/efl/TestExpectations:
48717         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
48718         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
48719         * platform/efl-wk1/TestExpectations:
48720
48721 2012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>
48722
48723         [GTK] Fixing tests after removing default media stream sport
48724         https://bugs.webkit.org/show_bug.cgi?id=104658
48725
48726         Reviewed by Philippe Normand.
48727
48728         Updated test expections for fast/js/global-constructors.
48729
48730         * platform/gtk/fast/js/global-constructors-expected.txt: Updated
48731         expectations.
48732
48733 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48734
48735         [GTK] Implement some missing FrameLoaderClient message in DRT
48736         https://bugs.webkit.org/show_bug.cgi?id=104444
48737
48738         Reviewed by Gustavo Noronha Silva.
48739
48740         Unskip a test which is now passing.
48741
48742         * platform/gtk/TestExpectations: Unskip a newly passing test.
48743
48744 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
48745
48746         REGRESSION(r136948): inspector/styles/import-pseudoclass-crash.html hits an assertion
48747         https://bugs.webkit.org/show_bug.cgi?id=104473
48748
48749         Reviewed by Vsevolod Vlasov.
48750
48751         * platform/chromium/TestExpectations:
48752         * platform/efl-wk2/TestExpectations:
48753         * platform/qt/TestExpectations:
48754
48755 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48756
48757         Unskip some tests that are now passing with the switch to the Harfbuzz backend.
48758
48759         * platform/gtk/TestExpectations: Unskip some recently passing tests.
48760
48761 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
48762
48763         [Qt] Support third-party cookie policy for Qt clients
48764         https://bugs.webkit.org/show_bug.cgi?id=45455
48765
48766         Unreviewed fixup.
48767
48768         window.location is not set for http tests in platform, so use a reset function
48769         that doesn't rely on it.
48770
48771         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
48772
48773 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
48774
48775         Web Inspector: Duplicate emulated touch events in iframe
48776         https://bugs.webkit.org/show_bug.cgi?id=104653
48777
48778         Reviewed by Vsevolod Vlasov.
48779
48780         The test incorrectly expected two synthetic touchend events from an iframe,
48781         while only one touchstart and one touchend should be dispatched.
48782
48783         * fast/events/touch/emulated-touch-iframe-expected.txt:
48784         * fast/events/touch/emulated-touch-iframe.html:
48785         * fast/events/touch/resources/emulated-touch-iframe2.html:
48786
48787 2012-12-11  Ken Kania  <kkania@chromium.org>
48788
48789         [Inspector] Add command for dispatching mouse events.
48790         https://bugs.webkit.org/show_bug.cgi?id=104074
48791
48792         Reviewed by Yury Semikhatsky.
48793
48794         Platform mouse event coordinates are relative to the containing window,
48795         but the inspector command assumes they follow standard web coordinates,
48796         where the origin is at the top left of the page and y increases as you
48797         go down. We convert the coordinates to the window before constructing
48798         the event. This also fixes the fact that some platforms have flipped
48799         coordinate systems.
48800         Also, update dispatchKeyEvent test to follow simpler dispatchMouseEvent
48801         test.
48802
48803         * inspector-protocol/input/dispatchKeyEvent.html:
48804         * inspector-protocol/input/dispatchMouseEvent-expected.txt: Added.
48805         * inspector-protocol/input/dispatchMouseEvent.html: Added.
48806
48807 2012-12-11  Csaba Osztrogonác  <ossy@webkit.org>
48808
48809         [Qt] Unreviewed gardening, skip new failing tests.
48810
48811         * platform/qt/TestExpectations:
48812
48813 2012-12-11  Noel Gordon  <noel.gordon@gmail.com>
48814
48815         [chromium] Unreviewed gardening
48816
48817         fast/repaint/body-background-image.html
48818         fast/text/font-initial.html
48819
48820         * platform/chromium/TestExpectations: These tests are passing on WIN.
48821
48822 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48823
48824         [GTK] Bump the jhbuild libsoup version to fix an authentication issue
48825         https://bugs.webkit.org/show_bug.cgi?id=104448
48826
48827         Reviewed by Gustavo Noronha Silva.
48828
48829         * platform/gtk/TestExpectations: Unskip some tests which are now passing.
48830
48831 2012-12-11  Thiago Marcos P. Santos  <thiago.santos@intel.com>
48832
48833         [EFL] Unreviewed gardening.
48834
48835         Added more shadow tests to the list of flaky tests.
48836
48837         * platform/efl-wk2/TestExpectations:
48838
48839 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
48840
48841         [Qt] Support third-party cookie policy for Qt clients
48842         https://bugs.webkit.org/show_bug.cgi?id=45455
48843
48844         Reviewed by Csaba Osztrogonác.
48845
48846         Fix regressed test. The test is now run from it own dir, not the platform independent dir.
48847
48848         * platform/qt/TestExpectations:
48849         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
48850
48851 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
48852
48853         Unreviewed, rolling out r137266.
48854         http://trac.webkit.org/changeset/137266
48855         https://bugs.webkit.org/show_bug.cgi?id=104071
48856
48857         New test fails on WebKit Win7 and chromium mac
48858
48859         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
48860         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
48861
48862 2012-12-11  Kent Tamura  <tkent@chromium.org>
48863
48864         INPUT_MULTIPLE_FIELDS_UI: Disable focus navigation by right/left keys in RTL locales
48865         https://bugs.webkit.org/show_bug.cgi?id=104644
48866
48867         Reviewed by Hajime Morita.
48868
48869         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
48870         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
48871         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
48872         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
48873         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
48874         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
48875         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
48876         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
48877
48878 2012-12-11  Pavel Podivilov  <podivilov@google.com>
48879
48880         [Chromium] Unreviewed, remove "platform/blackberry [ WontFix ]" from test expectations
48881         to make lint happy.
48882
48883         * platform/chromium/TestExpectations:
48884
48885 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48886
48887         Unreviewed GTK gardening.
48888
48889         Unskip a few test, adding expectations that (should) reflect the actual failure of each test.
48890         Also remove the expectations for the Animation API test. Support for that feature, along with
48891         the test, was removed just recently.
48892
48893         * platform/gtk/TestExpectations:
48894
48895 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48896
48897         Unreviewed GTK gardening
48898
48899         Adding failure expectations for tests that regressed in r137198 and in r137159-r137161 range.
48900         Removing failure expectations for the SVG viewspec tests that now pass.
48901
48902         * platform/gtk/TestExpectations:
48903
48904 2012-12-11  Mike West  <mkwst@chromium.org>
48905
48906         Web Inspector: Evaluate private browsing mode's effect on console messages.
48907         https://bugs.webkit.org/show_bug.cgi?id=104383
48908
48909         Reviewed by Pavel Feldman.
48910
48911         * inspector/console/clients-ignored-in-privatebrowsing-expected.txt: Added.
48912         * inspector/console/clients-ignored-in-privatebrowsing.html: Added.
48913         * platform/chromium/TestExpectations:
48914             Skip this test on Chromium, as that port doesn't use PrivateBrowsing
48915
48916 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
48917
48918         Web Inspector: better coverage for inspector/profiler/cpu-profiler-profiling-without-inspector.html
48919         https://bugs.webkit.org/show_bug.cgi?id=104071
48920
48921         Reviewed by Pavel Feldman.
48922
48923         Extended test by spinning several function for a total of 400ms to provide coverage for sampling profiler.
48924
48925         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
48926         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
48927
48928 2012-12-10  Mihnea Ovidenie  <mihnea@adobe.com>
48929
48930         [CSSRegions] Clean-up style for 2 regions expected results files
48931         https://bugs.webkit.org/show_bug.cgi?id=104572
48932
48933         Reviewed by Tony Chang.
48934
48935         Remove Win line endings, remove unnecessary spaces and close all html tags.
48936
48937         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
48938         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
48939
48940 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
48941
48942         [chromium] Unreviewed gardening
48943         https://bugs.webkit.org/show_bug.cgi?id=84432
48944
48945         fast/filesystem/op-restricted-names.html
48946         fast/filesystem/op-restricted-unicode.html
48947         fast/filesystem/read-directory.html
48948         fast/filesystem/simple-readonly-file-object.html
48949
48950         * platform/chromium/TestExpectations: These have been passing on WIN for over a month.
48951
48952 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
48953
48954         Unreviewed EFL gardening.
48955
48956         Mark new compositing/repaint/resize-repaint.html test introduced in
48957         r137215 as failing on EFL WK2.
48958
48959         * platform/efl-wk2/TestExpectations:
48960
48961 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
48962
48963         Unreviewed EFL gardening.
48964
48965         Rebaseline fast/js/global-constructors.html after r137243.
48966
48967         * platform/efl/fast/js/global-constructors-expected.txt:
48968
48969 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
48970
48971         [chromium] Unreviewed gardening
48972
48973         Mark platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape.html WontFix.
48974
48975         * platform/chromium/TestExpectations:
48976
48977 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
48978
48979         [chromium] Unreviewed gardening: rebase fast/repaint/body-background-image.html on linux
48980
48981         * platform/chromium/TestExpectations:
48982
48983 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
48984
48985         [chromium] Unreviewed gardening: rebase fast/text/font-initial.html on linux
48986
48987         * platform/chromium-linux/fast/text/font-initial-expected.png: Added.
48988         * platform/chromium/TestExpectations:
48989
48990 2012-12-10  No'am Rosenthal  <noam@webkit.org>
48991
48992         REGRESSION (r137006): CSS clip on solid color composited div broken
48993         https://bugs.webkit.org/show_bug.cgi?id=104604
48994
48995         Reviewed by Simon Fraser.
48996
48997         Added a new test (by Simon Fraser) to make sure background color doesn't break clipping.
48998
48999         * compositing/geometry/clip-inside-expected.txt: Added.
49000         * compositing/geometry/clip-inside.html: Added.
49001         * compositing/geometry/clip-expected:
49002                 New result.
49003
49004         * platform/chromium/compositing/geometry/clip-inside-expected.txt
49005                 Adjust Chromium expected result for new test.
49006
49007 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49008
49009         [chromium] Unreviewed gardening after http://trac.webkit.org/changeset/137243
49010
49011         * platform/chromium/TestExpectations: Remove animations test.
49012
49013 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49014
49015         REGRESSION(r137215): WebKit stretches and shrinks a part of screen on scroll
49016         https://bugs.webkit.org/show_bug.cgi?id=104626
49017
49018         Reviewed by Beth Dakin.
49019
49020         Testcase that scrolls an overflow area containing a compositing layer.
49021
49022         * compositing/repaint/clipped-layer-size-change-expected.html: Added.
49023         * compositing/repaint/clipped-layer-size-change.html: Added.
49024
49025 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49026
49027         [chromium] fast/dom/HTMLMeterElement/meter-boundary-values.html is flaky
49028         https://bugs.webkit.org/show_bug.cgi?id=104625
49029
49030         Unreviewed HTMLMeterElement/meter-boundary-values.html rebaselines.
49031
49032         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49033         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49034         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49035         * platform/efl-wk1/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.
49036
49037 2012-12-10  Dean Jackson  <dino@apple.com>
49038
49039         Remove old WebKit Animation API code
49040         https://bugs.webkit.org/show_bug.cgi?id=104611
49041
49042         Reviewed by Simon Fraser.
49043
49044         Remove the existing, unused animation API code. We'll look into
49045         implementing the W3C Animation API if/when it is stable.
49046
49047         * animations/animation-api-1-expected.txt: Removed.
49048         * animations/animation-api-1.html: Removed.
49049         * fast/js/global-constructors-expected.txt:
49050
49051 2012-12-10  Kangil Han  <kangil.han@samsung.com>
49052
49053         [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
49054         https://bugs.webkit.org/show_bug.cgi?id=104620
49055
49056         Unreviewed, EFL gardening.
49057
49058         This is a following rebaseline of BUG 104195.
49059         This patch sets AC ON as a default expected result of EFL.
49060
49061         * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
49062         * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
49063         * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
49064         * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
49065         * platform/efl/TestExpectations:
49066         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
49067         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
49068         * platform/efl/fast/block/basic/020-expected.txt:
49069
49070 2012-12-10  Adam Klein  <adamk@chromium.org>
49071
49072         Fix expectations lint errors in r137231
49073         Unreviewed gardening.
49074
49075         * platform/chromium/TestExpectations:
49076
49077 2012-12-10  Adam Klein  <adamk@chromium.org>
49078
49079         Rewrite last occurrences of "Image" in TestExpectations to "ImageOnlyFailure".
49080         Unreviewed test expectations update.
49081
49082         * platform/chromium/TestExpectations:
49083
49084 2012-12-10  Adam Klein  <adamk@chromium.org>
49085
49086         Expand flakiness of move-by-line-001.html.
49087         Unreviewed gardening.
49088
49089         * platform/chromium/TestExpectations:
49090
49091 2012-12-10  Aaron Colwell  <acolwell@chromium.org>
49092
49093         Temporarily disable video-media-source-seek.html & video-media-source-state-changes.html
49094         https://bugs.webkit.org/show_bug.cgi?id=104584
49095
49096         Reviewed by Dirk Pranke.
49097
49098         Changes in Chromium needed for Bug 104581 and Bug 104583 will break these tests so they are
49099         being temporarily disabled until the Chromium & WebKit changes are both landed.
49100
49101         * platform/chromium/TestExpectations:
49102
49103 2012-12-10  Adam Klein  <adamk@chromium.org>
49104
49105         Mark an encrypted media test as failing after http://crrev.com/172175
49106         Unreviewed gardening.
49107
49108         * platform/chromium/TestExpectations:
49109
49110 2012-12-10  Min Qin  <qinmin@chromium.org>
49111
49112         Sending multi-touch events to the same Iframe
49113         https://bugs.webkit.org/show_bug.cgi?id=97973
49114
49115         Reviewed by Dimitri Glazkov.
49116
49117         Check that all multi-touch events are sent to the same iframe.
49118
49119         * fast/events/touch/multi-touch-inside-iframes-expected.txt: Added.
49120         * fast/events/touch/multi-touch-inside-iframes.html: Added.
49121         * fast/events/touch/resources/multi-touch-inside-iframes2.html: Added.
49122         * fast/events/touch/multi-touch-inside-nested-iframes-expected.txt: Added.
49123         * fast/events/touch/multi-touch-inside-nested-iframes.html: Added.
49124         * fast/events/touch/resources/multi-touch-inside-nested-iframes2.html: Added.
49125         * fast/events/touch/resources/multi-touch-inside-nested-iframes3.html: Added.
49126
49127 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49128
49129         When converting a layer into a tiled layer, ensure that we update the visible rect
49130         https://bugs.webkit.org/show_bug.cgi?id=104467
49131
49132         Reviewed by Darin Adler.
49133
49134         Test that resizes a layer over the tiled layer threshold, then dumps layer data.
49135         
49136         Mac-specific results added because only Mac dumps tile cache info.
49137
49138         * compositing/tiling/tiled-layer-resize-expected.txt: Added.
49139         * compositing/tiling/tiled-layer-resize.html: Added.
49140         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Added.
49141
49142 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49143
49144         Don't unconditionally repaint compositing layers when their size changes
49145         https://bugs.webkit.org/show_bug.cgi?id=104461
49146
49147         Reviewed by Sam Weinig.
49148
49149         Test that dumps repaint rects after adding content to a compositing layer.
49150
49151         * compositing/repaint/resize-repaint-expected.txt: Added.
49152         * compositing/repaint/resize-repaint.html: Added.
49153
49154 2012-12-10  Ojan Vafai  <ojan@chromium.org>
49155
49156         Unreviewed, rolling out r134150.
49157         http://trac.webkit.org/changeset/134150
49158         https://bugs.webkit.org/show_bug.cgi?id=99940
49159
49160         Caused JS-based tooltips to remain during scroll on Facebook
49161         and Gmail. Rollout until I have time to experiment with less
49162         aggresive approaches.
49163
49164         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Removed.
49165         * fast/scrolling/fake-mouse-event-throttling.html: Removed.
49166         * platform/mac/TestExpectations:
49167
49168 2012-12-10  Yi Shen  <max.hong.shen@gmail.com>
49169
49170         Keyboard caret movement in textarea with RTL Override Character can make tab unresponsive
49171         https://bugs.webkit.org/show_bug.cgi?id=103067
49172
49173         Reviewed by Ryosuke Niwa.
49174
49175         New test for moving caret in textarea with RTL override character causes crash.
49176
49177         * editing/selection/move-by-character-crash-test-textarea-expected.txt: Added.
49178         * editing/selection/move-by-character-crash-test-textarea.html: Added.
49179
49180 2012-12-10  Dirk Pranke  <dpranke@chromium.org>
49181
49182         nrwt: use the default logic for skipping platform-specific tests for chromium
49183         https://bugs.webkit.org/show_bug.cgi?id=104403
49184
49185         Reviewed by Stephen White.
49186
49187         Remove a bunch of WONTFIX lines that will now be handled programmatically.
49188
49189         * platform/chromium-android/TestExpectations:
49190         * platform/chromium/TestExpectations:
49191
49192 2012-12-10  Dean Jackson  <dino@apple.com>
49193
49194         Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
49195         The 'widows' and 'orphans' properties have an initial value of 'auto'.
49196
49197         * editing/pasteboard/onpaste-text-html-expected.txt:
49198         * fast/events/ondrop-text-html-expected.txt:
49199
49200 2012-12-10  Dean Jackson  <dino@apple.com>
49201
49202         Support for CSS widows and orphans
49203         https://bugs.webkit.org/show_bug.cgi?id=9410
49204
49205         Reviewed by Darin Adler.
49206
49207         A new, slightly more comprehensive, test for widows and orphans. We also
49208         now pass the existing widows and orphans tests from printing. And
49209         since the default value of the properties changed, update the
49210         computed style test as well.
49211
49212         * fast/css/getComputedStyle/computed-style-expected.txt: New auto value.
49213         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: New auto value.
49214         * fast/multicol/widows-and-orphans-expected.txt: Added.
49215         * fast/multicol/widows-and-orphans.html: Added.
49216         * printing/page-break-orphans-and-widows-expected.txt:
49217         * printing/page-break-orphans-expected.txt:
49218         * printing/page-break-widows-expected.txt:
49219         * svg/css/getComputedStyle-basic-expected.txt: New auto value.
49220
49221 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49222
49223         [EFL] Massive rebaseline after r137146
49224         https://bugs.webkit.org/show_bug.cgi?id=104576
49225
49226         Unreviewed EFL gardening.
49227
49228         Rebaseline several test cases after r137146.
49229
49230         * platform/efl/fast/text/atsui-spacing-features-expected.png:
49231         * platform/efl/fast/text/atsui-spacing-features-expected.txt:
49232         * platform/efl/fast/text/complex-text-opacity-expected.png:
49233         * platform/efl/fast/text/complex-text-opacity-expected.txt:
49234         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png:
49235         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt:
49236         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png:
49237         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt:
49238         * platform/efl/fast/text/international/bidi-neutral-run-expected.txt:
49239         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
49240         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
49241         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
49242         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
49243         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
49244         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
49245         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
49246         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
49247         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
49248         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
49249         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
49250         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
49251         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
49252         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
49253         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
49254         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
49255         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
49256         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
49257         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
49258         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
49259         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
49260         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
49261         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
49262         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
49263         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
49264         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
49265         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
49266         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
49267         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
49268         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
49269         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
49270         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
49271         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
49272         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
49273         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
49274         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
49275         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
49276         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
49277         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
49278         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
49279         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
49280         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
49281         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
49282         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
49283         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
49284         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
49285         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
49286         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
49287         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
49288         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
49289         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
49290         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
49291         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
49292         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
49293         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
49294         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
49295         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
49296         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
49297         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
49298         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
49299         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
49300         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
49301         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
49302         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
49303         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
49304         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
49305         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
49306         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
49307         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
49308         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
49309         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
49310         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
49311         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
49312         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
49313         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
49314         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
49315         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
49316         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
49317         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
49318         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
49319         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
49320         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
49321         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
49322         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
49323         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
49324         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
49325         * platform/efl/svg/text/bidi-text-query-expected.png:
49326         * platform/efl/svg/text/bidi-text-query-expected.txt:
49327         * platform/efl/svg/text/bidi-tspans-expected.png:
49328         * platform/efl/svg/text/bidi-tspans-expected.txt:
49329         * platform/efl/svg/text/text-intro-05-t-expected.png:
49330         * platform/efl/svg/text/text-intro-05-t-expected.txt:
49331
49332 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49333
49334         Unreviewed gardening.
49335
49336         Adding failure expectations for failing http tests that started
49337         failing on EFL and GTK after the Jhbuild libsoup was bumped to 2.40.0.
49338
49339         * platform/efl/TestExpectations:
49340         * platform/gtk/TestExpectations:
49341
49342 2012-12-10  Mike West  <mkwst@chromium.org>
49343
49344         Log to console when script is blocked by sandbox attributes.
49345         https://bugs.webkit.org/show_bug.cgi?id=104365
49346
49347         Reviewed by Ojan Vafai.
49348
49349         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
49350         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
49351         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
49352         * fast/frames/sandboxed-iframe-scripting-expected.txt:
49353         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
49354         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
49355         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
49356         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
49357         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
49358         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
49359         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
49360         * media/video-controls-no-scripting-expected.txt:
49361             Rebaselining tests with new expectations.
49362
49363 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49364
49365         Unreviewed GTK gardening.
49366
49367         Fixing most of the expectations added in r137153, the baselines are missing so the expectations
49368         are changed according to that. The a11y gurus will have a look at them and determine what the
49369         baselines should look like and whether the tests can be fixed.
49370
49371         * platform/gtk/TestExpectations:
49372
49373 2012-12-10  Adam Klein  <adamk@chromium.org>
49374
49375         inspector/styles/styles-computed-trace still times out after r137156.
49376
49377         Unreviewed gardening.
49378
49379         * platform/chromium/TestExpectations:
49380
49381 2012-12-10  Ryosuke Niwa  <rniwa@webkit.org>
49382
49383         Removed failing test expectations for GTK+ port after r137107.
49384
49385         * platform/gtk/TestExpectations:
49386
49387 2012-12-10  Adam Klein  <adamk@chromium.org>
49388
49389         Chromium test expectations update after r137152.
49390         Unreviewed gardening.
49391
49392         * platform/chromium/TestExpectations:
49393
49394 2012-12-10  Alejandro Piñeiro  <apinheiro@igalia.com>
49395
49396         AX: wrong Enabled states on a ListBox
49397         https://bugs.webkit.org/show_bug.cgi?id=104483
49398
49399         Reviewed by Chris Fleizach.
49400
49401         * accessibility/listbox-enabled-states-expected.txt: Added.
49402         * accessibility/listbox-enabled-states.html: Added.
49403
49404 2012-12-10  Alexis Menard  <alexis@webkit.org>
49405
49406         [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
49407         https://bugs.webkit.org/show_bug.cgi?id=104539
49408
49409         Reviewed by Antonio Gomes.
49410
49411         Unskip the related CSS3 <position> type tests for background-position
49412         as now the feature is enabled by default.
49413
49414         * platform/win/TestExpectations:
49415         * platform/wincairo/TestExpectations:
49416
49417 2012-12-10  Adam Klein  <adamk@chromium.org>
49418
49419         Remove expectation of previously failing test.
49420         It passes after r137152.
49421
49422         Unreviewed gardening.
49423
49424         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
49425
49426 2012-12-10  Eric Carlson  <eric.carlson@apple.com>
49427
49428         Add support for in-band text tracks to Mac port
49429         https://bugs.webkit.org/show_bug.cgi?id=103663
49430
49431         Reviewed by Sam Weinig.
49432
49433         Test for initial support for in-band text tracks. New test skipped on all ports that don't 
49434         have support in the media engine.
49435
49436         * media/content/counting-subtitled.m4v: Added.
49437         * media/track/track-in-band-expected.txt: Added.
49438         * media/track/track-in-band.html: Added.
49439         * platform/chromium/TestExpectations:
49440         * platform/efl/TestExpectations:
49441         * platform/gtk/TestExpectations:
49442         * platform/mac/TestExpectations:
49443         * platform/qt/TestExpectations:
49444         * platform/win/TestExpectations:
49445
49446 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
49447
49448         Unreviewed: Web Inspector: update test expectation for inspector/styles/styles-computed-trace.html.
49449         it is slow in debug version. ~20 sec on linux.
49450
49451         * platform/chromium/TestExpectations:
49452
49453 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49454
49455         Unreviewed GTK gardening.
49456
49457         Unskipping 8 failing accessibility tests, adding expected failures for them.
49458
49459         * platform/gtk/TestExpectations:
49460
49461 2012-12-10  Kent Tamura  <tkent@chromium.org>
49462
49463         Visual order of empty value placeholder in INPUT_MULTIPLE_FIELDS_UI is wrong in RTL
49464         https://bugs.webkit.org/show_bug.cgi?id=104438
49465
49466         Reviewed by Hajime Morita.
49467
49468         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
49469         * platform/chromium/TestExpectations:
49470         Update bug numbers and add time-multiple-fields-localization.html.
49471         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
49472         Adjust test scenario for the new behavior.
49473         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
49474         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
49475         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
49476
49477 2012-12-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
49478
49479         [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
49480         https://bugs.webkit.org/show_bug.cgi?id=94515
49481
49482         Reviewed by Martin Robinson.
49483
49484         * platform/efl/TestExpectations: adjust expectations for tests that now pass.
49485         * platform/gtk/TestExpectations: ditto.
49486         * platform/gtk-wk2/TestExpectations: add missing multipart tests expectations.
49487         * platform/gtk/http/tests/multipart/invalid-image-data-expected.png: new baseline
49488         * platform/gtk/http/tests/multipart/invalid-image-data-expected.txt: ditto.
49489
49490 2012-12-10  Zoltan Nyul  <zoltan.nyul@intel.com>
49491
49492         Implement testRunner.setViewModeMediaFeature() in WebKitTestRunner
49493         https://bugs.webkit.org/show_bug.cgi?id=103886
49494
49495         Reviewed by Kenneth Rohde Christiansen.
49496
49497         Unskipping the following tests for EFL WebKit2:
49498         fast/media/media-query-list-02.html
49499         fast/media/media-query-list-03.html
49500         fast/media/media-query-list-04.html
49501         fast/media/media-query-list-05.html
49502         fast/media/media-query-list-06.html
49503         fast/media/media-query-list-07.html
49504         fast/media/view-mode-media-feature.html
49505
49506         * platform/efl-wk2/TestExpectations:
49507
49508 2012-12-10  Martin Robinson  <mrobinson@igalia.com>
49509
49510         [GTK] Bring Harfbuzz-ng support to Gtk
49511         https://bugs.webkit.org/show_bug.cgi?id=92098
49512
49513         Reviewed by Gustavo Noronha Silva.
49514
49515         Update tests results that have changed due to the switch to HarfBuzz.
49516         In general, these are progressions or harmless metrics differences.
49517
49518         * platform/gtk: Update test results that have changed.
49519
49520 2012-12-10  Kent Tamura  <tkent@chromium.org>
49521
49522         [Chromium] Test expectation update
49523         https://bugs.webkit.org/show_bug.cgi?id=104548
49524
49525         * platform/chromium/TestExpectations:
49526         Hyphenation tests failure on WebKit-only checkout Linux
49527
49528 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
49529
49530         Unreviewed: update expectation for inspector/styles/svg-style.xhtml
49531
49532         * inspector/styles/svg-style-expected.txt:
49533         * platform/chromium/TestExpectations:
49534
49535 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49536
49537         Unreviewed GTK gardening.
49538
49539         Managing current failures on the 64-bit debug builder to get it green.
49540
49541         * platform/gtk/TestExpectations:
49542
49543 2012-12-10  Jussi Kukkonen  <jussi.kukkonen@intel.com>
49544
49545         [EFL] Remove duplicate expectations
49546         https://bugs.webkit.org/show_bug.cgi?id=104526
49547
49548         Unreviewed gardening: collect all WebAudio-related skips
49549         to one place.
49550
49551         * platform/efl-wk2/TestExpectations:
49552         * platform/efl/TestExpectations:
49553
49554 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49555
49556         Unreviewed GTK gardening.
49557
49558         Removing failure expectations for the MicroData tests that were fixed in r137107.
49559
49560         * platform/gtk/TestExpectations:
49561
49562 2012-12-10  Pavel Feldman  <pfeldman@chromium.org>
49563
49564         Web Inspector: console broken? - console.dirxml behaves like console.log
49565         https://bugs.webkit.org/show_bug.cgi?id=104245
49566
49567         Reviewed by Vsevolod Vlasov.
49568
49569         * inspector/console/console-dirxml-expected.txt:
49570         * inspector/console/console-dirxml.html:
49571         * platform/chromium/TestExpectations:
49572
49573 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49574
49575         Unreviewed EFL gardening.
49576
49577         Unskip 5 MicroData test cases that were fixed in r137107.
49578
49579         * platform/efl/TestExpectations:
49580
49581 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49582
49583         Unreviewed EFL gardening.
49584
49585         Add fast/canvas/webgl tests to TestExpectations since they
49586         sometimes crash on the bots.
49587
49588         * platform/efl/TestExpectations:
49589
49590 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
49591
49592         [GTK] accessibility/language-attribute.html is failing
49593         https://bugs.webkit.org/show_bug.cgi?id=98369
49594
49595         Reviewed by Chris Fleizach.
49596
49597         The test is failing for two reasons: Not exposing the language
49598         for accessible objects and AccessibilityUIElement::language() not
49599         being implemented.
49600
49601         * accessibility/language-attribute.html: Modified the test to work with
49602         both Mac and Atk platforms. (The former exposes static text objects as
49603         accessibles; the latter folds the text into the parent element.)
49604         * platform/gtk/TestExpectations: Unskipped the previously-failing test.
49605
49606 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
49607
49608         [GTK] accessibility/editable-webarea-context-menu-point.html is failing
49609         https://bugs.webkit.org/show_bug.cgi?id=98364
49610
49611         Reviewed by Chris Fleizach.
49612
49613         This test seems to be Mac-specific. Therefore, move the test to that
49614         platform and remove the skips from the other platforms.
49615
49616         * platform/chromium/TestExpectations: Remove editable-webarea-context-menu-point.html
49617         * platform/efl-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
49618         * platform/gtk-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
49619         * platform/gtk/TestExpectations: Remove editable-webarea-context-menu-point.html
49620         * platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point-expected.txt.
49621         * platform/mac/accessibility/editable-webarea-context-menu-point.html: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point.html.
49622         * platform/win/TestExpectations: Remove editable-webarea-context-menu-point.html
49623         * platform/wincairo/TestExpectations: Remove editable-webarea-context-menu-point.html
49624
49625 2012-12-09  Takashi Sakamoto  <tasak@google.com>
49626
49627         [Shadow DOM]: reset-style-inheritance doesn't work for insertion point
49628         https://bugs.webkit.org/show_bug.cgi?id=103711
49629
49630         Reviewed by Hajime Morita.
49631
49632         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt:
49633         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
49634         Added two more basic tests to cover <content reset-style-inheritance>
49635         and <shadow reset-style-inheritance>.
49636
49637 2012-12-09  Huang Dongsung  <luxtella@company100.net>
49638
49639         [Qt] Gardening after r137006.
49640         https://bugs.webkit.org/show_bug.cgi?id=104432
49641
49642         Reviewed by Kentaro Hara.
49643
49644         Update existing tests that are affected by r137006.
49645
49646         * compositing/rtl/rtl-iframe-absolute-expected.txt:
49647         * compositing/rtl/rtl-iframe-fixed-expected.txt:
49648         * compositing/rtl/rtl-iframe-relative-expected.txt:
49649         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
49650         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
49651         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
49652         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
49653         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
49654         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
49655         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
49656         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
49657         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
49658         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
49659         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
49660         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
49661         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
49662         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
49663         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
49664         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
49665         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
49666         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
49667         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
49668         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
49669         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
49670         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
49671         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
49672         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
49673         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
49674         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
49675         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
49676         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
49677         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
49678         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
49679         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
49680         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
49681         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
49682         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
49683         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
49684         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
49685         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
49686
49687 2012-12-09  Kangil Han  <kangil.han@samsung.com>
49688
49689         [EFL][WK1] Gardening for Accelerated Compositing
49690         https://bugs.webkit.org/show_bug.cgi?id=104466
49691
49692         Unreviewed, EFL gardening.
49693
49694         As EFL WK1 does not support Accelerated Compositing, related cases should be skipped from layout tests.
49695
49696         * platform/efl-wk1/TestExpectations:
49697
49698 2012-12-09  Noel Gordon  <noel.gordon@gmail.com>
49699
49700         [Chromium] Unreviewed gardening: broken or flakey hardness perftests
49701
49702         fast/harness/perftests/runs-per-second-iterations.html
49703         fast/harness/perftests/perf-runner-compute-statistics.html
49704         fast/harness/perftests/runs-per-second-log.html
49705
49706         * platform/chromium/TestExpectations:
49707
49708 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49709
49710         [GTK] accessibility/placeholder.html is failing
49711         https://bugs.webkit.org/show_bug.cgi?id=98373
49712
49713         Reviewed by Martin Robinson.
49714
49715         The test was failing because the placeholder text was not supported and
49716         AccessibilityUIElement::stringAttributeValue() was not implemented.
49717
49718         * platform/gtk/TestExpectations: Unskip the failing test
49719
49720 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
49721
49722         Unreviewed GTK gardening.
49723
49724         Adding failure expectations for 15 layout tests that started failing after libxml2
49725         version used in Jhbuild was bumped in r137090.
49726
49727         * platform/gtk/TestExpectations:
49728
49729 2012-12-09  Stephen White  <senorblanco@chromium.org>
49730
49731         [Chromium] Unreviewed gardening.
49732
49733         * platform/chromium/TestExpectations:
49734
49735 2012-12-09  Pavel Feldman  <pfeldman@chromium.org>
49736
49737         Web Inspector: do not treat object as equal to itself when logging to console
49738         https://bugs.webkit.org/show_bug.cgi?id=104487
49739
49740         Reviewed by Alexander Pavlov.
49741
49742         * inspector/console/console-object-preview-expected.txt: Added.
49743         * inspector/console/console-object-preview.html: Added.
49744
49745 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49746
49747         [GTK] accessibility/canvas-fallback-content.html is failing
49748         https://bugs.webkit.org/show_bug.cgi?id=98362
49749
49750         Reviewed by Martin Robinson.
49751
49752         The failure was due to platform-specific expectations of the accessible
49753         role reported for comboboxes. The solution was conditionalizing the test.
49754
49755         * accessibility/canvas-fallback-content.html: Base expected role on platform.
49756         * platform/gtk/TestExpectations: Unskipped the test.
49757         * platform/gtk/accessibility/canvas-fallback-content-expected.txt: Added.
49758
49759 2012-12-09  Stephen White  <senorblanco@chromium.org>
49760
49761         [Chromium] Unreviewed gardening.
49762
49763         * platform/chromium/TestExpectations:
49764
49765 2012-12-09  Stephen White  <senorblanco@chromium.org>
49766
49767         Try to fix a finnicky reftest.
49768         https://bugs.webkit.org/show_bug.cgi?id=104486
49769
49770         Reviewed by Simon Fraser.
49771
49772         This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
49773         of 'Text' is clipped in composited mode, and non-clipped in software
49774         painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
49775         have this problem.
49776
49777         * compositing/background-color/background-color-change-to-text-expected.html:
49778         * compositing/background-color/background-color-change-to-text.html:
49779         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
49780         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
49781         * platform/chromium/TestExpectations:
49782
49783 2012-12-09  Stephen White  <senorblanco@chromium.org>
49784
49785         [Chromium] Unreviewed gardening.
49786
49787         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49788         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49789         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49790         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49791         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49792         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49793         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49794         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49795         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49796         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49797         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49798         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49799         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49800         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49801         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49802         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49803         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
49804         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
49805         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
49806         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49807         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49808         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49809         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49810         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
49811         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
49812         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49813         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49814         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49815         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49816         * platform/chromium/TestExpectations:
49817         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49818         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49819         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49820         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
49821
49822 2012-12-09  Mihnea Ovidenie  <mihnea@adobe.com>
49823
49824         Unreviewed. Unskip a skipped test for which i have added expectation in http://trac.webkit.org/changeset/135851.
49825
49826         * platform/gtk-wk2/TestExpectations:
49827
49828 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49829
49830         [GTK] accessibility/label-for-control-hittest.html is failing
49831         https://bugs.webkit.org/show_bug.cgi?id=98368
49832
49833         Reviewed by Martin Robinson.
49834
49835         Unskip the test having implemented AccessibilityUIElement::elementAtPoint.
49836
49837         * platform/gtk/TestExpectations: unskip accessibility/label-for-control-hittest.html
49838
49839 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49840
49841         Unreviewed EFL gardening.
49842
49843         Mark 2 compositing/background-color ref tests introduced
49844         in r137006 as failing for WK2 EFL.
49845
49846         * platform/efl-wk2/TestExpectations:
49847
49848 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49849
49850         Unreviewed EFL gardening.
49851
49852         Rebaseline 2 media/track test cases after r136991.
49853
49854         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
49855         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
49856
49857 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49858
49859         Unreviewed EFL gardening.
49860
49861         Mark inspector/styles/import-pseudoclass-crash.html as crashing
49862         since it is hitting m_childRuleCSSOMWrappers.size() == ruleCount
49863         assertion after r136948.
49864
49865         * platform/efl-wk2/TestExpectations:
49866
49867 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49868
49869         Unreviewed EFL gardening.
49870
49871         Skip fast/text/hyphenate-locale.html since the EFL port does
49872         not support hyphenation. Also remove wrong expected results
49873         for WK1 EFL.
49874
49875         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Removed.
49876         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Removed.
49877         * platform/efl/TestExpectations:
49878
49879 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49880
49881         Unreviewing gardening.
49882
49883         Rebaseline several compositing test cases after r137051.
49884
49885         * compositing/iframes/overlapped-nested-iframes-expected.txt:
49886         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
49887         * compositing/rtl/rtl-iframe-absolute-expected.txt:
49888         * compositing/rtl/rtl-iframe-fixed-expected.txt:
49889         * compositing/rtl/rtl-iframe-relative-expected.txt:
49890         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
49891         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
49892         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
49893         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
49894
49895 2012-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
49896
49897         Unreviewed, rolling out r137053.
49898         http://trac.webkit.org/changeset/137053
49899         https://bugs.webkit.org/show_bug.cgi?id=104471
49900
49901         Broke PerformanceTests/Parser/html-parser.html (Requested by
49902         mkwst_ on #webkit).
49903
49904         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
49905         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
49906         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
49907         * fast/frames/sandboxed-iframe-scripting-expected.txt:
49908         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
49909         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
49910         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
49911         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
49912         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
49913         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
49914         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
49915         * media/video-controls-no-scripting-expected.txt:
49916
49917 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49918
49919         Unreviewed EFL gardening.
49920
49921         Rebaseline fast/js/global-constructors.html after WebGL
49922         was enabled for EFL port in r137050.
49923
49924         * platform/efl/fast/js/global-constructors-expected.txt:
49925
49926 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49927
49928         Unreviewed EFL gardening.
49929
49930         Adding failure expectation for several MicroData test cases
49931         that started failing after r137003.
49932
49933         * platform/efl/TestExpectations:
49934
49935 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
49936
49937         Unreviewed GTK gardening.
49938
49939         Adding a failure expectation for an accelerated compositing layout test introduced in r136959.
49940         Adding failure expectations for MicroData layout tests that regressed in r137003.
49941
49942         * platform/gtk/TestExpectations:
49943
49944 2012-12-08  Kangil Han  <kangil.han@samsung.com>
49945
49946         [EFL][WK1] Gardening for WebGL
49947         https://bugs.webkit.org/show_bug.cgi?id=104464
49948
49949         Unreviewed, EFL gardening.
49950
49951         As EFL WK1 does not support WebGL, it should be skipped from layout tests.
49952
49953         * platform/efl-wk1/TestExpectations:
49954
49955 2012-12-08  Mike West  <mkwst@chromium.org>
49956
49957         Log to console when script is blocked by sandbox attributes.
49958         https://bugs.webkit.org/show_bug.cgi?id=104365
49959
49960         Reviewed by Ojan Vafai.
49961
49962         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
49963         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
49964         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
49965         * fast/frames/sandboxed-iframe-scripting-expected.txt:
49966         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
49967         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
49968         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
49969         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
49970         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
49971         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
49972         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
49973         * media/video-controls-no-scripting-expected.txt:
49974             Rebaselining tests with new expectations.
49975
49976 2012-12-08  Kent Tamura  <tkent@chromium.org>
49977
49978         Add appearance tests for input[type=datetime-local]
49979         https://bugs.webkit.org/show_bug.cgi?id=104439
49980
49981         Reviewed by Kentaro Hara.
49982
49983         * fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.txt: Added.
49984         * fast/forms/datetimelocal/datetimelocal-appearance-basic.html: Added.
49985         * fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.txt: Added.
49986         * fast/forms/datetimelocal/datetimelocal-appearance-l10n.html: Added.
49987         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
49988         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
49989         Added.
49990         The placeholder strings "yyyy" "mm" "dd" are expected to be
49991         non-localized because they don't support
49992         setLangAttributeAwareFormControlUIEnabled(true).
49993         Note that sub-fields order of filled-outs input and empty inputs
49994         in ar-eg and he-il locales are mismatched. It will be addressed in
49995         webkit.org/b/104438.
49996         * platform/chromium/TestExpectations:
49997
49998 2012-12-08  No'am Rosenthal  <noam@webkit.org>
49999
50000         Use background color for GraphicsLayers when applicable
50001         https://bugs.webkit.org/show_bug.cgi?id=103786
50002
50003         Created new tests for composited background colors, update existing tests that are affected by the change,
50004         and created platform-specific overrides for Chromium, since it does not yet support composited background
50005         colors.
50006
50007         Reviewed by Simon Fraser.
50008
50009         * compositing/background-color/background-color-alpha-expected.html: Added.
50010         * compositing/background-color/background-color-alpha.html: Added.
50011         * compositing/background-color/background-color-change-to-text-expected.html: Added.
50012         * compositing/background-color/background-color-change-to-text.html: Added.
50013         * compositing/background-color/background-color-composite-expected.html: Added.
50014         * compositing/background-color/background-color-composite.html: Added.
50015         * compositing/background-color/background-color-container-expected.html: Added.
50016         * compositing/background-color/background-color-container.html: Added.
50017         * compositing/background-color/background-color-content-clip-expected.html: Added.
50018         * compositing/background-color/background-color-content-clip.html: Added.
50019         * compositing/background-color/background-color-padding-change-expected.html: Added.
50020         * compositing/background-color/background-color-padding-change.html: Added.
50021         * compositing/background-color/background-color-padding-clip-expected.html: Added.
50022         * compositing/background-color/background-color-padding-clip.html: Added.
50023         * compositing/background-color/background-color-simple-expected.html: Added.
50024         * compositing/background-color/background-color-simple.html: Added.
50025         * compositing/background-color/background-color-text-change-expected.html: Added.
50026         * compositing/background-color/background-color-text-change.html: Added.
50027         * compositing/background-color/background-color-text-clip-expected.html: Added.
50028         * compositing/background-color/background-color-text-clip.html: Added.
50029                 Added new tests for the specific functionality added, with the edge cases regarding composited
50030                 backgrounds.
50031
50032         * compositing/backing/no-backing-for-clip-expected.txt:
50033         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50034         * compositing/backing/no-backing-for-perspective-expected.txt:
50035         * compositing/columns/composited-in-paginated-expected.txt:
50036         * compositing/geometry/ancestor-overflow-change-expected.txt:
50037         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50038         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50039         * compositing/geometry/clip-expected.txt:
50040         * compositing/geometry/composited-in-columns-expected.txt:
50041         * compositing/geometry/flipped-writing-mode-expected.txt:
50042         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50043         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50044         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50045         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50046         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50047         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50048         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50049         * compositing/geometry/preserve-3d-switching-expected.txt:
50050         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50051         * compositing/iframes/become-overlapped-iframe-expected.txt:
50052         * compositing/iframes/composited-parent-iframe-expected.txt:
50053         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50054         * compositing/iframes/connect-compositing-iframe-expected.txt:
50055         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50056         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50057         * compositing/iframes/enter-compositing-iframe-expected.txt:
50058         * compositing/iframes/iframe-resize-expected.txt:
50059         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50060         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50061         * compositing/iframes/overlapped-iframe-expected.txt:
50062         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50063         * compositing/iframes/page-cache-layer-tree-expected.txt:
50064         * compositing/iframes/scrolling-iframe-expected.txt:
50065         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50066         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50067         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50068         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50069         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50070         * compositing/layer-creation/overlap-animation-expected.txt:
50071         * compositing/layer-creation/overlap-child-layer-expected.txt:
50072         * compositing/layer-creation/overlap-clipping-expected.txt:
50073         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50074         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50075         * compositing/layer-creation/overlap-transforms-expected.txt:
50076         * compositing/layer-creation/scroll-partial-update-expected.txt:
50077         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50078         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50079         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50080         * compositing/layer-creation/translatez-overlap-expected.txt:
50081         * compositing/overflow-trumps-transform-style-expected.txt:
50082         * compositing/overflow/clip-descendents-expected.txt:
50083         * compositing/plugins/no-backing-store-expected.txt:
50084         * compositing/rtl/rtl-absolute-expected.txt:
50085         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50086         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50087         * compositing/rtl/rtl-fixed-expected.txt:
50088         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50089         * compositing/rtl/rtl-relative-expected.txt:
50090         * compositing/tiled-layers-hidpi-expected.txt:
50091         * compositing/visible-rect/2d-transformed-expected.txt:
50092         * compositing/visible-rect/3d-transform-style-expected.txt:
50093         * compositing/visible-rect/3d-transformed-expected.txt:
50094         * compositing/visible-rect/animated-expected.txt:
50095         * compositing/visible-rect/animated-from-none-expected.txt:
50096         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50097         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50098         * compositing/visible-rect/iframe-and-layers-expected.txt:
50099         * compositing/visible-rect/nested-transform-expected.txt:
50100         * compositing/visible-rect/scrolled-expected.txt:
50101         * css3/filters/filtered-compositing-descendant-expected.txt:
50102                 Updated existing tests that now print different layer-tree results.
50103
50104         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
50105         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
50106         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
50107         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
50108         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
50109         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
50110         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
50111         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
50112         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
50113         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
50114         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
50115         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
50116         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
50117         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
50118         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
50119         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
50120         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
50121         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
50122         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
50123         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
50124         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
50125         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
50126         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
50127         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
50128         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
50129         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
50130         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
50131         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
50132         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
50133         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
50134         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
50135         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
50136         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
50137         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
50138         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
50139         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
50140         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
50141         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
50142                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
50143
50144 2012-12-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>
50145
50146         [EFL] Enable WebGL by default.
50147         https://bugs.webkit.org/show_bug.cgi?id=102991.
50148
50149         Reviewed by Kenneth Rohde Christiansen.
50150
50151         Update TestExpectations file to enable WebGL tests.
50152
50153         * platform/efl/TestExpectations:
50154
50155 2012-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
50156
50157         Unreviewed, rolling out r137006.
50158         http://trac.webkit.org/changeset/137006
50159         https://bugs.webkit.org/show_bug.cgi?id=104446
50160
50161         Broke plugin painting on Mac (youtube, etc.) (Requested by
50162         thorton_ on #webkit).
50163
50164         * compositing/background-color/background-color-alpha-expected.html: Removed.
50165         * compositing/background-color/background-color-alpha.html: Removed.
50166         * compositing/background-color/background-color-change-to-text-expected.html: Removed.
50167         * compositing/background-color/background-color-change-to-text.html: Removed.
50168         * compositing/background-color/background-color-composite-expected.html: Removed.
50169         * compositing/background-color/background-color-composite.html: Removed.
50170         * compositing/background-color/background-color-container-expected.html: Removed.
50171         * compositing/background-color/background-color-container.html: Removed.
50172         * compositing/background-color/background-color-content-clip-expected.html: Removed.
50173         * compositing/background-color/background-color-content-clip.html: Removed.
50174         * compositing/background-color/background-color-padding-change-expected.html: Removed.
50175         * compositing/background-color/background-color-padding-change.html: Removed.
50176         * compositing/background-color/background-color-padding-clip-expected.html: Removed.
50177         * compositing/background-color/background-color-padding-clip.html: Removed.
50178         * compositing/background-color/background-color-simple-expected.html: Removed.
50179         * compositing/background-color/background-color-simple.html: Removed.
50180         * compositing/background-color/background-color-text-change-expected.html: Removed.
50181         * compositing/background-color/background-color-text-change.html: Removed.
50182         * compositing/background-color/background-color-text-clip-expected.html: Removed.
50183         * compositing/background-color/background-color-text-clip.html: Removed.
50184         * compositing/backing/no-backing-for-clip-expected.txt:
50185         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50186         * compositing/backing/no-backing-for-perspective-expected.txt:
50187         * compositing/columns/composited-in-paginated-expected.txt:
50188         * compositing/geometry/ancestor-overflow-change-expected.txt:
50189         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50190         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50191         * compositing/geometry/clip-expected.txt:
50192         * compositing/geometry/composited-in-columns-expected.txt:
50193         * compositing/geometry/flipped-writing-mode-expected.txt:
50194         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50195         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50196         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50197         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50198         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50199         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50200         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50201         * compositing/geometry/preserve-3d-switching-expected.txt:
50202         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50203         * compositing/iframes/become-overlapped-iframe-expected.txt:
50204         * compositing/iframes/composited-parent-iframe-expected.txt:
50205         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50206         * compositing/iframes/connect-compositing-iframe-expected.txt:
50207         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50208         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50209         * compositing/iframes/enter-compositing-iframe-expected.txt:
50210         * compositing/iframes/iframe-resize-expected.txt:
50211         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50212         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50213         * compositing/iframes/overlapped-iframe-expected.txt:
50214         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50215         * compositing/iframes/page-cache-layer-tree-expected.txt:
50216         * compositing/iframes/scrolling-iframe-expected.txt:
50217         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50218         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50219         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50220         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50221         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50222         * compositing/layer-creation/overlap-animation-expected.txt:
50223         * compositing/layer-creation/overlap-child-layer-expected.txt:
50224         * compositing/layer-creation/overlap-clipping-expected.txt:
50225         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50226         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50227         * compositing/layer-creation/overlap-transforms-expected.txt:
50228         * compositing/layer-creation/scroll-partial-update-expected.txt:
50229         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50230         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50231         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50232         * compositing/layer-creation/translatez-overlap-expected.txt:
50233         * compositing/overflow-trumps-transform-style-expected.txt:
50234         * compositing/overflow/clip-descendents-expected.txt:
50235         * compositing/overflow/content-gains-scrollbars-expected.txt:
50236         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
50237         * compositing/overflow/resize-painting-expected.txt:
50238         * compositing/plugins/no-backing-store-expected.txt:
50239         * compositing/rtl/rtl-absolute-expected.txt:
50240         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50241         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50242         * compositing/rtl/rtl-fixed-expected.txt:
50243         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50244         * compositing/rtl/rtl-relative-expected.txt:
50245         * compositing/tiled-layers-hidpi-expected.txt:
50246         * compositing/visible-rect/2d-transformed-expected.txt:
50247         * compositing/visible-rect/3d-transform-style-expected.txt:
50248         * compositing/visible-rect/3d-transformed-expected.txt:
50249         * compositing/visible-rect/animated-expected.txt:
50250         * compositing/visible-rect/animated-from-none-expected.txt:
50251         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50252         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50253         * compositing/visible-rect/iframe-and-layers-expected.txt:
50254         * compositing/visible-rect/nested-transform-expected.txt:
50255         * compositing/visible-rect/scrolled-expected.txt:
50256         * css3/filters/filtered-compositing-descendant-expected.txt:
50257         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
50258         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
50259         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
50260         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Removed.
50261         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Removed.
50262         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Removed.
50263         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
50264         * platform/chromium/compositing/geometry/clip-expected.txt: Removed.
50265         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Removed.
50266         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
50267         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
50268         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
50269         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
50270         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
50271         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
50272         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
50273         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
50274         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Removed.
50275         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
50276         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
50277         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Removed.
50278         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
50279         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
50280         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
50281         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
50282         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
50283         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
50284         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
50285         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
50286         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
50287         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Removed.
50288         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
50289         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
50290         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
50291         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Removed.
50292         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
50293         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
50294         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Removed.
50295         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
50296         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Removed.
50297         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
50298         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
50299         * platform/mac/compositing/iframes/resizer-expected.txt:
50300         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
50301         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
50302         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
50303         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
50304         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
50305         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
50306
50307 2012-12-08  Stephen White  <senorblanco@chromium.org>
50308
50309         [Chromium] Unreviewed gardening.
50310
50311         * platform/chromium/TestExpectations:
50312
50313 2012-12-08  Stephen White  <senorblanco@chromium.org>
50314
50315         [Chromium] Unreviewed gardening.
50316
50317         * platform/chromium/TestExpectations:
50318
50319 2012-12-08  Adam Klein  <adamk@chromium.org>
50320
50321         HTMLTemplateElement.innerHTML should be parsed into the template contents owner document
50322         https://bugs.webkit.org/show_bug.cgi?id=104407
50323
50324         Reviewed by Eric Seidel.
50325
50326         * fast/dom/HTMLTemplateElement/innerHTML-inert-expected.txt: Added.
50327         * fast/dom/HTMLTemplateElement/innerHTML-inert.html: Added.
50328
50329 2012-12-07  Stephen White  <senorblanco@chromium.org>
50330
50331         [Chromium] Unreviewed gardening.
50332
50333         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.txt: Added.
50334
50335 2012-12-07  Stephen White  <senorblanco@chromium.org>
50336
50337         [Chromium] Unreviewed gardening.
50338
50339         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50340         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50341         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50342         * platform/chromium-win/css3/flexbox/repaint-column-reverse-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png.
50343
50344 2012-12-07  Stephen White  <senorblanco@chromium.org>
50345
50346         [Chromium] Unreviewed gardening.
50347
50348         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Added.
50349         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Added.
50350
50351 2012-12-07  Stephen White  <senorblanco@chromium.org>
50352
50353         [Chromium] Unreviewed gardening.  Remove some incorrect baselines.
50354
50355         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
50356         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
50357         * platform/chromium/TestExpectations:
50358
50359 2012-12-07  Stephen White  <senorblanco@chromium.org>
50360
50361         [Chromium] Unreviewed gardening.
50362
50363         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Added.
50364         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Added.
50365         * platform/chromium-mac/css3/flexbox/repaint-column-reverse-expected.png: Added.
50366
50367 2012-12-07  Stephen White  <senorblanco@chromium.org>
50368
50369         [Chromium] Unreviewed gardening.
50370
50371         * platform/chromium-linux/fast/text/hyphenate-character-expected.png: Added.
50372         * platform/chromium-linux/fast/text/hyphenate-character-expected.txt: Added.
50373         * platform/chromium-linux/fast/text/hyphenate-first-word-expected.png: Added.
50374         * platform/chromium-linux/fast/text/hyphenate-limit-before-after-expected.png: Added.
50375         * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
50376         * platform/chromium-linux/fast/text/hyphenate-locale-expected.png: Added.
50377         * platform/chromium-linux/fast/text/hyphens-expected.png: Added.
50378         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: Added.
50379         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: Added.
50380         * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.png: Added.
50381
50382 2012-12-07  Stephen White  <senorblanco@chromium.org>
50383
50384         [Chromium] Unreviewed gardening.
50385
50386         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50387         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.png: Added.
50388         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.txt: Added.
50389         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.png: Added.
50390         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.txt: Added.
50391         * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
50392         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.png: Added.
50393         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.txt: Added.
50394         * platform/chromium-mac-lion/fast/text/hyphenate-locale-expected.png: Added.
50395         * platform/chromium-mac-lion/fast/text/hyphens-expected.png: Added.
50396         * platform/chromium-mac-lion/fast/text/hyphens-expected.txt: Added.
50397         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
50398         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.txt: Added.
50399         * platform/chromium-mac-snowleopard/fast/text/hyphenate-first-word-expected.txt: Added.
50400         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.png: Added.
50401         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
50402         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png:
50403         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
50404         * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.png: Added.
50405         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
50406         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.txt: Added.
50407         * platform/chromium-mac/fast/text/hyphenate-character-expected.png:
50408         * platform/chromium-mac/fast/text/hyphenate-character-expected.txt: Added.
50409         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.png: Added.
50410         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.txt: Added.
50411         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png:
50412         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
50413         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
50414         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
50415         * platform/chromium-mac/fast/text/hyphenate-locale-expected.png: Added.
50416         * platform/chromium-mac/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt.
50417         * platform/chromium-mac/fast/text/hyphens-expected.png:
50418         * platform/chromium-mac/fast/text/hyphens-expected.txt: Added.
50419         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50420         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.png: Added.
50421         * platform/chromium-win-xp/fast/text/hyphens-expected.png: Added.
50422         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Added.
50423         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
50424         * platform/chromium-win/fast/text/hyphenate-character-expected.png: Added.
50425         * platform/chromium-win/fast/text/hyphenate-character-expected.txt: Added.
50426         * platform/chromium-win/fast/text/hyphenate-first-word-expected.png: Added.
50427         * platform/chromium-win/fast/text/hyphenate-limit-before-after-expected.png: Added.
50428         * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
50429         * platform/chromium-win/fast/text/hyphenate-locale-expected.png: Added.
50430         * platform/chromium-win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/hyphenate-locale-expected.txt.
50431         * platform/chromium-win/fast/text/hyphens-expected.png: Added.
50432         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png:
50433         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt:
50434         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50435         * platform/chromium/TestExpectations:
50436         * platform/chromium/fast/text/hyphenate-character-expected.png: Removed.
50437         * platform/chromium/fast/text/hyphenate-first-word-expected.png: Removed.
50438         * platform/chromium/fast/text/hyphenate-limit-before-after-expected.png: Removed.
50439         * platform/chromium/fast/text/hyphenate-limit-lines-expected.png: Removed.
50440         * platform/chromium/fast/text/hyphenate-locale-expected.png: Removed.
50441         * platform/chromium/fast/text/hyphens-expected.png: Removed.
50442         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
50443         * platform/efl-wk1/fast/text/hyphenate-character-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-character-expected.png.
50444         * platform/efl-wk1/fast/text/hyphenate-first-word-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-first-word-expected.png.
50445         * platform/efl-wk1/fast/text/hyphenate-limit-before-after-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-before-after-expected.png.
50446         * platform/efl-wk1/fast/text/hyphenate-limit-lines-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-lines-expected.png.
50447         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.png.
50448         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.txt.
50449         * platform/efl-wk1/fast/text/hyphens-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphens-expected.png.
50450
50451 2012-12-07  Alexis Menard  <alexis@webkit.org>
50452
50453         Enable CSS3 position offset for CSS Masking.
50454         https://bugs.webkit.org/show_bug.cgi?id=104252
50455
50456         Reviewed by Dirk Schulze.
50457
50458         Add coverage for the new cases. Both when setting the position with the
50459         longhand or with the shorthand.
50460
50461         * fast/masking/parsing-mask-expected.txt:
50462         * fast/masking/parsing-mask.html:
50463
50464 2012-12-07  No'am Rosenthal  <noam@webkit.org>
50465
50466         Use background color for GraphicsLayers when applicable
50467         https://bugs.webkit.org/show_bug.cgi?id=103786
50468
50469         Created new tests for composited background colors, update existing tests that are affected by the change,
50470         and created platform-specific overrides for Chromium, since it does not yet support composited background
50471         colors.
50472
50473         Reviewed by Simon Fraser.
50474
50475         * compositing/background-color/background-color-alpha-expected.html: Added.
50476         * compositing/background-color/background-color-alpha.html: Added.
50477         * compositing/background-color/background-color-change-to-text-expected.html: Added.
50478         * compositing/background-color/background-color-change-to-text.html: Added.
50479         * compositing/background-color/background-color-composite-expected.html: Added.
50480         * compositing/background-color/background-color-composite.html: Added.
50481         * compositing/background-color/background-color-container-expected.html: Added.
50482         * compositing/background-color/background-color-container.html: Added.
50483         * compositing/background-color/background-color-content-clip-expected.html: Added.
50484         * compositing/background-color/background-color-content-clip.html: Added.
50485         * compositing/background-color/background-color-padding-change-expected.html: Added.
50486         * compositing/background-color/background-color-padding-change.html: Added.
50487         * compositing/background-color/background-color-padding-clip-expected.html: Added.
50488         * compositing/background-color/background-color-padding-clip.html: Added.
50489         * compositing/background-color/background-color-simple-expected.html: Added.
50490         * compositing/background-color/background-color-simple.html: Added.
50491         * compositing/background-color/background-color-text-change-expected.html: Added.
50492         * compositing/background-color/background-color-text-change.html: Added.
50493         * compositing/background-color/background-color-text-clip-expected.html: Added.
50494         * compositing/background-color/background-color-text-clip.html: Added.
50495                 Added new tests for the specific functionality added, with the edge cases regarding composited
50496                 backgrounds.
50497
50498         * compositing/backing/no-backing-for-clip-expected.txt:
50499         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50500         * compositing/backing/no-backing-for-perspective-expected.txt:
50501         * compositing/columns/composited-in-paginated-expected.txt:
50502         * compositing/geometry/ancestor-overflow-change-expected.txt:
50503         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50504         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50505         * compositing/geometry/clip-expected.txt:
50506         * compositing/geometry/composited-in-columns-expected.txt:
50507         * compositing/geometry/flipped-writing-mode-expected.txt:
50508         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50509         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50510         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50511         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50512         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50513         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50514         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50515         * compositing/geometry/preserve-3d-switching-expected.txt:
50516         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50517         * compositing/iframes/become-overlapped-iframe-expected.txt:
50518         * compositing/iframes/composited-parent-iframe-expected.txt:
50519         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50520         * compositing/iframes/connect-compositing-iframe-expected.txt:
50521         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50522         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50523         * compositing/iframes/enter-compositing-iframe-expected.txt:
50524         * compositing/iframes/iframe-resize-expected.txt:
50525         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50526         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50527         * compositing/iframes/overlapped-iframe-expected.txt:
50528         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50529         * compositing/iframes/page-cache-layer-tree-expected.txt:
50530         * compositing/iframes/scrolling-iframe-expected.txt:
50531         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50532         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50533         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50534         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50535         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50536         * compositing/layer-creation/overlap-animation-expected.txt:
50537         * compositing/layer-creation/overlap-child-layer-expected.txt:
50538         * compositing/layer-creation/overlap-clipping-expected.txt:
50539         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50540         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50541         * compositing/layer-creation/overlap-transforms-expected.txt:
50542         * compositing/layer-creation/scroll-partial-update-expected.txt:
50543         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50544         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50545         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50546         * compositing/layer-creation/translatez-overlap-expected.txt:
50547         * compositing/overflow-trumps-transform-style-expected.txt:
50548         * compositing/overflow/clip-descendents-expected.txt:
50549         * compositing/plugins/no-backing-store-expected.txt:
50550         * compositing/rtl/rtl-absolute-expected.txt:
50551         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50552         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50553         * compositing/rtl/rtl-fixed-expected.txt:
50554         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50555         * compositing/rtl/rtl-relative-expected.txt:
50556         * compositing/tiled-layers-hidpi-expected.txt:
50557         * compositing/visible-rect/2d-transformed-expected.txt:
50558         * compositing/visible-rect/3d-transform-style-expected.txt:
50559         * compositing/visible-rect/3d-transformed-expected.txt:
50560         * compositing/visible-rect/animated-expected.txt:
50561         * compositing/visible-rect/animated-from-none-expected.txt:
50562         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50563         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50564         * compositing/visible-rect/iframe-and-layers-expected.txt:
50565         * compositing/visible-rect/nested-transform-expected.txt:
50566         * compositing/visible-rect/scrolled-expected.txt:
50567         * css3/filters/filtered-compositing-descendant-expected.txt:
50568                 Updated existing tests that now print different layer-tree results.
50569
50570         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
50571         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
50572         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
50573         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
50574         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
50575         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
50576         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
50577         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
50578         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
50579         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
50580         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
50581         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
50582         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
50583         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
50584         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
50585         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
50586         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
50587         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
50588         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
50589         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
50590         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
50591         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
50592         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
50593         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
50594         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
50595         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
50596         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
50597         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
50598         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
50599         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
50600         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
50601         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
50602         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
50603         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
50604         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
50605         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
50606         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
50607         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
50608                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
50609
50610 2012-12-07  Stephen White  <senorblanco@chromium.org>
50611
50612         [Chromium] Unreviewed gardening.
50613
50614         * platform/chromium/TestExpectations:
50615
50616 2012-12-07  Stephen White  <senorblanco@chromium.org>
50617
50618         [Chromium] Unreviewed gardening.  New baselines for new tests.
50619
50620         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Added.
50621         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Added.
50622         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Added.
50623         * platform/chromium-win/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-after-expected.png.
50624         * platform/chromium-win/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-delete-expected.png.
50625         * platform/chromium-win/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-rename-expected.png.
50626
50627 2012-12-07  Adam Klein  <adamk@chromium.org>
50628
50629         MutationRecord addedNodes/removedNodes should never be null
50630         https://bugs.webkit.org/show_bug.cgi?id=98921
50631
50632         Reviewed by Ryosuke Niwa.
50633
50634         Updated nullity test to check for empty nodelists.
50635
50636         * fast/mutation/mutation-record-nullity-expected.txt:
50637         * fast/mutation/mutation-record-nullity.html:
50638
50639 2012-12-07  Emil A Eklund  <eae@chromium.org>
50640
50641         Unreviewed chromium-win rebaselines.
50642
50643         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
50644         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50645
50646 2012-12-07  Dima Gorbik  <dgorbik@apple.com>
50647
50648         Implement general ::cue pseudo element for the <video>
50649         https://bugs.webkit.org/show_bug.cgi?id=104043
50650
50651         Reviewed by Eric Carlson.
50652
50653         * media/track/captions-webvtt/styling.vtt: Added.
50654         * media/track/track-css-all-cues-expected.txt: Added.
50655         * media/track/track-css-all-cues.html: Added.
50656
50657 2012-12-07  Kondapally Kalyan  <kalyan.kondapally@intel.com>
50658
50659         Fix webgl-depth-texture.html to match the test expectation.
50660         https://bugs.webkit.org/show_bug.cgi?id=104259.
50661
50662         Reviewed by Kenneth Russell.
50663
50664         The text expectation of this testcase expects to check for FrameBuffer status and compare the value
50665         using ShouldBe after creating the framebuffer.
50666         Currently, we do it only in case of adding a color buffer. This patch ensures that the Framebuffer
50667         Status check using ShouldBe is done in all cases.
50668
50669         * fast/canvas/webgl/webgl-depth-texture.html:
50670
50671 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
50672
50673         Strange results calculating a square root in a loop
50674         https://bugs.webkit.org/show_bug.cgi?id=104247
50675         <rdar://problem/12826880>
50676
50677         Reviewed by Oliver Hunt.
50678
50679         * fast/js/dfg-cfg-simplify-redundant-dead-get-local-expected.txt: Added.
50680         * fast/js/dfg-cfg-simplify-redundant-dead-get-local.html: Added.
50681         * fast/js/jsc-test-list:
50682         * fast/js/script-tests/dfg-cfg-simplify-redundant-dead-get-local.js: Added.
50683         (getDist):
50684         (calcError):
50685
50686 2012-12-07  Emil A Eklund  <eae@chromium.org>
50687
50688         Unreviewed chromium rebaselines.
50689
50690         * platform/chromium-linux-x86/ietestcenter: Removed.
50691         * platform/chromium-linux/compositing/backface-visibility: Added.
50692         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
50693         * platform/chromium-mac/compositing/backface-visibility: Added.
50694         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
50695         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Removed.
50696         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Removed.
50697         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
50698
50699 2012-12-07  Emil A Eklund  <eae@chromium.org>
50700
50701         Unreviewed chromium rebaselines.
50702
50703         * platform/chromium-linux-x86/ietestcenter/css3: Removed.
50704         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50705         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50706         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50707         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50708         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds: Added.
50709         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
50710         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
50711
50712 2012-12-07  Stephen Chenney  <schenney@chromium.org>
50713
50714         XMLSerializer is too aggressive in adding prefixes
50715         https://bugs.webkit.org/show_bug.cgi?id=104387
50716
50717         Reviewed by Ryosuke Niwa.
50718
50719         Add a test case for a prefix that is already set, but to a different name than the default.
50720
50721         * svg/custom/xlink-prefix-in-attributes.html:
50722         * svg/custom/xlink-prefix-in-attributes-expected.txt:
50723
50724 2012-12-07  Eric Carlson  <eric.carlson@apple.com>
50725
50726         Captions menu doesn't update to track changes
50727         https://bugs.webkit.org/show_bug.cgi?id=104393
50728
50729         Reviewed by Dean Jackson.
50730
50731         Test to ensure that the captions menu is updated as tracks added and removed.
50732
50733         * media/video-controls-captions-trackmenu-expected.txt:
50734         * media/video-controls-captions-trackmenu.html:
50735
50736 2012-12-07  Stephen White  <senorblanco@chromium.org>
50737
50738         CSS url() filters with forward references don't work
50739         https://bugs.webkit.org/show_bug.cgi?id=90405
50740
50741         Based on a patch by Keyar Hood.
50742
50743         Reviewed by Dirk Schulze.
50744
50745         * css3/filters/effect-reference-after-expected.txt: Added.
50746         * css3/filters/effect-reference-after.html: Added.
50747         * css3/filters/effect-reference-delete-crash-expected.txt: Added.
50748         * css3/filters/effect-reference-delete-crash.html: Added.
50749         * css3/filters/effect-reference-delete-expected.txt: Added.
50750         * css3/filters/effect-reference-delete.html: Added.
50751         * css3/filters/effect-reference-rename-expected.txt: Added.
50752         * css3/filters/effect-reference-rename.html: Added.
50753         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
50754         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
50755         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
50756         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
50757         * svg/filters/filter-cycle.html: Added.
50758         * svg/filters/filter-cycle-expected.html: Added.
50759         * platform/chromium-linux/css3/filters/effect-reference-after-expected: Added.
50760         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Added.
50761         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Added.
50762         * platform/chromium/TestExpectations:
50763
50764 2012-12-07  Alexis Menard  <alexis@webkit.org>
50765
50766         Unreviewed EFL gardening.
50767
50768         css3/calc/background-position-parsing.html is now working as
50769         webkit.org/b/104131 has been fixed. I also rebased
50770         background_position_three_four_values-expected.png which was incorrect and
50771         now with the CSS3 background-position offsets it renders correctly.
50772
50773         * platform/efl-wk2/TestExpectations:
50774         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50775
50776 2012-12-07  Alexis Menard  <alexis@webkit.org>
50777
50778         [Chromium] Enable CSS3 background-position offset by default.
50779         https://bugs.webkit.org/show_bug.cgi?id=104253
50780
50781         Reviewed by Tony Chang.
50782
50783         Enable by default the new CSS3 background position offsets therefore we
50784         can unskip the tests.
50785
50786         * platform/chromium/TestExpectations:
50787
50788 2012-12-07  James Simonsen  <simonjam@chromium.org>
50789
50790         [Chromium] Enable Intel's Resource Timing tests
50791         https://bugs.webkit.org/show_bug.cgi?id=104330
50792
50793         Reviewed by Tony Gentilcore.
50794
50795         * platform/chromium/TestExpectations: 2 fail because they rely on iframes.
50796
50797 2012-12-07  Robert Hogan  <robert@webkit.org>
50798
50799         REGRESSION(r127163): Content is offset to the right at rea.ru
50800         https://bugs.webkit.org/show_bug.cgi?id=103116
50801
50802         Reviewed by David Hyatt.
50803
50804         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins-expected.html: Added.
50805         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins.html: Added.
50806         * fast/block/margin-collapse/self-collapsing-block-with-float-child-expected.html: Added.
50807         * fast/block/margin-collapse/self-collapsing-block-with-float-child.html: Added.
50808
50809 2012-12-07  Mike West  <mkwst@chromium.org>
50810
50811         fast/frames/sandboxed-iframe-scripting.html contains very misleading comments.
50812         https://bugs.webkit.org/show_bug.cgi?id=104363
50813
50814         Reviewed by Darin Adler.
50815
50816         The comments in this test describe a state that is in fact the opposite
50817         of what's being tested. That confused me. This patch corrects the
50818         comments to make it clear that adding a sandbox attribute at runtime has
50819         no effect on the frame; the sandboxing flags are set when the nested
50820         browsing context is _navigated_, not when the attribute changes value.
50821
50822         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox
50823
50824         * fast/frames/resources/sandboxed-iframe-script-dynamic.html:
50825         * fast/frames/sandboxed-iframe-scripting-expected.txt:
50826         * fast/frames/sandboxed-iframe-scripting.html:
50827
50828 2012-12-07  Antoine Quint  <graouts@apple.com>
50829
50830         Provide the backend for exposing the layer tree to the Web Inspector
50831         https://bugs.webkit.org/show_bug.cgi?id=103513
50832
50833         Reviewed by Pavel Feldman.
50834
50835         Adding a LayoutTest that exercises the various APIs and event exposed by the LayerTreeAgent.
50836         This test is skipped on EFL where ACCELERATED_COMPOSITING is not available.
50837
50838         * inspector-protocol/layer-tree-expected.txt: Added.
50839         * inspector-protocol/layer-tree.html: Added.
50840         * platform/efl/TestExpectations:
50841
50842 2012-12-07  Zan Dobersek  <zandobersek@gmail.com>
50843
50844         Unreviewed GTK gardening.
50845
50846         Adding an image mismatch expectation for fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html.
50847
50848         * platform/gtk/TestExpectations:
50849
50850 2012-12-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
50851
50852         [TexMap] Can not do multiple accelerated animations
50853         https://bugs.webkit.org/show_bug.cgi?id=104364
50854
50855         Reviewed by Kenneth Rohde Christiansen.
50856
50857         Unskip test animating multiple accelerated properties.
50858
50859         * platform/qt/TestExpectations:
50860
50861 2012-10-03   Pavel Feldman  <pfeldman@chromium.org>
50862
50863         Web Inspector: provide a way to reload page with given script preprocessor.
50864         https://bugs.webkit.org/show_bug.cgi?id=80992
50865
50866         Reviewed by Yury Semikhatsky.
50867
50868         * http/tests/inspector/inspector-test.js:
50869         (initialize_InspectorTest.InspectorTest.hardReloadPage):
50870         (initialize_InspectorTest.InspectorTest.reloadPage):
50871         (initialize_InspectorTest.InspectorTest._innerReloadPage):
50872         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
50873         * inspector/debugger/debugger-script-preprocessor.html: Added.
50874         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
50875
50876 2012-12-07  Alexander Pavlov  <apavlov@chromium.org>
50877
50878         Web Inspector: the "Sources" column is always empty in CSS selector profiles
50879         https://bugs.webkit.org/show_bug.cgi?id=104225
50880
50881         Reviewed by Pavel Feldman.
50882
50883         * inspector/profiler/selector-profiler-url-expected.txt: Added.
50884         * inspector/profiler/selector-profiler-url.html: Added.
50885
50886 2012-12-07  Ilya Tikhonovsky  <loislo@chromium.org>
50887
50888         Web Inspector: enable inspector tests on chromium-mac.
50889         https://bugs.webkit.org/show_bug.cgi?id=104357
50890
50891         Reviewed by Pavel Feldman.
50892
50893         After chromium r171707 patch we can enable inspector tests on chromium-mac.
50894         Two expectation files were moved from chromium-win to chromium because chromium-mac doesn't inherit expectations from chromium-win.
50895         Expectations in chromium-mac were removed because they were added by mistake.
50896         [ Win Linux ] filter was removed because I need to add Mac but [ Mac Win Linux ] is equivalent to nothing.
50897
50898         * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Removed.
50899         * platform/chromium-mac/inspector/cookie-parser-expected.txt: Removed.
50900         * platform/chromium-mac/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
50901         * platform/chromium-mac/inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
50902         * platform/chromium/TestExpectations:
50903         * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt.
50904         * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt.
50905
50906 2012-12-07  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
50907
50908         Unreviewed EFL gardening.
50909
50910         Remove platform-specific baselines for viewsource-attribute.html
50911         and viewsource-on-image-file.html as the current results matches
50912         base expectations. Also, add missing platform-specific baselines
50913         for fast/text/decorations-with-text-combine.html.
50914
50915         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Removed.
50916         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Removed.
50917         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Removed.
50918         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Removed.
50919         * platform/efl/fast/text/decorations-with-text-combine-expected.png: Added.
50920         * platform/efl/fast/text/decorations-with-text-combine-expected.txt: Added.
50921
50922 2012-12-07  János Badics  <jbadics@inf.u-szeged.hu>
50923
50924         [Qt] Gardening after r136857, r136893 and 136919.
50925         https://bugs.webkit.org/show_bug.cgi?id=104351
50926
50927         Reviewed by Csaba Osztrogonác.
50928
50929         r136857: skipped a newly added failing reftest.
50930         r136893: skipped two newly added xmlhttprequest tests
50931         r136919: skipped a test because layoutTestController.setBackingScaleFactor() is unimplemented
50932
50933         * platform/qt/TestExpectations:
50934
50935 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
50936
50937         Incorrect inequality for checking whether a statement is within bounds of a handler
50938         https://bugs.webkit.org/show_bug.cgi?id=104313
50939         <rdar://problem/12808934>
50940
50941         Reviewed by Geoffrey Garen.
50942
50943         * fast/js/jsc-test-list:
50944         * fast/js/script-tests/try-catch-try-try-catch-try-finally-return-catch-finally.js: Added.
50945         (foo):
50946         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt: Added.
50947         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally.html: Added.
50948
50949 2012-12-06  Noel Gordon  <noel.gordon@gmail.com>
50950
50951         Unreviewed Gardening. More http://trac.webkit.org/changeset/136910. Add Chromium Linux results. 
50952
50953         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
50954         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
50955
50956 2012-12-06  James Simonsen  <simonjam@chromium.org>
50957
50958         [Resource Timing] Allow detailed timing on same origin sites
50959         https://bugs.webkit.org/show_bug.cgi?id=104328
50960
50961         Reviewed by Tony Gentilcore.
50962
50963         * platform/chromium/TestExpectations: This was mismarked as an iframe failure.
50964
50965 2012-12-06  Rick Byers  <rbyers@chromium.org>
50966
50967         CSS cursor property should support webkit-image-set
50968         https://bugs.webkit.org/show_bug.cgi?id=99493
50969
50970         Reviewed by Beth Dakin.
50971
50972         Add tests for parser round-tripping of cursor rules with -webkit-image-set,
50973         and also end-to-end mouse cursor tests that validate the cursor details
50974         ultimately used at different device scales.
50975
50976         Tests are disabled on ports other than chromium (require ENABLE(MOUSE_CURSOR_SCALE))
50977
50978         * fast/css/cursor-parsing-image-set-expected.txt: Added.
50979         * fast/css/cursor-parsing-image-set.html: Added.
50980         * fast/events/mouse-cursor-image-set-expected.txt: Added.
50981         * fast/events/mouse-cursor-image-set.html: Added.
50982         * fast/events/resources/greenbox200.png: Added.
50983         * fast/events/resources/greenbox30-hotspot28-3.cur: Added.
50984         * fast/events/resources/greenbox30.png: Added.
50985         * platform/efl/TestExpectations:
50986         * platform/gtk/TestExpectations:
50987         * platform/mac/TestExpectations:
50988         * platform/win/TestExpectations:
50989
50990 2012-12-06  Hayato Ito  <hayato@chromium.org>
50991
50992         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
50993         https://bugs.webkit.org/show_bug.cgi?id=102681
50994
50995         Reviewed by Dimitri Glazkov.
50996
50997         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
50998         * fast/dom/shadow/shadow-dom-event-dispatching.html:
50999         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
51000         * fast/events/dispatch-synthetic-mouseevent.html: Added.
51001
51002 2012-12-06  Kunihiko Sakamoto  <ksakamoto@chromium.org>
51003
51004         Disabled file input box stops a certain other div from being rendered
51005         https://bugs.webkit.org/show_bug.cgi?id=104226
51006
51007         Reviewed by Dimitri Glazkov.
51008
51009         Add a test to ensure that sibling of disabled file input is correctly rendered.
51010
51011         * fast/forms/file/sibling-of-disabled-file-input-expected.txt: Added.
51012         * fast/forms/file/sibling-of-disabled-file-input.html: Added.
51013
51014 2012-12-06  Dominic Cooney  <dominicc@chromium.org>
51015
51016         Element.pseudo property should be prefixed
51017         https://bugs.webkit.org/show_bug.cgi?id=104060
51018
51019         Reviewed by Hajime Morita.
51020
51021         Updated tests.
51022
51023         * fast/dom/shadow/pseudo-attribute-dynamic.html:
51024         * fast/dom/shadow/pseudo-attribute-expected.txt:
51025         * fast/dom/shadow/pseudo-attribute-rendering.html:
51026         * fast/dom/shadow/pseudo-attribute.html:
51027         * fast/dom/shadow/shadow-pseudo-id.html:
51028
51029 2012-12-06  Li Yin  <li.yin@intel.com>
51030
51031         [Chromium] Unreviewed, webaudio/audioparam-connect-audioratesignal.html is flaky
51032         https://bugs.webkit.org/show_bug.cgi?id=87273
51033
51034         Remove audioparam-connect-audioratesignal.html from chromium/TestExpectations,
51035         since it no longer appears on the flakiness dashboard.
51036
51037         * platform/chromium/TestExpectations:
51038
51039 2012-12-06  Emil A Eklund  <eae@chromium.org>
51040
51041         Unreviewed chromium rebaseline for r136909.
51042
51043         * platform/chromium-win-xp/http/tests/w3c: Added.
51044         * platform/chromium-win-xp/http/tests/w3c/webperf: Added.
51045         * platform/chromium-win-xp/http/tests/w3c/webperf/submission: Added.
51046         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel: Added.
51047         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
51048         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
51049         * platform/chromium-win/http/tests/w3c: Added.
51050         * platform/chromium-win/http/tests/w3c/webperf: Added.
51051         * platform/chromium-win/http/tests/w3c/webperf/submission: Added.
51052         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel: Added.
51053         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
51054         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
51055         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
51056
51057 2012-12-06  Philip Rogers  <pdr@google.com>
51058
51059         Unify SVG's animation and target tracking systems.
51060         https://bugs.webkit.org/show_bug.cgi?id=102655
51061
51062         Reviewed by Dirk Schulze.
51063
51064         * svg/animations/svg-animation-order-expected.html: Added.
51065         * svg/animations/svg-animation-order.html: Added.
51066         * svg/custom/svg-pending-twice-expected.html: Added.
51067         * svg/custom/svg-pending-twice.html: Added.
51068
51069 2012-12-06  James Simonsen  <simonjam@chromium.org>
51070
51071         [Chromium] Enable Resource Timing and User Timing
51072         https://bugs.webkit.org/show_bug.cgi?id=103788
51073
51074         Reviewed by Tony Gentilcore.
51075
51076         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_iframe_navigation.html: Removed. Incomplete, shouldn't have been submitted.
51077         * platform/chromium/TestExpectations: Remove 'Skip' expectations and add expected failures for iframes.
51078         * platform/chromium/fast/dom/Window/window-properties-performance-expected.txt: Added. Now includes User Timing and Resource Timing properties.
51079
51080 2012-12-06  Adam Klein  <adamk@chromium.org>
51081
51082         [HTMLTemplateElement] make content readonly and cloneNode(deep) clone content
51083         https://bugs.webkit.org/show_bug.cgi?id=104181
51084
51085         Reviewed by Adam Barth.
51086
51087         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt:
51088         * fast/dom/HTMLTemplateElement/cloneNode.html:
51089         * fast/dom/HTMLTemplateElement/contentWrappers-expected.txt: Added.
51090         * fast/dom/HTMLTemplateElement/contentWrappers.html: Added.
51091         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt:
51092         * fast/dom/HTMLTemplateElement/ownerDocument.html:
51093
51094 2012-12-06  Emil A Eklund  <eae@chromium.org>
51095
51096         Unreviewed chromium rebaseline for r136885.
51097
51098         * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51099         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51100         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51101         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51102         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51103         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51104         * platform/efl-wk1/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51105         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
51106
51107 2012-12-06  Jochen Eisinger  <jochen@chromium.org>
51108
51109         [chromium] when forwarding events through the WebPluginContainer, create a UserGestureIndicator if processing a user gesture
51110         https://bugs.webkit.org/show_bug.cgi?id=104306
51111
51112         Reviewed by Dimitri Glazkov.
51113
51114         * platform/chromium/plugins/user-gesture-expected.txt: Added.
51115         * platform/chromium/plugins/user-gesture.html: Added.
51116
51117 2012-12-06  David Grogan  <dgrogan@chromium.org>
51118
51119         IndexedDB: Add webkitErrorMessage to IDBTransaction
51120         https://bugs.webkit.org/show_bug.cgi?id=104199
51121
51122         Reviewed by Tony Chang.
51123
51124         Test for webkitErrorMessage in the three circumstances that can
51125         generate one:
51126         1) Bubble from operation error
51127         2) Uncaught exception in operation event handler
51128         3) Asynchronous abort from the backend
51129
51130         And fix a FIXME in the test.
51131
51132         * storage/indexeddb/resources/transaction-error.js:
51133         (testErrorFromRequest.trans.onabort):
51134         (testErrorFromRequest):
51135         (testErrorFromException.trans.onabort):
51136         (testErrorFromException):
51137         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
51138         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
51139         (testErrorFromCommit.trans.oncomplete):
51140         (testErrorFromCommit):
51141         * storage/indexeddb/transaction-error-expected.txt:
51142
51143 2012-12-06  Alexander Shalamov  <alexander.shalamov@intel.com>
51144
51145         XMLHttpRequest Content-Type should be taken from Blob type
51146         https://bugs.webkit.org/show_bug.cgi?id=99983
51147
51148         Reviewed by Alexey Proskuryakov.
51149
51150         Added tests that check if content type is set correctly when blob object is sent.
51151
51152         * http/tests/xmlhttprequest/post-blob-content-type-expected.txt: Added.
51153         * http/tests/xmlhttprequest/post-blob-content-type.html: Added.
51154
51155 2012-12-06  Joshua Bell  <jsbell@chromium.org>
51156
51157         [Chromium] IndexedDB: storage/indexeddb/resources/cursor-advance.html flaky in content_shell after WK136782
51158         https://bugs.webkit.org/show_bug.cgi?id=104292
51159
51160         Reviewed by Tony Chang.
51161
51162         Test had a read-only transaction depending on the completion of a prior read-write transaction,
51163         which is not guaranteed by the spec. Switch from triggering the second transaction into the
51164         oncomplete of the first.
51165
51166         * storage/indexeddb/resources/cursor-advance.js:
51167         (populateObjectStore):
51168
51169 2012-12-06  Andrew Scherkus  <scherkus@chromium.org>
51170
51171         [Chromium] Unreviewed, rebaselining http/tests/media/video-buffered-range-contains-currentTime.html
51172         https://bugs.webkit.org/show_bug.cgi?id=104300
51173
51174         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51175         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51176         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51177         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51178         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51179         * platform/chromium/TestExpectations:
51180
51181 2012-12-06  Xianzhu Wang  <wangxianzhu@chromium.org>
51182
51183         internals.settings.setEnableCompositingForFixedPosition() should be called before onload
51184         https://bugs.webkit.org/show_bug.cgi?id=104277
51185
51186         Fixed some tests that set enableCompositingForFixedPosition in onload handler which may not take effect because it is too late.
51187         Leave the image mismatches to bug 96839.
51188
51189         Reviewed by Simon Fraser.
51190
51191         * compositing/geometry/fixed-position-composited-page-scale-down.html:
51192         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
51193         * compositing/geometry/fixed-position-composited-page-scale.html:
51194         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
51195         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
51196         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
51197         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
51198         * compositing/layer-creation/fixed-position-out-of-view.html:
51199         * platform/chromium/TestExpectations: Mark the original flaky image mismatch as constantly failure. Add one image mismatch caused by this change but because of incorrect baseline.
51200
51201 2012-12-06  Stephen White  <senorblanco@chromium.org>
51202
51203         [Chromium] Unreviewed gardening.
51204
51205         * platform/chromium/TestExpectations:
51206
51207 2012-12-06  Tony Chang  <tony@chromium.org>
51208
51209         REGRESSION(r135082): Restore the ability to insert author level style sheets from script
51210         https://bugs.webkit.org/show_bug.cgi?id=104042
51211
51212         Reviewed by Antti Koivisto.
51213
51214         Add a test that makes sure that an author level style is set.
51215
51216         * userscripts/insert-stylesheets-expected.txt: Added.
51217         * userscripts/insert-stylesheets.html: Added.
51218
51219 2012-12-06  Stephen White  <senorblanco@chromium.org>
51220
51221         [Chromium] Unreviewed gardening.
51222
51223         effect-reference-hw.html is failing (lighting has a Y-flip), but people
51224         seem tempted to rebaseline it.  Put the software result in its place
51225         for now, and mark it failing, so people aren't tempted to rebaseline it.
51226
51227         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
51228         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
51229         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
51230         * platform/chromium/TestExpectations:
51231
51232 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
51233
51234         [Qt] Unreviewed gardening, skip a new test because of missing test font.
51235
51236         * platform/qt/TestExpectations:
51237
51238 2012-12-06  Stephen White  <senorblanco@chromium.org>
51239
51240         [Chromium] Unreviewed gardening.
51241
51242         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
51243         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
51244         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
51245         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
51246         * platform/chromium-mac-lion/fast/css/background-clip-radius-values-expected.png: Removed.
51247         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
51248         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
51249         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
51250         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
51251         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
51252         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
51253         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png: Added.
51254         * platform/chromium/TestExpectations:
51255
51256 2012-12-06  Stephen White  <senorblanco@chromium.org>
51257
51258         [Chromium] Unreviewed gardening.
51259
51260         Add some bug IDs to failing tests, and restore some old expectations.
51261         * platform/chromium/TestExpectations:
51262
51263 2012-12-06  Emil A Eklund  <eae@chromium.org>
51264
51265         Unreviewed chromium rebaselines.
51266
51267         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
51268         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks: Removed.
51269         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
51270         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows: Removed.
51271         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Removed.
51272         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes: Added.
51273         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
51274
51275 2012-12-06  Justin Novosad  <junov@google.com>
51276
51277         New pixel baselines for fast/backgrounds/gradient-background-leakage.html
51278         https://bugs.webkit.org/show_bug.cgi?id=103896
51279
51280         Unreviewed
51281
51282         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
51283         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
51284         * platform/chromium/TestExpectations:
51285         * platform/efl-wk1/fast/backgrounds: Added.
51286         * platform/efl-wk1/fast/backgrounds/gradient-background-leakage-expected.png: Added.
51287         * platform/efl/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
51288
51289 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
51290
51291         Unreviewed gardening.
51292
51293         Add expected results for transforms/3d tests that are producing correct resulta.
51294
51295         * platform/efl/TestExpectations:
51296         * platform/efl/transforms/3d: Added.
51297         * platform/efl/transforms/3d/general: Added.
51298         * platform/efl/transforms/3d/general/perspective-non-layer-expected.png: Added.
51299         * platform/efl/transforms/3d/general/perspective-non-layer-expected.txt: Added.
51300         * platform/efl/transforms/3d/general/perspective-units-expected.png: Added.
51301         * platform/efl/transforms/3d/general/perspective-units-expected.txt: Added.
51302         * platform/efl/transforms/3d/hit-testing: Added.
51303         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
51304         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
51305         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
51306         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
51307         * platform/efl/transforms/3d/point-mapping: Added.
51308         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
51309         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
51310         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
51311         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
51312         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
51313         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
51314         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
51315         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
51316         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
51317         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
51318         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
51319         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
51320         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
51321
51322 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51323
51324         Fix a bad rebaseline
51325
51326         Unreviewed expectations fix.
51327
51328         This test is apparently flaky and I put in the wrong flake.
51329
51330         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Removed.
51331         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
51332
51333 2012-12-06  Hans Muller  <hmuller@adobe.com>
51334
51335         [CSS Exclusions] Add support for computing the first included interval position.
51336         https://bugs.webkit.org/show_bug.cgi?id=103327
51337
51338         Test the rounded rectangle support for adjusting the top of a line downwards
51339         when the first word doesn't fit within the shape.
51340
51341         Reviewed by Levi Weintraub.
51342
51343         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html: Added.
51344         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html: Added.
51345         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html: Added.
51346         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html: Added.
51347
51348 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51349
51350         Rebaseline some expectations
51351
51352         Unreviewed expectations update
51353
51354         These test have expectations but apparently just need rebaselines.
51355         Some may still be flakey.
51356
51357         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
51358         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
51359         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51360         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
51361         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
51362         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Added.
51363         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
51364         * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
51365         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
51366         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
51367         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
51368         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51369         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
51370         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
51371         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
51372         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
51373         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
51374         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
51375         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
51376         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
51377         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png: Added.
51378         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51379         * platform/chromium/svg/custom/radialGradient-focal-radius-expected.png: Removed.
51380         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
51381         * platform/efl-wk1/svg/custom: Added.
51382         * platform/efl-wk1/svg/custom/radialGradient-focal-radius-expected.png: Added.
51383         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Removed.
51384
51385 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51386
51387         Test expectations update
51388         https://bugs.webkit.org/show_bug.cgi?id=104007
51389
51390         Unreviewed expectations update.
51391
51392         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:
51393
51394 2012-12-06  W. James MacLean  <wjmaclean@chromium.org>
51395
51396         [chromium] Should apply link highlight to largest enclosing node with a handCursor.
51397         https://bugs.webkit.org/show_bug.cgi?id=104264
51398
51399         Reviewed by Adrienne Walker.
51400
51401         Add layout test to cover new functionality.
51402
51403         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested.html: Added.
51404         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added.
51405         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.txt: Added.
51406
51407 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51408
51409         UndoManager layout tests should be removed
51410         https://bugs.webkit.org/show_bug.cgi?id=104246
51411
51412         Reviewed by Adam Barth.
51413
51414         The UndoManager feature support was removed from the source tree
51415         in r133326. The layout tests should be removed as well. As with
51416         the feature implementation, these too can be restored back when needed.
51417
51418         * editing/undomanager: Removed.
51419         * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
51420         * editing/undomanager/automatic-transaction-attribute.html: Removed.
51421         * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
51422         * editing/undomanager/automatic-transaction-data.html: Removed.
51423         * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
51424         * editing/undomanager/automatic-transaction-node.html: Removed.
51425         * editing/undomanager/document-has-undomanager-expected.txt: Removed.
51426         * editing/undomanager/document-has-undomanager.html: Removed.
51427         * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
51428         * editing/undomanager/domtransaction-survives-gc.html: Removed.
51429         * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
51430         * editing/undomanager/undomanager-isolated-world.html: Removed.
51431         * editing/undomanager/undomanager-item-expected.txt: Removed.
51432         * editing/undomanager/undomanager-item.html: Removed.
51433         * editing/undomanager/undomanager-reenter-expected.txt: Removed.
51434         * editing/undomanager/undomanager-reenter.html: Removed.
51435         * editing/undomanager/undomanager-transact-expected.txt: Removed.
51436         * editing/undomanager/undomanager-transact.html: Removed.
51437         * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
51438         * editing/undomanager/undomanager-undo-redo.html: Removed.
51439         * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
51440         * editing/undomanager/undoscopehost-use-after-free.html: Removed.
51441         * platform/chromium/TestExpectations:
51442         * platform/efl/TestExpectations:
51443         * platform/gtk/TestExpectations:
51444         * platform/mac/TestExpectations:
51445         * platform/qt-4.8/TestExpectations:
51446         * platform/qt-mac/TestExpectations:
51447         * platform/qt/TestExpectations:
51448         * platform/win/TestExpectations:
51449         * platform/wincairo/TestExpectations:
51450
51451 2012-12-06  Alexis Menard  <alexis@webkit.org>
51452
51453         [Mac] Unreviewed gardening after r136415.
51454
51455         r136415 enables the CSS3 background position offsets therefore this
51456         expected png needs to be updated with the new result (the correct one
51457         actually). It was not failing on the bot as the Apple Mac bot does not
51458         seem to run pixel tests.
51459
51460         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
51461
51462 2012-12-06  Tommy Widenflycht  <tommyw@google.com>
51463
51464         Speech Recognition API: Change the error code to a string on SpeechRecognitionError
51465         https://bugs.webkit.org/show_bug.cgi?id=104254
51466
51467         Reviewed by Adam Barth.
51468
51469         Adjusting tests.
51470
51471         * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
51472         * fast/events/constructors/speech-recognition-error-constructor.html:
51473         * fast/speech/scripted/speechrecognition-errors-expected.txt:
51474         * fast/speech/scripted/speechrecognition-errors.html:
51475         * fast/speech/scripted/speechrecognitionerror-basics-expected.txt:
51476         * fast/speech/scripted/speechrecognitionerror-basics.html:
51477         * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt:
51478
51479 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51480
51481         SVG <use> element inside an svg-as-image fails
51482         https://bugs.webkit.org/show_bug.cgi?id=104007
51483
51484         Reviewed by Eric Seidel.
51485
51486         Upon redraw, SVGImage calls layout on the document it is drawing into
51487         the image if the image, provided it believes the redraw does not need
51488         to be delayed. Unfortunately, when an SVG <use> element is modified
51489         (by animation, say) and regenerates its shadow tree, the destructors
51490         invoke redraw, causing the SVGImage to call layout on something that
51491         is in the process of being deleted. That's bad.
51492
51493         This change causes SVGImage to always delay the redraw. It is the most robust
51494         way to protect against this problem, as there may be any number of
51495         ways to cause this issue (a node being deleted in an svg-as-image
51496         target) and this protects against them all.
51497
51498         The test case crashes in Asan Chromium.
51499
51500         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: Changed as a result of this change.
51501         * svg/as-image/animated-use-as-image-crash-expected.txt: Added.
51502         * svg/as-image/animated-use-as-image-crash.html: Added.
51503         * svg/as-image/resources/animated-href-on-use.svg: Added.
51504
51505 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
51506
51507         [Qt] Unreviewed gardening, update an expected file.
51508
51509         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
51510
51511 2012-12-06  Antoine Quint  <graouts@apple.com>
51512
51513         TextTrack's .cues not ordered correctly when two cues have the same .startTime
51514         https://bugs.webkit.org/show_bug.cgi?id=103266
51515
51516         Reviewed by Eric Carlson.
51517
51518         Unskip an Opera test that we now pass. Note that the original test has two issues that prompted
51519         changes in this patch. The first issue is https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066
51520         and I've elected to comment the sub-test that fails and tracking turning it back on when the test
51521         is corrected with https://bugs.webkit.org/show_bug.cgi?id=104255. The second issue was in the sub-test
51522         that revealed the failure covered by this bug and had an issue acknowledged by the author
51523         (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066) so I fixed it in our repository.
51524
51525         * media/track/opera/interfaces/TextTrack/cues-expected.txt: Added.
51526         * media/track/opera/interfaces/TextTrack/cues.html:
51527         * platform/chromium/TestExpectations:
51528         * platform/efl/TestExpectations:
51529         * platform/gtk/TestExpectations:
51530         * platform/mac/TestExpectations:
51531         * platform/qt/TestExpectations:
51532         * platform/win/TestExpectations:
51533
51534 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51535
51536         Unreviewed GTK gardening.
51537
51538         Adding missing platform-specific baselines.
51539
51540         * platform/gtk/fast/text/decorations-with-text-combine-expected.png: Added.
51541         * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Added.
51542         * platform/gtk/fast/text/orientation-sideways-expected.png: Added.
51543         * platform/gtk/fast/text/orientation-sideways-expected.txt: Added.
51544
51545 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
51546
51547         [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
51548         https://bugs.webkit.org/show_bug.cgi?id=104160
51549
51550         Reviewed by Kenneth Rohde Christiansen.
51551
51552         The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
51553         because the test expects that the text of the test would fit in 400 pixels,
51554         but both for Qt and for EFL, the text requires more than that.
51555         Changed the test and the expectation ref-test to allow 450 pixels.
51556
51557         * fast/regions/autowidth-normalflow-maxwidth-expected.html:
51558         * fast/regions/autowidth-normalflow-maxwidth.html:
51559         * platform/efl-wk2/TestExpectations:
51560         * platform/qt-5.0-wk2/TestExpectations:
51561
51562 2012-12-06  Shinya Kawanaka  <shinyak@chromium.org>
51563
51564         Internals.getElementByIdInShadowRoot is nonsense now.
51565         https://bugs.webkit.org/show_bug.cgi?id=104241
51566
51567         Reviewed by Kent Tamura.
51568
51569         * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
51570         * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
51571         * fast/dom/shadow/resources/shadow-dom.js: Uses ShadowRoot.getElementById() instead.
51572         (getNodeInShadowTreeStack):
51573
51574 2012-12-06  Sheriff Bot  <webkit.review.bot@gmail.com>
51575
51576         Unreviewed, rolling out r136818.
51577         http://trac.webkit.org/changeset/136818
51578         https://bugs.webkit.org/show_bug.cgi?id=104249
51579
51580         simulatedClick does not work as per #chrmium irc. (Requested
51581         by hayato on #webkit).
51582
51583         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
51584         * fast/dom/shadow/shadow-dom-event-dispatching.html:
51585         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Removed.
51586         * fast/events/dispatch-synthetic-mouseevent.html: Removed.
51587
51588 2012-12-06  Pavel Podivilov  <podivilov@google.com>
51589
51590         [chromium] Unreviewed, fix baselines for plugins/npp-set-window-called-during-destruction.html on win7.
51591
51592         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51593         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51594         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
51595         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51596
51597 2012-12-06  Kent Tamura  <tkent@chromium.org>
51598
51599         [Chromium] Test expectation update
51600         https://bugs.webkit.org/show_bug.cgi?id=104210
51601         https://bugs.webkit.org/show_bug.cgi?id=103869
51602
51603         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
51604         * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
51605         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51606         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51607         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
51608         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
51609         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51610         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
51611         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51612         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
51613         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51614         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
51615         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
51616         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51617         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51618         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
51619         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
51620         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51621         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
51622         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51623         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
51624         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51625         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
51626         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
51627         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51628         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51629         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
51630         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
51631         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51632         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
51633         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51634         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
51635         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51636         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
51637         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51638         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
51639         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51640         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51641         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51642         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
51643         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
51644         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
51645         * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
51646         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51647         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51648         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
51649         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
51650         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51651         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
51652         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51653         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
51654         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51655         * platform/chromium/TestExpectations:
51656
51657 2012-12-06  Kent Tamura  <tkent@chromium.org>
51658
51659         [Chromium] Update test expectations
51660         https://bugs.webkit.org/show_bug.cgi?id=103853
51661         https://bugs.webkit.org/show_bug.cgi?id=103869
51662
51663         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51664         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51665         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51666         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51667         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51668         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51669         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51670         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51671         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51672         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51673         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51674         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51675         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51676         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51677         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51678         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51679         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51680         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51681         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51682         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51683         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51684         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51685         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51686         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51687         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51688         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51689         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51690         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51691         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51692         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51693         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51694         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51695         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51696         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51697         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51698         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51699         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51700         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51701         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51702         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51703         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51704         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51705         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51706         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51707         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51708         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51709         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51710         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51711         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51712         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51713         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51714         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51715         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51716         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51717         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51718         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51719         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51720         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51721         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51722         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51723         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51724         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51725         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51726         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51727         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51728         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51729         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51730         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51731         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51732         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51733         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51734         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51735         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51736         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51737         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51738         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51739         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51740         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51741         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51742         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51743         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51744         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
51745         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51746         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51747         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51748         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
51749         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51750         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51751         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51752         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51753         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51754         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
51755         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51756         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51757         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51758         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51759         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51760         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51761         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51762         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51763         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51764         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51765         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51766         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51767         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51768         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51769         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51770         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51771         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51772         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51773         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51774         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51775         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51776         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51777         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51778         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51779         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51780         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51781         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51782         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51783         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51784         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51785         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51786         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51787         * platform/chromium/TestExpectations:
51788
51789 2012-12-06  Hayato Ito  <hayato@chromium.org>
51790
51791         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
51792         https://bugs.webkit.org/show_bug.cgi?id=102681
51793
51794         Reviewed by Dimitri Glazkov.
51795
51796         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
51797         * fast/dom/shadow/shadow-dom-event-dispatching.html:
51798         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
51799         * fast/events/dispatch-synthetic-mouseevent.html: Added.
51800
51801 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51802
51803         Turn pixel tests in dom/xhtml/level3/core into reftests
51804         https://bugs.webkit.org/show_bug.cgi?id=103809
51805
51806         Reviewed by Dirk Pranke.
51807
51808         Turn 15 pixel tests under dom/xhtml/level3/core into reftests.
51809         The reference files are tailored so they present the same output that
51810         the pixel baselines (being removed) do.
51811
51812         * dom/xhtml/level3/core/canonicalform08-expected.html: Added.
51813         * dom/xhtml/level3/core/canonicalform09-expected.html: Added.
51814         * dom/xhtml/level3/core/documentgetinputencoding03-expected.html: Added.
51815         * dom/xhtml/level3/core/entitygetinputencoding02-expected.html: Added.
51816         * dom/xhtml/level3/core/entitygetxmlversion02-expected.html: Added.
51817         * dom/xhtml/level3/core/nodegetbaseuri05-expected.html: Added.
51818         * dom/xhtml/level3/core/nodegetbaseuri07-expected.html: Added.
51819         * dom/xhtml/level3/core/nodegetbaseuri09-expected.html: Added.
51820         * dom/xhtml/level3/core/nodegetbaseuri10-expected.html: Added.
51821         * dom/xhtml/level3/core/nodegetbaseuri11-expected.html: Added.
51822         * dom/xhtml/level3/core/nodegetbaseuri15-expected.html: Added.
51823         * dom/xhtml/level3/core/nodegetbaseuri17-expected.html: Added.
51824         * dom/xhtml/level3/core/nodegetbaseuri18-expected.html: Added.
51825         * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.html: Added.
51826         * dom/xhtml/level3/core/nodelookupprefix19-expected.html: Added.
51827         * The now-unnecessary pixel and render tree baselines: Removed.
51828
51829 2012-12-05  Kent Tamura  <tkent@chromium.org>
51830
51831         [Chromium] Test expectation update
51832         https://bugs.webkit.org/show_bug.cgi?id=103869
51833
51834         * platform/chromium/TestExpectations:
51835         Fix duplicated entries.
51836
51837 2012-12-03  Kent Tamura  <tkent@chromium.org>
51838
51839         INPUT_MULTIPLE_FIELDS_UI doesn't show digits well in RTL locales
51840         https://bugs.webkit.org/show_bug.cgi?id=103869
51841
51842         Reviewed by Hajime Morita.
51843
51844         - Year fields and month fields are shrunk because we stop specifying
51845           min-width.
51846         - Focus rectangle for sub-fields get larger.
51847
51848         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
51849         Need to update mouse click positions because we have some position/width
51850         changes in sub-fields.
51851         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
51852         Ditto.
51853         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
51854         Ditto.
51855         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
51856         * platform/chromium-mac/fast/forms/datetime/datetime-l10n-expected.png:
51857         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
51858         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
51859         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
51860         * platform/chromium/TestExpectations:
51861
51862 2012-12-05  Shinya Kawanaka  <shinyak@chromium.org>
51863
51864         [Chromium] DRT on Windows crashes when a testcase has a progress element in indeterminate state
51865         https://bugs.webkit.org/show_bug.cgi?id=102459
51866
51867         Reviewed by Dimitri Glazkov.
51868
51869         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash-expected.txt: Added.
51870         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html: Added.
51871
51872 2012-12-05  Kent Tamura  <tkent@chromium.org>
51873
51874         INPUT_MULTIPLE_FIELDS_UI: The hour field and the am/pm field should support read-only state correctly
51875         https://bugs.webkit.org/show_bug.cgi?id=104210
51876
51877         Reviewed by Kentaro Hara.
51878
51879         * fast/forms/time/time-appearance-basic.html:
51880         Add test cases for step=86400 (24 hours)
51881         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
51882         * platform/chromium/TestExpectations:
51883
51884 2012-12-05  Dan Beam  <dbeam@chromium.org>
51885
51886         HTMLFormElement#requestAutocomplete() should require a user action
51887         https://bugs.webkit.org/show_bug.cgi?id=102320
51888
51889         Reviewed by Kent Tamura.
51890
51891         This patch dispatches an autocompleteerror when HTMLFormElement::requestAutocomplete() is called while not processing
51892         a user gesture.
51893
51894         * fast/forms/form-request-autocomplete.html:
51895
51896         Added a test to ensure that dispatching a call to HTMLFormElement#requestAutocomplete() in a setTimeout() (which will
51897         never be a user gesture) always fails.
51898
51899 2012-12-05  Andrei Bucur  <abucur@adobe.com>
51900
51901         [CSS Regions] Blocks don't relayout children if the width of a region changes
51902         https://bugs.webkit.org/show_bug.cgi?id=103993
51903
51904         Reviewed by David Hyatt.
51905
51906         The first test covers the case of reducing the width of a region for a block content node.
51907         The second test covers the case of expanding the width of a region for a block content node.
51908         The third test covers the case of reducing the width of a region for an inline content node.
51909
51910         * fast/regions/region-width-change-relayout-1-expected.html: Added.
51911         * fast/regions/region-width-change-relayout-1.html: Added.
51912         * fast/regions/region-width-change-relayout-2-expected.html: Added.
51913         * fast/regions/region-width-change-relayout-2.html: Added.
51914         * fast/regions/region-width-change-relayout-3-expected.html: Added.
51915         * fast/regions/region-width-change-relayout-3.html: Added.
51916
51917 2012-12-05  KyungTae Kim  <ktf.kim@samsung.com>
51918
51919         [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
51920         https://bugs.webkit.org/show_bug.cgi?id=104195
51921
51922         Unreviewed Gardening.
51923
51924         The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
51925         because the HiddenLayers are included in zOrderList when CompositingMode is on.
51926
51927         * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
51928         * platform/efl/TestExpectations:
51929
51930 2012-12-05  Joshua Bell  <jsbell@chromium.org>
51931
51932         IndexedDB: Allow multiple transactions to interleave request execution
51933         https://bugs.webkit.org/show_bug.cgi?id=97570
51934
51935         Reviewed by Tony Chang.
51936
51937         New tests for parallel transactions, update existing tests that relied on sequential execution.
51938
51939         * storage/indexeddb/database-close-expected.txt:
51940         * storage/indexeddb/mozilla/clear-expected.txt:
51941         * storage/indexeddb/mozilla/resources/clear.js: Split up transaction steps.
51942         * storage/indexeddb/resources/database-close.js: Don't log on individual transaction completion.
51943         * storage/indexeddb/resources/transaction-coordination-within-database.js: Added.
51944         * storage/indexeddb/resources/transaction-scope-sequencing.js: Added.
51945         * storage/indexeddb/resources/transaction-starvation.js: Added.
51946         * storage/indexeddb/transaction-coordination-within-database-expected.txt: Added.
51947         * storage/indexeddb/transaction-coordination-within-database.html: Added.
51948         * storage/indexeddb/transaction-scope-sequencing-expected.txt: Added.
51949         * storage/indexeddb/transaction-scope-sequencing.html: Added.
51950         * storage/indexeddb/transaction-starvation-expected.txt: Added.
51951         * storage/indexeddb/transaction-starvation.html: Added.
51952
51953 2012-12-05  Dan Bernstein  <mitz@apple.com>
51954
51955         Text decorations are rotated when text-combine takes effect
51956         https://bugs.webkit.org/show_bug.cgi?id=104172
51957
51958         Reviewed by Dave Hyatt.
51959
51960         * fast/text/decorations-with-text-combine.html: Added.
51961         * platform/chromium/TestExpectations: Added to tests missing platform-specific results.
51962         * platform/mac/fast/text/decorations-with-text-combine-expected.png: Added.
51963         * platform/mac/fast/text/decorations-with-text-combine-expected.txt: Added.
51964
51965 2012-12-05  Tony Chang  <tony@chromium.org>
51966
51967         Unreviewed, add Mac baselines after r136409 (mathml sup/sub box changes).
51968
51969         * platform/mac/TestExpectations:
51970         * platform/mac/mathml/presentation/roots-expected.txt:
51971         * platform/mac/mathml/presentation/row-alignment-expected.txt:
51972         * platform/mac/mathml/presentation/sub-expected.txt:
51973         * platform/mac/mathml/presentation/subsup-expected.txt:
51974         * platform/mac/mathml/presentation/sup-expected.txt:
51975         * platform/mac/mathml/presentation/tables-expected.txt:
51976
51977 2012-12-05  Leo Yang  <leoyang@rim.com>
51978
51979         Extra space in fast/css/image-resolution/image-resolution.html
51980         https://bugs.webkit.org/show_bug.cgi?id=104130
51981
51982         Reviewed by Emil A Eklund.
51983
51984         String returned by cssText doesn't include an extra tailing space.
51985         This patch is removing an expectation of the extra tailing space in the test.
51986
51987         * fast/css/image-resolution/image-resolution-expected.txt:
51988         * fast/css/image-resolution/image-resolution.html:
51989
51990 2012-12-05  Justin Novosad  <junov@google.com>
51991
51992         [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice
51993         https://bugs.webkit.org/show_bug.cgi?id=103896
51994
51995         Reviewed by Stephen White.
51996
51997         Added image failure expectation for test needing new baselines
51998
51999         * platform/chromium/TestExpectations:
52000
52001 2012-12-05  Stephen White  <senorblanco@chromium.org>
52002
52003         [Chromium] Unreviewed gardening.
52004
52005         * platform/chromium/TestExpectations:
52006
52007 2012-12-05  David Dorwin  <ddorwin@chromium.org>
52008
52009         [Chromium] Re-enabling encrypted-media tests now that the issues are fixed.
52010         https://bugs.webkit.org/show_bug.cgi?id=104137
52011
52012         Unreviewed revert of r136312.
52013         The issues were fixed in Chromium r171039 & r171081.
52014
52015         * platform/chromium/TestExpectations:
52016
52017 2012-12-05  Martin Robinson  <mrobinson@igalia.com>
52018
52019         http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php returns a malformed authentication header
52020         https://bugs.webkit.org/show_bug.cgi?id=104052
52021
52022         Reviewed by Alexey Proskuryakov.
52023
52024         Add an authentication realm to the WWW-Authenticate header of the PHP script. Some networking
52025         libraries do not cope well with WWW-Authenticate headers that do not include realms. Additionally
52026         RFC2617 specifies that this part of the header is not-optional.
52027
52028         This test will be unskipped once the rest of the authentication support is complete in the
52029         libsoup backend and GTK+ DRT/WTR.
52030
52031         * http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php:
52032
52033 2012-12-05  Roger Fong  <roger_fong@apple.com>
52034
52035         Unreviewed Windows re-rebaseline.
52036
52037         * platform/win/fast/text/orientation-sideways-expected.txt:
52038
52039 2012-12-05  Bear Travis  <betravis@adobe.com>
52040
52041         [CSS Exclusions] Enable shape-inside for multiple-segment polygons
52042         https://bugs.webkit.org/show_bug.cgi?id=91878
52043
52044         Reviewed by David Hyatt.
52045
52046         Adding tests for multiple segment polygons. These tests make sure that text can be
52047         properly broken up into multiple segments per line to fit into a shape-inside.
52048
52049         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001-expected.html: Added.
52050         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001.html: Added.
52051         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002-expected.html: Added.
52052         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002.html: Added.
52053         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003-expected.html: Added.
52054         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003.html: Added.
52055         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004-expected.html: Added.
52056         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004.html: Added.
52057
52058 2012-12-05  Roger Fong  <roger_fong@apple.com>
52059
52060         Unreviewed. Re-add Windows specific results removed in r136699 that were actually correct.
52061
52062         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52063
52064 2012-12-05  Emil A Eklund  <eae@chromium.org>
52065
52066         Unreviewed chromium rebaselines.
52067
52068         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
52069         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52070         * platform/chromium-mac-lion/fast/harness: Added.
52071         * platform/chromium-mac-lion/fast/harness/perftests: Added.
52072         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52073         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
52074         * platform/chromium-mac-snowleopard/fast/harness: Added.
52075         * platform/chromium-mac-snowleopard/fast/harness/perftests: Added.
52076         * platform/chromium-mac-snowleopard/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52077         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52078         * platform/chromium-win/fast/harness/perftests: Added.
52079         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52080         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
52081         * platform/chromium/TestExpectations:
52082
52083 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52084
52085         Unreviewed gardening.
52086
52087         Manage failing fast/media reftests for EFL and Qt.
52088
52089         * platform/efl-wk2/TestExpectations:
52090         * platform/qt/TestExpectations:
52091
52092 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52093
52094         Unreviewed GTK gardening.
52095
52096         Adding GTK-specific reference files for two fast/media tests after r136708.
52097         The GTK port isn't yet supporting 3D transforms so these two reference files
52098         should reflect that.
52099
52100         * platform/gtk/fast/media/mq-transform-02-expected.html: Added.
52101         * platform/gtk/fast/media/mq-transform-03-expected.html: Added.
52102
52103 2012-12-05  Andreas Kling  <akling@apple.com>
52104
52105         REGRESSION(r136615): Incorrect style sharing in view-source documents.
52106         <http://webkit.org/b/104089>
52107
52108         Reviewed by Antti Koivisto.
52109
52110         Unskip: fast/frames/viewsource-attribute.html
52111                 fast/frames/viewsource-on-image-file.html
52112
52113         * platform/chromium/TestExpectations:
52114         * platform/efl/TestExpectations:
52115         * platform/gtk/TestExpectations:
52116         * platform/mac/TestExpectations:
52117         * platform/qt/TestExpectations:
52118
52119 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52120
52121         Unreviewed gardening.
52122
52123         Removing redundant pixel and render tree baselines for fast/media tests.
52124         This is the second and last patch covering non-Chromium ports.
52125
52126         Too many files to list.
52127
52128 2012-12-05  Roger Fong  <roger_fong@apple.com>
52129
52130         Unreviewed rebaseline on Windows after r136640.
52131
52132         * platform/win/fast/text/orientation-sideways-expected.txt: Added.
52133
52134 2012-12-05  Roger Fong  <roger_fong@apple.com>
52135
52136         Unreviewed rebaseline.
52137         https://bugs.webkit.org/show_bug.cgi?id=98209.
52138
52139         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
52140
52141 2012-12-05  Csaba Osztrogonác  <ossy@webkit.org>
52142
52143         [Qt] REGRESSION: 2 tests started to fail with newer Qt5
52144         https://bugs.webkit.org/show_bug.cgi?id=104140
52145
52146         Unreviewed gardening, skip new failing tests to paint the bots green.
52147
52148         * platform/qt-5.0/TestExpectations:
52149
52150 2012-12-05  Robert Hogan  <robert@webkit.org>
52151
52152         REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any
52153         https://bugs.webkit.org/show_bug.cgi?id=101677
52154
52155         Reviewed by Julien Chaffraix.
52156
52157         * fast/table/td-bordercolor-attribute-expected.txt: Added.
52158         * fast/table/td-bordercolor-attribute.html: Added.
52159
52160 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52161
52162         Unreviewed gardening.
52163
52164         Removing redundant pixel and render tree baselines for fast/media tests.
52165         This first patch of a two-part cleanup covers Chromium ports.
52166
52167         Too many files to list.
52168
52169 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52170
52171         Turn pixel tests in fast/media into reftests
52172         https://bugs.webkit.org/show_bug.cgi?id=103632
52173
52174         Reviewed by Darin Adler.
52175
52176         Turn the pixel tests under fast/media into reftests.
52177         The reference files are tailored so they present the same output
52178         that the pixel baselines. The latter will be removed in two subsequent commits.
52179
52180         * fast/media/implicit-media-all-expected.html: Added.
52181         * fast/media/media-descriptor-syntax-01-expected.html: Added.
52182         * fast/media/media-descriptor-syntax-02-expected.html: Added.
52183         * fast/media/media-descriptor-syntax-03-expected.html: Added.
52184         * fast/media/media-descriptor-syntax-04-expected.html: Added.
52185         * fast/media/media-descriptor-syntax-05-expected.html: Added.
52186         * fast/media/media-descriptor-syntax-06-expected.html: Added.
52187         * fast/media/media-query-invalid-value-expected.html: Added.
52188         * fast/media/media-query-invalid-value-expected.txt: Removed.
52189         * fast/media/media-type-syntax-01-expected.html: Added.
52190         * fast/media/media-type-syntax-02-expected.html: Added.
52191         * fast/media/monochrome-expected.html: Added.
52192         * fast/media/mq-animation-expected.html: Added.
52193         * fast/media/mq-aspect-ratio-expected.html: Added.
52194         * fast/media/mq-compound-query-01-expected.html: Added.
52195         * fast/media/mq-compound-query-02-expected.html: Added.
52196         * fast/media/mq-compound-query-03-expected.html: Added.
52197         * fast/media/mq-compound-query-04-expected.html: Added.
52198         * fast/media/mq-compound-query-05-expected.html: Added.
52199         * fast/media/mq-grid-01-expected.html: Added.
52200         * fast/media/mq-grid-02-expected.html: Added.
52201         * fast/media/mq-invalid-media-feature-01-expected.html: Added.
52202         * fast/media/mq-invalid-media-feature-02-expected.html: Added.
52203         * fast/media/mq-invalid-media-feature-03-expected.html: Added.
52204         * fast/media/mq-invalid-media-feature-04-expected.html: Added.
52205         * fast/media/mq-invalid-syntax-01-expected.html: Added.
52206         * fast/media/mq-invalid-syntax-02-expected.html: Added.
52207         * fast/media/mq-invalid-syntax-03-expected.html: Added.
52208         * fast/media/mq-invalid-syntax-04-expected.html: Added.
52209         * fast/media/mq-invalid-syntax-05-expected.html: Added.
52210         * fast/media/mq-js-media-except-01-expected.html: Added.
52211         * fast/media/mq-js-media-except-01-expected.txt: Removed.
52212         * fast/media/mq-js-media-except-02-expected.html: Added.
52213         * fast/media/mq-js-media-except-02-expected.txt: Removed.
52214         * fast/media/mq-js-media-except-03-expected.html: Added.
52215         * fast/media/mq-js-media-except-03-expected.txt: Removed.
52216         * fast/media/mq-js-media-forward-syntax-expected.html: Added.
52217         * fast/media/mq-js-stylesheet-media-01-expected.html: Added.
52218         * fast/media/mq-js-stylesheet-media-02-expected.html: Added.
52219         * fast/media/mq-js-stylesheet-media-03-expected.html: Added.
52220         * fast/media/mq-js-stylesheet-media-04-expected.html: Added.
52221         * fast/media/mq-max-pixel-ratio-expected.html: Added.
52222         * fast/media/mq-min-constraint-expected.html: Added.
52223         * fast/media/mq-min-pixel-ratio-expected.html: Added.
52224         * fast/media/mq-min-pixel-ratio-expected.txt: Removed.
52225         * fast/media/mq-orientation-expected.html: Added.
52226         * fast/media/mq-pixel-ratio-expected.html: Added.
52227         * fast/media/mq-relative-constraints-02-expected.html: Added.
52228         * fast/media/mq-relative-constraints-03-expected.html: Added.
52229         * fast/media/mq-relative-constraints-04-expected.html: Added.
52230         * fast/media/mq-relative-constraints-05-expected.html: Added.
52231         * fast/media/mq-relative-constraints-06-expected.html: Added.
52232         * fast/media/mq-relative-constraints-07-expected.html: Added.
52233         * fast/media/mq-relative-constraints-08-expected.html: Added.
52234         * fast/media/mq-relative-constraints-08-expected.txt: Removed.
52235         * fast/media/mq-relative-constraints-09-expected.html: Added.
52236         * fast/media/mq-simple-neg-query-01-expected.html: Added.
52237         * fast/media/mq-simple-neg-query-02-expected.html: Added.
52238         * fast/media/mq-simple-neg-query-03-expected.html: Added.
52239         * fast/media/mq-simple-neg-query-04-expected.html: Added.
52240         * fast/media/mq-simple-neg-query-05-expected.html: Added.
52241         * fast/media/mq-simple-query-01-expected.html: Added.
52242         * fast/media/mq-simple-query-02-expected.html: Added.
52243         * fast/media/mq-simple-query-03-expected.html: Added.
52244         * fast/media/mq-simple-query-04-expected.html: Added.
52245         * fast/media/mq-simple-query-05-expected.html: Added.
52246         * fast/media/mq-transform-01-expected.html: Added.
52247         * fast/media/mq-transform-02-expected.html: Added.
52248         * fast/media/mq-transform-03-expected.html: Added.
52249         * fast/media/mq-transform-04-expected.html: Added.
52250         * fast/media/mq-transition-expected.html: Added.
52251         * fast/media/mq-valueless-expected.html: Added.
52252         * fast/media/mq-width-absolute-01-expected.html: Added.
52253         * fast/media/mq-width-absolute-02-expected.html: Added.
52254         * fast/media/mq-width-absolute-03-expected.html: Added.
52255         * fast/media/mq-width-absolute-04-expected.html: Added.
52256         * fast/media/view-mode-media-feature-expected.html: Added.
52257         * fast/media/view-mode-media-feature-expected.txt: Removed.
52258         * fast/media/viewport-media-query-expected.html: Added.
52259         * platform/gtk/fast/media/mq-transform-02-expected.html: Added as 3D transforms support
52260         isn't yet enabled on the GTK port.
52261         * platform/gtk/fast/media/mq-transform-03-expected.html: Ditto.
52262
52263 2012-12-05  Alexander Shalamov  <alexander.shalamov@intel.com>
52264
52265         [EFL][GTK] List value response headers are not handled in RespourceResponse (libsoup specific)
52266         https://bugs.webkit.org/show_bug.cgi?id=95181
52267
52268         Reviewed by Martin Robinson.
52269
52270         Added test that checks if list-value response headers handled correctly.
52271
52272         * http/tests/xmlhttprequest/resources/custom-headers.php: Added.
52273         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt: Added.
52274         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html: Added.
52275
52276 2012-12-05  Krzysztof Czech  <k.czech@samsung.com>
52277
52278         [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
52279         https://bugs.webkit.org/show_bug.cgi?id=104000
52280
52281         Reviewed by Chris Fleizach.
52282
52283         Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.
52284
52285         * platform/efl-wk2/TestExpectations:
52286         * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
52287         * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.
52288
52289 2012-12-05  Pavel Feldman  <pfeldman@chromium.org>
52290
52291         Web Inspector: Don't include error message text in the editor buffer.
52292         https://bugs.webkit.org/show_bug.cgi?id=103932
52293
52294         Reviewed by Alexander Pavlov.
52295
52296         * inspector/editor/editor-test.js:
52297         (initialize_EditorTests.InspectorTest.getLineElement):
52298         (initialize_EditorTests):
52299         * inspector/editor/text-editor-type-over-decoration-expected.txt: Added.
52300         * inspector/editor/text-editor-type-over-decoration.html: Added.
52301
52302 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52303
52304         Unreviewed GTK gardening.
52305
52306         Skipping back the Media Stream layout tests, they're not behaving well.
52307         Removing a few failure expectations for tests that are passing.
52308
52309         * platform/gtk/TestExpectations:
52310
52311 2012-12-05  Emil A Eklund  <eae@chromium.org>
52312
52313         Unreviewed chromium rebaselines.
52314
52315         * platform/chromium-mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52316         * platform/chromium-win-xp/css3/flexbox: Added.
52317         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Added.
52318         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
52319         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
52320         * platform/chromium/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
52321         * platform/win-7sp0/plugins: Added.
52322         * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52323         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
52324
52325 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
52326
52327         [EFL] Unreviewed gardening.
52328
52329         * platform/efl-wk2/TestExpectations:
52330
52331 2012-12-05  Arnaud Renevier  <a.renevier@sisa.samsung.com>
52332
52333         [Gtk] navigator.plugins contains too many plugin entries. First one are garbages
52334         https://bugs.webkit.org/show_bug.cgi?id=102438
52335
52336         Reviewed by Xan Lopez.
52337
52338         Add a test to check that navigator.plugins only contain valid plugin
52339         objects.
52340
52341         * plugins/navigator-plugins-expected.txt: Added.
52342         * plugins/navigator-plugins.html: Added.
52343         * plugins/script-tests/navigator-plugins.js: Added.
52344
52345 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52346
52347         Unreviewed GTK gardening.
52348
52349         Moving some expectations for expected failures under the appropriate section.
52350
52351         Rather than skipping expected failures, they should be run (as long as they
52352         don't time out in great numbers) just to get the extra test coverage (mostly
52353         to confirm they don't crash unexpectably). Most of such expectations are being
52354         unskipped and changed into a proper failure expectation, but more can folllow.
52355
52356         * platform/gtk/TestExpectations:
52357
52358 2012-12-05  Stephen White  <senorblanco@chromium.org>
52359
52360         [Chromium] Unreviewed gardening.
52361
52362         * platform/chromium/TestExpectations:
52363
52364 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52365
52366         Unreviewed GTK gardening, updating baselines after r136657 and r136672.
52367
52368         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
52369         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Removed.
52370         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Removed.
52371         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Removed.
52372         * platform/gtk/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
52373         * platform/gtk/http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Removed.
52374
52375 2012-12-05  Jussi Kukkonen  <jussi.kukkonen@intel.com>
52376
52377         [EFL] InjectedBundle should check Intent url for null
52378         https://bugs.webkit.org/show_bug.cgi?id=104117
52379
52380         Reviewed by Kenneth Rohde Christiansen.
52381
52382         EFL is slightly more verbose than chromium on this one.
52383
52384         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
52385
52386 2012-12-05  Antoine Quint  <graouts@apple.com>
52387
52388         TextTrackCue's .endTime property should fire a TypeError when NaN is assigned
52389         https://bugs.webkit.org/show_bug.cgi?id=103413
52390
52391         Reviewed by Eric Carlson.
52392
52393         Stop skipping two tests that now have new passing conditions, only held back from
52394         passing altogether by https://bugs.webkit.org/show_bug.cgi?id=103258.
52395
52396         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt: Added.
52397         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt: Added.
52398         * platform/chromium/TestExpectations:
52399         * platform/efl/TestExpectations:
52400         * platform/gtk/TestExpectations:
52401         * platform/mac/TestExpectations:
52402         * platform/qt/TestExpectations:
52403         * platform/win/TestExpectations:
52404
52405 2012-12-05  Alexis Menard  <alexis@webkit.org>
52406
52407         [CSS3 Backgrounds and Borders] Allow the CSS3 background position offset for background shorthand.
52408         https://bugs.webkit.org/show_bug.cgi?id=104014
52409
52410         Reviewed by Dirk Schulze.
52411
52412         Extend the current parsing tests of background-position to cover the
52413         case when it is set part of the background shorthand.
52414
52415         * fast/backgrounds/background-position-parsing-2-expected.txt:
52416         * fast/backgrounds/background-position-parsing-2.html:
52417
52418 2012-12-06  Keishi Hattori  <keishi@webkit.org>
52419
52420         [Chromium] Rebaseline suggestion picker tests because of CSS change in r136674
52421
52422         Unreviewed.
52423
52424         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52425         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52426         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52427         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52428         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52429         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52430         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52431         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52432         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52433
52434 2012-12-05  Keishi Hattori  <keishi@webkit.org>
52435
52436         Marking *-suggestion-picker-appearance-locale-hebrew.html tests as Missing
52437
52438         Unreviewed.
52439
52440         * platform/chromium/TestExpectations:
52441
52442 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
52443
52444         [Qt] Unreviewed gardening.
52445
52446         Revert some update of r136670, and update the generic expecteds.
52447
52448         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
52449         * fast/media/mq-resolution-expected.txt:
52450         * fast/media/w3c/test_media_queries-expected.txt:
52451         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
52452         * platform/qt/fast/media/mq-resolution-expected.txt: Removed.
52453         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Removed.
52454
52455 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
52456
52457         [EFL] Unreviewed gardening.
52458
52459         Removed duplicated test expectations.
52460
52461         * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
52462         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
52463         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
52464         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Removed.
52465         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
52466         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Removed.
52467         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Removed.
52468         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Removed.
52469         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Removed.
52470         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Removed.
52471         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Removed.
52472         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Removed.
52473         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
52474         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
52475         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Removed.
52476         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Removed.
52477         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
52478         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Removed.
52479         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Removed.
52480         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Removed.
52481         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
52482         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
52483         * platform/efl/fast/forms/005-expected.png: Removed.
52484         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
52485         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
52486         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Removed.
52487         * platform/efl/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt.
52488         * platform/efl/fast/media/mq-resolution-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-expected.txt.
52489         * platform/efl/fast/media/w3c/test_media_queries-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt.
52490         * platform/efl/fast/multicol/overflow-across-columns-expected.png: Removed.
52491         * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
52492         * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Removed.
52493         * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Removed.
52494         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
52495         * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Removed.
52496         * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Removed.
52497         * platform/efl/fast/regions/element-region-overset-state-expected.txt: Removed.
52498         * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Removed.
52499         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Removed.
52500         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Removed.
52501         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Removed.
52502         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Removed.
52503         * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Removed.
52504         * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Removed.
52505         * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Removed.
52506         * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Removed.
52507         * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Removed.
52508         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Removed.
52509         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Removed.
52510         * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Removed.
52511         * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Removed.
52512         * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Removed.
52513         * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Removed.
52514         * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Removed.
52515         * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Removed.
52516         * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Removed.
52517         * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Removed.
52518         * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Removed.
52519         * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Removed.
52520         * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Removed.
52521         * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Removed.
52522         * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Removed.
52523         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Removed.
52524         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Removed.
52525         * platform/efl/fast/regions/get-regions-by-content-expected.txt: Removed.
52526         * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Removed.
52527         * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Removed.
52528         * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Removed.
52529         * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Removed.
52530         * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Removed.
52531         * platform/efl/fast/regions/hit-test-float-expected.txt: Removed.
52532         * platform/efl/fast/regions/hit-test-region-expected.txt: Removed.
52533         * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Removed.
52534         * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Removed.
52535         * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Removed.
52536         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
52537         * platform/efl/fast/regions/no-split-line-box-expected.txt: Removed.
52538         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
52539         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
52540         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed.
52541         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
52542         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
52543         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
52544         * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Removed.
52545         * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Removed.
52546         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed.
52547         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed.
52548         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed.
52549         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed.
52550         * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Removed.
52551         * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Removed.
52552         * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Removed.
52553         * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Removed.
52554         * platform/efl/fast/regions/region-element-display-change-expected.txt: Removed.
52555         * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Removed.
52556         * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Removed.
52557         * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Removed.
52558         * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Removed.
52559         * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Removed.
52560         * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Removed.
52561         * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Removed.
52562         * platform/efl/fast/regions/select-in-region-crash-expected.txt: Removed.
52563         * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Removed.
52564         * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Removed.
52565         * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Removed.
52566         * platform/efl/fast/regions/text-region-breaks-expected.txt: Removed.
52567         * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Removed.
52568         * platform/efl/fast/regions/text-region-split-expected.txt: Removed.
52569         * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Removed.
52570         * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Removed.
52571         * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
52572         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
52573         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
52574         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
52575         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
52576         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
52577         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
52578         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
52579         * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Removed.
52580         * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Removed.
52581         * platform/efl/fast/regions/webkit-region-rule-expected.txt: Removed.
52582         * platform/efl/fast/repaint/background-generated-expected.png: Removed.
52583         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
52584         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
52585         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
52586         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
52587         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
52588         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
52589         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
52590         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
52591         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
52592         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
52593         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Removed.
52594         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
52595         * platform/efl/fast/table/025-expected.png: Removed.
52596         * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
52597         * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
52598         * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
52599         * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
52600         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
52601         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
52602         * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Removed.
52603         * platform/efl/svg/dom/css-transforms-expected.txt: Removed.
52604         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Removed.
52605         * platform/efl/svg/text/scaled-font-expected.png: Removed.
52606         * platform/efl/svg/text/text-hkern-expected.png: Removed.
52607         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Removed.
52608         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
52609         * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
52610         * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
52611         * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Removed.
52612         * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
52613         * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
52614         * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Removed.
52615         * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
52616         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
52617         * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
52618         * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
52619         * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
52620         * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
52621         * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
52622         * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
52623         * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Removed.
52624         * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
52625         * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
52626         * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
52627         * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Removed.
52628         * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Removed.
52629         * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Removed.
52630         * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
52631         * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
52632         * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
52633         * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Removed.
52634         * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
52635         * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
52636         * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
52637         * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
52638         * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
52639         * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
52640         * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
52641         * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
52642         * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
52643         * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
52644         * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
52645         * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
52646         * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
52647         * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
52648         * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Removed.
52649         * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
52650         * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Removed.
52651         * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
52652         * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
52653         * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
52654         * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
52655         * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Removed.
52656         * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Removed.
52657         * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Removed.
52658         * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
52659         * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
52660         * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
52661         * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
52662         * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
52663         * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
52664         * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
52665         * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
52666         * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Removed.
52667         * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
52668         * platform/efl/tables/mozilla/core/misc-expected.txt: Removed.
52669         * platform/efl/tables/mozilla/core/row_span-expected.txt: Removed.
52670         * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
52671         * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
52672         * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
52673         * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
52674         * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
52675         * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
52676         * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
52677         * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
52678         * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
52679         * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
52680         * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
52681         * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
52682         * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
52683         * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
52684         * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
52685         * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
52686         * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
52687         * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
52688         * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
52689         * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
52690         * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
52691         * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
52692         * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
52693         * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
52694         * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
52695         * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
52696         * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Removed.
52697         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
52698
52699 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
52700
52701         [Qt] Unreviewed gardening.
52702
52703         Skip a test and update an other one.
52704
52705         * platform/qt/TestExpectations:
52706         * platform/qt/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
52707
52708 2012-12-04  Stephen White  <senorblanco@chromium.org>
52709
52710         [chromium] New baselines after http://webkit.org/b/103906.  Unreviewed.
52711
52712         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Copied from LayoutTests/platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png.
52713         * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png:
52714         * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png:
52715         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
52716         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
52717         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
52718         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
52719         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
52720         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
52721         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
52722         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
52723         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
52724         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
52725         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
52726         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
52727         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
52728         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
52729         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
52730         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
52731         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
52732         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
52733         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
52734         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
52735         * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
52736         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
52737         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52738         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52739         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
52740         * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
52741         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
52742         * platform/chromium-linux/fast/text/stroking-expected.png:
52743         * platform/chromium-linux/fast/transforms/shadows-expected.png:
52744         * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52745         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52746         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52747         * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
52748         * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png:
52749         * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png:
52750         * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png:
52751         * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png:
52752         * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png:
52753         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52754         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52755         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52756         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52757         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52758         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52759         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52760         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52761         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52762         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52763         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52764         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52765         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
52766         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52767         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52768         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
52769         * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
52770         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
52771         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
52772         * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
52773         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
52774         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png:
52775         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
52776         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
52777         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
52778         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
52779         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
52780         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
52781         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
52782         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
52783         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
52784         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
52785         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
52786         * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
52787         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
52788         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
52789         * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
52790         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
52791         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52792         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52793         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
52794         * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
52795         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
52796         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
52797         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
52798         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52799         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52800         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52801         * platform/chromium-mac-lion/fast/writing-mode/english-lr-text-expected.png:
52802         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-001-expected.png:
52803         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-002-expected.png:
52804         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-003-expected.png:
52805         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-004-expected.png:
52806         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-010-expected.png:
52807         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52808         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52809         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52810         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52811         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52812         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52813         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52814         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52815         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52816         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52817         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52818         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52819         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52820         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52821         * platform/chromium-mac-lion/svg/css/stars-with-shadow-expected.png:
52822         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
52823         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
52824         * platform/chromium-mac-lion/svg/custom/repaint-shadow-expected.png:
52825         * platform/chromium-mac-lion/transitions/svg-text-shadow-transition-expected.png:
52826         * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
52827         * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png:
52828         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
52829         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
52830         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
52831         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
52832         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
52833         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
52834         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
52835         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
52836         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
52837         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
52838         * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
52839         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
52840         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
52841         * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
52842         * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
52843         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52844         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52845         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png:
52846         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png:
52847         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png:
52848         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png:
52849         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png:
52850         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52851         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52852         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52853         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52854         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52855         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52856         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52857         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52858         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52859         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52860         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52861         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52862         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
52863         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52864         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52865         * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.png:
52866         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
52867         * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png:
52868         * platform/chromium-mac/compositing/culling/scrolled-within-boxshadow-expected.png: Added.
52869         * platform/chromium-mac/compositing/culling/translated-boxshadow-expected.png: Added.
52870         * platform/chromium-mac/compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
52871         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
52872         * platform/chromium-mac/compositing/geometry/foreground-layer-expected.png:
52873         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
52874         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
52875         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
52876         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
52877         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
52878         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
52879         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
52880         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
52881         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
52882         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
52883         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
52884         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
52885         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
52886         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
52887         * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
52888         * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
52889         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
52890         * platform/chromium-mac/fast/canvas/fillText-shadow-expected.txt: Removed.
52891         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
52892         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
52893         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
52894         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
52895         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
52896         * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
52897         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
52898         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
52899         * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
52900         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
52901         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52902         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52903         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
52904         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
52905         * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
52906         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
52907         * platform/chromium-mac/fast/text/stroking-expected.png:
52908         * platform/chromium-mac/fast/transforms/shadows-expected.png:
52909         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52910         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52911         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52912         * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
52913         * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png:
52914         * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png:
52915         * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png:
52916         * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png:
52917         * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png:
52918         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52919         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52920         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52921         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52922         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52923         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52924         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52925         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52926         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52927         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52928         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52929         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Added.
52930         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Added.
52931         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Added.
52932         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52933         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
52934         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
52935         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52936         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52937         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
52938         * platform/chromium-mac/svg/css/path-with-shadow-expected.png:
52939         * platform/chromium-mac/svg/css/shadow-and-opacity-expected.png:
52940         * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png:
52941         * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png:
52942         * platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
52943         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
52944         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
52945         * platform/chromium-mac/svg/custom/repaint-shadow-expected.png:
52946         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
52947         * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
52948         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
52949         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
52950         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
52951         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
52952         * platform/chromium-win-xp/fast/text/stroking-expected.png:
52953         * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
52954         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52955         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
52956         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52957         * platform/chromium-win/compositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
52958         * platform/chromium-win/compositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
52959         * platform/chromium-win/compositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
52960         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png:
52961         * platform/chromium-win/compositing/geometry/foreground-layer-expected.png:
52962         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
52963         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
52964         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
52965         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
52966         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
52967         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
52968         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
52969         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
52970         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
52971         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
52972         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
52973         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
52974         * platform/chromium-win/fast/box-shadow/inset-expected.png:
52975         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
52976         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
52977         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
52978         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
52979         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
52980         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
52981         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
52982         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
52983         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
52984         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
52985         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
52986         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
52987         * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
52988         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
52989         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52990         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52991         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
52992         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
52993         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
52994         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
52995         * platform/chromium-win/fast/text/stroking-expected.png:
52996         * platform/chromium-win/fast/transforms/shadows-expected.png:
52997         * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52998         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52999         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
53000         * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
53001         * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png:
53002         * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
53003         * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png:
53004         * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png:
53005         * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
53006         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
53007         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
53008         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
53009         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
53010         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
53011         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
53012         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
53013         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
53014         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
53015         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
53016         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
53017         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
53018         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
53019         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
53020         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
53021         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
53022         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
53023         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
53024         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
53025         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
53026         * platform/chromium-win/svg/css/path-with-shadow-expected.png:
53027         * platform/chromium-win/svg/css/shadow-and-opacity-expected.png:
53028         * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
53029         * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
53030         * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
53031         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
53032         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
53033         * platform/chromium-win/svg/custom/repaint-shadow-expected.png:
53034         * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
53035         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
53036         * platform/chromium/TestExpectations:
53037         * platform/efl-wk1/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
53038         * platform/efl-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/foreground-layer-expected.png.
53039         * platform/efl-wk1/fast/borders/border-radius-constraints-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-constraints-expected.png.
53040         * platform/efl-wk1/fast/borders/border-radius-split-inline-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-split-inline-expected.png.
53041         * platform/efl-wk1/fast/borders/mixed-border-styles-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/mixed-border-styles-radius-expected.png.
53042         * platform/efl-wk1/fast/box-shadow/inset-box-shadows-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-box-shadows-expected.png.
53043         * platform/efl-wk1/fast/box-shadow/inset-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-expected.png.
53044         * platform/efl-wk1/fast/css/box-shadow-and-border-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/css/box-shadow-and-border-radius-expected.png.
53045         * platform/efl-wk1/fast/css/shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/fast/css/shadow-multiple-expected.png.
53046         * platform/efl-wk1/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shadow-breaking-expected.png.
53047         * platform/efl-wk1/fast/repaint/moving-shadow-on-path-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-path-expected.png.
53048         * platform/efl-wk1/fast/text/shadow-translucent-fill-expected.png: Renamed from LayoutTests/platform/efl/fast/text/shadow-translucent-fill-expected.png.
53049         * platform/efl-wk1/fast/text/stroking-decorations-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-decorations-expected.png.
53050         * platform/efl-wk1/fast/text/stroking-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-expected.png.
53051         * platform/efl-wk1/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
53052         * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-lr-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png.
53053         * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-rl-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png.
53054         * platform/efl-wk1/fast/writing-mode/english-lr-text-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/english-lr-text-expected.png.
53055         * platform/efl-wk1/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-expected.png.
53056         * platform/efl-wk1/ietestcenter/css3/text/textshadow-002-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-expected.png.
53057         * platform/efl-wk1/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-expected.png.
53058         * platform/efl-wk1/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-expected.png.
53059         * platform/efl-wk1/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-expected.png.
53060         * platform/efl-wk1/svg/css/circle-in-mask-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/circle-in-mask-with-shadow-expected.png.
53061         * platform/efl-wk1/svg/css/path-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/path-with-shadow-expected.png.
53062         * platform/efl-wk1/svg/css/shadow-with-large-radius-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-large-radius-expected.png.
53063         * platform/efl-wk1/svg/css/shadow-with-negative-offset-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-negative-offset-expected.png.
53064         * platform/efl-wk1/svg/css/stars-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/stars-with-shadow-expected.png.
53065         * platform/efl-wk1/svg/css/text-gradient-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-gradient-shadow-expected.png.
53066         * platform/efl-wk1/svg/css/text-shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-shadow-multiple-expected.png.
53067         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
53068         * platform/gtk/fast/canvas/fillText-shadow-expected.txt: Removed.
53069         * platform/gtk/svg/css/shadow-and-opacity-expected.png: Removed.
53070         * svg/css/shadow-and-opacity-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-and-opacity-expected.png.
53071
53072 2012-12-05  Keishi Hattori  <keishi@webkit.org>
53073
53074         Fix text direction in datalist popup for time controls
53075         https://bugs.webkit.org/show_bug.cgi?id=103853
53076
53077         Reviewed by Kent Tamura.
53078
53079         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53080         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
53081         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53082         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
53083         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53084         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
53085         * platform/chromium/TestExpectations:
53086         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53087         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew.html: Added.
53088         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53089         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html: Added.
53090         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53091         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html: Added.
53092
53093 2012-12-05  Mike West  <mkwst@chromium.org>
53094
53095         [mac][chromium] Unreviewed gardening.
53096
53097         Rebaselining tests after r136657 to pick up changes to console messages.
53098
53099         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
53100         * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
53101         * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53102
53103 2012-12-05  Mike West  <mkwst@chromium.org>
53104
53105         [gtk] Unreviewed gardening.
53106
53107         Rebaselining tests after r136657 to pick up changes to console messages.
53108
53109         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
53110         * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Renamed from LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt.
53111         * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53112         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Added.
53113         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added.
53114         * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:
53115
53116 2012-12-05  Mike West  <mkwst@chromium.org>
53117
53118         [qt] Unreviewed gardening.
53119
53120         Rebaselining tests after r136657 to pick up changes to console messages.
53121
53122         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53123         * platform/qt/fast/media/mq-resolution-expected.txt: Added.
53124         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Added.
53125         * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
53126             These shouldn't have had line numbers; they were all pointing to the
53127             end of the style or script block in which the message was generated.
53128
53129 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
53130
53131         [EFL] Unreviewed gardening.
53132
53133         Updated the expectations of MathML tests.
53134
53135         * platform/efl-wk1/mathml/presentation/roots-expected.txt:
53136         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt:
53137         * platform/efl-wk1/mathml/presentation/sub-expected.txt:
53138         * platform/efl-wk1/mathml/presentation/subsup-expected.txt:
53139         * platform/efl-wk2/TestExpectations:
53140         * platform/efl/TestExpectations:
53141         * platform/efl/mathml/presentation/attributes-expected.png:
53142         * platform/efl/mathml/presentation/attributes-expected.txt:
53143         * platform/efl/mathml/presentation/fenced-expected.png:
53144         * platform/efl/mathml/presentation/fenced-expected.txt:
53145         * platform/efl/mathml/presentation/fenced-mi-expected.png:
53146         * platform/efl/mathml/presentation/fractions-expected.png:
53147         * platform/efl/mathml/presentation/fractions-expected.txt:
53148         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
53149         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
53150         * platform/efl/mathml/presentation/mo-stretch-expected.png:
53151         * platform/efl/mathml/presentation/mo-stretch-expected.txt:
53152         * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
53153         * platform/efl/mathml/presentation/roots-expected.png:
53154         * platform/efl/mathml/presentation/roots-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/roots-expected.txt.
53155         * platform/efl/mathml/presentation/row-alignment-expected.png:
53156         * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
53157         * platform/efl/mathml/presentation/style-expected.png:
53158         * platform/efl/mathml/presentation/sub-expected.png:
53159         * platform/efl/mathml/presentation/sub-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/sub-expected.txt.
53160         * platform/efl/mathml/presentation/subsup-expected.png:
53161         * platform/efl/mathml/presentation/subsup-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/subsup-expected.txt.
53162         * platform/efl/mathml/presentation/sup-expected.png:
53163         * platform/efl/mathml/presentation/sup-expected.txt:
53164         * platform/efl/mathml/presentation/tables-expected.png:
53165         * platform/efl/mathml/presentation/tables-expected.txt:
53166         * platform/efl/mathml/presentation/tokenElements-expected.png:
53167         * platform/efl/mathml/presentation/under-expected.png:
53168         * platform/efl/mathml/presentation/underover-expected.png:
53169         * platform/efl/mathml/xHeight-expected.png:
53170
53171 2012-12-05  Mike West  <mkwst@chromium.org>
53172
53173         [efl] Unreviewed gardening.
53174
53175         Rebaselining tests after r136657 to pick up changes to console messages.
53176
53177         * platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53178         * platform/efl-wk1/fast/media/mq-resolution-expected.txt: Added.
53179         * platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt: Added.
53180         * platform/efl-wk1/inspector/console/console-object-constructor-name-expected.txt: Added.
53181         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53182         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
53183         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
53184             These shouldn't have had line numbers; they were all pointing to the
53185             end of the style or script block in which the message was generated.
53186         * platform/efl-wk1/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Added.
53187         * platform/efl-wk1/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Added.
53188             New stack trace.
53189
53190 2012-12-05  Kent Tamura  <tkent@chromium.org>
53191
53192         Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html are slow
53193         https://bugs.webkit.org/show_bug.cgi?id=104094
53194
53195         Reviewed by Kentaro Hara.
53196
53197         Make them faster by spliting them into the main frame HTML files
53198         and the sub frame HTML files. The sub frame HTML files are loaded
53199         five times in one test, and don't need to load
53200         js-test-pre/post.js. This change makes them about 2x faster on my
53201         local machine.
53202
53203         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
53204         * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html.
53205         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
53206         * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html.
53207         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html:
53208         * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html.
53209         * fast/forms/time-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html.
53210         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
53211         * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html.
53212         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
53213         * platform/chromium/TestExpectations:
53214
53215 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
53216
53217         Unreviewed gardening.
53218
53219         Moving Chromium's baseline for media/track/opera/interfaces/TextTrack/addCue.html
53220         (that contains correct, platform-agnostic results) alongside the test.
53221
53222         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Copied from LayoutTests/platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt.
53223         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Removed.
53224         * platform/efl/TestExpectations: Removed the missing expectation for this test.
53225
53226 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
53227
53228         Unreviewed GTK gardening.
53229
53230         Adding a platform-specific baseline for fast/css/image-set-value-not-removed-crash.html.
53231         Adding a failure expectation for svg/custom/use-href-update-crash.html.
53232
53233         * platform/gtk/TestExpectations:
53234         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53235
53236 2012-12-05  Mike West  <mkwst@chromium.org>
53237
53238         Unreviewed gardening.
53239
53240         fast/frames/viewsource-on-image-file.html and
53241         fast/overflow/scrollbar-click-retains-focus.html are failing on every
53242         port. Skipping.
53243
53244         * platform/efl/TestExpectations:
53245         * platform/gtk/TestExpectations:
53246         * platform/mac/TestExpectations:
53247         * platform/qt/TestExpectations:
53248
53249 2012-12-05  Carlos Garcia Campos  <cgarcia@igalia.com>
53250
53251         Flex item auto margins in the cross direction should safe center
53252         https://bugs.webkit.org/show_bug.cgi?id=103919
53253
53254         Reviewed by Ojan Vafai.
53255
53256         * css3/flexbox/flex-flow-auto-margins-no-available-space-expected.txt: Added.
53257         * css3/flexbox/flex-flow-auto-margins-no-available-space.html: Added.
53258
53259 2012-12-05  Mike West  <mkwst@chromium.org>
53260
53261         [mac][gtk] Unreviewed gardening.
53262
53263         fast/overflow/scrollbar-click-retains-focus.html was added in r136646
53264         and fails only on Mac WK1, and GTK. Skipping.
53265
53266         * platform/gtk/TestExpectations:
53267         * platform/mac/TestExpectations:
53268
53269 2012-12-05  Mike West  <mkwst@chromium.org>
53270
53271         Web Inspector: Autogenerate stack traces and line numbers when possible.
53272         https://bugs.webkit.org/show_bug.cgi?id=100650
53273
53274         Reviewed by Yury Semikhatsky.
53275
53276         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
53277
53278         * http/tests/inspector/console-xhr-logging-expected.txt:
53279         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
53280             One new stack trace! OMG!
53281         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
53282         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
53283         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
53284         * html5lib/run-test11-expected.txt:
53285         * http/tests/misc/bubble-drag-events-expected.txt:
53286         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
53287         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
53288         * http/tests/misc/image-blocked-src-change-expected.txt:
53289         * http/tests/misc/image-blocked-src-no-change-expected.txt:
53290         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53291         * http/tests/security/frame-loading-via-document-write-expected.txt:
53292         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
53293         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
53294         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
53295         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
53296         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
53297         * http/tests/security/xssAuditor/base-href-expected.txt:
53298         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
53299         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
53300         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
53301         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
53302         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
53303         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
53304         * http/tests/security/xssAuditor/embed-tag-expected.txt:
53305         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
53306         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
53307         * http/tests/security/xssAuditor/form-action-expected.txt:
53308         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
53309         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
53310         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
53311         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
53312         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
53313         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
53314         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
53315         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
53316         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
53317         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
53318         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
53319         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
53320         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
53321         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
53322         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
53323         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
53324         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
53325         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
53326         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
53327         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
53328         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
53329         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
53330         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
53331         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
53332         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
53333         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
53334         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
53335         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
53336         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
53337         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
53338         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
53339         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
53340         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
53341         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
53342         * http/tests/security/xssAuditor/javascript-link-expected.txt:
53343         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
53344         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
53345         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
53346         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
53347         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
53348         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
53349         * http/tests/security/xssAuditor/link-onclick-expected.txt:
53350         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
53351         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
53352         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
53353         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
53354         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
53355         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
53356         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
53357         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
53358         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
53359         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
53360         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
53361         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
53362         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
53363         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
53364         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
53365         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
53366         * http/tests/security/xssAuditor/object-tag-expected.txt:
53367         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
53368         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
53369         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
53370         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
53371         * http/tests/security/xssAuditor/open-script-src-expected.txt:
53372         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
53373         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
53374         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
53375         * http/tests/security/xssAuditor/property-escape-expected.txt:
53376         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
53377         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
53378         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
53379         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
53380         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
53381         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
53382         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
53383         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
53384         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
53385         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
53386         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
53387         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
53388         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
53389         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
53390         * http/tests/security/xssAuditor/script-tag-expected.txt:
53391         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
53392         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
53393         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
53394         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
53395         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
53396         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
53397         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
53398         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
53399         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
53400         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
53401         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
53402         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
53403         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
53404         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
53405         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
53406         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
53407         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
53408         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
53409         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
53410         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
53411         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
53412         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
53413         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
53414         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
53415         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
53416         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
53417         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
53418         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
53419         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
53420         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
53421         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
53422         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
53423         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
53424         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
53425         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
53426         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
53427         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
53428         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
53429         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
53430         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
53431         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
53432         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
53433         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
53434         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
53435         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
53436         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
53437         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53438         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
53439         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
53440         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
53441         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
53442         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
53443         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
53444         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
53445         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
53446         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
53447         * svg/custom/invalid-length-units-expected.txt:
53448         * svg/custom/poly-parsing-error-expected.txt:
53449         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
53450         * svg/dom/fuzz-path-parser-expected.txt:
53451         * svg/dom/path-parser-expected.txt:
53452         * svg/dom/points-parser-expected.txt:
53453
53454 2012-12-04  Carlos Garcia Campos  <cgarcia@igalia.com>
53455
53456         Reduce the children repaints when moved multiple times during the layout
53457         https://bugs.webkit.org/show_bug.cgi?id=103510
53458
53459         Reviewed by Darin Adler.
53460
53461         Add test to check that for flex items moved multiple times during the
53462         layout, only the initial and final positions are repainted.
53463
53464         * css3/flexbox/repaint-column-reverse-expected.txt: Added.
53465         * css3/flexbox/repaint-column-reverse.html: Added.
53466         * platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png: Added.
53467
53468 2012-12-05  Dominik Röttsches  <dominik.rottsches@intel.com>
53469
53470         [EFL] Unreviewed gardening.
53471
53472         Rebaselining viewsource* after r126683.
53473         Adding new baseline for orientation-sideways, new test.
53474         Moving addCue test to TestExpectations until it's fixed in bug 103925.
53475
53476         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Added.
53477         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Added.
53478         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
53479         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Added.
53480         * platform/efl/TestExpectations:
53481         * platform/efl/fast/text/orientation-sideways-expected.png: Added.
53482         * platform/efl/fast/text/orientation-sideways-expected.txt: Added.
53483
53484 2012-12-05  Mike West  <mkwst@chromium.org>
53485
53486         [chromium] Unreviewed gardening.
53487
53488         fast/text/hyphenate-character.html, fast/text/hyphenate-first-word.html
53489         fast/text/hyphenate-locale.html, and fast/text/hyphens.html have started
53490         failing on Linux. Widening the skip to cover that platform as well (they
53491         were already skipped for Windows, Mac, and Android.
53492
53493         * platform/chromium/TestExpectations:
53494
53495 2012-12-05  Takashi Sakamoto  <tasak@google.com>
53496
53497         Unreviewed, WebKit gardening.
53498         https://bugs.webkit.org/show_bug.cgi?id=103487
53499
53500         * platform/chromium/TestExpectations:
53501         fast/forms/placeholder-position.html is flaky on linux.
53502
53503 2012-12-05  Takashi Sakamoto  <tasak@google.com>
53504
53505         Unreviewed, WebKit gardening.
53506         https://bugs.webkit.org/show_bug.cgi?id=104092
53507
53508         * platform/chromium/TestExpectations:
53509         Mark fast/frames/paint-iframe-background.html as flaky.
53510
53511 2012-12-05  Bear Travis  <betravis@adobe.com>
53512
53513         Absolutely positioned non-replaced elements should resolve vertical margins against
53514         their containing block's logical width
53515         https://bugs.webkit.org/show_bug.cgi?id=103576
53516
53517         Reviewed by Emil A Eklund.
53518
53519         Test that different writing mode combinations between a parent and child correctly
53520         compute percentage margins for an absolutely positioned child.
53521
53522         * fast/writing-mode/percentage-margins-absolute-expected.txt: Added.
53523         * fast/writing-mode/percentage-margins-absolute.html: Added.
53524
53525 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53526
53527         Unreviewed, WebKit gardening.
53528         https://bugs.webkit.org/show_bug.cgi?id=104090
53529
53530         * platform/chromium/TestExpectations:
53531         Mark fast/css-grid-layout/grid-columns-rows-get-set-multiple.html and
53532         fast/css-grid-layout/grid-columns-rows-get-set.html as crash on Mac
53533         Debug.
53534
53535 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53536
53537         Unreviewed, WebKit gardening.
53538
53539         * platform/chromium/TestExpectations:
53540         Mark fast/frames/viewsource-attribute.html and
53541         viewsource-on-image-file.html as failure.
53542
53543 2012-12-04  Elliott Sprehn  <esprehn@chromium.org>
53544
53545         Clicking a scrollbar unfocuses the current activeElement
53546         https://bugs.webkit.org/show_bug.cgi?id=96335
53547  
53548         Reviewed by Ojan Vafai.
53549  
53550         Add test that ensures clicking inside a scrollbar doesn't move the
53551         focus unless the scrollbar is inside a mouse focusable element.
53552
53553         * fast/overflow/scrollbar-click-retains-focus-expected.txt: Added.
53554         * fast/overflow/scrollbar-click-retains-focus.html: Added.
53555
53556 2012-12-04  Viatcheslav Ostapenko  <v.ostapenko@samsung.com>
53557
53558         [EFL][WK2] Enable compositing pixel tests that are not fail after EFL WTR snapshot implementation.
53559         https://bugs.webkit.org/show_bug.cgi?id=104075
53560
53561         Unreviewed, EFL gardening.
53562
53563         * platform/efl-wk1/TestExpectations:
53564         * platform/efl/TestExpectations:
53565
53566 2012-12-04  Noel Gordon  <noel.gordon@gmail.com>
53567
53568         [v8] Improve worker.postMessage() string performance: avoid utf8 conversion
53569         https://bugs.webkit.org/show_bug.cgi?id=102230
53570
53571         Reviewed by Eric Seidel.
53572
53573         Update serialized-script-value-expected results for the new SerializedScriptValue
53574         wire format version. Add test cases for UChar string serialization to verify that
53575         the UChar string data appears on an even-byte boundary in the wire format, and to
53576         test reading string data from the previous wire format is backward-compatible.
53577
53578         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
53579         * platform/chromium/fast/storage/serialized-script-value.html:
53580
53581 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53582
53583         Unreviewed, WebKit gardening. A rebaseline.
53584
53585         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
53586
53587 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53588
53589         Unreviewed, WebKit gardening.
53590
53591         * platform/chromium/TestExpectations:
53592         Updated css3/filters/effect-reference-hw.html's expectation.
53593
53594 2012-12-04  Florin Malita  <fmalita@chromium.org>
53595
53596         Unreviewed gardening - skip use-href-update-crash.svg on Win.
53597
53598         * platform/win/TestExpectations:
53599
53600 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53601
53602         Unreviewed, WebKit gardening.
53603
53604         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Removed, rebaseline.
53605
53606 2012-12-04  Florin Malita  <fmalita@chromium.org>
53607
53608         Unreviewed gardening - suppressing failing svg/custom/use-href-update-crash.svg on Mac and
53609         Qt.
53610
53611         * platform/mac/TestExpectations:
53612         * platform/qt/TestExpectations:
53613
53614 2012-12-04  Stephen White  <senorblanco@chromium.org>
53615
53616         [chromium] Turn on the new Skia mask blur algorithm.
53617         https://bugs.webkit.org/show_bug.cgi?id=103906
53618
53619         Reviewed by Adrienne Walker.
53620
53621         * platform/chromium/TestExpectations:
53622
53623 2012-12-04  Roger Fong  <roger_fong@apple.com>
53624
53625         Unreviewed. Add Windows specific results for some tests following r136558 and r136560.
53626
53627         Tests are indeed passing. The output is just slightly different on Windows.
53628
53629         * platform/win/TestExpectations:
53630         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53631         * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
53632
53633 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
53634
53635         [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>
53636         https://bugs.webkit.org/show_bug.cgi?id=103799
53637
53638         Reviewed by Tony Chang.
53639
53640         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
53641         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
53642         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
53643         * fast/css-grid-layout/grid-columns-rows-get-set.html:
53644         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
53645         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
53646         Extended the following tests to cover the new grammar.
53647
53648 2012-12-04  Florin Malita  <fmalita@chromium.org>
53649
53650         Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
53651         failures on platforms that do not define gc().
53652
53653         * svg/custom/use-href-update-crash.svg:
53654
53655 2012-12-04  Emil A Eklund  <eae@chromium.org>
53656
53657         Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.
53658
53659         * platform/chromium/TestExpectations:
53660
53661 2012-12-04  Yury Semikhatsky  <yurys@chromium.org>
53662
53663         [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
53664         https://bugs.webkit.org/show_bug.cgi?id=101229
53665
53666         Reviewed by Vsevolod Vlasov.
53667
53668         Removed unnecessary logging that introduced flakiness to the tests.
53669
53670         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt:
53671         * inspector-protocol/debugger-pause-dedicated-worker.html:
53672         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt:
53673         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html:
53674         * platform/chromium/TestExpectations:
53675
53676 2012-12-04  Emil A Eklund  <eae@chromium.org>
53677
53678         Unreviewed chromium rebaselines.
53679
53680         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.png: Added.
53681         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added.
53682
53683 2012-12-04  Emil A Eklund  <eae@chromium.org>
53684
53685         Unreviewed chromium expectations update.
53686
53687         * platform/chromium/TestExpectations:
53688
53689 2012-12-04  Abhishek Arya  <inferno@chromium.org>
53690
53691         Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue
53692         https://bugs.webkit.org/show_bug.cgi?id=100621
53693
53694         Reviewed by Eric Seidel.
53695
53696         * fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53697         * fast/css/image-set-value-not-removed-crash.html: Added.
53698
53699 2012-12-04  Abhishek Arya  <inferno@chromium.org>
53700
53701         Crash in CachedResource::checkNotify due to -webkit-crossfade.
53702         https://bugs.webkit.org/show_bug.cgi?id=98068
53703
53704         Reviewed by Nate Chapin.
53705
53706         * fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
53707         * fast/images/crossfade-client-not-removed-crash.html: Added.
53708
53709 2012-12-04  Roger Fong  <roger_fong@apple.com>
53710
53711         Unreviewed. Skip flaky "fake mouse move tests" on Windows port.
53712         https://bugs.webkit.org/show_bug.cgi?id=103043.
53713
53714         * platform/win/TestExpectations:
53715
53716 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
53717
53718         Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]
53719         https://bugs.webkit.org/show_bug.cgi?id=100764
53720
53721         Reviewed by Eric Seidel.
53722
53723         * mathml/mfenced-root-layer-expected.txt: Added.
53724         * mathml/mfenced-root-layer.html: Added.
53725
53726 2012-12-04  Roger Fong  <roger_fong@apple.com>
53727
53728         Unreviewed gardening. Skip fast/loader/non-deferred-substitute-load.html on Windows port.
53729         https://bugs.webkit.org/show_bug.cgi?id=103968
53730
53731         * platform/win/TestExpectations:
53732
53733 2012-12-04  Emil A Eklund  <eae@chromium.org>
53734
53735         Unreviewed, mark fast/dom/HTMLTemplateElement/inertContents.html as flaky on mac debug.
53736
53737         * platform/chromium/TestExpectations:
53738
53739 2012-12-04  Florin Malita  <fmalita@chromium.org>
53740
53741         Stale SVGUseElement reference in CachedResource::checkNotify()
53742         https://bugs.webkit.org/show_bug.cgi?id=104004
53743
53744         Reviewed by Eric Seidel.
53745
53746         * svg/custom/use-href-update-crash-expected.txt: Added.
53747         * svg/custom/use-href-update-crash.svg: Added.
53748
53749 2012-12-04  Antoine Quint  <graouts@apple.com>
53750
53751         Missing -expected.txt files for new <track> tests
53752         https://bugs.webkit.org/show_bug.cgi?id=104006
53753
53754         Reviewed by Eric Carlson.
53755
53756         Add the missing -expected.txt files.
53757
53758         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53759         * media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53760
53761 2012-12-04  Sheriff Bot  <webkit.review.bot@gmail.com>
53762
53763         Unreviewed, rolling out r136509.
53764         http://trac.webkit.org/changeset/136509
53765         https://bugs.webkit.org/show_bug.cgi?id=104015
53766
53767         broke layout tests (Requested by eae on #webkit).
53768
53769         * platform/efl-wk2/TestExpectations:
53770
53771 2012-12-04  Antoine Quint  <graouts@apple.com>
53772
53773         INVALID_STATE_ERR error upon calling .addCue() for an already-in-use cue
53774         https://bugs.webkit.org/show_bug.cgi?id=103264
53775
53776         Reviewed by Eric Carlson.
53777
53778         Stop skipping media/track/opera/interfaces/TextTrack/addCue.html as it now mostly passes, the remaining issue
53779         being tracked by https://bugs.webkit.org/show_bug.cgi?id=103258.
53780
53781         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
53782         * platform/chromium/TestExpectations:
53783         * platform/efl/TestExpectations:
53784         * platform/gtk/TestExpectations:
53785         * platform/mac/TestExpectations:
53786         * platform/qt/TestExpectations:
53787         * platform/win/TestExpectations:
53788
53789 2012-12-04  Mike West  <mkwst@chromium.org>
53790
53791         Log to console when forms and popups are blocked by 'sandbox'.
53792         https://bugs.webkit.org/show_bug.cgi?id=103615
53793
53794         Reviewed by Adam Barth.
53795
53796         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
53797         * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
53798         * fast/frames/sandboxed-iframe-forms-expected.txt:
53799         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
53800         * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
53801         * http/tests/security/no-popup-from-sandbox.html:
53802         * http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html:
53803             Updating effected tests with new console warnings.
53804
53805 2012-12-04  Emil A Eklund  <eae@chromium.org>
53806
53807         Unreviewed chromium rebaseline for r136508.
53808
53809         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
53810         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
53811         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
53812         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
53813         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
53814         * platform/efl-wk1/compositing/masks: Added.
53815         * platform/efl-wk1/compositing/masks/masked-ancestor-expected.png: Added.
53816         * platform/efl/compositing/masks/masked-ancestor-expected.png: Removed.
53817
53818 2012-12-04  Ken Kania  <kkania@chromium.org>
53819
53820         Inspector: Introduce Input.dispatchKeyEvent and DOM.focus for typing simulation.
53821         https://bugs.webkit.org/show_bug.cgi?id=103530
53822
53823         Reviewed by Yury Semikhatsky.
53824
53825         Input.dispatchKeyEvent simply calls EventHandler::keyEvent with the key event data
53826         from the command parameters. The client will be responsible for providing proper
53827         events to simulate desired typing behavior.
53828         DOM.focus calls focus on a dom element.
53829
53830         * inspector-protocol/dom-focus-expected.txt: Added.
53831         * inspector-protocol/dom-focus.html: Added.
53832         * inspector-protocol/input/dispatchKeyEvent-expected.txt: Added.
53833         * inspector-protocol/input/dispatchKeyEvent.html: Added.
53834
53835 2012-12-04  Emil A Eklund  <eae@chromium.org>
53836
53837         Unreviewed mathml rebaseline.
53838
53839         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Removed.
53840         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Removed.
53841         * platform/chromium/mathml/presentation/sub-expected.txt: Removed.
53842         * platform/efl-wk1/mathml: Added.
53843         * platform/efl-wk1/mathml/presentation: Added.
53844         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Added.
53845         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Added.
53846         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Added.
53847         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Added.
53848         * platform/efl/mathml/presentation/roots-expected.txt: Removed.
53849         * platform/efl/mathml/presentation/row-alignment-expected.txt: Removed.
53850         * platform/efl/mathml/presentation/sub-expected.txt: Removed.
53851         * platform/efl/mathml/presentation/subsup-expected.txt: Removed.
53852
53853 2012-12-04  Emil A Eklund  <eae@chromium.org>
53854
53855         Unreviewed, skip new broken tests in chromium.
53856
53857         * platform/chromium/TestExpectations:
53858
53859 2012-12-04  Emil A Eklund  <eae@chromium.org>
53860
53861         Unreviewed chromium expectations update, mark unskipped svg tests as slow.
53862
53863         * platform/chromium/TestExpectations:
53864
53865 2012-12-04  Emil A Eklund  <eae@chromium.org>
53866
53867         Unreviewed chromium rebaseline for r136506 and 136502.
53868
53869         * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
53870         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53871         * platform/chromium-linux/media/track/opera: Added.
53872         * platform/chromium-linux/media/track/opera/interfaces: Added.
53873         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement: Added.
53874         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53875         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53876         * platform/chromium-linux/media/track/opera/interfaces/TextTrack: Added.
53877         * platform/chromium-linux/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53878         * platform/chromium-mac-lion/media/track/opera: Added.
53879         * platform/chromium-mac-lion/media/track/opera/interfaces: Added.
53880         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement: Added.
53881         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53882         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53883         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack: Added.
53884         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53885         * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53886         * platform/chromium-mac-snowleopard/media/track/opera: Added.
53887         * platform/chromium-mac-snowleopard/media/track/opera/interfaces: Added.
53888         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement: Added.
53889         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53890         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53891         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack: Added.
53892         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53893         * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
53894         * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png:
53895         * platform/chromium-mac/media/track/opera: Added.
53896         * platform/chromium-mac/media/track/opera/interfaces: Added.
53897         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement: Added.
53898         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53899         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53900         * platform/chromium-mac/media/track/opera/interfaces/TextTrack: Added.
53901         * platform/chromium-mac/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53902         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53903         * platform/chromium-win-xp/media/track/opera: Added.
53904         * platform/chromium-win-xp/media/track/opera/interfaces: Added.
53905         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement: Added.
53906         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53907         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53908         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack: Added.
53909         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53910         * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
53911         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
53912         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
53913         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
53914         * platform/chromium-win/media/track/opera: Added.
53915         * platform/chromium-win/media/track/opera/interfaces: Added.
53916         * platform/chromium-win/media/track/opera/interfaces/HTMLElement: Added.
53917         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53918         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53919         * platform/chromium-win/media/track/opera/interfaces/TextTrack: Added.
53920         * platform/chromium-win/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53921         * platform/efl-wk1/compositing/iframes: Added.
53922         * platform/efl-wk1/compositing/iframes/composited-iframe-alignment-expected.png: Added.
53923         * platform/efl-wk1/compositing/reflections/reflection-in-composited-expected.png: Added.
53924         * platform/efl-wk1/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
53925         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
53926         * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
53927         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
53928
53929 2012-12-04  Robert Hogan  <robert@webkit.org>
53930
53931         Redrawing issue with inserting new inline element between existing inline elements
53932         https://bugs.webkit.org/show_bug.cgi?id=50315
53933
53934         Reviewed by Levi Weintraub.
53935
53936         * fast/inline/layout-after-inserting-nested-br-expected.html: Added.
53937         * fast/inline/layout-after-inserting-nested-br.html: Added.
53938
53939 2012-12-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
53940
53941         IntSize::scale() should return rounded value
53942         https://bugs.webkit.org/show_bug.cgi?id=103984
53943
53944         Reviewed by Kenneth Rohde Christiansen.
53945
53946         Test css3/device-adapt/viewport-width-not-affecting-next-page.html is not flaky any more.
53947
53948         * platform/efl-wk2/TestExpectations:
53949
53950 2012-12-04  Stephen Chenney  <schenney@chromium.org>
53951
53952         [chromium] Turn on the new Skia mask blur algorithm.
53953         https://bugs.webkit.org/show_bug.cgi?id=103906
53954
53955         Unreviewed roll out.
53956
53957         The previous patch was premature and is causing issues rolling skia deps and Chromium deps.
53958
53959         * platform/chromium/TestExpectations:
53960
53961 2012-12-04  Antoine Quint  <graouts@apple.com>
53962
53963         TextTrack's .kind property should return lower-case values
53964         https://bugs.webkit.org/show_bug.cgi?id=103411
53965
53966         Reviewed by Eric Carlson.
53967
53968         Stop skipping passing tests.
53969
53970         * platform/chromium/TestExpectations:
53971         * platform/efl/TestExpectations:
53972         * platform/gtk/TestExpectations:
53973         * platform/mac/TestExpectations:
53974         * platform/qt/TestExpectations:
53975         * platform/win/TestExpectations:
53976
53977 2012-12-04  Markus Heintz  <markusheintz@chromium.org>
53978
53979         Web Inspector: Updating test expectations after viewport console warnings cleanup.
53980         https://bugs.webkit.org/show_bug.cgi?id=102890
53981
53982         Reviewed by Jochen Eisinger.
53983
53984         Updating test expectations after improving the console message text
53985         for a viewport console warning and change the log level to warning.
53986
53987         * fast/viewport/viewport-121-expected.txt:
53988         * fast/viewport/viewport-122-expected.txt:
53989         * fast/viewport/viewport-125-expected.txt:
53990         * fast/viewport/viewport-126-expected.txt:
53991         * fast/viewport/viewport-127-expected.txt:
53992         * fast/viewport/viewport-134-expected.txt:
53993         * fast/viewport/viewport-52-expected.txt:
53994         * fast/viewport/viewport-53-expected.txt:
53995         * fast/viewport/viewport-54-expected.txt:
53996         * fast/viewport/viewport-55-expected.txt:
53997         * fast/viewport/viewport-77-expected.txt:
53998         * fast/viewport/viewport-83-expected.txt:
53999         * fast/viewport/viewport-84-expected.txt:
54000         * fast/viewport/viewport-87-expected.txt:
54001         * fast/viewport/viewport-warnings-3-expected.txt:
54002         * fast/viewport/viewport-warnings-5-expected.txt:
54003         * fast/viewport/viewport-warnings-6-expected.txt:
54004
54005 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54006
54007         Unreviewed, WebKit gardening.
54008
54009         * platform/chromium/TestExpectations:
54010         Update flaky tests' expectations.
54011
54012 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54013
54014         Unreviewed, WebKit gardening.
54015
54016         * platform/chromium/TestExpectations:
54017         Mark css3/filters/effect-reference-hw.html and
54018         css3/filters/effect-reference-ordering-hw.html as crash.
54019
54020 2012-12-04  Zan Dobersek  <zandobersek@gmail.com>
54021
54022         Unreviewed GTK gardening.
54023
54024         Adding failure expectations for the sixth and seventh SVG viewspec tests.
54025
54026         * platform/gtk/TestExpectations:
54027
54028 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
54029
54030         Web Inspector: [Overrides] Add ability to override the page CSS media type
54031         https://bugs.webkit.org/show_bug.cgi?id=103752
54032
54033         Reviewed by Pavel Feldman.
54034
54035         The test invokes PageAgent.setEmulatedMedia() and emits the WebInspector.cssModel.mediaQueryResultChanged() signal.
54036
54037         * inspector/styles/media-emulation-expected.txt: Added.
54038         * inspector/styles/media-emulation.html: Added.
54039
54040 2012-12-04  Ryosuke Niwa  <rniwa@webkit.org>
54041
54042         Fix a test and re-enable fast/harness/perftests on Chromium.
54043
54044         * fast/harness/perftests/runs-per-second-log.html:
54045         * platform/chromium/TestExpectations:
54046
54047 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54048
54049         Unreviewed, WebKit gardening.
54050
54051         * platform/chromium/TestExpectations:
54052         Updated about 200 tests' expectations, because the tests were
54053         reported as "expected to XXX, but YYY".
54054
54055 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
54056
54057         Web Inspector: [REGRESSION] [Styles] Rule disappears if edited selector does not affect selected node
54058         https://bugs.webkit.org/show_bug.cgi?id=103059
54059
54060         Reviewed by Pavel Feldman.
54061
54062         * http/tests/inspector/elements-test.js:
54063         (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
54064           Add dumping of the [no-affect] flag for rules not affecting the currently selected element.
54065         * inspector/styles/commit-selector-expected.txt: Rebaseline.
54066
54067 2012-12-04  Jussi Kukkonen  <jussi.kukkonen@intel.com>
54068
54069         Make svg/dom/viewspec-parser-*.html non-flaky
54070         https://bugs.webkit.org/show_bug.cgi?id=103744
54071
54072         Reviewed by Dirk Schulze.
54073
54074         Modified viewspec-parser-*.html in two ways:
54075         - remove duplicate testing: the five files were all running
54076           the exact same tests (only a few percent were unique).
54077         - move the test division out of viewspec-parser.js to make it more
54078           visible, divide the tests into logical sets.
54079
54080         * platform/efl-wk2/TestExpectations:
54081         * svg/dom/resources/viewspec-parser.js:
54082         (startViewspecTests):
54083         * svg/dom/viewspec-parser-1-expected.txt:
54084         * svg/dom/viewspec-parser-1.html:
54085         * svg/dom/viewspec-parser-2-expected.txt:
54086         * svg/dom/viewspec-parser-2.html:
54087         * svg/dom/viewspec-parser-3-expected.txt:
54088         * svg/dom/viewspec-parser-3.html:
54089         * svg/dom/viewspec-parser-4-expected.txt:
54090         * svg/dom/viewspec-parser-4.html:
54091         * svg/dom/viewspec-parser-5-expected.txt:
54092         * svg/dom/viewspec-parser-5.html:
54093         * svg/dom/viewspec-parser-6-expected.txt: Added.
54094         * svg/dom/viewspec-parser-6.html: Added.
54095         * svg/dom/viewspec-parser-7-expected.txt: Added.
54096         * svg/dom/viewspec-parser-7.html: Added.
54097
54098 2012-12-03  Nate Chapin  <japhet@chromium.org>
54099
54100         svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
54101         https://bugs.webkit.org/show_bug.cgi?id=103935.
54102
54103         Reviewed by Abhishek Arya.
54104
54105         * svg/foreignObject/viewport-foreignobject-crash.html:
54106
54107 2012-12-03  Joshua Bell  <jsbell@chromium.org>
54108
54109         IndexedDB: Correct database version after aborted upgrade
54110         https://bugs.webkit.org/show_bug.cgi?id=103763
54111
54112         Reviewed by Tony Chang.
54113
54114         Update test expectations and tweak a test so it's testing what it claimed.
54115
54116         * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
54117         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
54118         (postAbort):
54119         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
54120         * storage/indexeddb/resources/unblocked-version-changes.js:
54121         (onUpgradeNeeded):
54122         * storage/indexeddb/unblocked-version-changes-expected.txt:
54123
54124 2012-12-03  Roger Fong  <roger_fong@apple.com>
54125
54126         Unreviewed. Gardening of Apple Windows port.
54127         https://bugs.webkit.org/show_bug.cgi?id=102603.
54128
54129         * platform/win/TestExpectations:
54130
54131 2012-12-03  Takashi Sakamoto  <tasak@google.com>
54132
54133         Unreviewed, WebKit gardening.
54134
54135         * platform/chromium/TestExpectations:
54136         Marked the following tests as crash timeout for Android:
54137         media/encrypted-media/encrypted-media-syntax.html,
54138         media/encrypted-media/encrypted-media-events.html, and
54139         media/encrypted-media/encrypted-media-not-loaded.html.
54140
54141 2012-12-03  Roger Fong  <roger_fong@apple.com>
54142
54143         Unreviewed gardening of Apple Windows Port.
54144         https://bugs.webkit.org/show_bug.cgi?id=97026
54145
54146         * platform/win/TestExpectations:
54147
54148 2012-12-03  Roger Fong  <roger_fong@apple.com>
54149
54150         Unreviewed. Removing expected failing results for Windows port. Test now works.
54151         https://bugs.webkit.org/show_bug.cgi?id=51469
54152
54153         * platform/win/fast/js/large-expressions-expected.txt: Removed.
54154
54155 2012-12-03  Roger Fong  <roger_fong@apple.com>
54156
54157         Unreviewed. Skip fast/js/kde/Array.html.
54158         https://bugs.webkit.org/show_bug.cgi?id=103962.
54159
54160         * platform/win/TestExpectations:
54161
54162 2012-12-03  Roger Fong  <roger_fong@apple.com>
54163
54164         Unreviewed. Line ending fix.
54165
54166         * platform/win/css3/filters/effect-reference-expected.txt:
54167         * platform/win/css3/filters/effect-reference-hw-expected.txt:
54168
54169 2012-12-03  Rafael Weinstein  <rafaelw@chromium.org>
54170
54171         Implement HTMLTemplateElement
54172         https://bugs.webkit.org/show_bug.cgi?id=86031
54173
54174         Reviewed by Adam Barth.
54175
54176         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt: Added.
54177         * fast/dom/HTMLTemplateElement/cloneNode.html: Added.
54178         * fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
54179         * fast/dom/HTMLTemplateElement/inertContents.html: Added.
54180         * fast/dom/HTMLTemplateElement/innerHTML-expected.txt: Added.
54181         * fast/dom/HTMLTemplateElement/innerHTML.html: Added.
54182         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt: Added.
54183         * fast/dom/HTMLTemplateElement/ownerDocument.html: Added.
54184         * html5lib/resources/template.dat: Added.
54185         * html5lib/run-template-expected.txt: Added.
54186         * html5lib/run-template.html: Added.
54187         * resources/dump-as-markup.js:
54188         (Markup._get):
54189         (Markup._getSelectionFromNode):
54190
54191 2012-12-03  Julien Chaffraix  <jchaffraix@webkit.org>
54192
54193         [CSS Grid Layout] Support percentage paddings and margins on grid items
54194         https://bugs.webkit.org/show_bug.cgi?id=103677
54195
54196         Reviewed by Tony Chang.
54197
54198         * resources/check-layout.js:
54199         Extended check-layout to be able to query paddings and margins. Note that in order to compare,
54200         the attribute with the returned value from getComputedStyle, we need to trim the unit ("px")
54201         from the actual values. This trick also works in FireFox and Opera.
54202
54203         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-expected.txt: Added.
54204         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html: Added.
54205
54206 2012-12-03  Roger Fong  <roger_fong@apple.com>
54207
54208         Unreviewed. Expected failing results on Windows.
54209
54210         * platform/win/css3/filters: Added.
54211         * platform/win/css3/filters/effect-reference-expected.txt: Added.
54212         * platform/win/css3/filters/effect-reference-hw-expected.txt: Added.
54213
54214 2012-12-03  Takashi Sakamoto  <tasak@google.com>
54215
54216         Unreviewed, WebKit gardening.
54217
54218         * platform/chromium/TestExpectations:
54219         Removed duplicate entries for compositing/masks/masked-ancestor.html.
54220         Fixed overriding: compositing/masks/simple-composited-mask.html.
54221
54222 2012-12-03  Antoine Quint  <graouts@apple.com>
54223
54224         Add Opera-submitted W3C <track> tests to LayoutTests
54225         https://bugs.webkit.org/show_bug.cgi?id=103887
54226
54227         Reviewed by Eric Carlson.
54228
54229         Adding the Opera-submitted W3C <track> testsuite and test results for passing tests. Failing tests are skipped
54230         on all platforms.
54231
54232         * media/track/opera/idl/media-idl-tests.html: Added.
54233         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html: Added.
54234         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Added.
54235         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks-expected.txt: Added.
54236         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks.html: Added.
54237         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default-expected.txt: Added.
54238         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default.html: Added.
54239         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Added.
54240         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label-expected.txt: Added.
54241         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label.html: Added.
54242         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: Added.
54243         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState.html: Added.
54244         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Added.
54245         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: Added.
54246         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang.html: Added.
54247         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track-expected.txt: Added.
54248         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track.html: Added.
54249         * media/track/opera/interfaces/TextTrack/activeCues.html: Added.
54250         * media/track/opera/interfaces/TextTrack/addCue.html: Added.
54251         * media/track/opera/interfaces/TextTrack/constants-expected.txt: Added.
54252         * media/track/opera/interfaces/TextTrack/constants.html: Added.
54253         * media/track/opera/interfaces/TextTrack/cues.html: Added.
54254         * media/track/opera/interfaces/TextTrack/kind.html: Added.
54255         * media/track/opera/interfaces/TextTrack/label-expected.txt: Added.
54256         * media/track/opera/interfaces/TextTrack/label.html: Added.
54257         * media/track/opera/interfaces/TextTrack/language-expected.txt: Added.
54258         * media/track/opera/interfaces/TextTrack/language.html: Added.
54259         * media/track/opera/interfaces/TextTrack/mode-expected.txt: Added.
54260         * media/track/opera/interfaces/TextTrack/mode.html: Added.
54261         * media/track/opera/interfaces/TextTrack/oncuechange-expected.txt: Added.
54262         * media/track/opera/interfaces/TextTrack/oncuechange.html: Added.
54263         * media/track/opera/interfaces/TextTrack/removeCue.html: Added.
54264         * media/track/opera/interfaces/TextTrackCue/align.html: Added.
54265         * media/track/opera/interfaces/TextTrackCue/endTime.html: Added.
54266         * media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Added.
54267         * media/track/opera/interfaces/TextTrackCue/id.html: Added.
54268         * media/track/opera/interfaces/TextTrackCue/line.html: Added.
54269         * media/track/opera/interfaces/TextTrackCue/onenter.html: Added.
54270         * media/track/opera/interfaces/TextTrackCue/onexit.html: Added.
54271         * media/track/opera/interfaces/TextTrackCue/pauseOnExit.html: Added.
54272         * media/track/opera/interfaces/TextTrackCue/snapToLines.html: Added.
54273         * media/track/opera/interfaces/TextTrackCue/startTime.html: Added.
54274         * media/track/opera/interfaces/TextTrackCue/text.html: Added.
54275         * media/track/opera/interfaces/TextTrackCue/track.html: Added.
54276         * media/track/opera/interfaces/TextTrackCue/vertical.html: Added.
54277         * media/track/opera/interfaces/TextTrackCueList/getCueById-expected.txt: Added.
54278         * media/track/opera/interfaces/TextTrackCueList/getCueById.html: Added.
54279         * media/track/opera/interfaces/TextTrackCueList/getter.html: Added.
54280         * media/track/opera/interfaces/TextTrackCueList/length-expected.txt: Added.
54281         * media/track/opera/interfaces/TextTrackCueList/length.html: Added.
54282         * media/track/opera/interfaces/TextTrackList/getter.html: Added.
54283         * media/track/opera/interfaces/TextTrackList/length-expected.txt: Added.
54284         * media/track/opera/interfaces/TextTrackList/length.html: Added.
54285         * media/track/opera/interfaces/TextTrackList/onaddtrack-expected.txt: Added.
54286         * media/track/opera/interfaces/TextTrackList/onaddtrack.html: Added.
54287         * media/track/opera/interfaces/TextTrackList/onremovetrack.html: Added.
54288         * media/track/opera/interfaces/TrackEvent/constructor.html: Added.
54289         * media/track/opera/interfaces/TrackEvent/createEvent.html: Added.
54290         * media/track/opera/resources/WebIDLParser.js: Added.
54291         (window.WebIDLParser):
54292         (window.WebIDLParser.):
54293         * media/track/opera/resources/idlharness.js: Added.
54294         (.):
54295         * media/track/opera/resources/media/sunflower.mp4: Added.
54296         * media/track/opera/resources/media/sunflower.webm: Added.
54297         * media/track/opera/track/track-element/cloneNode.html: Added.
54298         * media/track/opera/track/track-element/src-clear-cues.html: Added.
54299         * media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Added.
54300         (appendtest):
54301         * media/track/opera/track/webvtt/parsing-cue-data/common.js: Added.
54302         (format):
54303         (test_serializer):
54304         (.if):
54305         (print_diffs):
54306         (runTests.tests.forEach):
54307         (runTests):
54308         (trackError):
54309         (removeElm):
54310         * media/track/opera/track/webvtt/parsing-cue-data/dat/entities.dat: Added.
54311         * media/track/opera/track/webvtt/parsing-cue-data/dat/tags.dat: Added.
54312         * media/track/opera/track/webvtt/parsing-cue-data/dat/timestamps.dat: Added.
54313         * media/track/opera/track/webvtt/parsing-cue-data/dat/tree-building.dat: Added.
54314         * media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Added.
54315         * media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Added.
54316         * media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Added.
54317         * media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Added.
54318         * media/track/opera/track/webvtt/parsing/001.html: Added.
54319         * media/track/opera/track/webvtt/parsing/support/.htaccess: Added.
54320         * media/track/opera/track/webvtt/parsing/support/arrows.vtt: Added.
54321         * media/track/opera/track/webvtt/parsing/support/cue-counts.json: Added.
54322         * media/track/opera/track/webvtt/parsing/support/header-garbage.vtt: Added.
54323         * media/track/opera/track/webvtt/parsing/support/header-space.vtt: Added.
54324         * media/track/opera/track/webvtt/parsing/support/header-tab.vtt: Added.
54325         * media/track/opera/track/webvtt/parsing/support/header-timings.vtt: Added.
54326         * media/track/opera/track/webvtt/parsing/support/ids.vtt: Added.
54327         * media/track/opera/track/webvtt/parsing/support/newlines.vtt: Added.
54328         * media/track/opera/track/webvtt/parsing/support/no-signature.vtt: Added.
54329         * media/track/opera/track/webvtt/parsing/support/nulls.vtt: Added.
54330         * media/track/opera/track/webvtt/parsing/support/omitted-hours.vtt: Added.
54331         * media/track/opera/track/webvtt/parsing/support/settings-align.vtt: Added.
54332         * media/track/opera/track/webvtt/parsing/support/settings-line.vtt: Added.
54333         * media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt: Added.
54334         * media/track/opera/track/webvtt/parsing/support/settings-position.vtt: Added.
54335         * media/track/opera/track/webvtt/parsing/support/settings-size.vtt: Added.
54336         * media/track/opera/track/webvtt/parsing/support/settings-vertical.vtt: Added.
54337         * media/track/opera/track/webvtt/parsing/support/signature-bom.vtt: Added.
54338         * media/track/opera/track/webvtt/parsing/support/signature-formfeed.vtt: Added.
54339         * media/track/opera/track/webvtt/parsing/support/signature-lowercase.vtt: Added.
54340         * media/track/opera/track/webvtt/parsing/support/signature-no-newline.vtt: Added.
54341         * media/track/opera/track/webvtt/parsing/support/signature-null.vtt: Added.
54342         * media/track/opera/track/webvtt/parsing/support/signature-space-no-newline.vtt: Added.
54343         * media/track/opera/track/webvtt/parsing/support/signature-space.vtt: Added.
54344         * media/track/opera/track/webvtt/parsing/support/signature-tab-no-newline.vtt: Added.
54345         * media/track/opera/track/webvtt/parsing/support/signature-tab.vtt: Added.
54346         * media/track/opera/track/webvtt/parsing/support/signature-timings.vtt: Added.
54347         * media/track/opera/track/webvtt/parsing/support/signature-too-short.vtt: Added.
54348         * media/track/opera/track/webvtt/parsing/support/signature-two-boms.vtt: Added.
54349         * media/track/opera/track/webvtt/parsing/support/signature-websrt.vtt: Added.
54350         * media/track/opera/track/webvtt/parsing/support/space-chars.vtt: Added.
54351         * media/track/opera/track/webvtt/parsing/support/timings-60.vtt: Added.
54352         * media/track/opera/track/webvtt/parsing/support/timings-garbage.vtt: Added.
54353         * media/track/opera/track/webvtt/parsing/support/timings-negative.vtt: Added.
54354         * media/track/opera/track/webvtt/parsing/support/timings-too-long.vtt: Added.
54355         * media/track/opera/track/webvtt/parsing/support/timings-too-short.vtt: Added.
54356         * media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Added.
54357         * media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Added.
54358         * media/track/opera/track/webvtt/rendering/adhoc/support/12345_timestamps.vtt: Added.
54359         * media/track/opera/track/webvtt/rendering/adhoc/support/class.vtt: Added.
54360         * media/track/opera/track/webvtt/rendering/adhoc/support/voice_with_evil_timestamp.vtt: Added.
54361         * media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Added.
54362         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Added.
54363         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Added.
54364         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Added.
54365         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Added.
54366         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Added.
54367         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Added.
54368         * media/track/opera/track/webvtt/rendering/reftest/2_tracks-ref.html: Added.
54369         * media/track/opera/track/webvtt/rendering/reftest/2_tracks.html: Added.
54370         * media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Added.
54371         * media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Added.
54372         * media/track/opera/track/webvtt/rendering/reftest/align_end-ref.html: Added.
54373         * media/track/opera/track/webvtt/rendering/reftest/align_end.html: Added.
54374         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Added.
54375         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Added.
54376         * media/track/opera/track/webvtt/rendering/reftest/align_middle-ref.html: Added.
54377         * media/track/opera/track/webvtt/rendering/reftest/align_middle.html: Added.
54378         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50-ref.html: Added.
54379         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50.html: Added.
54380         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50-ref.html: Added.
54381         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50.html: Added.
54382         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50-ref.html: Added.
54383         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50.html: Added.
54384         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size-ref.html: Added.
54385         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size.html: Added.
54386         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Added.
54387         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Added.
54388         * media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html: Added.
54389         * media/track/opera/track/webvtt/rendering/reftest/align_start.html: Added.
54390         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Added.
54391         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Added.
54392         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles-ref.html: Added.
54393         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles.html: Added.
54394         * media/track/opera/track/webvtt/rendering/reftest/basic-ref.html: Added.
54395         * media/track/opera/track/webvtt/rendering/reftest/basic.html: Added.
54396         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Added.
54397         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Added.
54398         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Added.
54399         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Added.
54400         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Added.
54401         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Added.
54402         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Added.
54403         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Added.
54404         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Added.
54405         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Added.
54406         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Added.
54407         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Added.
54408         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Added.
54409         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Added.
54410         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Added.
54411         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Added.
54412         * media/track/opera/track/webvtt/rendering/reftest/build-manifest.py: Added.
54413         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Added.
54414         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Added.
54415         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities-ref.html: Added.
54416         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities.html: Added.
54417         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Added.
54418         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Added.
54419         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size-ref.html: Added.
54420         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size.html: Added.
54421         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused-ref.html: Added.
54422         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused.html: Added.
54423         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Added.
54424         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Added.
54425         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text-ref.html: Added.
54426         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text.html: Added.
54427         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused-ref.html: Added.
54428         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused.html: Added.
54429         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused-ref.html: Added.
54430         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused.html: Added.
54431         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Added.
54432         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Added.
54433         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Added.
54434         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Added.
54435         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Added.
54436         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Added.
54437         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Added.
54438         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Added.
54439         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Added.
54440         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Added.
54441         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Added.
54442         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Added.
54443         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Added.
54444         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Added.
54445         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Added.
54446         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Added.
54447         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely.vtt: Added.
54448         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely_all_cues_have_same_timestamp.vtt: Added.
54449         * media/track/opera/track/webvtt/rendering/reftest/evil/support/single_quote.vtt: Added.
54450         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_90.vtt: Added.
54451         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_99.vtt: Added.
54452         * media/track/opera/track/webvtt/rendering/reftest/evil/support/test.vtt: Added.
54453         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Added.
54454         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Added.
54455         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Added.
54456         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Added.
54457         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Added.
54458         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Added.
54459         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Added.
54460         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Added.
54461         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Added.
54462         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Added.
54463         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Added.
54464         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Added.
54465         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Added.
54466         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Added.
54467         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Added.
54468         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Added.
54469         * media/track/opera/track/webvtt/rendering/reftest/media/background.gif: Added.
54470         * media/track/opera/track/webvtt/rendering/reftest/media/white.mp4: Added.
54471         * media/track/opera/track/webvtt/rendering/reftest/media/white.webm: Added.
54472         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Added.
54473         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Added.
54474         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Added.
54475         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Added.
54476         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Added.
54477         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Added.
54478         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue-ref.html: Added.
54479         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue.html: Added.
54480         * media/track/opera/track/webvtt/rendering/reftest/reftest.list: Added.
54481         * media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Added.
54482         * media/track/opera/track/webvtt/rendering/reftest/repaint.html: Added.
54483         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Added.
54484         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Added.
54485         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Added.
54486         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Added.
54487         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Added.
54488         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Added.
54489         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Added.
54490         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Added.
54491         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Added.
54492         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Added.
54493         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Added.
54494         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Added.
54495         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Added.
54496         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Added.
54497         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Added.
54498         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Added.
54499         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Added.
54500         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Added.
54501         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Added.
54502         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Added.
54503         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Added.
54504         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Added.
54505         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Added.
54506         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Added.
54507         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Added.
54508         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Added.
54509         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Added.
54510         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Added.
54511         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Added.
54512         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Added.
54513         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Added.
54514         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Added.
54515         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Added.
54516         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Added.
54517         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Added.
54518         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Added.
54519         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Added.
54520         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Added.
54521         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Added.
54522         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Added.
54523         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Added.
54524         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Added.
54525         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Added.
54526         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Added.
54527         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Added.
54528         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Added.
54529         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Added.
54530         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Added.
54531         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Added.
54532         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Added.
54533         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Added.
54534         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Added.
54535         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Added.
54536         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Added.
54537         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Added.
54538         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Added.
54539         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Added.
54540         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Added.
54541         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Added.
54542         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Added.
54543         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Added.
54544         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Added.
54545         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Added.
54546         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Added.
54547         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Added.
54548         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Added.
54549         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Added.
54550         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Added.
54551         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Added.
54552         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Added.
54553         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Added.
54554         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Added.
54555         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Added.
54556         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Added.
54557         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Added.
54558         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Added.
54559         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Added.
54560         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Added.
54561         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Added.
54562         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Added.
54563         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Added.
54564         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Added.
54565         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Added.
54566         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Added.
54567         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Added.
54568         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Added.
54569         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Added.
54570         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Added.
54571         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Added.
54572         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Added.
54573         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Added.
54574         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Added.
54575         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Added.
54576         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Added.
54577         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Added.
54578         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Added.
54579         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Added.
54580         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Added.
54581         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Added.
54582         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Added.
54583         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Added.
54584         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Added.
54585         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Added.
54586         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Added.
54587         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Added.
54588         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Added.
54589         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Added.
54590         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Added.
54591         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Added.
54592         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Added.
54593         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Added.
54594         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Added.
54595         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Added.
54596         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Added.
54597         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Added.
54598         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Added.
54599         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Added.
54600         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Added.
54601         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Added.
54602         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Added.
54603         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Added.
54604         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Added.
54605         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Added.
54606         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Added.
54607         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Added.
54608         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Added.
54609         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Added.
54610         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Added.
54611         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Added.
54612         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Added.
54613         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Added.
54614         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Added.
54615         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Added.
54616         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Added.
54617         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Added.
54618         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Added.
54619         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Added.
54620         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Added.
54621         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Added.
54622         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Added.
54623         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Added.
54624         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Added.
54625         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Added.
54626         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Added.
54627         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Added.
54628         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Added.
54629         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Added.
54630         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Added.
54631         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Added.
54632         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Added.
54633         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Added.
54634         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Added.
54635         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Added.
54636         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Added.
54637         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Added.
54638         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Added.
54639         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Added.
54640         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Added.
54641         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Added.
54642         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Added.
54643         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Added.
54644         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Added.
54645         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Added.
54646         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Added.
54647         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Added.
54648         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Added.
54649         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Added.
54650         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Added.
54651         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Added.
54652         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Added.
54653         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Added.
54654         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Added.
54655         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Added.
54656         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Added.
54657         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Added.
54658         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Added.
54659         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Added.
54660         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Added.
54661         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Added.
54662         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Added.
54663         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Added.
54664         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Added.
54665         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Added.
54666         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Added.
54667         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Added.
54668         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Added.
54669         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Added.
54670         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Added.
54671         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Added.
54672         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Added.
54673         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Added.
54674         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Added.
54675         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Added.
54676         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Added.
54677         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Added.
54678         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Added.
54679         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Added.
54680         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Added.
54681         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Added.
54682         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Added.
54683         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Added.
54684         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Added.
54685         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Added.
54686         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Added.
54687         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Added.
54688         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Added.
54689         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Added.
54690         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Added.
54691         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Added.
54692         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Added.
54693         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Added.
54694         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Added.
54695         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Added.
54696         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Added.
54697         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Added.
54698         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Added.
54699         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Added.
54700         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Added.
54701         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Added.
54702         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Added.
54703         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Added.
54704         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Added.
54705         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Added.
54706         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Added.
54707         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Added.
54708         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Added.
54709         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Added.
54710         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Added.
54711         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Added.
54712         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Added.
54713         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Added.
54714         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Added.
54715         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Added.
54716         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Added.
54717         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Added.
54718         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Added.
54719         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Added.
54720         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Added.
54721         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Added.
54722         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Added.
54723         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Added.
54724         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Added.
54725         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Added.
54726         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Added.
54727         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Added.
54728         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Added.
54729         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Added.
54730         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Added.
54731         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Added.
54732         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Added.
54733         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Added.
54734         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Added.
54735         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Added.
54736         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Added.
54737         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Added.
54738         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Added.
54739         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Added.
54740         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Added.
54741         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Added.
54742         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Added.
54743         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Added.
54744         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Added.
54745         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Added.
54746         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Added.
54747         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Added.
54748         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Added.
54749         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Added.
54750         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Added.
54751         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Added.
54752         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Added.
54753         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Added.
54754         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Added.
54755         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Added.
54756         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Added.
54757         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Added.
54758         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Added.
54759         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Added.
54760         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Added.
54761         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Added.
54762         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Added.
54763         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Added.
54764         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Added.
54765         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Added.
54766         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Added.
54767         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Added.
54768         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Added.
54769         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Added.
54770         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Added.
54771         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Added.
54772         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Added.
54773         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Added.
54774         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Added.
54775         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Added.
54776         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Added.
54777         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Added.
54778         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Added.
54779         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Added.
54780         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Added.
54781         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Added.
54782         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Added.
54783         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Added.
54784         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Added.
54785         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Added.
54786         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Added.
54787         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Added.
54788         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Added.
54789         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Added.
54790         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Added.
54791         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Added.
54792         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Added.
54793         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Added.
54794         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Added.
54795         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Added.
54796         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Added.
54797         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Added.
54798         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Added.
54799         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Added.
54800         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Added.
54801         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Added.
54802         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Added.
54803         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Added.
54804         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Added.
54805         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Added.
54806         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Added.
54807         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Added.
54808         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Added.
54809         * media/track/opera/track/webvtt/rendering/reftest/size_50-ref.html: Added.
54810         * media/track/opera/track/webvtt/rendering/reftest/size_50.html: Added.
54811         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_completely_move_up.vtt: Added.
54812         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_down.vtt: Added.
54813         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_up.vtt: Added.
54814         * media/track/opera/track/webvtt/rendering/reftest/support/align_end.vtt: Added.
54815         * media/track/opera/track/webvtt/rendering/reftest/support/align_end_long.vtt: Added.
54816         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle.vtt: Added.
54817         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_long.vtt: Added.
54818         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_50.vtt: Added.
54819         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_gt_50.vtt: Added.
54820         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50.vtt: Added.
54821         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50_size_gt_maximum_size.vtt: Added.
54822         * media/track/opera/track/webvtt/rendering/reftest/support/align_start.vtt: Added.
54823         * media/track/opera/track/webvtt/rendering/reftest/support/align_start_long.vtt: Added.
54824         * media/track/opera/track/webvtt/rendering/reftest/support/bidi_ruby.vtt: Added.
54825         * media/track/opera/track/webvtt/rendering/reftest/support/bold_long.vtt: Added.
54826         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_2_timestamps.vtt: Added.
54827         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_timestamp.vtt: Added.
54828         * media/track/opera/track/webvtt/rendering/reftest/support/class_long.vtt: Added.
54829         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_2_timestamps.vtt: Added.
54830         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_timestamp.vtt: Added.
54831         * media/track/opera/track/webvtt/rendering/reftest/support/cue_with_id.vtt: Added.
54832         * media/track/opera/track/webvtt/rendering/reftest/support/decode_escaped_entities.vtt: Added.
54833         * media/track/opera/track/webvtt/rendering/reftest/support/foo.vtt: Added.
54834         * media/track/opera/track/webvtt/rendering/reftest/support/foo_c_bar.vtt: Added.
54835         * media/track/opera/track/webvtt/rendering/reftest/support/foo_space_space_bar_LF_baz.vtt: Added.
54836         * media/track/opera/track/webvtt/rendering/reftest/support/italic_long.vtt: Added.
54837         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_2_timestamps.vtt: Added.
54838         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_timestamp.vtt: Added.
54839         * media/track/opera/track/webvtt/rendering/reftest/support/line_-2_long.vtt: Added.
54840         * media/track/opera/track/webvtt/rendering/reftest/support/line_0.vtt: Added.
54841         * media/track/opera/track/webvtt/rendering/reftest/support/line_1_long.vtt: Added.
54842         * media/track/opera/track/webvtt/rendering/reftest/support/line_50_percent.vtt: Added.
54843         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap.vtt: Added.
54844         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap_move_up.vtt: Added.
54845         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap.vtt: Added.
54846         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap_move_up.vtt: Added.
54847         * media/track/opera/track/webvtt/rendering/reftest/support/one_line_cue_plus_wrapped_cue.vtt: Added.
54848         * media/track/opera/track/webvtt/rendering/reftest/support/refTestWait.js: Added.
54849         (takeScreenshot):
54850         (takeScreenshoDelayed):
54851         * media/track/opera/track/webvtt/rendering/reftest/support/size_50.vtt: Added.
54852         * media/track/opera/track/webvtt/rendering/reftest/support/test.vtt: Added.
54853         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold.vtt: Added.
54854         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold_with_class.vtt: Added.
54855         * media/track/opera/track/webvtt/rendering/reftest/support/test_class.vtt: Added.
54856         * media/track/opera/track/webvtt/rendering/reftest/support/test_class_with_class.vtt: Added.
54857         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic.vtt: Added.
54858         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic_with_class.vtt: Added.
54859         * media/track/opera/track/webvtt/rendering/reftest/support/test_long.vtt: Added.
54860         * media/track/opera/track/webvtt/rendering/reftest/support/test_two_voices.vtt: Added.
54861         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline.vtt: Added.
54862         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline_with_class.vtt: Added.
54863         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice.vtt: Added.
54864         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice_with_class.vtt: Added.
54865         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues.vtt: Added.
54866         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues_wrapped.vtt: Added.
54867         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_LF_u05D0.vtt: Added.
54868         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2028_u05D0.vtt: Added.
54869         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2029_u05D0.vtt: Added.
54870         * media/track/opera/track/webvtt/rendering/reftest/support/u0041_first.vtt: Added.
54871         * media/track/opera/track/webvtt/rendering/reftest/support/u05D0_first.vtt: Added.
54872         * media/track/opera/track/webvtt/rendering/reftest/support/u0628_first.vtt: Added.
54873         * media/track/opera/track/webvtt/rendering/reftest/support/u06E9_no_strong_dir.vtt: Added.
54874         * media/track/opera/track/webvtt/rendering/reftest/support/underline_long.vtt: Added.
54875         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_2_timestamps.vtt: Added.
54876         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_timestamp.vtt: Added.
54877         * media/track/opera/track/webvtt/rendering/reftest/support/very_long_cue.vtt: Added.
54878         * media/track/opera/track/webvtt/rendering/reftest/support/voice_long.vtt: Added.
54879         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_2_timestamps.vtt: Added.
54880         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_timestamp.vtt: Added.
54881         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces.vtt: Added.
54882         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long.vtt: Added.
54883         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long_size_20.vtt: Added.
54884         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Added.
54885         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Added.
54886         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Added.
54887         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Added.
54888         * platform/chromium/TestExpectations:
54889         * platform/efl/TestExpectations:
54890         * platform/gtk/TestExpectations:
54891         * platform/mac/TestExpectations:
54892         * platform/qt/TestExpectations:
54893         * platform/win/TestExpectations:
54894
54895 2012-12-03  Tony Chang  <tony@chromium.org>
54896
54897         Unreviewed, add Chromium GTK+ baselines after r136409 (mathml sup/sub box changes).
54898
54899         * platform/gtk/TestExpectations:
54900         * platform/gtk/mathml/presentation/roots-expected.txt:
54901         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
54902         * platform/gtk/mathml/presentation/sub-expected.txt:
54903         * platform/gtk/mathml/presentation/subsup-expected.txt:
54904         * platform/gtk/mathml/presentation/sup-expected.txt:
54905         * platform/gtk/mathml/presentation/tables-expected.txt:
54906
54907 2012-12-03  Tony Chang  <tony@chromium.org>
54908
54909         Unreviewed, add Chromium Win/Mac baselines after r136409 (mathml sup/sub box changes).
54910
54911         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Removed.
54912         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Added.
54913         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Removed.
54914         * platform/chromium-mac-lion/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
54915         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt:
54916         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt:
54917         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
54918         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt:
54919         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
54920         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt:
54921         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
54922         * platform/chromium-mac/mathml/presentation/roots-expected.txt: Renamed from LayoutTests/platform/chromium/mathml/presentation/roots-expected.txt.
54923         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt:
54924         * platform/chromium-mac/mathml/presentation/sub-expected.txt: Added.
54925         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
54926         * platform/chromium-mac/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
54927         * platform/chromium-mac/mathml/presentation/tables-expected.txt:
54928         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt:
54929         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt:
54930         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt:
54931         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt:
54932         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt:
54933         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt:
54934         * platform/chromium-win/mathml/presentation/roots-expected.txt:
54935         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt:
54936         * platform/chromium-win/mathml/presentation/sub-expected.txt:
54937         * platform/chromium-win/mathml/presentation/subsup-expected.txt:
54938         * platform/chromium-win/mathml/presentation/sup-expected.txt:
54939         * platform/chromium-win/mathml/presentation/tables-expected.txt:
54940         * platform/chromium/TestExpectations:
54941         * platform/chromium/mathml/presentation/row-alignment-expected.txt: Removed.
54942         * platform/chromium/mathml/presentation/subsup-expected.txt: Removed.
54943
54944 2012-12-03  Roger Fong  <roger_fong@apple.com>
54945
54946         Unreviewed gardening on Apple Windows port.
54947
54948         * platform/win/TestExpectations:
54949
54950 2012-12-03  Xan Lopez  <xlopez@igalia.com>
54951
54952         Unreviewed gardening.
54953
54954         Update grid layout tests with proper expected results for cosmetic
54955         debug() changes I did in the previous patch.
54956
54957         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
54958         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
54959
54960 2012-12-03  Stephen White  <senorblanco@chromium.org>
54961
54962         [Chromium] Unreviewed gardening.
54963
54964         * platform/chromium/TestExpectations:
54965
54966 2012-12-03  Simon Fraser  <simon.fraser@apple.com>
54967
54968         When animating mask-postion on a composited layer, element renders incorrectly
54969         https://bugs.webkit.org/show_bug.cgi?id=103700
54970
54971         Reviewed by Tim Horton.
54972
54973         Test that dumps the layer tree for a composited layer with a mask.
54974
54975         * compositing/masks/mask-layer-size-expected.txt: Added.
54976         * compositing/masks/mask-layer-size.html: Added.
54977
54978 2012-12-03  Xan Lopez  <xan@igalia.com>
54979
54980         [CSS Grid Layout] Support <percentage> and viewport-relative breadth sizes
54981         https://bugs.webkit.org/show_bug.cgi?id=103335
54982
54983         Reviewed by Julien Chaffraix.
54984
54985         * fast/css-grid-layout/breadth-size-resolution-grid-expected.txt: Added.
54986         * fast/css-grid-layout/breadth-size-resolution-grid.html: Added.
54987         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
54988         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
54989         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
54990         * fast/css-grid-layout/grid-columns-rows-get-set.html:
54991         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt:
54992         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt:
54993         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
54994         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
54995
54996 2012-12-03  Max Vujovic  <mvujovic@adobe.com>
54997
54998         [CSS Shaders] Do not clamp indirect array indices during CSS Shaders ANGLE validation pass
54999         https://bugs.webkit.org/show_bug.cgi?id=102731
55000
55001         Reviewed by Dean Jackson.
55002
55003         Add a vertex shader which indirectly indexes a uniform array. This shader should validate,
55004         compile, and execute properly.
55005
55006         The GLSL ES 1.0 spec [1], Appendix A, Section 5 "Uniforms (excluding samplers)" says:
55007         "In the vertex shader, support for all forms of array indexing is mandated."
55008
55009         [1]: http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf
55010
55011         * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Added.
55012         * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Added.
55013         * css3/filters/resources/array-indirect-index.vs: Added.
55014
55015 2012-12-03  Tony Chang  <tony@chromium.org>
55016
55017         Performance degradation while rendering MathML content, freezes the tab.
55018         https://bugs.webkit.org/show_bug.cgi?id=102585
55019
55020         Reviewed by Eric Seidel.
55021
55022         Add a regression test for nested fractions. The O(2^n) layout time should
55023         be fixed by r136324.
55024
55025         * mathml/presentation/mfrac-nested-expected.txt: Added.
55026         * mathml/presentation/mfrac-nested.html: Added.
55027
55028 2012-12-03  Alexis Menard  <alexis@webkit.org>
55029
55030         [EFL] Enable CSS3 background-position offsets by default.
55031         https://bugs.webkit.org/show_bug.cgi?id=103879
55032
55033         Reviewed by Laszlo Gombos.
55034
55035         Enable by default the new CSS3 background position offsets therefore we
55036         can unskip the tests.
55037
55038         * platform/efl/TestExpectations:
55039
55040 2012-12-03  Stephen White  <senorblanco@chromium.org>
55041
55042         [chromium]  Unreviewed gardening.
55043         Fix duplicate test expectations.
55044
55045         * platform/chromium/TestExpectations:
55046
55047 2012-12-03  Philip Rogers  <pdr@google.com>
55048
55049         Invalidate SVG width on width attribute change.
55050         https://bugs.webkit.org/show_bug.cgi?id=103304
55051
55052         Reviewed by Dirk Schulze.
55053
55054         * svg/custom/root-size-attribute-changes-expected.html: Added.
55055         * svg/custom/root-size-attribute-changes.html: Added.
55056
55057 2012-12-03  Stephen White  <senorblanco@chromium.org>
55058
55059         [chromium] Turn on the new Skia mask blur algorithm.
55060         https://bugs.webkit.org/show_bug.cgi?id=103906
55061
55062         Reviewed by Adrienne Walker.
55063
55064         * platform/chromium/TestExpectations:
55065
55066 2012-12-03  Alexis Menard  <alexis@webkit.org>
55067
55068         [Mac] Enable CSS3 background-position offset by default.
55069         https://bugs.webkit.org/show_bug.cgi?id=103905
55070
55071         Reviewed by Simon Fraser.
55072
55073         Enable by default the new CSS3 background position offsets therefore we
55074         can unskip the tests.
55075
55076         * platform/mac/TestExpectations:
55077
55078 2012-12-03  Takashi Sakamoto  <tasak@google.com>
55079
55080         [style scoped]: style scoped needs more tests.
55081         https://bugs.webkit.org/show_bug.cgi?id=99821
55082
55083         Reviewed by Dimitri Glazkov.
55084
55085         Test cases in this patch validate dynamically creating, moving and
55086         removing a scoped style works well.
55087
55088         * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Added.
55089         * fast/css/style-scoped/style-scoped-with-dom-operation.html: Added.
55090
55091 2012-12-03  Anton Vayvod  <avayvod@chromium.org>
55092
55093         Text Autosizing: don't autosize horizontal menu items implemented via floating list items
55094         https://bugs.webkit.org/show_bug.cgi?id=103840
55095
55096         Reviewed by Kenneth Rohde Christiansen.
55097
55098         Floating list items are often used to implement horizontal menus. Currently, text autosizing 
55099         disregards such elements as autosizing containers. List items are often then autosized as part
55100         of a bigger cluster (usually the whole page) and look too big.
55101         This change turns floating list items into autosizing clusters so they are autosized separately
55102         resulting in no font size multiplication for menu items implemented in this manner.
55103
55104         * fast/text-autosizing/cluster-list-item-expected.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow-expected.html.
55105         * fast/text-autosizing/cluster-list-item.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow.html; added case for a floating list item.
55106
55107 2012-12-03  Tony Chang  <tony@chromium.org>
55108
55109         [mathml] Improve performance of nested sup or sub elements
55110         https://bugs.webkit.org/show_bug.cgi?id=103665
55111
55112         Reviewed by Darin Adler.
55113
55114         Update Chromium Linux baselines and mark tests as failing on other platforms.
55115         The mathml.css change causes these pixel results changes. This doesn't change
55116         the pixel results, it is only a change to the render tree. The render boxes
55117         should more tightly wrap the superscripts and subscripts but be positioned
55118         in the same place.
55119
55120         * mathml/presentation/sup-nested-expected.txt: Added.
55121         * mathml/presentation/sup-nested.html: Added.
55122         * platform/chromium/TestExpectations:
55123         * platform/efl/TestExpectations:
55124         * platform/gtk/TestExpectations:
55125         * platform/mac/TestExpectations:
55126         * platform/chromium-linux/mathml/presentation/roots-expected.txt:
55127         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
55128         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
55129         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
55130         * platform/chromium-linux/mathml/presentation/sup-expected.txt:
55131         * platform/chromium-linux/mathml/presentation/tables-expected.txt:
55132
55133 2012-12-03  Alexis Menard  <alexis@webkit.org>
55134
55135         [GTK] Enable CSS3 background-background position offset by default.
55136         https://bugs.webkit.org/show_bug.cgi?id=103903
55137
55138         Reviewed by Philippe Normand.
55139
55140         Enable by default the new CSS3 background position offsets therefore we
55141         can unskip the tests.
55142
55143         * platform/gtk/TestExpectations:
55144
55145 2012-12-03  Hajime Morrita  <morrita@google.com>
55146
55147         Corrupted DOM tree during appendChild/insertBefore
55148         https://bugs.webkit.org/show_bug.cgi?id=103601
55149
55150         Reviewed by Abhishek Arya.
55151
55152         * fast/events/mutation-during-append-child-expected.txt: Added.
55153         * fast/events/mutation-during-append-child.html: Added.
55154         * fast/events/mutation-during-insert-before-expected.txt: Added.
55155         * fast/events/mutation-during-insert-before.html: Added.
55156
55157 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55158
55159         [GTK][EFL] Gardening for media/video-volume.html
55160         https://bugs.webkit.org/show_bug.cgi?id=103894
55161
55162         Unreviewed gardening: media/video-volume.html fails with
55163         gstreamer.
55164
55165         * platform/efl/TestExpectations:
55166         * platform/gtk/TestExpectations:
55167
55168 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
55169
55170         Unreviewed Qt gardening.
55171
55172         Remove image expectation for tests that now pass.
55173
55174         * platform/qt-5.0-wk2/TestExpectations:
55175
55176 2012-12-03  Stephen Chenney  <schenney@chromium.org>
55177
55178         [Chromium] Expectations fix up
55179
55180         Unreviewed expectations.
55181
55182         Two tests appear to have been out-of-date when they were last rebaselined.
55183
55184         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
55185         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
55186         * platform/chromium-win-xp/svg/carto.net: Removed.
55187         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
55188         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
55189
55190 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
55191
55192         svg/custom/baseval-animval-equality.svg should use dumpAsText
55193         https://bugs.webkit.org/show_bug.cgi?id=103873
55194
55195         Reviewed by Dirk Schulze.
55196
55197         Turn it to a dumpAsText test.
55198
55199         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
55200         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Removed.
55201         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
55202         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: Removed.
55203         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: Removed.
55204         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: Removed.
55205         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
55206         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Removed.
55207         * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
55208         * platform/qt/svg/custom/baseval-animval-equality-expected.txt: Removed.
55209         * svg/custom/baseval-animval-equality-expected.txt: Added.
55210         * svg/custom/baseval-animval-equality.svg:
55211
55212 2012-12-03  Erik Arvidsson  <arv@chromium.org>
55213
55214         Update Acid3 test to the latest version
55215         https://bugs.webkit.org/show_bug.cgi?id=102943
55216
55217         Reviewed by Ojan Vafai.
55218
55219         The Acid3 test has been updated to not break when browsers starts to implement new
55220         standards. This updates our copy of the Acid3 test.
55221
55222         * fast/dom/Range/acid3-surround-contents.html:
55223         * http/tests/misc/acid3.html:
55224
55225 2012-12-03  Tommy Widenflycht  <tommyw@google.com>
55226
55227         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
55228         https://bugs.webkit.org/show_bug.cgi?id=103407
55229
55230         Reviewed by Kentaro Hara.
55231
55232         Updating basic tests and removing emma tests temporarily.
55233
55234         * fast/speech/scripted/emma-expected.txt: Removed.
55235         * fast/speech/scripted/emma.html: Removed.
55236         * fast/speech/scripted/speechrecognition-basics-expected.txt:
55237         * fast/speech/scripted/speechrecognition-basics.html:
55238
55239 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55240
55241         [EFL] Gardening, mark tests flaky
55242         https://bugs.webkit.org/show_bug.cgi?id=103884
55243
55244         Unreviewed gardening to mark tests flaky based on flakiness dashboard.
55245
55246         * platform/efl-wk2/TestExpectations:
55247         * platform/efl/TestExpectations:
55248
55249 2012-12-03  Alexis Menard  <alexis@webkit.org>
55250
55251         [Qt] Enable CSS3 background-position offsets by default.
55252         https://bugs.webkit.org/show_bug.cgi?id=103877
55253
55254         Reviewed by Tor Arne Vestbø.
55255
55256         Enable by default the new CSS3 background position offsets therefore we
55257         can unskip the tests.
55258
55259         * platform/qt/TestExpectations:
55260
55261 2012-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>
55262
55263         Unreviewed, rolling out r136377.
55264         http://trac.webkit.org/changeset/136377
55265         https://bugs.webkit.org/show_bug.cgi?id=103881
55266
55267         Causes crashes on debug builds that use JSC. (Requested by
55268         mkwst on #webkit).
55269
55270         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
55271         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
55272         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
55273         * html5lib/run-test11-expected.txt:
55274         * http/tests/inspector/console-xhr-logging-expected.txt:
55275         * http/tests/misc/bubble-drag-events-expected.txt:
55276         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55277         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
55278         * http/tests/misc/image-blocked-src-change-expected.txt:
55279         * http/tests/misc/image-blocked-src-no-change-expected.txt:
55280         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55281         * http/tests/security/frame-loading-via-document-write-expected.txt:
55282         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
55283         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
55284         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
55285         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
55286         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
55287         * http/tests/security/xssAuditor/base-href-expected.txt:
55288         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
55289         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
55290         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
55291         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
55292         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
55293         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
55294         * http/tests/security/xssAuditor/embed-tag-expected.txt:
55295         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
55296         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
55297         * http/tests/security/xssAuditor/form-action-expected.txt:
55298         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
55299         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
55300         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
55301         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
55302         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
55303         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
55304         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
55305         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
55306         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
55307         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
55308         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
55309         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
55310         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
55311         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
55312         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
55313         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
55314         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
55315         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
55316         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
55317         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
55318         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
55319         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
55320         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
55321         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
55322         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
55323         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
55324         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
55325         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
55326         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
55327         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
55328         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
55329         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55330         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
55331         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
55332         * http/tests/security/xssAuditor/javascript-link-expected.txt:
55333         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
55334         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
55335         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
55336         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
55337         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
55338         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
55339         * http/tests/security/xssAuditor/link-onclick-expected.txt:
55340         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
55341         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
55342         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
55343         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
55344         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
55345         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
55346         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
55347         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
55348         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
55349         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
55350         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
55351         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
55352         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
55353         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
55354         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
55355         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
55356         * http/tests/security/xssAuditor/object-tag-expected.txt:
55357         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
55358         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
55359         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
55360         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
55361         * http/tests/security/xssAuditor/open-script-src-expected.txt:
55362         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
55363         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
55364         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
55365         * http/tests/security/xssAuditor/property-escape-expected.txt:
55366         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
55367         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
55368         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
55369         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
55370         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
55371         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
55372         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
55373         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
55374         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
55375         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
55376         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
55377         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
55378         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
55379         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
55380         * http/tests/security/xssAuditor/script-tag-expected.txt:
55381         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
55382         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
55383         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
55384         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
55385         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
55386         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
55387         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
55388         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
55389         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
55390         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
55391         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
55392         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
55393         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
55394         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
55395         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
55396         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
55397         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
55398         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
55399         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
55400         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
55401         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
55402         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
55403         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
55404         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
55405         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
55406         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
55407         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
55408         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
55409         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
55410         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
55411         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
55412         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
55413         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
55414         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
55415         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
55416         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
55417         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
55418         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
55419         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
55420         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
55421         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
55422         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
55423         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
55424         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
55425         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
55426         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
55427         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55428         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55429         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55430         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
55431         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
55432         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55433         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
55434         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
55435         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
55436         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
55437         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
55438         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
55439         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
55440         * svg/custom/invalid-length-units-expected.txt:
55441         * svg/custom/poly-parsing-error-expected.txt:
55442         * svg/dom/fuzz-path-parser-expected.txt:
55443         * svg/dom/path-parser-expected.txt:
55444         * svg/dom/points-parser-expected.txt:
55445
55446 2012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
55447
55448         Remove useless included header and change position of Proximity Events test cases
55449         https://bugs.webkit.org/show_bug.cgi?id=103871
55450
55451         Reviewed by Antonio Gomes.
55452
55453         Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.
55454
55455         * platform/chromium/TestExpectations:
55456         * platform/efl/TestExpectations:
55457         * platform/gtk/TestExpectations:
55458         * platform/mac/TestExpectations:
55459         * platform/qt/TestExpectations:
55460         * platform/win/TestExpectations:
55461         * platform/wincairo/TestExpectations:
55462         * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
55463         * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
55464         * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
55465         * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
55466
55467 2012-12-03  János Badics  <jbadics@inf.u-szeged.hu>
55468
55469         [Qt] Gardening after r136280, r136323, r136164 and r136031.
55470         https://bugs.webkit.org/show_bug.cgi?id=103876
55471
55472         Reviewed by Csaba Osztrogonác.
55473
55474         r136280: Added Qt baseline for fast/events/stopPropagation-submit.html.
55475         r136323: Skipped storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
55476         r136164: Skipped fast/dom/Geolocation/cached-position-iframe.html on Qt-WK2
55477         r136031: Updated Qt-WK2 baselines for http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag* tests.
55478
55479         * platform/qt-5.0-wk2/TestExpectations:
55480         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
55481         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
55482         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
55483         * platform/qt/TestExpectations:
55484         * platform/qt/fast/events/stopPropagation-submit-expected.txt: Added.
55485
55486 2012-12-03  Alexis Menard  <alexis@webkit.org>
55487
55488         [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
55489         https://bugs.webkit.org/show_bug.cgi?id=103440
55490
55491         Reviewed by Julien Chaffraix.
55492
55493         Uncomment the computed style tests from background-position-parsing-2
55494         and add the expected output. Add a new
55495         background-position-rendering test to verify that the background has a
55496         correct position with the new <position> value. I also covered some old
55497         CSS 2.1 values for verification.
55498
55499         * fast/backgrounds/background-position-parsing-2-expected.txt:
55500         * fast/backgrounds/background-position-parsing-2.html:
55501         * fast/backgrounds/background-position-rendering-expected.html: Added.
55502         * fast/backgrounds/background-position-rendering.html: Added.
55503         * platform/chromium/TestExpectations:
55504         * platform/efl/TestExpectations:
55505         * platform/gtk/TestExpectations:
55506         * platform/mac/TestExpectations:
55507         * platform/qt/TestExpectations:
55508         * platform/win/TestExpectations:
55509         * platform/wincairo/TestExpectations:
55510
55511 2012-12-03  Mike West  <mkwst@chromium.org>
55512
55513         Web Inspector: Autogenerate stack traces and line numbers when possible.
55514         https://bugs.webkit.org/show_bug.cgi?id=100650
55515
55516         Reviewed by Yury Semikhatsky.
55517
55518         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
55519
55520         * http/tests/inspector/console-xhr-logging-expected.txt:
55521         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
55522             One new stack trace! OMG!
55523         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
55524         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
55525         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
55526         * html5lib/run-test11-expected.txt:
55527         * http/tests/misc/bubble-drag-events-expected.txt:
55528         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55529         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
55530         * http/tests/misc/image-blocked-src-change-expected.txt:
55531         * http/tests/misc/image-blocked-src-no-change-expected.txt:
55532         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55533         * http/tests/security/frame-loading-via-document-write-expected.txt:
55534         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
55535         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
55536         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
55537         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
55538         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
55539         * http/tests/security/xssAuditor/base-href-expected.txt:
55540         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
55541         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
55542         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
55543         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
55544         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
55545         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
55546         * http/tests/security/xssAuditor/embed-tag-expected.txt:
55547         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
55548         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
55549         * http/tests/security/xssAuditor/form-action-expected.txt:
55550         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
55551         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
55552         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
55553         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
55554         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
55555         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
55556         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
55557         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
55558         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
55559         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
55560         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
55561         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
55562         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
55563         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
55564         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
55565         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
55566         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
55567         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
55568         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
55569         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
55570         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
55571         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
55572         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
55573         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
55574         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
55575         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
55576         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
55577         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
55578         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
55579         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
55580         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
55581         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55582         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
55583         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
55584         * http/tests/security/xssAuditor/javascript-link-expected.txt:
55585         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
55586         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
55587         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
55588         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
55589         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
55590         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
55591         * http/tests/security/xssAuditor/link-onclick-expected.txt:
55592         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
55593         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
55594         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
55595         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
55596         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
55597         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
55598         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
55599         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
55600         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
55601         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
55602         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
55603         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
55604         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
55605         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
55606         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
55607         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
55608         * http/tests/security/xssAuditor/object-tag-expected.txt:
55609         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
55610         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
55611         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
55612         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
55613         * http/tests/security/xssAuditor/open-script-src-expected.txt:
55614         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
55615         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
55616         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
55617         * http/tests/security/xssAuditor/property-escape-expected.txt:
55618         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
55619         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
55620         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
55621         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
55622         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
55623         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
55624         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
55625         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
55626         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
55627         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
55628         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
55629         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
55630         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
55631         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
55632         * http/tests/security/xssAuditor/script-tag-expected.txt:
55633         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
55634         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
55635         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
55636         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
55637         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
55638         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
55639         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
55640         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
55641         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
55642         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
55643         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
55644         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
55645         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
55646         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
55647         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
55648         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
55649         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
55650         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
55651         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
55652         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
55653         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
55654         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
55655         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
55656         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
55657         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
55658         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
55659         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
55660         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
55661         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
55662         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
55663         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
55664         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
55665         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
55666         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
55667         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
55668         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
55669         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
55670         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
55671         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
55672         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
55673         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
55674         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
55675         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
55676         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
55677         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
55678         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
55679         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55680         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
55681         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55682         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
55683         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
55684         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
55685         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
55686         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
55687         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
55688         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
55689         * svg/custom/invalid-length-units-expected.txt:
55690         * svg/custom/poly-parsing-error-expected.txt:
55691         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
55692         * svg/dom/fuzz-path-parser-expected.txt:
55693         * svg/dom/path-parser-expected.txt:
55694         * svg/dom/points-parser-expected.txt:
55695
55696 2012-12-03  Zan Dobersek  <zandobersek@gmail.com>
55697
55698         Unreviewed GTK gardening.
55699
55700         Adding a failure expectation for editing/selection/caret-alignment-for-vertical-text.html.
55701
55702         * platform/gtk/TestExpectations:
55703
55704 2012-12-03  Mateusz Leszko  <m.leszko@samsung.com>
55705
55706         [EFL] Accessibility gardening
55707         https://bugs.webkit.org/show_bug.cgi?id=103735
55708
55709         Unreviewed, EFL accessibility gardening.
55710
55711         Unskipping accessibility tests. Skipping failing ones.
55712
55713         * platform/efl-wk1/TestExpectations:
55714         * platform/efl-wk2/TestExpectations:
55715         * platform/efl/TestExpectations:
55716
55717 2012-12-03  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
55718
55719         CSS Device Adaptation: window.innerWidth returns wrong value if CSS viewport descriptors are applied
55720         https://bugs.webkit.org/show_bug.cgi?id=103737
55721
55722         Reviewed by Kenneth Rohde Christiansen.
55723
55724         Added new test css3/device-adapt/viewport-width-check-window-innerwidth-correct.html.
55725
55726         * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Added.
55727         * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Added.
55728
55729 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
55730
55731         Web Inspector: [Styles] Retain selector case as written in the source code
55732         https://bugs.webkit.org/show_bug.cgi?id=103118
55733
55734         Reviewed by Antti Koivisto.
55735
55736         * inspector/styles/selector-list-expected.txt: Added.
55737         * inspector/styles/selector-list.html: Added.
55738         * inspector/styles/styles-add-new-rule-expected.txt: Rebaselined.
55739
55740 2012-12-02  Christophe Dumez  <christophe.dumez@intel.com>
55741
55742         Unreviewed, WebKit2 gardening.
55743
55744         Skip storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
55745         on WebKit2 since testRunner.closeIdleLocalStorageDatabases() is not implemented yet.
55746
55747         * platform/wk2/TestExpectations:
55748
55749 2012-12-02  Kangil Han  <kangil.han@samsung.com>
55750
55751         [EFL] Unskip fast/js/array-sort-modifying-tostring.html in release mode
55752         https://bugs.webkit.org/show_bug.cgi?id=103850
55753
55754         Unreviewed, EFL gardening.
55755
55756         This case has been passed in release mode, whereas crashed occasionally in debug mode.
55757
55758         * platform/efl-wk2/TestExpectations:
55759         * platform/efl/TestExpectations:
55760
55761 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55762
55763         Unreviewed, webkit gardening. Rebaseline of fast/css/font-weight-1.
55764
55765         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
55766         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
55767         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
55768
55769 2012-12-02  Kunihiko Sakamoto  <ksakamoto@chromium.org>
55770
55771         [chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html is failing on all platforms.
55772         https://bugs.webkit.org/show_bug.cgi?id=103817
55773
55774         Reviewed by Kent Tamura.
55775
55776         Adding initial value to the datetime input. Without it, the test fails
55777         because calendar picker opens current month.
55778
55779         * platform/chromium/TestExpectations:
55780         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
55781
55782 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55783
55784         Unreviewed, webkit gardening.
55785         https://bugs.webkit.org/show_bug.cgi?id=103834
55786
55787         * platform/chromium/TestExpectations:
55788         Mark month-multiple-fields-keyboard-events.html as FAIL for WinXP.
55789
55790 2012-12-02  Kangil Han  <kangil.han@samsung.com>
55791
55792         [EFL][WK1] Change AC bug url appropriately
55793         https://bugs.webkit.org/show_bug.cgi?id=103808
55794
55795         Unreviewed, EFL gardening.
55796
55797         From https://bugs.webkit.org/show_bug.cgi?id=103488 to https://bugs.webkit.org/show_bug.cgi?id=103847
55798
55799         * platform/efl-wk1/TestExpectations:
55800
55801 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55802
55803         Unreviewed, webkit gardening, fix webkit lint.
55804
55805         * platform/chromium/TestExpectations:
55806
55807 2012-12-02  Sadrul Habib Chowdhury  <sadrul@chromium.org>
55808
55809         [chromium] Correct the location of synthetic mouse events when page is zoomed
55810         https://bugs.webkit.org/show_bug.cgi?id=103823
55811
55812         Reviewed by Adam Barth.
55813
55814         * platform/chromium/plugins/touch-events-synthesized-expected.txt:
55815         * platform/chromium/plugins/touch-events-synthesized.html:
55816
55817 2012-12-02  Robert Hogan  <robert@webkit.org>
55818
55819         Bad rendering of web page because of image's height is set to 100%
55820         https://bugs.webkit.org/show_bug.cgi?id=28035
55821
55822         Reviewed by Eric Seidel.
55823
55824         * fast/css/computed-image-width-with-percent-height-expected.html: Added.
55825         * fast/css/computed-image-width-with-percent-height-quirksmode-expected.html: Added.
55826         * fast/css/computed-image-width-with-percent-height-quirksmode.html: Added.
55827         * fast/css/computed-image-width-with-percent-height.html: Added.
55828
55829 2012-12-02  Mihnea Ovidenie  <mihnea@adobe.com>
55830
55831         [CSS Regions] regionlayoutupdate event fires continuously
55832         https://bugs.webkit.org/show_bug.cgi?id=102101
55833
55834         Reviewed by David Hyatt.
55835
55836         Add a test to make sure that for a flow thread with auto-height region, the regionlayoutupdate event is not unnecessary triggered.
55837
55838         * fast/regions/autoheight-regionlayoutupdate-multipletimes-expected.txt: Added.
55839         * fast/regions/autoheight-regionlayoutupdate-multipletimes.html: Added.
55840
55841 2012-12-02  Mike West  <mkwst@chromium.org>
55842
55843         [gtk] Enable the CSP_NEXT runtime flag.
55844         https://bugs.webkit.org/show_bug.cgi?id=103810
55845
55846         Reviewed by Adam Barth.
55847
55848         * platform/gtk/TestExpectations:
55849             Unskipping CSP 1.1 tests for GTK.
55850
55851 2012-12-02  Mike West  <mkwst@chromium.org>
55852
55853         [chromium] Unreviewed gardening.
55854
55855         Skipping failing tests on mac.
55856
55857         * platform/chromium/TestExpectations:
55858             Mark fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
55859             and widening fast/css/font-weight-1.html to include 'Mac'.
55860
55861 2012-12-02  Rik Cabanier  <cabanier@adobe.com>
55862
55863         Extend JavaScript support for blending in canvas
55864         https://bugs.webkit.org/show_bug.cgi?id=101804
55865
55866         Reviewed by Dirk Schulze.
55867
55868         Added a test that checks that all blendingmodes are supported
55869
55870         * canvas/philip/tests/2d.composite.globalComposite-expected.txt: Added.
55871         * canvas/philip/tests/2d.composite.globalComposite.html: Added.
55872
55873 2012-12-02  Kent Tamura  <tkent@chromium.org>
55874
55875         [Chromium] fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is flaky
55876         https://bugs.webkit.org/show_bug.cgi?id=96720
55877
55878         * platform/chromium/TestExpectations: Mark them Slow
55879
55880 2012-12-02  Elliott Sprehn  <esprehn@gmail.com>
55881
55882         documentElement should not always get a renderer
55883         https://bugs.webkit.org/show_bug.cgi?id=103475
55884
55885         Reviewed by Ojan Vafai.
55886
55887         Test that using display: none on the documentElement hides the document.
55888
55889         * fast/css/display-none-documentElement-expected.html: Added.
55890         * fast/css/display-none-documentElement.html: Added.
55891
55892 2012-12-02  Pan Deng  <pan.deng@intel.com>
55893
55894         [Resource Timing]Test cases of cross origin resource timing.
55895         https://bugs.webkit.org/show_bug.cgi?id=84886.
55896
55897         Reviewed by Tony Gentilcore.
55898
55899         Test cases in this patch validate resource timing behavior when cross origin request with/without "allow-timing-origin" response header. 
55900
55901         * http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php: Added.
55902         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt: Added.
55903         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html: Added.
55904         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt: Added.
55905         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html: Added.
55906
55907 2012-12-02  Justin Novosad  <junov@google.com>
55908
55909         Fix occlusion culling logic to handle css background layer clipping
55910         https://bugs.webkit.org/show_bug.cgi?id=103276
55911
55912         Reviewed by Simon Fraser.
55913
55914         New ref test that verifies the superposition of background layers with
55915         the layers having smaller clip regions than the layers beneath them.
55916         This test ensures the bottom layers are not removed by culling
55917         optimizations.
55918
55919         * fast/backgrounds/background-opaque-clipped-gradients-expected.html: Added.
55920         * fast/backgrounds/background-opaque-clipped-gradients.html: Added.
55921
55922 2012-12-02  Tony Chang  <tony@chromium.org>
55923
55924         Avoid a second layout of flex items in layoutAndPlaceChildren()
55925         https://bugs.webkit.org/show_bug.cgi?id=102352
55926
55927         Reviewed by Ojan Vafai.
55928
55929         Add a test case to make sure we relayout when a sibling is stretching.
55930
55931         * css3/flexbox/stretch-after-sibling-size-change-expected.txt: Added.
55932         * css3/flexbox/stretch-after-sibling-size-change.html: Added.
55933
55934 2012-12-02  Yongjun Zhang  <yongjun_zhang@apple.com>
55935
55936         Need a method to close all idle localstorage databases immediately.
55937         https://bugs.webkit.org/show_bug.cgi?id=103469
55938
55939         Reviewed by David Kilzer.
55940
55941         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately-expected.txt: Added.
55942         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html: Added.
55943         * storage/resources/storage-close-idle-localstorage-databases-immediately.html: Added.
55944
55945 2012-12-02  Sheriff Bot  <webkit.review.bot@gmail.com>
55946
55947         Unreviewed, rolling out r136236.
55948         http://trac.webkit.org/changeset/136236
55949         https://bugs.webkit.org/show_bug.cgi?id=103833
55950
55951         [chromium] Flakey crashes in SpeechRecognitionEvent::emma
55952         during GC. (Requested by mkwst on #webkit).
55953
55954         * fast/speech/scripted/emma-expected.txt:
55955         * fast/speech/scripted/emma.html:
55956         * fast/speech/scripted/speechrecognition-basics-expected.txt:
55957         * fast/speech/scripted/speechrecognition-basics.html:
55958
55959 2012-12-01  Mike West  <mkwst@chromium.org>
55960
55961         [chromium] Unreviewed gardening. Skipping crashing tests.
55962
55963         The DEPS roll containing r170422 is causing three crashes cross-platform
55964         in the Chromium port. Skipping them here, filed crbug.com/163785 to fix.
55965
55966         * platform/chromium/TestExpectations:
55967             Marked media/encrypted-media/encrypted-media-events.html,
55968             media/encrypted-media/encrypted-media-not-loaded.html, and
55969             media/encrypted-media/encrypted-media-syntax.html as crashing.
55970
55971 2012-12-01  Mike West  <mkwst@chromium.org>
55972
55973         [chromium] Unreviewed gardening. Skipping calendar-picker-datetime-with-step.html.
55974
55975         It looks like platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html
55976         started failing at midnight PST, December 1st. I don't think it handled
55977         the month change correctly. Filed https://bugs.webkit.org/show_bug.cgi?id=103817
55978         to cover the fix.
55979
55980         * platform/chromium/TestExpectations:
55981
55982 2012-12-01  Mike West  <mkwst@chromium.org>
55983
55984         [gtk] Unreviewed gardening. Skipping CSP 1.1 tests.
55985
55986         The CSP 1.1 tests are failing under GTK after r136305 made the CSP_NEXT
55987         flag runtime enabled. Will fix in webkit.org/b/103810, skipping for now.
55988
55989         * platform/gtk/TestExpectations:
55990             Skipping CSP 1.1 tests.
55991
55992 2012-11-30  Ryosuke Niwa  <rniwa@webkit.org>
55993
55994         Shorten a file name as the test renamed in r136122 is still hosing Chromium Win perf. bot.
55995
55996         * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed.
55997         * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Removed.
55998         * http/tests/inspector/network/script-as-text-loading-long-url.html:
55999
56000 2012-11-30  Sujin Park  <sujjin.park@gmail.com>
56001
56002         [EFL][WK1] Gardening test cases which are not crashed after r135662
56003         https://bugs.webkit.org/show_bug.cgi?id=103803
56004
56005         Unreviewed, EFL gardening.
56006
56007         * platform/efl-wk1/TestExpectations:
56008
56009 2012-11-30  Jer Noble  <jer.noble@apple.com>
56010
56011         Add support for the 'unpause()' method on MediaController.
56012         https://bugs.webkit.org/show_bug.cgi?id=103751
56013
56014         Reviewed by Eric Carlson.
56015
56016         Add new test for unpause() and playbackState() methods.
56017
56018         * media/media-controller-unpause.html:
56019         * media/media-controller-unpause-expected.txt:
56020         * media/media-controller-playback.html:
56021         * media/media-controller-playback-expected.txt:
56022
56023 2012-11-30  Zhenyao Mo  <zmo@google.com>
56024
56025         Unreviewed, webkit gardening, fix webkit lint.
56026
56027         * platform/chromium/TestExpectations:
56028
56029 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
56030
56031         Use the correct path to a test in TestExpectations.
56032
56033         * platform/chromium/TestExpectations:
56034
56035 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
56036
56037         Make RenderLayer::updateLayerPosition() private
56038         https://bugs.webkit.org/show_bug.cgi?id=102624
56039
56040         Reviewed by Ryosuke Niwa.
56041
56042         New results with correctly computed event offsets.
56043
56044         * fast/events/stopPropagation-submit-expected.txt:
56045
56046 2012-11-30  Sheriff Bot  <webkit.review.bot@gmail.com>
56047
56048         Unreviewed, rolling out r136142.
56049         http://trac.webkit.org/changeset/136142
56050         https://bugs.webkit.org/show_bug.cgi?id=103768
56051
56052         break a bunch of interactive_ui_tests in chromium win
56053         (Requested by zhenyao_home on #webkit).
56054
56055         * fast/ruby/position-after.html: Removed.
56056         * platform/mac/fast/ruby/position-after-expected.png: Removed.
56057         * platform/mac/fast/ruby/position-after-expected.txt: Removed.
56058
56059 2012-11-30  Stephen Chenney  <schenney@chromium.org>
56060
56061         [Chromium] Rebaselining tests affected by recent Skia changes
56062
56063         Unreviewed test expectations updates.
56064
56065         Due to the Win7 builders being so far behind, some Win7 expectations may be wrong.
56066         Also fixes https://bugs.webkit.org/show_bug.cgi?id=103722
56067
56068         * platform/chromium-linux-x86/svg/transforms: Added.
56069         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
56070         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
56071         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56072         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56073         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
56074         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
56075         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
56076         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
56077         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
56078         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
56079         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56080         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56081         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
56082         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
56083         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
56084         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56085         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56086         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56087         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56088         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56089         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56090         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56091         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56092         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56093         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56094         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56095         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56096         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56097         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56098         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56099         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
56100         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
56101         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56102         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.png:
56103         * platform/chromium-mac-lion/svg/custom/stroke-width-large-expected.png:
56104         * platform/chromium-mac-lion/svg/custom/use-transform-expected.png:
56105         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56106         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
56107         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
56108         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
56109         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
56110         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
56111         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
56112         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
56113         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
56114         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56115         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56116         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56117         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56118         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56119         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56120         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56121         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56122         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56123         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56124         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56125         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56126         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56127         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56128         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
56129         * platform/chromium-mac-snowleopard/svg/custom/stroke-width-large-expected.png:
56130         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
56131         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
56132         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
56133         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
56134         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
56135         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
56136         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
56137         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
56138         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
56139         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
56140         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
56141         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
56142         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56143         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56144         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
56145         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
56146         * platform/chromium-mac/fast/transforms/shadows-expected.png:
56147         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
56148         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56149         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56150         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56151         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56152         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56153         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56154         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56155         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56156         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56157         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56158         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56159         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56160         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56161         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56162         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56163         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
56164         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
56165         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56166         * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
56167         * platform/chromium-mac/svg/custom/stroke-width-large-expected.png:
56168         * platform/chromium-mac/svg/custom/use-transform-expected.png:
56169         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
56170         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56171         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
56172         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
56173         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
56174         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
56175         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56176         * platform/chromium-win-xp/platform/chromium/fast/forms/color: Removed.
56177         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56178         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
56179         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
56180         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
56181         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
56182         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
56183         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
56184         * platform/chromium-win/fast/box-shadow/inset-expected.png:
56185         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
56186         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
56187         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56188         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56189         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
56190         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png.
56191         * platform/chromium-win/fast/transforms/shadows-expected.png:
56192         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56193         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56194         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56195         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56196         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56197         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56198         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56199         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56200         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56201         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56202         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56203         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
56204         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56205         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56206         * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56207         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
56208         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
56209         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56210         * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
56211         * platform/chromium-win/svg/custom/stroke-width-large-expected.png:
56212         * platform/chromium-win/svg/custom/use-transform-expected.png:
56213         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56214         * platform/chromium/TestExpectations:
56215
56216 2012-11-30  James Simonsen  <simonjam@chromium.org>
56217
56218         Report CSS as initiator instead of elements, except body
56219         https://bugs.webkit.org/show_bug.cgi?id=103546
56220
56221         Reviewed by Tony Gentilcore.
56222
56223         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Rebaseline to match new behavior.
56224
56225 2012-11-30  Michelangelo De Simone  <michelangelo@webkit.org>
56226
56227         [CSS Shaders] Clamp input colors before blending
56228         https://bugs.webkit.org/show_bug.cgi?id=98962
56229
56230         Reviewed by Dean Jackson.
56231
56232         Test to check the correct clamping of color values.
56233
56234         * css3/filters/custom/custom-filter-color-clamping-expected.html: Added.
56235         * css3/filters/custom/custom-filter-color-clamping-negative-expected.html: Added.
56236         * css3/filters/custom/custom-filter-color-clamping-negative.html: Added.
56237         * css3/filters/custom/custom-filter-color-clamping.html: Added.
56238         * css3/filters/resources/custom-filter-color-clamping-negative.fs: Added.
56239         * css3/filters/resources/custom-filter-color-clamping.fs: Added.
56240
56241 2012-11-30  Abhishek Arya  <inferno@chromium.org>
56242
56243         Crash due to intruding float not removed after writing mode changed.
56244         https://bugs.webkit.org/show_bug.cgi?id=100149
56245
56246         Reviewed by Levi Weintraub.
56247
56248         * fast/block/float/intruding-float-not-removed-writing-mode-expected.txt: Added.
56249         * fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Added.
56250
56251 2012-11-30  Florin Malita  <fmalita@chromium.org>
56252
56253         SVG pattern data deleted while in use
56254         https://bugs.webkit.org/show_bug.cgi?id=103415
56255
56256         Reviewed by Dirk Schulze.
56257
56258         * svg/custom/large-image-pattern-crash-expected.txt: Added.
56259         * svg/custom/large-image-pattern-crash.html: Added.
56260
56261 2012-11-30  Stephen Chenney  <schenney@chromium.org>
56262
56263         [Chromium] Fixing TestExpectations
56264
56265         Unreviewed fix to pass lint
56266
56267         * platform/chromium/TestExpectations:
56268
56269 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
56270
56271         [EFL] Skip failing test editing/selection/caret-alignment-for-vertical-text.html
56272         https://bugs.webkit.org/show_bug.cgi?id=103741
56273
56274         Unreviewed, EFL gardening.
56275
56276         Skip failing test editing/selection/caret-alignment-for-vertical-text.html
56277         until bug 103740 is fixed.
56278
56279         * platform/efl/TestExpectations:
56280
56281 2012-11-29  Tommy Widenflycht  <tommyw@google.com>
56282
56283         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
56284         https://bugs.webkit.org/show_bug.cgi?id=103407
56285
56286         Reviewed by Adam Barth.
56287
56288         Updating tests.
56289
56290         * fast/speech/scripted/emma-expected.txt:
56291         * fast/speech/scripted/emma.html:
56292         * fast/speech/scripted/speechrecognition-basics-expected.txt:
56293         * fast/speech/scripted/speechrecognition-basics.html:
56294
56295 2012-11-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
56296
56297         [WK2] TiledBackingStore: Frame view re-layouts with wrong Fixed Visible Content Rect.
56298         https://bugs.webkit.org/show_bug.cgi?id=103428
56299
56300         Reviewed by Kenneth Rohde Christiansen.
56301
56302         Unskipped corresponding test cases for EFL WK2.
56303
56304         * platform/efl-wk2/TestExpectations:
56305
56306 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
56307
56308         [EFL] Gardening after r136031 and r136142
56309         https://bugs.webkit.org/show_bug.cgi?id=103734
56310
56311         Unreviewed, EFL gardening.
56312
56313         Add baselines for new test fast/ruby/position-after.html. Also
56314         unskip passing tests.
56315
56316         * platform/efl/TestExpectations:
56317         * platform/efl/fast/ruby/position-after-expected.png: Added.
56318         * platform/efl/fast/ruby/position-after-expected.txt: Added.
56319
56320 2012-11-30  Arpita Bahuguna  <arpitabahuguna@gmail.com>
56321
56322         Caret is painted horizontally in vertical writing mode when there are no visible text
56323         https://bugs.webkit.org/show_bug.cgi?id=102359
56324
56325         Reviewed by Ryosuke Niwa.
56326
56327         * editing/selection/caret-alignment-for-vertical-text-expected.txt: Added.
56328         * editing/selection/caret-alignment-for-vertical-text.html: Added.
56329         Test to verify that the orientation of the caret on an empty vertical text
56330         line or container is same as that for a non-empty container.
56331
56332 2012-11-30  Nandor Huszka  <hnandor@inf.u-szeged.hu>
56333
56334         [Qt] Unreviewed gardening.
56335
56336         Add expected results for a new test.
56337
56338         * platform/qt/fast/ruby/position-after-expected.png: Added.
56339         * platform/qt/fast/ruby/position-after-expected.txt: Added.
56340
56341 2012-11-30  Kent Tamura  <tkent@chromium.org>
56342
56343         [Chromium] Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is failing
56344         https://bugs.webkit.org/show_bug.cgi?id=96720
56345
56346         Reviewed by Kentaro Hara.
56347
56348         We should start tests after js-test-post.js loading to avoid missing
56349         testRunner.waitUntilDone calls.
56350
56351         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
56352         Make the outer switch a function to be called window.onload, and stop to
56353         remove the iframe because the script in the iframe calls notifyDone.
56354         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
56355         Ditto.
56356         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
56357         Ditto.
56358         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
56359         Ditto.
56360         * platform/chromium/TestExpectations:
56361         Move the line for
56362         week-multiple-fields-preserve-value-after-history-back.html near to
56363         others. We don't remove these expectations yet just in case.
56364
56365 2012-11-30  Alexander Pavlov  <apavlov@chromium.org>
56366
56367         [Chromium] Unreviewed, fast/text/line-initial-and-final-swashes.html missing expectations on XP after r136153.
56368
56369         * platform/chromium/TestExpectations:
56370
56371 2012-11-30  Takashi Sakamoto  <tasak@google.com>
56372
56373         Unreviewed, WebKit gardening.
56374
56375         * platform/chromium/TestExpectations:
56376
56377 2012-11-30  Keishi Hattori  <keishi@webkit.org>
56378
56379         Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
56380         https://bugs.webkit.org/show_bug.cgi?id=103713
56381
56382         Unreviewed.
56383
56384         Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.
56385
56386         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56387         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56388
56389 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56390
56391         Better type ahead for DateTimeSymbolicFieldElement
56392         https://bugs.webkit.org/show_bug.cgi?id=103031
56393
56394         Reviewed by Kent Tamura.
56395
56396         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56397         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
56398
56399 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56400
56401         Add month-multiple-fields tests
56402         https://bugs.webkit.org/show_bug.cgi?id=102046
56403
56404         Reviewed by Kent Tamura.
56405
56406         Adding tests for multiple field <input type=month>.
56407
56408         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
56409         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
56410         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
56411         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
56412         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
56413         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
56414         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
56415         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
56416         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
56417         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
56418         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56419         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
56420         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
56421         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
56422         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
56423         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
56424         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
56425         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
56426
56427 2012-11-29  Zhenyao Mo  <zmo@google.com>
56428
56429         Unreviewed, WebKit gardening.
56430
56431         * platform/chromium/TestExpectations:
56432
56433 2012-11-29  John Knottenbelt  <jknotten@chromium.org>
56434
56435         Use GeolocationController's last geoposition as cached position.
56436         https://bugs.webkit.org/show_bug.cgi?id=103540
56437
56438         Reviewed by Benjamin Poulain.
56439
56440         The page's GeolocationController mediates access to the
56441         GeolocationClient for multiple frames' Geolocation instances. This
56442         patch changes the position cache to be on the GeolocationController
56443         rather than on the Geolocation instance.
56444
56445         This fixes a bug where if one frame has has received a fresh
56446         position, then a request for a cached position from a second frame
56447         does not succeed because the Geolocation instance in the second
56448         frame's position cache hasn't received the position update that
56449         went to the first frame.
56450
56451         * fast/dom/Geolocation/cached-position-iframe-expected.txt: Added.
56452         * fast/dom/Geolocation/cached-position-iframe.html: Added.
56453         * fast/dom/Geolocation/resources/cached-position-iframe-inner.html: Added.
56454         * fast/dom/Geolocation/script-tests/cached-position-iframe.js: Added.
56455         (window.onmessage):
56456
56457 2012-11-29  Zhenyao Mo  <zmo@google.com>
56458
56459         Unreviewed, WebKit gardening.
56460
56461         * platform/chromium/TestExpectations:
56462
56463 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56464
56465         [Chromium] Skia rebaseline after we made kSrc_Mode go faster
56466
56467         Unreviewed expectations update.
56468
56469         Some of these are still crashing on Debug.
56470
56471         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56472         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
56473         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
56474         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
56475         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56476         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
56477         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
56478         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
56479         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56480         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56481         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
56482         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
56483         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
56484         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
56485         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56486         * platform/chromium-win-xp/svg/carto.net: Added.
56487         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
56488         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56489         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56490         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
56491         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
56492         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56493         * platform/chromium/TestExpectations:
56494
56495 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56496
56497         [Chromium] Rebaseline after removed double drawing of clipped hairlines at edges
56498
56499         Unreviewed expectations update
56500
56501         * platform/chromium-linux-x86/svg/hixie/perf/003-expected.png: Removed.
56502         * platform/chromium-mac-lion/fast/repaint/list-marker-expected.png: Added.
56503         * platform/chromium-mac-lion/svg/hixie/perf/001-expected.png: Added.
56504         * platform/chromium-mac-lion/svg/hixie/perf/002-expected.png: Added.
56505         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.png:
56506         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56507         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56508         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
56509         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
56510         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
56511         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56512         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56513         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
56514         * platform/chromium-mac/svg/hixie/perf/001-expected.png:
56515         * platform/chromium-mac/svg/hixie/perf/002-expected.png:
56516         * platform/chromium-mac/svg/hixie/perf/003-expected.png:
56517         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56518         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56519         * platform/chromium-win/fast/repaint/list-marker-expected.png:
56520         * platform/chromium-win/svg/hixie/perf/001-expected.png:
56521         * platform/chromium-win/svg/hixie/perf/002-expected.png:
56522         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56523         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56524         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
56525         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
56526         * svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
56527
56528 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56529
56530         [Chromium] Rebaseline after SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX was removed
56531
56532         Unreviewed test expectations update.
56533
56534         * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
56535         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Removed.
56536         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
56537         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
56538         * platform/chromium-mac-lion/fast/borders/border-image-rotate-transform-expected.png: Added.
56539         * platform/chromium-mac-lion/fast/forms/select-style-expected.png: Added.
56540         * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png: Added.
56541         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png: Added.
56542         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
56543         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56544         * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
56545         * platform/chromium-mac-snowleopard/fast/forms/select-style-expected.png:
56546         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
56547         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
56548         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
56549         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56550         * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
56551         * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
56552         * platform/chromium-mac/fast/forms/select-style-expected.png:
56553         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
56554         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
56555         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
56556         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Removed.
56557         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56558         * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
56559         * platform/chromium-win/fast/borders/borderRadiusDashed06-expected.png:
56560         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
56561         * platform/chromium-win/svg/custom/focus-ring-expected.png:
56562         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
56563         * platform/chromium/TestExpectations:
56564
56565 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56566
56567         [Chromium] Expectations update
56568
56569         Unreviewed expectation.
56570
56571         These expectations seem to have been rebaselined in error or missed
56572         being rebaselined during the great Skia rebaseline of Thanksgiving
56573         Day. This fixes some failing expectations and removes some incorrect
56574         expectations that crept in.
56575
56576         * fast/repaint/bugzilla-6278-expected.png: Added.
56577         * fast/repaint/invisible-objects-expected.png: Added.
56578         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
56579         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
56580         * platform/chromium-mac-lion/fast/repaint/bugzilla-6278-expected.png: Added.
56581         * platform/chromium-mac-lion/fast/repaint/invisible-objects-expected.png: Removed.
56582         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
56583         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
56584         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6278-expected.png: Added.
56585         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56586         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
56587         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
56588         * platform/chromium-mac/fast/repaint/bugzilla-6278-expected.png: Added.
56589         * platform/chromium-mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
56590         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
56591         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
56592         * platform/chromium-win/fast/repaint/body-background-image-expected.png:
56593         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
56594         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
56595         * platform/chromium-win/fast/repaint/invisible-objects-expected.png: Added.
56596         * platform/chromium-win/fast/text/font-initial-expected.png:
56597         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56598         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
56599         * platform/chromium/TestExpectations:
56600         * platform/chromium/fast/js/date-toisostring-expected.txt: Removed.
56601         * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Removed.
56602         * platform/chromium/fast/repaint/bugzilla-6278-expected.png: Removed.
56603         * platform/chromium/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
56604         * platform/chromium/fast/repaint/invisible-objects-expected.png: Removed.
56605         * platform/chromium/svg/custom/getBBox-path-expected.txt: Removed.
56606         * platform/chromium/svg/custom/global-constructors-expected.txt: Removed.
56607         * platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
56608         * platform/efl/fast/repaint/invisible-objects-expected.png: Removed.
56609         * platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
56610         * platform/gtk/fast/repaint/invisible-objects-expected.png: Removed.
56611
56612 2012-11-28  Daniel Bates  <dbates@webkit.org>
56613
56614         [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
56615         https://bugs.webkit.org/show_bug.cgi?id=103348
56616
56617         Reviewed by Abhishek Arya.
56618
56619         Add a comment to explain that the crash is expected and is performed in an
56620         orderly fashion.
56621
56622         * platform/chromium/TestExpectations:
56623
56624 2012-11-29  Dan Bernstein  <mitz@apple.com>
56625
56626         <rdar://problem/12771885> Support ruby-position: {before, after}
56627         https://bugs.webkit.org/show_bug.cgi?id=103569
56628
56629         Reviewed by Anders Carlsson.
56630
56631         * fast/ruby/position-after.html: Added.
56632         * platform/mac/fast/ruby/position-after-expected.png: Added.
56633         * platform/mac/fast/ruby/position-after-expected.txt: Added.
56634
56635 2012-11-29  Mike West  <mkwst@chromium.org>
56636
56637         Typo in 'autofocus' sandboxing error message.
56638         https://bugs.webkit.org/show_bug.cgi?id=103616
56639
56640         Reviewed by Jochen Eisinger.
56641
56642         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
56643
56644 2012-11-29  Hajime Morrita  <morrita@google.com>
56645
56646         HTMLMediaElement's .textTracks property does not reflect <track> element
56647         https://bugs.webkit.org/show_bug.cgi?id=103420
56648         
56649         Reviewed by Eric Carlson.
56650
56651         * media/track/track-node-add-remove-expected.txt: Added.
56652         * media/track/track-node-add-remove.html: Added.
56653
56654 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
56655
56656         [Chromium] Unreviewed, update Mac expectation after r136128.
56657
56658         * platform/chromium/TestExpectations:
56659
56660 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56661
56662         Unreviewed Chromium expectations cleanup
56663
56664         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56665         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
56666         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56667         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
56668         * platform/chromium-win/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56669         * platform/chromium/TestExpectations: Removed tests now passing
56670         * platform/chromium/fast/css/font-weight-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/font-weight-1-expected.png.
56671
56672 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56673
56674         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
56675         https://bugs.webkit.org/show_bug.cgi?id=103375
56676
56677         Unreviewed expectations update.
56678
56679         The test is no longer flakey after yeterdays test modification.
56680
56681         * platform/chromium/TestExpectations:
56682
56683 2012-11-29  KwangYong Choi  <ky0.choi@samsung.com>
56684
56685         [EFL] Remove duplicated entries from efl-wk1/TestExpectations
56686         https://bugs.webkit.org/show_bug.cgi?id=103236
56687
56688         Unreviewed. These entries exist in efl/TestExpectations. Remove duplication.
56689
56690         * platform/efl-wk1/TestExpectations:
56691
56692 2012-11-29  Mike West  <mkwst@chromium.org>
56693
56694         Layout Test http/tests/inspector/network/script-as-text-loading-long-url.html is failing
56695         https://bugs.webkit.org/show_bug.cgi?id=103619
56696
56697         Reviewed by Alexander Pavlov.
56698
56699         Windows doesn't like loooong filenames.
56700
56701         * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed from LayoutTests/http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php.
56702         * http/tests/inspector/network/script-as-text-loading-long-url.html:
56703         * platform/chromium/TestExpectations:
56704             Unskipping the test on XP.
56705
56706 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
56707
56708         [EFL][WK2] flaky reftests after r135935
56709         https://bugs.webkit.org/show_bug.cgi?id=103618
56710
56711         Unreviewed gardening, mark more reftests flaky after r135935.
56712
56713         * platform/efl-wk2/TestExpectations:
56714
56715 2012-11-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
56716
56717         [Qt] Unreviewed gardening.
56718         Rebase 3 tests. Skip one test because it needs Qt implementation.
56719
56720         * platform/qt/TestExpectations:
56721         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
56722         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
56723         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
56724
56725 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
56726
56727         [EFL] remove failure expectations from passing tests
56728         https://bugs.webkit.org/show_bug.cgi?id=103523
56729
56730         Unreviewed gardening, remove failure expectations:
56731         http/tests/security/isolatedWorld/world-reuse.html was fixed in
56732         r135871 and the rest have been passing for a long while according
56733         to flakiness dashboard.
56734
56735         * platform/efl-wk2/TestExpectations:
56736         * platform/efl/TestExpectations:
56737
56738 2012-11-29  Sheriff Bot  <webkit.review.bot@gmail.com>
56739
56740         Unreviewed, rolling out r136111.
56741         http://trac.webkit.org/changeset/136111
56742         https://bugs.webkit.org/show_bug.cgi?id=103620
56743
56744         Broke compilation on Mac (unused private field m_matchMode)
56745         (Requested by apavlov on #webkit).
56746
56747         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56748         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
56749
56750 2012-11-29  Mike West  <mkwst@chromium.org>
56751
56752         [Chromium] Unreviewed gardening.
56753
56754         * platform/chromium/TestExpectations:
56755             Skipping 'http/tests/inspector/network/script-as-text-loading-long-url.html'
56756             on WinXP.
56757
56758 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56759
56760         Better type ahead for DateTimeSymbolicFieldElement
56761         https://bugs.webkit.org/show_bug.cgi?id=103031
56762
56763         Reviewed by Kent Tamura.
56764
56765         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56766         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
56767
56768 2012-11-29  Kent Tamura  <tkent@chromium.org>
56769
56770         Convert *-appearance-pseudo-classes.html to dumpAsText tests
56771         https://bugs.webkit.org/show_bug.cgi?id=103602
56772
56773         Reviewed by Kentaro Hara.
56774
56775         fast/forms/*/*-appearance-pseudo-classes.html doesn't need to be a pixel
56776         test because "how css properties are applied" is tested in
56777         fast/forms/*/*-appearance-basic.html. Checking querySelectorAll result
56778         is enough to check pseudo classes support, and we can convert the test
56779         to a dumpAsText test. We imporve test coverage in the new dumpAsText tests.
56780
56781         Also, this patch adds missing datetimelocal-pseudo-classes.html.
56782
56783         * fast/forms/date/date-pseudo-classes-expected.txt:
56784         * fast/forms/date/date-pseudo-classes.html: Add :in-range -> :out-of-range cases.
56785         * fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt: Added.
56786         * fast/forms/datetimelocal/datetimelocal-pseudo-classes.html: Added.
56787         * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Removed.
56788         * fast/forms/month/month-appearance-pseudo-classes.html: Removed.
56789         * fast/forms/month/month-pseudo-classes-expected.txt: Added.
56790         * fast/forms/month/month-pseudo-classes.html: Added.
56791         * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Removed.
56792         * fast/forms/time/time-appearance-pseudo-classes.html: Removed.
56793         * fast/forms/time/time-pseudo-classes-expected.txt: Added.
56794         * fast/forms/time/time-pseudo-classes.html: Added.
56795         * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Removed.
56796         * fast/forms/week/week-appearance-pseudo-classes.html: Removed.
56797         * fast/forms/week/week-pseudo-classes-expected.txt: Added.
56798         * fast/forms/week/week-pseudo-classes.html: Added.
56799         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56800         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56801         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56802         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56803         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56804         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56805         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56806         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56807         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56808         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56809         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56810         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56811         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56812         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56813         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56814
56815 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
56816
56817         [Chromium] Unreviewed, mark fast/regions tests failing after r136045 as failing, since they are actually reftests.
56818
56819         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Removed.
56820         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Removed.
56821         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Removed.
56822         * platform/chromium/TestExpectations:
56823
56824 2012-11-29  Andrei Bucur  <abucur@adobe.com>
56825
56826         [CSS Regions] Fix content node renderers ordering inside the named flow thread
56827         https://bugs.webkit.org/show_bug.cgi?id=103501
56828
56829         Reviewed by David Hyatt.
56830
56831         The first two ref tests cover the issue with incorrectly computing the insertion position for a content node renderer.
56832         The third ref test covers the issue with nextRenderer and previousRenderer skipping valid nodes.
56833
56834         * fast/regions/named-flow-content-order-1-expected.html: Added.
56835         * fast/regions/named-flow-content-order-1.html: Added.
56836         * fast/regions/named-flow-content-order-2-expected.html: Added.
56837         * fast/regions/named-flow-content-order-2.html: Added.
56838         * fast/regions/named-flow-content-order-3-expected.html: Added.
56839         * fast/regions/named-flow-content-order-3.html: Added.
56840
56841 2012-11-28  Mike West  <mkwst@chromium.org>
56842
56843         Add a test to ensure that 'seamless' iframes do not inherit contenteditable.
56844         https://bugs.webkit.org/show_bug.cgi?id=95890
56845
56846         Reviewed by Ojan Vafai.
56847
56848         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt: Added.
56849         * fast/frames/seamless/seamless-contenteditable-not-inherited.html: Added.
56850
56851 2012-11-28  Mike West  <mkwst@chromium.org>
56852
56853         Web Inspector: Console message's anchor element should be trimmed for readability.
56854         https://bugs.webkit.org/show_bug.cgi?id=100095
56855
56856         Reviewed by Pavel Feldman.
56857
56858         * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Added.
56859         * http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
56860         * http/tests/inspector/network/script-as-text-loading-long-url.html: Added.
56861         * platform/chromium/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
56862             JSC vs V8.
56863
56864 012-11-28  Alexander Pavlov  <apavlov@chromium.org>
56865
56866         [Chromium] Unreviewed, rebaseline CSS regions test expectations for Mac 10.8 after r136045.
56867
56868         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Added.
56869         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Added.
56870         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Added.
56871
56872 2012-11-28  Hajime Morrita  <morrita@google.com>
56873
56874         [Shadow DOM] Element.createShadowRoot() should be prefixed.
56875         https://bugs.webkit.org/show_bug.cgi?id=103595
56876
56877         Reviewed by Kentaro Hara.
56878
56879         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
56880
56881 2012-11-28  Hayato Ito <hayato@chromium.org>
56882
56883         Test the return value from Node::compareDocumentPositionMake more strictly.
56884         https://bugs.webkit.org/show_bug.cgi?id=103590
56885
56886         Reviewed by Dimitri Glazkov.
56887
56888         * fast/dom/shadow/compare-document-position-expected.txt:
56889         * fast/dom/shadow/compare-document-position.html:
56890
56891 2012-11-28  Yael Aharon  <yael.aharon@intel.com>
56892
56893         [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
56894         https://bugs.webkit.org/show_bug.cgi?id=103508
56895
56896         Reviewed by Kent Tamura.
56897
56898         Do not submit the form in the ref test, as it is also not submitted by the
56899         original test. This also fixes the timeout in EFL's tests.
56900         Remove the test from TestEexpectations as the test is passing now.
56901
56902         * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
56903         * platform/efl-wk2/TestExpectations:
56904
56905 2012-11-28  Hayato Ito  <hayato@chromium.org>
56906
56907         Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.
56908         https://bugs.webkit.org/show_bug.cgi?id=103502
56909
56910         Reviewed by Dimitri Glazkov.
56911
56912         * fast/dom/shadow/compare-document-position-expected.txt: Added.
56913         * fast/dom/shadow/compare-document-position.html: Added.
56914
56915 2012-11-28  Noel Gordon  <noel.gordon@gmail.com>
56916
56917         Unreviewed test fix: chromium/fast/storage/serialized-script-value.html
56918
56919         This test produces an undefined error if the test fails.
56920
56921         * platform/chromium/fast/storage/serialized-script-value.html: Use bufferView
56922         instead of view (view is not defined).
56923
56924 2012-11-28  Joshua Bell  <jsbell@chromium.org>
56925
56926         [Chromium] IndexedDB: Assert/crash in indexing layout tests in content_shell
56927         https://bugs.webkit.org/show_bug.cgi?id=103562
56928
56929         Reviewed by Tony Chang.
56930
56931         Fix an expectation glitch that may arise in multi-process ports (an error on
56932         the open request may arrive before logging has stopped; safe to ignore it).
56933
56934         * storage/indexeddb/resources/transaction-error.js:
56935
56936 2012-11-23  Dirk Schulze  <krit@webkit.org>
56937
56938         Remove -webkit-mask-attachment
56939         https://bugs.webkit.org/show_bug.cgi?id=67137
56940
56941         Reviewed by David Hyatt.
56942
56943         Added negative tests for '-webkit-mask' shorthand property attachment keywords.
56944
56945         * fast/css/getComputedStyle/computed-style-expected.txt: 
56946         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
56947         * fast/css/remove-shorthand.html: Corrected syntax for -webkit-mask test.
56948         * fast/masking/parsing-mask-expected.txt:
56949         * fast/masking/parsing-mask.html: Added negative tests for attachment property keywords.
56950         * svg/css/getComputedStyle-basic-expected.txt:
56951
56952 2012-11-28  Kenichi Ishibashi  <bashi@chromium.org>
56953
56954         StyleResolver should not set NaN to font size
56955         https://bugs.webkit.org/show_bug.cgi?id=99506
56956
56957         Reviewed by Abhishek Arya.
56958
56959         * fast/css/font-size-nan-expected.txt: Added.
56960         * fast/css/font-size-nan.svg: Added.
56961
56962 2012-11-23  Dirk Schulze  <krit@webkit.org>
56963
56964         CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
56965         https://bugs.webkit.org/show_bug.cgi?id=103020
56966
56967         Reviewed by David Hyatt.
56968
56969         Added new subtests to exisiting test for the changed syntax of '-webkit-mask' shorthand property.
56970
56971         * fast/masking/parsing-mask-expected.txt:
56972         * fast/masking/parsing-mask.html:
56973
56974 2012-11-28  Tom Sepez  <tsepez@chromium.org>
56975
56976         XSSAuditor bypass with script src=data: URL ending in <!--
56977         https://bugs.webkit.org/show_bug.cgi?id=103548
56978
56979         Reviewed by Adam Barth.
56980
56981         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Added.
56982         * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Added.
56983
56984 2012-11-28  Abhishek Arya  <inferno@chromium.org>
56985
56986         Heap-use-after-free in WebCore::RenderLayerModelObject::hasSelfPaintingLayer
56987         https://bugs.webkit.org/show_bug.cgi?id=101970
56988
56989         Reviewed by David Hyatt.
56990
56991         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Added.
56992         * fast/block/float/float-not-removed-from-pre-block.html: Added.
56993
56994 2012-11-28  Tony Chang  <tony@chromium.org>
56995
56996         Move internals.settings.setPageScaleFactor to internals.setPageScaleFactor
56997         https://bugs.webkit.org/show_bug.cgi?id=103559
56998
56999         Reviewed by Jochen Eisinger.
57000
57001         This method doesn't alter the Settings object, so move it to internals.
57002         Update the tests to call the right version.
57003
57004         * compositing/geometry/fixed-position-composited-page-scale-down.html:
57005         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
57006         * compositing/geometry/fixed-position-composited-page-scale.html:
57007         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
57008         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
57009         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
57010         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
57011         * compositing/overflow/overflow-scaled-descendant-overlapping.html:
57012         * compositing/repaint/page-scale-repaint.html:
57013         * compositing/scaling/tiled-layer-recursion.html:
57014         * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html:
57015         * fast/dom/Element/scale-page-bounding-client-rect.html:
57016         * fast/dom/Element/scale-page-client-rects-in-frame.html:
57017         * fast/dom/Element/scale-page-client-rects.html:
57018         * fast/dom/Range/scale-page-bounding-client-rect.html:
57019         * fast/dom/Range/scale-page-client-rects.html:
57020         * fast/dom/elementFromPoint-scaled-scrolled.html:
57021         * fast/dom/iframe-inner-size-scaling.html:
57022         * fast/dom/window-inner-size-scaling.html:
57023         * fast/dom/window-scroll-scaling.html:
57024         * fast/events/scale-and-scroll-body.html:
57025         * fast/events/scale-and-scroll-iframe-body.html:
57026         * fast/events/scale-and-scroll-iframe-window.html:
57027         * fast/events/scale-and-scroll-window.html:
57028         * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
57029         (iframeLoaded):
57030         * fast/events/script-tests/page-scaled-mouse-click.js:
57031         * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
57032         * fast/events/touch/page-scaled-touch-gesture-click.html:
57033         * fast/events/touch/touch-scaled-scrolled.html:
57034         * fast/frames/frame-set-rotation-hit.html:
57035         * fast/frames/frame-set-scaling-hit.html:
57036         * fast/frames/iframe-double-scale-contents.html:
57037         * fast/repaint/background-scaling.html:
57038         * fast/repaint/scale-page-shrink.html:
57039         * fast/text/descent-clip-in-scaled-page-expected.html:
57040         * fast/text/descent-clip-in-scaled-page.html:
57041         * fast/transforms/selection-bounds-in-transformed-view.html:
57042         * inspector/elements/highlight-node-scaled.html:
57043         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html:
57044         * svg/as-image/image-respects-pageScaleFactor-change.html:
57045         * svg/as-image/image-respects-pageScaleFactor.html:
57046
57047 2012-11-28  Christophe Dumez  <christophe.dumez@intel.com>
57048
57049         CSS3 Multicolumn: column-span should accept value 'none' (instead of '1')
57050         https://bugs.webkit.org/show_bug.cgi?id=101462
57051
57052         Reviewed by David Hyatt.
57053
57054         Update expected results for several test cases now that the
57055         default value for column-span property was renamed from 1
57056         to none.
57057
57058         * fast/css/getComputedStyle/computed-style-expected.txt:
57059         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
57060         * svg/css/getComputedStyle-basic-expected.txt:
57061
57062 2012-11-28  Stephen Chenney  <schenney@chromium.org>
57063
57064         Chromium TestExpectations minor changes.
57065         https://bugs.webkit.org/show_bug.cgi?id=103148
57066
57067         Unreviewed test expectations changes.
57068
57069         Making some tests flakey rather than actually failing.
57070
57071         * platform/chromium/TestExpectations:
57072
57073 2012-11-28  Roger Fong  <roger_fong@apple.com>
57074
57075         Unreviewed. Skip flaky video test media/W3C/video/readyState/readyState_during_loadedmetadata.html.
57076         https://bugs.webkit.org/show_bug.cgi?id=103442
57077
57078         * platform/win/TestExpectations:
57079
57080 2012-11-28  Anton Vayvod  <avayvod@chromium.org>
57081
57082         Text Autosizing: Clusters should use width of LCA of their text nodes
57083         https://bugs.webkit.org/show_bug.cgi?id=102562
57084
57085         Reviewed by Kenneth Rohde Christiansen.
57086
57087         Many pages set a max-width on their content. So especially for the
57088         RenderView, instead of just taking the width of |cluster| we find
57089         the lowest common ancestor of the first and last descendant text node of
57090         the cluster (i.e. the deepest wrapper block that contains all the text),
57091         and use its width instead.
57092         Had to update a couple of existing tests since the actual width for font
57093         size multiplier calculation has been changed by the patch.
57094
57095         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
57096         * fast/text-autosizing/cluster-wide-in-narrow.html:
57097         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster-expected.html: Added.
57098         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster.html: Added.
57099         * fast/text-autosizing/cluster-with-narrow-lca-expected.html: Added.
57100         * fast/text-autosizing/cluster-with-narrow-lca.html: Added.
57101         * fast/text-autosizing/cluster-with-wide-lca-expected.html: Added.
57102         * fast/text-autosizing/cluster-with-wide-lca.html: Added.
57103         * fast/text-autosizing/em-margin-border-padding-expected.html:
57104         * fast/text-autosizing/em-margin-border-padding.html:
57105         * fast/text-autosizing/list-item-out-of-flow-expected.html: Added.
57106         * fast/text-autosizing/list-item-out-of-flow.html: Added.
57107         * fast/text-autosizing/wide-child-expected.html:
57108         * fast/text-autosizing/wide-child.html:
57109         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: Added.
57110         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: Added.
57111
57112 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57113
57114         [CSS Regions] Crash when using hover and first-letter inside a flow-thread
57115         https://bugs.webkit.org/show_bug.cgi?id=102957
57116
57117         Reviewed by David Hyatt.
57118
57119         Added CSS Regions tests for the firstLetter and listMarker render objects that use 
57120         different destroy paths in the code.
57121
57122         * fast/regions/firstletter-inside-flowthread-expected.html: Added.
57123         * fast/regions/firstletter-inside-flowthread.html: Added.
57124         * fast/regions/listmarker-inside-flowthread-expected.html: Added.
57125         * fast/regions/listmarker-inside-flowthread.html: Added.
57126
57127 2012-11-28  Tony Chang  <tony@chromium.org>
57128
57129         Unreviewed, fix duplicate expectation.
57130
57131         * platform/efl-wk1/TestExpectations:
57132
57133 2012-11-28  Pravin D  <pravind.2k4@gmail.com>
57134
57135         LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
57136         https://bugs.webkit.org/show_bug.cgi?id=103453
57137
57138         Reviewed by Julien Chaffraix.
57139
57140         The testcase failure was due to the difference in the default line-height value
57141         used by Qt-linux port from other ports.
57142
57143         * fast/table/css-table-max-height.html:
57144         * platform/qt/TestExpectations:
57145
57146 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57147
57148         [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
57149         https://bugs.webkit.org/show_bug.cgi?id=102954
57150
57151         Reviewed by David Hyatt.
57152
57153         Added test to check for auto-height region size update after an element is added to the flow.
57154         In this case the first region will need to resize to accommodate the size of the added elements.
57155
57156         * fast/regions/autoheight-dynamic-update-expected.html: Added.
57157         * fast/regions/autoheight-dynamic-update.html: Added.
57158
57159 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
57160
57161         [Chromium] Unreviewed. Fixing lint errors introduced in r136030.
57162
57163         * platform/chromium/TestExpectations:
57164
57165 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57166
57167         [CSS Regions] InRenderFlowThread returns false in the first setStyle
57168         https://bugs.webkit.org/show_bug.cgi?id=102839
57169
57170         Reviewed by Dave Hyatt.
57171
57172         Added test to check that the composited elements added to a RenderFlowThread are painted correctly.
57173
57174         * fast/repaint/region-painting-composited-element-expected.html: Added.
57175         * fast/repaint/region-painting-composited-element.html: Added.
57176
57177 2012-11-28  Tony Chang  <tony@chromium.org>
57178
57179         Unreviewed, land updated Mac results after track limiter removal.
57180
57181         * fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57182         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57183         * fast/forms/range/input-appearance-range-expected.txt:
57184         * fast/forms/range/slider-padding-expected.txt:
57185         * fast/forms/range/slider-thumb-stylability-expected.txt:
57186         * fast/multicol/client-rects-expected.txt:
57187         * fast/repaint/slider-thumb-drag-release-expected.txt:
57188         * fast/repaint/slider-thumb-float-expected.txt:
57189         * platform/mac/TestExpectations:
57190         * platform/mac/fast/forms/box-shadow-override-expected.txt:
57191         * platform/mac/fast/forms/input-appearance-height-expected.txt:
57192         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
57193         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
57194         * platform/mac/media/audio-controls-rendering-expected.txt:
57195         * platform/mac/media/controls-after-reload-expected.txt:
57196         * platform/mac/media/controls-strict-expected.txt:
57197         * platform/mac/media/controls-styling-strict-expected.txt:
57198         * platform/mac/media/controls-without-preload-expected.txt:
57199         * platform/mac/media/video-controls-rendering-expected.txt:
57200         * platform/mac/media/video-display-toggle-expected.txt:
57201         * platform/mac/media/video-no-audio-expected.txt:
57202         * platform/mac/media/video-playing-and-pause-expected.txt:
57203
57204 2012-11-28  Dan Bernstein  <mitz@apple.com>
57205
57206         <rdar://problem/12645085> REGRESSION (r130851): With kerning enabled, a white-space: pre-wrap inline starting with tab+space has the wrong width
57207         https://bugs.webkit.org/show_bug.cgi?id=103541
57208
57209         Reviewed by Anders Carlsson.
57210
57211         * fast/text/tab-with-kerning-expected.html: Added.
57212         * fast/text/tab-with-kerning.html: Added.
57213
57214 2012-11-28  Nate Chapin  <japhet@chromium.org>
57215
57216         Move empty loading to DocumentLoader, simplify FrameLoader::init()
57217         https://bugs.webkit.org/show_bug.cgi?id=101512
57218
57219         Reviewed by Adam Barth.
57220
57221         Don't expect resource load callbacks for empty loads.
57222
57223         * http/tests/inspector/network/network-iframe-load-and-delete.html:
57224         * http/tests/loading/redirect-methods-expected.txt:
57225         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
57226         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
57227         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
57228
57229 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
57230
57231         [Chromium] Unreviewed. Mark http/tests/media/video-buffered-range-contains-currentTime.html as requiring an image rebaseline.
57232
57233         * platform/chromium/TestExpectations:
57234
57235 2012-11-28  Tony Chang  <tony@chromium.org>
57236
57237         Unreviewed, land updated Chromium results after track limiter removal.
57238
57239         * fast/forms/range/range-thumb-height-percentage-expected.txt:
57240         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
57241         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57242         * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57243         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Removed.
57244         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
57245         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
57246         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
57247         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
57248         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: Added.
57249         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/range-thumb-height-percentage-expected.txt.
57250         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
57251         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
57252         * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt:
57253         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
57254         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
57255         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
57256         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Removed.
57257         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
57258         * platform/chromium-mac/media/audio-repaint-expected.txt:
57259         * platform/chromium-mac/media/controls-after-reload-expected.txt:
57260         * platform/chromium-mac/media/controls-strict-expected.txt:
57261         * platform/chromium-mac/media/controls-styling-expected.txt:
57262         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
57263         * platform/chromium-mac/media/controls-without-preload-expected.txt:
57264         * platform/chromium-mac/media/media-controls-clone-expected.txt:
57265         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
57266         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
57267         * platform/chromium-mac/media/video-display-toggle-expected.txt:
57268         * platform/chromium-mac/media/video-empty-source-expected.png:
57269         * platform/chromium-mac/media/video-empty-source-expected.txt:
57270         * platform/chromium-mac/media/video-no-audio-expected.txt:
57271         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
57272         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
57273         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
57274         * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57275         * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57276         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Removed.
57277         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57278         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57279         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
57280         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
57281         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
57282         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
57283         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
57284         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
57285         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
57286         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
57287         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
57288         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
57289         * platform/chromium-win/media/video-empty-source-expected.txt:
57290         * platform/chromium/TestExpectations:
57291         * platform/chromium/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
57292         * platform/chromium/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed.
57293         * platform/chromium/fast/multicol/client-rects-expected.txt: Added.
57294         * platform/chromium/fast/repaint/slider-thumb-float-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/slider-thumb-float-expected.txt.
57295         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57296         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57297         * platform/win-future/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/fast/forms/range/range-thumb-height-percentage-expected.txt.
57298
57299 2012-11-28  Antoine Quint  <graouts@apple.com>
57300
57301         Calling .removeCue() for a cue that was never added should raise a NOT_FOUND_ERR
57302         https://bugs.webkit.org/show_bug.cgi?id=103412
57303
57304         Reviewed by Eric Carlson.
57305
57306         Updating the .removeCue() test checking on the exception to be NOT_FOUND_ERR instead
57307         of INVALID_STATE_ERR.
57308
57309         * media/track/track-add-remove-cue-expected.txt:
57310         * media/track/track-add-remove-cue.html:
57311
57312 2012-11-28  Stephen Chenney  <schenney@chromium.org>
57313
57314         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
57315         https://bugs.webkit.org/show_bug.cgi?id=103375
57316
57317         Unreviewed test update.
57318
57319         According to the original bug, at least 4 iterations were required to
57320         crash (without the fix). To make the test faster, I've reduced the max
57321         iteration count to 5, rather than 10. This may not fix the timeoout
57322         issue because it might be a real timeout, not just a slow test.
57323
57324         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
57325
57326 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
57327
57328         [chromium] Allow plugins to opt-in to receive synthetic mouse events out of touch events.
57329         https://bugs.webkit.org/show_bug.cgi?id=103092
57330
57331         Reviewed by Tony Chang.
57332
57333         Add test for synthesized mouse events from touch (and update existing tests).
57334
57335         * platform/chromium/plugins/touch-events-details.html:
57336         * platform/chromium/plugins/touch-events-synthesized-expected.txt: Added.
57337         * platform/chromium/plugins/touch-events-synthesized.html: Copied from LayoutTests/platform/chromium/plugins/touch-events.html.
57338         * platform/chromium/plugins/touch-events.html:
57339         * platform/chromium/plugins/transformed-events.html:
57340
57341 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
57342
57343         Fix gesture scrolling when the target-element of scroll-begin is removed
57344         https://bugs.webkit.org/show_bug.cgi?id=103355
57345
57346         Reviewed by Antonio Gomes.
57347
57348         Added a test that starts a touch-scroll, removes the initial element under the
57349         touch-point, and scrolls some more, to test that the scrolling happens correctly
57350         after the element is removed.
57351
57352         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Added.
57353         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Added.
57354
57355 2012-11-28  Jussi Kukkonen  <jussi.kukkonen@intel.com>
57356
57357         [EFL][WK2] add flaky results after r135935
57358         https://bugs.webkit.org/show_bug.cgi?id=103514
57359
57360         Unreviewed gardening: add flaky results after r135935 enabled
57361         loads of reftests. Also move the existing flaky results from efl
57362         to efl-wk2 since this does not concern WK1.
57363
57364         * platform/efl-wk2/TestExpectations:
57365         * platform/efl/TestExpectations:
57366
57367 2012-11-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
57368
57369         Move childrenAffectedBy bits from RenderStyle to Element
57370         https://bugs.webkit.org/show_bug.cgi?id=101448
57371         https://bugs.webkit.org/show_bug.cgi?id=98021
57372
57373         Reviewed by Antti Koivisto.
57374         New test-case by Takashi Sakamoto
57375
57376         * fast/css/nth-child-not-in-rightmost-expected.html: Added.
57377         * fast/css/nth-child-not-in-rightmost.html: Added.
57378         * touchadjustment/event-triggered-widgets.html: Fix bug exposed by patch.
57379
57380 2012-11-28  Kent Tamura  <tkent@chromium.org>
57381
57382         Merge tests for date pseudo classes into one
57383         https://bugs.webkit.org/show_bug.cgi?id=103489
57384
57385         Reviewed by Kentaro Hara.
57386
57387         date-appearance-pseudo-classes.html doesn't need to be a pixel
57388         test because "how css properties are applied" is tested in
57389         date-appearance-basic.html. Checking querySelectorAll result is
57390         enough to check pseudo classes support, and we can convert the
57391         test to a dumpAsText test.
57392
57393         Also, we should remove type=date dependencies in
57394         fast/css/pseudo-*.html because some platforms don't enable
57395         INPUT_TYPE_DATE and we had better put such tests into one place,
57396         fast/forms/date/.
57397
57398         * fast/css/pseudo-in-range-expected.txt:
57399         * fast/css/pseudo-in-range-invalid-value-expected.txt:
57400         * fast/css/pseudo-out-of-range-expected.txt:
57401         * fast/css/script-tests/pseudo-in-range-invalid-value.js:
57402         * fast/css/script-tests/pseudo-in-range.js:
57403         * fast/css/script-tests/pseudo-out-of-range.js:
57404         * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Removed.
57405         * fast/forms/date/date-appearance-pseudo-classes.html: Removed.
57406         * fast/forms/date/date-pseudo-classes-expected.txt: Added.
57407         * fast/forms/date/date-pseudo-classes.html: Added.
57408         * fast/forms/resources/common-pseudo-classes.js: Added.
57409         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57410         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57411         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57412         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57413         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57414
57415         * platform/efl/TestExpectations:
57416         * platform/gtk/TestExpectations:
57417         * platform/mac/TestExpectations:
57418         * platform/qt/TestExpectations:
57419         * platform/win/TestExpectations:
57420 2012-11-28  Tommy Widenflycht  <tommyw@google.com>
57421
57422         Add basic implementation for MediaStreamAudioDestinationNode
57423         https://bugs.webkit.org/show_bug.cgi?id=101815
57424
57425         Reviewed by Chris Rogers.
57426
57427         * webaudio/mediastreamaudiodestinationnode-expected.txt: Added.
57428         * webaudio/mediastreamaudiodestinationnode.html: Added.
57429
57430 2012-11-28  Jaehun Lim  <ljaehun.lim@samsung.com>
57431
57432         [EFL][WK1] Gardening AC testcases in efl-wk1
57433         https://bugs.webkit.org/show_bug.cgi?id=103488
57434
57435         Unreviewed, EFL gardening.
57436
57437         efl-wk1 doesn't fully support AC.
57438
57439         * platform/efl-wk1/TestExpectations:
57440
57441 2012-11-27  Mike West  <mkwst@chromium.org>
57442
57443         Improve WebSocketChannel connection failure console messages.
57444         https://bugs.webkit.org/show_bug.cgi?id=103448
57445
57446         Reviewed by Adam Barth.
57447
57448         * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
57449         * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
57450         * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
57451         * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
57452         * http/tests/websocket/tests/hybi/close-expected.txt:
57453         * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
57454         * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
57455         * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
57456         * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
57457         * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
57458         * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
57459         * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
57460         * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
57461         * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
57462         * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
57463         * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
57464         * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
57465         * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
57466         * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
57467         * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
57468         * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
57469         * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
57470         * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
57471         * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
57472         * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
57473         * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
57474         * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
57475         * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
57476         * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
57477         * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
57478         * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
57479         * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
57480         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
57481             Update test expectations with the new error messages.
57482
57483 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
57484
57485         [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too.
57486
57487         * platform/chromium/TestExpectations:
57488
57489 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
57490
57491         [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac.
57492
57493         * platform/chromium/TestExpectations:
57494
57495 2012-11-27  Kent Tamura  <tkent@chromium.org>
57496
57497         [Chromium] Test expectation update
57498         https://bugs.webkit.org/show_bug.cgi?id=96720
57499
57500         * platform/chromium/TestExpectations:
57501         datetimelocal-multiple-fields-preserve-value-after-history-back.html is flaky.
57502
57503 2012-11-27  Noel Gordon  <noel.gordon@gmail.com>
57504
57505         Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times-out on win release
57506         https://bugs.webkit.org/show_bug.cgi?id=96953
57507
57508         * platform/chromium/TestExpectations:
57509
57510 2012-11-27  Kent Tamura  <tkent@chromium.org>
57511
57512         [Chromium] Update test results for recent forms changes
57513
57514         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
57515         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57516         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
57517         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57518         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
57519         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57520         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
57521         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57522         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57523         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57524         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57525         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57526         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57527         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57528         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
57529         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57530         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
57531         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57532         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
57533         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57534         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
57535         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57536         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57537         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57538         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57539         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57540         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57541         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57542         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
57543         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57544         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
57545         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57546         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
57547         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57548         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
57549         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57550         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57551         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57552         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57553         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57554         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57555         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57556         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
57557         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
57558         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
57559         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
57560         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
57561         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
57562         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
57563         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
57564         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57565         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
57566         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57567         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
57568         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57569         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
57570         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57571         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57572         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57573         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57574         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57575         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57576         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57577         * platform/chromium/TestExpectations:
57578
57579 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
57580
57581         Support proper <percent> / calc() resolution for grid items
57582         https://bugs.webkit.org/show_bug.cgi?id=102968
57583
57584         Reviewed by Ojan Vafai.
57585
57586         * fast/css-grid-layout/calc-resolution-grid-item-expected.txt: Added.
57587         * fast/css-grid-layout/calc-resolution-grid-item.html: Added.
57588         * fast/css-grid-layout/percent-resolution-grid-item-expected.txt: Added.
57589         * fast/css-grid-layout/percent-resolution-grid-item.html: Added.
57590         Test that checks that our override containing block's logical width / height logic
57591         works as expected.
57592
57593         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt: Added.
57594         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html: Added.
57595         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html: Added.
57596         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt: Added.
57597         Those test cases covers the cases of percentage sized grid items with percentage sized grid tracks
57598         inside a fixed or percentage sized grid element. They don't pass yet as we don't support percentage
57599         sized grid tracks (see bug 103335).
57600
57601 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
57602
57603         Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935
57604         to TestExpectations. Mark pailures as [ ImageOnlyFailure Pass ] because
57605         the failures on Release and Debug bots are not the same.
57606
57607         * platform/efl/TestExpectations:
57608
57609 2012-11-27  Dana Jansens  <danakj@chromium.org>
57610
57611         Rebaseline and remove expectations for deferred virtual test suite
57612         https://bugs.webkit.org/show_bug.cgi?id=102294
57613
57614         Unreviewed gardening.
57615
57616         These three tests are failing on mac, but other platforms are fine.
57617         Rebaseline windows, and mark as failing only for Mac.
57618
57619         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png:
57620         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png:
57621         * platform/chromium/TestExpectations:
57622
57623 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57624
57625         Unreviewed gardening: crashing on XP
57626         fast/frames/sandboxed-iframe-navigation-parent.html
57627         https://bugs.webkit.org/show_bug.cgi?id=103472
57628
57629         * platform/chromium/TestExpectations:
57630
57631 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57632
57633         Unreviewed gardening:
57634         Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing
57635         https://bugs.webkit.org/show_bug.cgi?id=103471
57636
57637         * platform/chromium/TestExpectations:
57638
57639 2012-11-27  Tony Chang  <tony@chromium.org>
57640
57641         Unreviewed, land updated Gtk results after track limiter removal.
57642
57643         * fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
57644         * fast/forms/range/input-appearance-range-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt.
57645         * platform/gtk/TestExpectations:
57646         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57647         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57648         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
57649         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
57650         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
57651         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
57652         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
57653         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
57654         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
57655         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
57656         * platform/gtk/fast/layers/video-layer-expected.txt:
57657         * platform/gtk/fast/multicol/client-rects-expected.txt:
57658         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
57659         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt:
57660         * platform/gtk/media/audio-controls-rendering-expected.txt:
57661         * platform/gtk/media/audio-repaint-expected.txt:
57662         * platform/gtk/media/controls-after-reload-expected.txt:
57663         * platform/gtk/media/controls-strict-expected.txt:
57664         * platform/gtk/media/controls-styling-expected.txt:
57665         * platform/gtk/media/controls-styling-strict-expected.txt:
57666         * platform/gtk/media/controls-without-preload-expected.txt:
57667         * platform/gtk/media/media-controls-clone-expected.txt:
57668         * platform/gtk/media/video-controls-rendering-expected.txt:
57669         * platform/gtk/media/video-display-toggle-expected.txt:
57670         * platform/gtk/media/video-empty-source-expected.txt:
57671         * platform/gtk/media/video-no-audio-expected.txt:
57672         * platform/gtk/media/video-volume-slider-expected.txt:
57673         * platform/gtk/media/video-zoom-controls-expected.txt:
57674         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
57675         * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Removed.
57676
57677 2012-11-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
57678
57679         Add behavior tests for input[type=datetime-local] with multiple fields
57680         https://bugs.webkit.org/show_bug.cgi?id=103386
57681
57682         Reviewed by Kent Tamura.
57683
57684         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Added.
57685         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Added.
57686         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Added.
57687         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Added.
57688         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Added.
57689         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Added.
57690         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Added.
57691         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Added.
57692         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
57693         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Added.
57694         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Added.
57695         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Added.
57696         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
57697         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Added.
57698         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Added.
57699         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Added.
57700         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
57701         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Added.
57702         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Added.
57703         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Added.
57704         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
57705         (startTestFor): Support datetime and datetime-local.
57706
57707 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57708
57709         Unreviewed gardening:
57710         media/video-currentTime-set.html crashes
57711         https://bugs.webkit.org/show_bug.cgi?id=103183
57712
57713         * platform/chromium/TestExpectations:
57714
57715 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
57716
57717         Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935
57718         to TestExpectations.
57719
57720         * platform/efl/TestExpectations:
57721
57722 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57723
57724         Unreviewed gardening:
57725         http/tests/inspector/network/network-xhr-replay.html times out crashes
57726         https://bugs.webkit.org/show_bug.cgi?id=96953
57727
57728         * platform/chromium/TestExpectations:
57729
57730 2012-11-27  Tony Chang  <tony@chromium.org>
57731
57732         Unreviewed, land updated Qt results after track limiter removal.
57733
57734         * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/slider-padding-expected.txt.
57735         * fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/client-rects-expected.txt.
57736         * fast/repaint/slider-thumb-drag-release-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/slider-thumb-drag-release-expected.txt.
57737         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
57738         * platform/mac/fast/forms/range/slider-padding-expected.txt: Removed.
57739         * platform/mac/fast/multicol/client-rects-expected.txt: Removed.
57740         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
57741         * platform/qt/TestExpectations:
57742         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57743         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57744         * platform/qt/fast/forms/box-shadow-override-expected.txt:
57745         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
57746         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
57747         * platform/qt/fast/forms/range/slider-padding-expected.txt:
57748         * platform/qt/fast/multicol/client-rects-expected.txt:
57749         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
57750         * platform/qt/fast/repaint/slider-thumb-float-expected.txt:
57751
57752 2012-11-27  Tony Chang  <tony@chromium.org>
57753
57754         Unreviewed, land updated EFL results after track limiter removal.
57755
57756         * platform/efl/TestExpectations:
57757         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57758         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
57759         * platform/efl/fast/forms/box-shadow-override-expected.txt:
57760         * platform/efl/fast/forms/input-appearance-height-expected.txt:
57761         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
57762         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
57763         * platform/efl/fast/forms/range/slider-padding-expected.txt:
57764         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
57765         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
57766         * platform/efl/fast/layers/video-layer-expected.txt:
57767         * platform/efl/fast/multicol/client-rects-expected.txt:
57768         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
57769         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
57770         * platform/efl/media/audio-controls-rendering-expected.txt:
57771         * platform/efl/media/controls-strict-expected.txt:
57772         * platform/efl/media/controls-styling-strict-expected.txt:
57773         * platform/efl/media/controls-without-preload-expected.txt:
57774         * platform/efl/media/media-controls-clone-expected.txt:
57775         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
57776         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
57777         * platform/efl/media/video-display-toggle-expected.txt:
57778         * platform/efl/media/video-empty-source-expected.txt:
57779         * platform/efl/media/video-no-audio-expected.txt:
57780         * platform/efl/media/video-zoom-controls-expected.txt:
57781
57782 2012-11-27  Dean Jackson  <dino@apple.com>
57783
57784         Make track list control active
57785         https://bugs.webkit.org/show_bug.cgi?id=101670
57786
57787         Reviewed by Eric Carlson.
57788
57789         New test that exercises the track list menu, and how it can be used
57790         to enable specific tracks. Since this is only enabled for Mac, it is
57791         skipped on all other platforms.
57792
57793         Meanwhile, the existing test for a on/off captions button now
57794         does not work on Mac, so skip it there. I copied the functionality
57795         into the new test so we still have coverage.
57796
57797         * media/video-controls-captions-trackmenu-expected.txt: Added.
57798         * media/video-controls-captions-trackmenu.html: Added.
57799         * platform/chromium/TestExpectations:
57800         * platform/efl/TestExpectations:
57801         * platform/gtk/TestExpectations:
57802         * platform/mac/TestExpectations:
57803         * platform/qt/TestExpectations:
57804         * platform/win/TestExpectations:
57805
57806 2012-11-27  Tony Chang  <tony@chromium.org>
57807
57808         Unreviewed, updating TestExpectations after input slider change.
57809
57810         * platform/chromium/TestExpectations:
57811
57812 2012-11-27  Tony Chang  <tony@chromium.org>
57813
57814         Unreviewed, updating TestExpectations after input slider change.
57815
57816         * platform/gtk/TestExpectations:
57817
57818 2012-11-26  Filip Pizlo  <fpizlo@apple.com>
57819
57820         DFG SetLocal should use forwardSpeculationCheck instead of its own half-baked version of same
57821         https://bugs.webkit.org/show_bug.cgi?id=103353
57822
57823         Reviewed by Oliver Hunt and Gavin Barraclough.
57824
57825         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt: Added.
57826         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit.html: Added.
57827         * fast/js/dfg-side-effect-assignment-osr-exit-expected.txt: Added.
57828         * fast/js/dfg-side-effect-assignment-osr-exit.html: Added.
57829         * fast/js/jsc-test-list:
57830         * fast/js/script-tests/dfg-intrinsic-side-effect-assignment-osr-exit.js: Added.
57831         (foo):
57832         * fast/js/script-tests/dfg-side-effect-assignment-osr-exit.js: Added.
57833         (foo):
57834         (bar):
57835
57836 2012-11-27  Alexandru Chiculita  <achicu@adobe.com>
57837
57838         [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region
57839         https://bugs.webkit.org/show_bug.cgi?id=102826
57840
57841         Reviewed by David Hyatt.
57842
57843         Added test file to check for repainting inside a RenderFlowThread when the page is in composited mode.
57844
57845         * fast/repaint/region-painting-in-composited-view-expected.html: Added.
57846         * fast/repaint/region-painting-in-composited-view.html: Added.
57847
57848 2012-11-27  Tony Chang  <tony@chromium.org>
57849
57850         Unreviewed, updating TestExpectations after input slider change.
57851
57852         * platform/efl/TestExpectations:
57853         * platform/mac/TestExpectations:
57854
57855 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
57856
57857         Unreviewed Qt gardening.
57858
57859         * platform/qt/TestExpectations:
57860         Skipped fast/table/css-table-max-height.html as it is showing a 12px difference.
57861         The test is actually passing but the output wouldn't make it obvious that it is the case.
57862
57863 2012-11-27  Tom Sepez  <tsepez@chromium.org>
57864
57865         Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach().
57866         https://bugs.webkit.org/show_bug.cgi?id=100803
57867
57868         Reviewed by Abhishek Arya.
57869
57870         * fast/dom/adopt-node-crash-2-expected.txt: Added.
57871         * fast/dom/adopt-node-crash-2.html: Added.
57872
57873 2012-11-27  Tony Chang  <tony@chromium.org>
57874
57875         Remove hidden limiter div in the input slider shadow DOM
57876         https://bugs.webkit.org/show_bug.cgi?id=102993
57877
57878         Reviewed by Ojan Vafai.
57879
57880         Pixel results should be the same, but the render tree for RenderSlider has one less div.
57881
57882         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57883         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57884         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
57885         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
57886         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
57887         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
57888         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
57889         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
57890         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
57891         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
57892         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
57893         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
57894         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
57895         * platform/chromium-win/fast/layers/video-layer-expected.txt:
57896         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
57897         * platform/chromium-win/media/audio-repaint-expected.txt:
57898         * platform/chromium-win/media/controls-after-reload-expected.txt:
57899         * platform/chromium-win/media/controls-strict-expected.txt:
57900         * platform/chromium-win/media/controls-styling-expected.txt:
57901         * platform/chromium-win/media/controls-styling-strict-expected.txt:
57902         * platform/chromium-win/media/controls-without-preload-expected.txt:
57903         * platform/chromium-win/media/media-controls-clone-expected.txt:
57904         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
57905         * platform/chromium-win/media/video-controls-rendering-expected.txt:
57906         * platform/chromium-win/media/video-display-toggle-expected.txt:
57907         * platform/chromium-win/media/video-no-audio-expected.txt:
57908         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
57909         * platform/chromium-win/media/video-zoom-controls-expected.txt:
57910         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
57911
57912 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57913
57914         Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently
57915         https://bugs.webkit.org/show_bug.cgi?id=103451
57916
57917         * platform/chromium/TestExpectations:
57918
57919 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57920
57921         Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html
57922         https://bugs.webkit.org/show_bug.cgi?id=103449
57923
57924         * platform/chromium/TestExpectations:
57925
57926 2012-11-27  Aaron Colwell  <acolwell@chromium.org>
57927
57928         Use-after-free in media player handling
57929         https://bugs.webkit.org/show_bug.cgi?id=103426
57930
57931         Reviewed by Eric Carlson.
57932
57933         - Added a test to verify that the MediaSource gets closed when the HTMLMediaElement is destroyed
57934           after it is removed from the DOM.
57935         - Updated video-media-source-state-changes-expected.txt to reflect a slight change in event dispatch ordering.
57936
57937
57938         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction-expected.txt: Added.
57939         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction.html: Added.
57940         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
57941
57942 2012-11-27  David Grogan  <dgrogan@chromium.org>
57943
57944         IndexedDB: Remove IDBDatabase.setVersion API
57945         https://bugs.webkit.org/show_bug.cgi?id=94972
57946
57947         Reviewed by Tony Chang.
57948
57949         * storage/indexeddb/removed-expected.txt:
57950         * storage/indexeddb/resources/removed.js:
57951         (test):
57952
57953 2012-11-27  Mike West  <mkwst@chromium.org>
57954
57955         Log to console when autofocus is blocked by sandbox attribute.
57956         https://bugs.webkit.org/show_bug.cgi?id=103255
57957
57958         Reviewed by Ojan Vafai.
57959
57960         * fast/forms/autofocus-in-sandbox-without-allow-scripts-expected.txt: Added.
57961         * fast/forms/autofocus-in-sandbox-without-allow-scripts.html: Added.
57962
57963 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57964
57965         Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html
57966         https://bugs.webkit.org/show_bug.cgi?id=103447
57967
57968         * platform/chromium/TestExpectations:
57969
57970 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
57971
57972         Unreviewed gardening. Add bug numbers to flaky tests.
57973
57974         * platform/efl/TestExpectations:
57975
57976 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57977
57978         Gardening: Updated TestExpecations for failure in
57979         http/tests/canvas/canvas-slow-font-loading.html
57980         https://bugs.webkit.org/show_bug.cgi?id=103446
57981
57982         * platform/chromium/TestExpectations:
57983
57984 2012-11-27  Roger Fong  <roger_fong@apple.com>
57985
57986         Unreviewed. Skip some flaky video tests on Windows.
57987         https://bugs.webkit.org/show_bug.cgi?id=103442
57988
57989         * platform/win/TestExpectations:
57990
57991 2012-11-27  Pravin D  <pravind.2k4@gmail.com>
57992
57993         max-height property not respected in case of tables
57994         https://bugs.webkit.org/show_bug.cgi?id=98633
57995
57996         Reviewed by Julien Chaffraix.
57997
57998         * fast/table/css-table-max-height-expected.txt: Added.
57999         * fast/table/css-table-max-height.html: Added.
58000
58001 2012-11-27  Roger Fong  <roger_fong@apple.com>
58002
58003         Windows specific implementation of usesTileCacheLayer needed after r133056.
58004         https://bugs.webkit.org/show_bug.cgi?id=103321
58005
58006         Reviewed by Simon Fraser.
58007
58008         After r133056 it no longer suffices to use the existing usesTileCacheLayer method on Windows.
58009         The change resulted in 3 crashing tests:
58010         compositing/rotated-tiled-clamped
58011         compositing/rotated-tiled-preserve3d-clamped
58012         fast/events/tabindex-focus-blur-all
58013
58014         * platform/win/TestExpectations: 
58015         Remove the tests below from the Windows skip list. 
58016
58017         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
58018         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
58019         Add Windows specific results for tests added in r133056.
58020
58021 2012-11-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58022
58023         [EFL] Gardening of failing tests
58024         https://bugs.webkit.org/show_bug.cgi?id=103434
58025
58026         Unreviewed gardening.
58027
58028         * platform/efl-wk2/TestExpectations:
58029         * platform/efl/TestExpectations:
58030         * platform/efl/fast/js/global-constructors-expected.txt:
58031
58032 2012-11-27  Christophe Dumez  <christophe.dumez@intel.com>
58033
58034         Canvas does not draw any text if the font is not fully loaded yet
58035         https://bugs.webkit.org/show_bug.cgi?id=103392
58036
58037         Reviewed by Kenneth Rohde Christiansen.
58038
58039         Add canvas test to check that text is drawn using a fallback font
58040         if the primary font is not fully loaded yet.
58041
58042         * http/tests/canvas/canvas-slow-font-loading-expected.html: Added.
58043         * http/tests/canvas/canvas-slow-font-loading.html: Added.
58044
58045 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
58046
58047         Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky
58048         so put it back in TestExpectations.
58049
58050         * platform/efl/TestExpectations:
58051
58052 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58053
58054         Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
58055         https://bugs.webkit.org/show_bug.cgi?id=103402
58056
58057         Reviewed by Simon Fraser.
58058
58059         PauseAPI works when pausing during delay in transitions now, using it
58060         should fix the flakiness.
58061
58062         * platform/efl/TestExpectations:
58063         * transitions/transition-shorthand-delay.html:
58064
58065 2012-11-27  Robert Hogan  <robert@webkit.org>
58066
58067         REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
58068         https://bugs.webkit.org/show_bug.cgi?id=101443
58069
58070         Reviewed by David Hyatt.
58071
58072         * fast/text/word-space-nbsp-expected.html: Added.
58073         * fast/text/word-space-nbsp.html: Added.
58074
58075 2012-11-27  Tony Chang  <tony@chromium.org>
58076
58077         Unreviewed gardening, fixing lint errors in TestExpectations.
58078
58079         * platform/gtk/TestExpectations:
58080         * platform/qt/TestExpectations:
58081
58082 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
58083
58084         Unreviewed gardening. Remove from TestExpectations tests that are passing.
58085
58086         * platform/efl/TestExpectations:
58087
58088 2012-11-27  Istiaque Ahmed  <lazyboy@chromium.org>
58089
58090         freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map.
58091         https://bugs.webkit.org/show_bug.cgi?id=103356
58092
58093         Reviewed by Adam Barth.
58094
58095         Before introducing per context data, it used to be the case that we would ignore removing v8 object
58096         from context data's map if we couldn't find it. With perContextData change, this turned into an ASSERT
58097         instead and we had crash reports.
58098         Related crbug.com/154462.
58099
58100         * platform/chromium/plugins/release-frame-content-window-expected.txt: Added.
58101         * platform/chromium/plugins/release-frame-content-window.html: Added.
58102         * platform/chromium/plugins/resources/empty.html: Added.
58103         * platform/chromium/plugins/resources/empty2.html: Added.
58104
58105 2012-11-27  Justin Novosad  <junov@google.com>
58106
58107         Skipping fast/backgrounds/background-opaque-images-over-color.html on mac
58108         https://bugs.webkit.org/show_bug.cgi?id=103435
58109
58110         Unreviewed
58111
58112         * platform/mac/TestExpectations:
58113
58114 2012-11-27  Marja Hölttä  <marja@chromium.org>
58115
58116         Add callbacks to the FrameLoaderClient when a resource is requested
58117         https://bugs.webkit.org/show_bug.cgi?id=92761
58118
58119         Reviewed by Adam Barth.
58120
58121         In Chromium, when an extension script cancels a network
58122         request (which happens out of process), we'd like to
58123         notify content scripts running on the current page about
58124         which elements failed to load because the requests were
58125         cancelled (as opposed to e.g. the network request just
58126         didn't work). Since the resource request itself does not
58127         carry any information what DOM element is was made for,
58128         currently a content script has to search the DOM tree and
58129         guess which requests will be cancelled by its counter
58130         part. By adding these callbacks, the embedder can make
58131         this connection explictly.
58132
58133         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Added.
58134         * platform/chromium/fast/loader/resource-request-callbacks.html: Added.
58135
58136 2012-11-27  Dan Carney  <dcarney@google.com>
58137
58138         Fix world-reuse test for mac build
58139         https://bugs.webkit.org/show_bug.cgi?id=103385
58140
58141         Reviewed by Jochen Eisinger.
58142
58143         Mac and chrome builds have different expectations for where
58144         an isolated world is executed. 
58145
58146         * http/tests/security/isolatedWorld/world-reuse.html:
58147
58148 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
58149
58150         Unreviewed gardening: updated TestExpectations for crashes in
58151         media/video-duration-known-after-eos.html
58152         https://bugs.webkit.org/show_bug.cgi?id=103183
58153
58154         * platform/chromium/TestExpectations:
58155
58156 2012-11-27  David Grogan  <dgrogan@chromium.org>
58157
58158         IndexedDB: Make test resilient to different event ordering
58159         https://bugs.webkit.org/show_bug.cgi?id=103344
58160
58161         Reviewed by Tony Chang.
58162
58163         This test was failing in multi-process chromium because the blocked
58164         event can arrive before the versionchange event.
58165
58166         * storage/indexeddb/pending-version-change-on-exit.html:
58167
58168 2012-11-27  Min Qin  <qinmin@chromium.org>
58169
58170         Don't throw an exception if user gesture is required for load
58171         https://bugs.webkit.org/show_bug.cgi?id=103318
58172
58173         Reviewed by Eric Carlson.
58174
58175         Check that exception is not thrown and metadata is not loaded if media load requires user gesture.
58176
58177         * media/video-load-require-user-gesture-expected.txt:
58178         * media/video-load-require-user-gesture.html:
58179
58180 2012-11-27  Csaba Osztrogonác  <ossy@webkit.org>
58181
58182         [Qt] Unreviewed gardening, skip a new failing test to paint the bots green.
58183
58184         * platform/qt/TestExpectations:
58185
58186 2012-11-27  Justin Novosad  <junov@google.com>
58187
58188         Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html
58189         https://bugs.webkit.org/show_bug.cgi?id=103275
58190
58191         Unreviewed
58192
58193         Fixing small error in ref test baseline.
58194
58195         * fast/backgrounds/background-opaque-images-over-color-expected.html:
58196
58197 2012-11-27  Justin Novosad  <junov@google.com>
58198
58199         Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test
58200         https://bugs.webkit.org/show_bug.cgi?id=103275
58201
58202         Reviewed by Simon Fraser
58203
58204         Removing existing baselines, and adding an -expecte.html to make
58205         fast/backgrounds/background-opaque-images-over-color.html a ref test
58206
58207         * fast/backgrounds/background-opaque-images-over-color-expected.html: Added.
58208         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Removed.
58209         * fast/backgrounds/background-opaque-images-over-color.html:
58210         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
58211         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
58212
58213 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58214
58215         [EFL] Mark tests flaky
58216         https://bugs.webkit.org/show_bug.cgi?id=103403
58217
58218         Unreviewed expectations update for EFL: Mark tests flaky based on
58219         flakiness dashboard and testing. Also rearrange efl/TestExpectations
58220         so all media flakes are next to each other.
58221
58222         * platform/efl-wk2/TestExpectations:
58223         * platform/efl/TestExpectations:
58224
58225 2012-11-27  Andrei Bucur  <abucur@adobe.com>
58226
58227         [CSS Regions] Crash when dispatching regionlayoutupdate
58228         https://bugs.webkit.org/show_bug.cgi?id=102944
58229
58230         Reviewed by Andreas Kling.
58231
58232         The test modifies the layout, forces a regionlayoutupdate event to be scheduled and then removes the content and the regions.
58233         The event is dispatched on a named flow in the "NULL" state. Without this patch a crash occurs.
58234
58235         * fast/regions/webkit-named-flow-event-crash-expected.txt: Added.
58236         * fast/regions/webkit-named-flow-event-crash.html: Added.
58237
58238 2012-11-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>
58239
58240         Reduce XHR timeout tests execution time
58241         https://bugs.webkit.org/show_bug.cgi?id=102184
58242
58243         Reviewed by Csaba Osztrogonác.
58244
58245         Reduce all timeouts by five.
58246
58247         * http/tests/resources/load-and-stall.cgi:
58248         * http/tests/resources/load-and-stall.php:
58249         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
58250         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
58251         (RequestTracker.prototype.startXHR):
58252         (RequestTracker.prototype.handleEvent):
58253         (AbortedRequest.prototype.getMessage):
58254         (AbortedRequest.prototype.handleEvent):
58255         (SyncRequestSettingTimeoutAfterOpen.startXHR):
58256         (SyncRequestSettingTimeoutBeforeOpen.startXHR):
58257         (TestCounter.testComplete):
58258
58259 2012-11-27  Mihnea Ovidenie  <mihnea@adobe.com>
58260
58261         [CSS Regions] Absolutely positioned regions do not expand to fill their container
58262         https://bugs.webkit.org/show_bug.cgi?id=102385
58263
58264         Reviewed by Julien Chaffraix.
58265
58266         Added new tests for the case of an absolutely positioned region inside a container. The region is anchored and it should expand to the container limits
58267         in the anchored direction.
58268         Also modified expectations for another test that has absolutely positioned auto-height regions, which now have height computed properly.
58269
58270         * fast/regions/autosize-abspos-anchoredregion-expected.txt: Added.
58271         * fast/regions/autosize-abspos-anchoredregion-vertlr-expected.txt: Added.
58272         * fast/regions/autosize-abspos-anchoredregion-vertlr.html: Added.
58273         * fast/regions/autosize-abspos-anchoredregion.html: Added.
58274         * platform/chromium/fast/regions/autoheight-regions-mark-expected.txt:
58275         * platform/efl/fast/regions/autoheight-regions-mark-expected.txt:
58276         * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt:
58277         * platform/mac/fast/regions/autoheight-regions-mark-expected.txt:
58278         * platform/qt/fast/regions/autoheight-regions-mark-expected.txt:
58279
58280 2012-11-27  János Badics  <jbadics@inf.u-szeged.hu>
58281
58282         [Qt] Gardening after r135723, r135740 and r135789. Skipped 3 tests and added rebaseline to a test.
58283
58284         Reviewed by Csaba Osztrogonác.
58285
58286         r135723: Added Qt baseline to http/tests/inspector/network/script-as-text-loading-with-caret.html
58287         r135740: Skipped fast/frames/page-visibility-crash.html because Page Visibility API is disabled.
58288         r135789: Skipped fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html because gestureLongTap is not supported on Qt, and
58289                          fast/events/touch/gesture/context-menu-on-long-tap.html because Drag and Drop support is disabled on Qt.
58290
58291         * platform/qt/TestExpectations:
58292         * platform/qt/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
58293
58294 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
58295
58296         Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial
58297         https://bugs.webkit.org/show_bug.cgi?id=73002
58298
58299         Reviewed by Alexis Menard.
58300
58301         Expectations get fixed in some cases.
58302
58303         * css3/flexbox/flex-property-parsing-expected.txt:
58304         * fast/css/inherit-initial-shorthand-values-expected.txt: Added.
58305         * fast/css/inherit-initial-shorthand-values.html: Added.
58306         * fast/css/parsing-text-emphasis-expected.txt:
58307         * fast/css/parsing-text-emphasis.html:
58308
58309 2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
58310
58311         Incorrect rect-based hit-test result when hit-test region includes culled inlines
58312         https://bugs.webkit.org/show_bug.cgi?id=88376
58313
58314         Reviewed by Dave Hyatt.
58315
58316         Renames the existing nodesFromRect-culled-inlines.html test to nodesFromRect-inline-image.html,
58317         because it did not test any culled inlines anymore, and replace it with two new tests that does
58318         test culled inlines.
58319
58320         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak-expected.txt: Copied from LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt.
58321         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html: Added.
58322         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt:
58323         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
58324         * fast/dom/nodesFromRect/nodesFromRect-inline-image-expected.txt: Added.
58325         * fast/dom/nodesFromRect/nodesFromRect-inline-image.html: Added.
58326         * fast/dom/nodesFromRect/resources/nodesFromRect.js:
58327         (checkRect):
58328         (nodesFromRectAsString):
58329
58330 2012-11-27  Kent Tamura  <tkent@chromium.org>
58331
58332         Reduce the number of pixel tests for date/time input types
58333         https://bugs.webkit.org/show_bug.cgi?id=103373
58334
58335         Reviewed by Kentaro Hara.
58336
58337         Merge fast/forms/<type>/<type>-appearance-style.html and
58338         <type>-appearance-disabled-readonly.html into
58339         <type>-appearance-basic.html, and add tests for font-weight, height, and
58340         -webkit-appearance:none.
58341
58342         * fast/forms/date/date-appearance-basic-expected.txt:
58343         * fast/forms/date/date-appearance-basic.html:
58344         * fast/forms/date/date-appearance-style-expected.txt: Removed.
58345         * fast/forms/date/date-appearance-style.html: Removed.
58346         * fast/forms/month/month-appearance-basic-expected.txt:
58347         * fast/forms/month/month-appearance-basic.html:
58348         * fast/forms/month/month-appearance-style-expected.txt: Removed.
58349         * fast/forms/month/month-appearance-style.html: Removed.
58350         * fast/forms/time/time-appearance-basic-expected.txt:
58351         * fast/forms/time/time-appearance-basic.html:
58352         * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Removed.
58353         * fast/forms/time/time-appearance-disabled-readonly.html: Removed.
58354         * fast/forms/time/time-appearance-style-expected.txt: Removed.
58355         * fast/forms/time/time-appearance-style.html: Removed.
58356         * fast/forms/week/week-appearance-basic-expected.txt:
58357         * fast/forms/week/week-appearance-basic.html:
58358         * fast/forms/week/week-appearance-style-expected.txt: Removed.
58359         * fast/forms/week/week-appearance-style.html: Removed.
58360         * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Removed.
58361         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Removed.
58362         * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58363         * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Removed.
58364         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Removed.
58365         * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Removed.
58366         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Removed.
58367         * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58368         * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Removed.
58369         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Removed.
58370         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Removed.
58371         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Removed.
58372         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58373         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Removed.
58374         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Removed.
58375         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
58376         * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Removed.
58377         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
58378         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Removed.
58379         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
58380         * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58381         * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Removed.
58382         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
58383         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Removed.
58384         * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Removed.
58385         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Removed.
58386         * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58387         * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Removed.
58388         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Removed.
58389         * platform/chromium/TestExpectations:
58390
58391 2012-11-27  Kent Tamura  <tkent@chromium.org>
58392
58393         A followup of r135836
58394         https://bugs.webkit.org/show_bug.cgi?id=102861
58395
58396         I landed an old revision of the patch in r135836.
58397
58398         * fast/forms/ValidityState-001.html:
58399         * fast/forms/number/number-validity-badinput-expected.txt:
58400         * fast/forms/number/number-validity-badinput.html:
58401         * fast/forms/resources/multiple-fields-validity-badinput.js:
58402         (testBadInput):
58403
58404 2012-11-27  Kent Tamura  <tkent@chromium.org>
58405
58406         Implement ValidityState::badInput
58407         https://bugs.webkit.org/show_bug.cgi?id=102861
58408
58409         Reviewed by Hajime Morita.
58410
58411         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Added.
58412         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Added.
58413         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Added.
58414         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Added.
58415         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Added.
58416         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Added.
58417         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Added.
58418         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Added.
58419         * fast/forms/number/number-unacceptable-style-expected.txt: Removed.
58420         * fast/forms/number/number-validity-badinput-expected.txt: Added.
58421         * fast/forms/number/number-validity-badinput.html: Renamed from LayoutTests/fast/forms/number/number-unacceptable-style.html.
58422         * fast/forms/resources/multiple-fields-validity-badinput.js: Added.
58423         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Added.
58424         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Added.
58425         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Added.
58426         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Added.
58427
58428 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
58429
58430         [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky.
58431
58432         * platform/chromium/TestExpectations:
58433
58434 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
58435
58436         Unreviewed GTK gardening.
58437
58438         Cleaning up expectations, removing those that cover tests
58439         that are now passing.
58440
58441         * platform/gtk/TestExpectations:
58442
58443 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
58444
58445         Unreviewed GTK gardening.
58446
58447         Adding timeout expectations for three plugins tests timing out after r135786.
58448
58449         * platform/gtk/TestExpectations:
58450
58451 2012-11-26  Kent Tamura  <tkent@chromium.org>
58452
58453         :read-only selector should match to date/time input types
58454         https://bugs.webkit.org/show_bug.cgi?id=103350
58455
58456         Reviewed by Kentaro Hara.
58457
58458         The text color becomes yellow as specified for :read-only in
58459         *-appearance-pseudo-classes.html
58460
58461         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png:
58462         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
58463         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png:
58464         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
58465         * platform/chromium/TestExpectations:
58466
58467 2012-11-26  Justin Novosad  <junov@google.com>
58468
58469         [Qt] new fast/backgrounds/background-opaque-images-over-color.html fails since r135629
58470         https://bugs.webkit.org/show_bug.cgi?id=103227
58471
58472         Reviewed by Simon Hausmann.
58473
58474         Unskipping test now that baseline has been fixed.
58475
58476         * platform/qt/TestExpectations:
58477
58478 2012-11-26  Noel Gordon  <noel.gordon@gmail.com>
58479
58480         [chromium mac] Layout Test touchadjustment/touch-links-longpress.html is failing
58481         https://bugs.webkit.org/show_bug.cgi?id=103363
58482
58483         Unreviewed test expectations update.
58484
58485         * platform/chromium/TestExpectations: Add failing expection for Mac.
58486
58487 2012-11-26  Daniel Bates  <dbates@webkit.org>
58488
58489         Update Chromium test expectation for test LayoutTests/fast/js/string-replacement-outofmemory.html
58490         See <https://bugs.webkit.org/show_bug.cgi?id=103348> for more details.
58491
58492         * platform/chromium/TestExpectations:
58493
58494 2012-11-26  Istiaque Ahmed  <lazyboy@chromium.org>
58495
58496         Check for empty perContextData while creating NP V8 Object.
58497         https://bugs.webkit.org/show_bug.cgi?id=98448
58498
58499         Reviewed by Adam Barth.
58500
58501         Fixes crash in npCreateV8ScriptObject(), if NP Invoke is called from a document
58502         that is no longer displayed in frame (isCurrentlyDisplayedInFrame() ==
58503         false), we have empty perContextData and this results in invalid memory access.
58504
58505         * platform/chromium/plugins/empty-per-context-data-expected.txt: Added.
58506         * platform/chromium/plugins/empty-per-context-data.html: Added.
58507         * platform/chromium/plugins/resources/script-container.html: Added.
58508
58509 2012-11-26  Daniel Bates  <dbates@webkit.org>
58510
58511         JavaScript fails to handle String.replace() with large replacement string
58512         https://bugs.webkit.org/show_bug.cgi?id=102956
58513         <rdar://problem/12738012>
58514
58515         Reviewed by Oliver Hunt.
58516
58517         Add test to ensure that we handle string replacement with a large replacement string.
58518
58519         * fast/js/script-tests/string-replacement-outofmemory.js: Added.
58520         (createStringWithRepeatedChar):
58521         * fast/js/string-replacement-outofmemory-expected.txt: Added.
58522         * fast/js/string-replacement-outofmemory.html: Added.
58523
58524 2012-11-26  Varun Jain  <varunjain@chromium.org>
58525
58526         LongPress and LongTap gestures should start drag/drop and open context menu respectively.
58527         https://bugs.webkit.org/show_bug.cgi?id=101545
58528
58529         Reviewed by Antonio Gomes.
58530
58531         For LongPress, we simulate drag by sending a mouse down and mouse drag
58532         events. If a drag is not started (because maybe there is no draggable
58533         element), then we show context menu instead (which is the current
58534         behavior for LongPress). For LongTap, we use the existing functions that
58535         LongPress uses to summon the context menu. LongPress initiated drag and
58536         drop can be enabled/disabled by the platform using the Setting
58537         touchDragDropEnabled which is disabled by default.
58538
58539         * fast/events/touch/gesture/context-menu-on-long-tap.html: Added.
58540         * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html: Added.
58541         * platform/chromium/fast/events/touch/gesture/context-menu-on-long-tap-expected.txt: Added.
58542         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Added.
58543         * touchadjustment/touch-links-longpress-expected.txt:
58544         * touchadjustment/touch-links-longpress.html:
58545
58546 2012-11-26  Roger Fong  <roger_fong@apple.com>
58547
58548         Unreviewed. Skipping some compositing/tiling tests on Windows because tiled backing is not supported.
58549         Tests skipped:
58550         compositing/tiling/rotated-tiled-preserve3d-clamped.html
58551         compositing/tiling/rotated-tiled-clamped.html
58552
58553         * platform/win/TestExpectations:
58554
58555 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58556
58557         Unreviewed gardening: css3/filters/custom/custom-filter-transforms-animation.html
58558         times out intermittently.
58559         https://bugs.webkit.org/show_bug.cgi?id=103308
58560
58561         * platform/chromium/TestExpectations:
58562
58563 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58564
58565         Unreviewed gardening: failure in fast/text/atsui-small-caps-punctuation-size.html
58566         https://bugs.webkit.org/show_bug.cgi?id=103148
58567
58568         * platform/chromium/TestExpectations:
58569
58570 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58571
58572         Unreviewed gardening: failure in http/tests/media/pdf-served-as-pdf.html
58573         https://bugs.webkit.org/show_bug.cgi?id=103093
58574
58575         * platform/chromium/TestExpectations:
58576
58577 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58578
58579         Unreviewed gardening: updated TextExpecations for failing
58580         fast/dom/shadow/shadow-dom-event-dispatching.html
58581         https://bugs.webkit.org/show_bug.cgi?id=103299
58582
58583         * platform/chromium/TestExpectations:
58584
58585 2012-11-26  Roger Fong  <roger_fong@apple.com>
58586
58587         Unreviewed. Skip fast/dom/Window/open-window-min-size.html on Windows.
58588         DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675.
58589
58590         * platform/win/TestExpectations:
58591
58592 2012-11-26  Roger Fong  <roger_fong@apple.com>
58593
58594         Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
58595         Add a feature flag and skip some failing tests.
58596         https://bugs.webkit.org/show_bug.cgi?id=103294
58597
58598         Tests skipped:
58599         compositing/overflow/scrolling-without-painting.html
58600         compositing/overflow/updating-scrolling-content.html
58601
58602         * platform/win/TestExpectations:
58603
58604 2012-11-26  Dan Carney  <dcarney@google.com>
58605
58606         Refactor V8 bindings to allow content scripts to access subframes
58607         https://bugs.webkit.org/show_bug.cgi?id=93646
58608
58609         Reviewed by Adam Barth.
58610
58611         Test modified to check isolated world access across frames.
58612
58613         * http/tests/security/isolatedWorld/world-reuse-expected.txt:
58614         * http/tests/security/isolatedWorld/world-reuse.html:
58615
58616 2012-11-26  Tony Chang  <tony@chromium.org>
58617
58618         Move more functions from internals.settings to internals
58619         https://bugs.webkit.org/show_bug.cgi?id=102976
58620
58621         Reviewed by Adam Barth.
58622
58623         Move internals.settings.setEnableMockPagePopup to internals.setEnableMockPagePopup.
58624
58625         * fast/forms/resources/picker-common.js:
58626
58627 2012-11-26  Andrei Bucur  <abucur@adobe.com>
58628
58629         [CSS Regions] Add Region info for RootLineBoxes and pack the pagination data
58630         https://bugs.webkit.org/show_bug.cgi?id=101332
58631
58632         Reviewed by David Hyatt.
58633
58634         The test checks if there is a crash when doing a line layout if:
58635         - the flow has no region
58636         - the flow has a region but the lines have no containing region
58637         - the flow has no region but the lines have a containing region
58638
58639         * fast/regions/line-containing-region-crash-expected.txt: Added.
58640         * fast/regions/line-containing-region-crash.html: Added.
58641
58642 2012-11-26  Michelangelo De Simone  <michelangelo@webkit.org>
58643
58644         [CSS Shaders] Add IDL file and bindings for mix function
58645         https://bugs.webkit.org/show_bug.cgi?id=93011
58646
58647         Reviewed by Dean Jackson.
58648
58649         Test for the Custom Filter mix() function JS bindings.
58650
58651         * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
58652         * css3/filters/custom/custom-filter-mix-bindings.html: Added.
58653         * css3/filters/script-tests/custom-filter-mix-bindings.js: Added.
58654         (jsWrapperClass):
58655         (shouldBeType):
58656         * platform/chromium/css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
58657         * platform/efl/fast/js/global-constructors-expected.txt: Updated with the new WebKitCSSMixFunctionValueConstructor.
58658         * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
58659         * platform/mac/fast/js/global-constructors-expected.txt: Ditto.
58660         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Ditto.
58661         * platform/qt/fast/js/global-constructors-expected.txt: Ditto.
58662         * platform/win/fast/js/global-constructors-expected.txt: Ditto.
58663
58664 2012-11-26  Julien Chaffraix  <jchaffraix@webkit.org>
58665
58666         RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
58667         https://bugs.webkit.org/show_bug.cgi?id=103075
58668
58669         Reviewed by Ojan Vafai.
58670
58671         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt: Added.
58672         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: Added.
58673         * fast/table/caption-orthogonal-writing-mode-sizing-expected.txt: Added.
58674         * fast/table/caption-orthogonal-writing-mode-sizing.html: Added.
58675
58676 2012-11-26  Abhishek Arya  <inferno@chromium.org>
58677
58678         Crash in Frame::dispatchVisibilityStateChangeEvent.
58679         https://bugs.webkit.org/show_bug.cgi?id=102053
58680
58681         Reviewed by Adam Barth.
58682
58683         * fast/frames/page-visibility-crash-expected.txt: Added.
58684         * fast/frames/page-visibility-crash.html: Added.
58685
58686 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58687
58688         Import more CSS Device Adaptation layout tests
58689         https://bugs.webkit.org/show_bug.cgi?id=95967
58690
58691         Reviewed by Kenneth Rohde Christiansen.
58692
58693         And these are the remaining test from the Opera's CSS
58694         Device Adaptation test suite.
58695
58696         * css3/device-adapt/opera/constrain-021-expected.txt: Added.
58697         * css3/device-adapt/opera/constrain-021.xhtml: Added.
58698         * css3/device-adapt/opera/constrain-022-expected.txt: Added.
58699         * css3/device-adapt/opera/constrain-022.xhtml: Added.
58700         * css3/device-adapt/opera/orientation-001-expected.txt: Added.
58701         * css3/device-adapt/opera/orientation-001.xhtml: Added.
58702         * css3/device-adapt/opera/orientation-002-expected.txt: Added.
58703         * css3/device-adapt/opera/orientation-002.xhtml: Added.
58704         * platform/efl-wk1/TestExpectations:
58705         * platform/efl-wk2/TestExpectations:
58706
58707 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58708
58709         Viewport CSS rules should not clamp values like Viewport META
58710         https://bugs.webkit.org/show_bug.cgi?id=103068
58711
58712         Reviewed by Kenneth Rohde Christiansen.
58713
58714         Imported Opera tests that makes sure we are doing the clamping right.
58715
58716         * css3/device-adapt/opera/constrain-018-expected.txt: Added.
58717         * css3/device-adapt/opera/constrain-018.xhtml: Added.
58718         * css3/device-adapt/opera/constrain-019-expected.txt: Added.
58719         * css3/device-adapt/opera/constrain-019.xhtml: Added.
58720         * css3/device-adapt/opera/constrain-023-expected.txt: Added.
58721         * css3/device-adapt/opera/constrain-023.xhtml: Added.
58722         * css3/device-adapt/opera/constrain-024-expected.txt: Added.
58723         * css3/device-adapt/opera/constrain-024.xhtml: Added.
58724
58725 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58726
58727         Unreviewed gardening: added TestExpecations failures for 
58728         media/remove-from-document.html
58729         https://bugs.webkit.org/show_bug.cgi?id=103093
58730
58731         * platform/chromium/TestExpectations:
58732
58733 2012-11-26  Justin Novosad  <junov@google.com>
58734
58735         New baselines for test fast/backgrounds/background-opaque-images-over-color.html
58736         https://bugs.webkit.org/show_bug.cgi?id=102557
58737
58738         Unreviewed
58739
58740         * fast/backgrounds/background-opaque-images-over-color-expected.txt:
58741         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
58742         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
58743         * platform/chromium/TestExpectations:
58744         * platform/mac/TestExpectations:
58745
58746 2012-11-26  Justin Novosad  <junov@google.com>
58747
58748         New baselines for test fast/backgrounds/gradient-background-leakage-2.html
58749         https://bugs.webkit.org/show_bug.cgi?id=103089
58750
58751         Unreviewed
58752
58753         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58754         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58755         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58756         * platform/chromium/TestExpectations:
58757
58758 2012-11-26  Mike West  <mkwst@chromium.org>
58759
58760         Web Inspector: URLs containing '^' are improperly linked in console messages.
58761         https://bugs.webkit.org/show_bug.cgi?id=103248
58762
58763         Reviewed by Yury Semikhatsky.
58764
58765         * http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
58766         * http/tests/inspector/network/script-as-text-loading-with-caret.html: Added.
58767         * platform/chromium/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt:
58768             JSC vs V8. :(
58769
58770 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58771
58772         Unreviewd Gardening: updated TestExpecations for additional failures in
58773         media/video-preload.html
58774         https://bugs.webkit.org/show_bug.cgi?id=103093
58775
58776         * platform/chromium/TestExpectations:
58777
58778 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
58779
58780         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
58781         https://bugs.webkit.org/show_bug.cgi?id=103222
58782
58783         Reviewed by Yury Semikhatsky.
58784
58785         * inspector/console/command-line-api-expected.txt:
58786         * inspector/console/command-line-api-inspect-expected.txt:
58787         * inspector/console/console-dir-expected.txt:
58788         * inspector/console/console-format-collections-expected.txt:
58789         * inspector/console/console-format-expected.txt:
58790         * inspector/elements/event-listener-sidebar-expected.txt:
58791         * inspector/elements/event-listeners-about-blank-expected.txt:
58792         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Removed.
58793         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
58794         * platform/chromium/inspector/console/console-dir-expected.txt:
58795         * platform/chromium/inspector/console/console-format-collections-expected.txt:
58796
58797 2012-11-26  Florin Malita  <fmalita@chromium.org>
58798
58799         RenderSVGResourceContainer does not clear cached data on removal
58800         https://bugs.webkit.org/show_bug.cgi?id=102620
58801
58802         Reviewed by Dirk Schulze.
58803
58804         * svg/custom/stale-resource-data-crash-expected.txt: Added.
58805         * svg/custom/stale-resource-data-crash.svg: Added.
58806
58807 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
58808
58809         Not reviewed: rolling out r135714 and r135712 for breaking debug tests.
58810
58811         * inspector/console/command-line-api-expected.txt:
58812         * inspector/console/command-line-api-inspect-expected.txt:
58813         * inspector/console/console-dir-expected.txt:
58814         * inspector/console/console-format-collections-expected.txt:
58815         * inspector/console/console-format-expected.txt:
58816         * inspector/elements/event-listener-sidebar-expected.txt:
58817         * inspector/elements/event-listeners-about-blank-expected.txt:
58818         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/console-format-collections-expected.txt.
58819         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
58820         * platform/chromium/inspector/console/console-dir-expected.txt:
58821         * platform/chromium/inspector/console/console-format-collections-expected.txt:
58822
58823 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
58824
58825         Not reviewed: rolling out accidental TestExpectations change.
58826
58827         * platform/chromium/TestExpectations:
58828
58829 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
58830
58831         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
58832         https://bugs.webkit.org/show_bug.cgi?id=103222
58833
58834         Reviewed by Yury Semikhatsky.
58835
58836         * inspector/console/command-line-api-expected.txt:
58837         * inspector/console/console-dir-expected.txt:
58838         * inspector/console/console-format-expected.txt:
58839         * inspector/elements/event-listener-sidebar-expected.txt:
58840         * inspector/elements/event-listeners-about-blank-expected.txt:
58841         * platform/chromium/inspector/console/console-dir-expected.txt:
58842
58843 2012-11-26  Eugene Klyuchnikov  <eustas@chromium.org>
58844
58845         Web Inspector: HeapProfiler: remove snapshotView reference from data-grids.
58846         https://bugs.webkit.org/show_bug.cgi?id=103240
58847
58848         Reviewed by Yury Semikhatsky.
58849
58850         Directly access current view instead of getting if from the data grid.
58851
58852         * inspector/profiler/heap-snapshot-test.js:
58853         (initialize_HeapSnapshotTest):
58854
58855 2012-11-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58856
58857         [EFL] Gardening: update test expectations
58858         https://bugs.webkit.org/show_bug.cgi?id=103119
58859
58860         Unreviewed gardening. timeline-timer-fired-from-eval-call-site-expected.html
58861         is passing now, other changes are just marking tests as flaky based on
58862         the flakiness dashboard.
58863
58864         * platform/efl-wk1/TestExpectations:
58865         * platform/efl-wk2/TestExpectations:
58866         * platform/efl/TestExpectations:
58867
58868 2012-11-26  Keishi Hattori  <keishi@webkit.org>
58869
58870         Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
58871         https://bugs.webkit.org/show_bug.cgi?id=103225
58872
58873         Unreviewed.
58874
58875         * platform/chromium/TestExpectations:
58876         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.
58877
58878 2012-11-26  János Badics  <jbadics@inf.u-szeged.hu>
58879
58880         [Qt] Gardening after r135629. Skipped a newly added but failing test.
58881         https://bugs.webkit.org/show_bug.cgi?id=103227
58882
58883         Reviewed by Csaba Osztrogonác.
58884
58885         * platform/qt/TestExpectations:
58886
58887 2012-11-26  Hajime Morrita  <morrita@google.com>
58888
58889         [Shadow DOM] Implement Element::createShadowRoot()
58890         https://bugs.webkit.org/show_bug.cgi?id=102911
58891
58892         Reviewed by Kentaro Hara.
58893
58894         The coverage might not seem comprehensive at a glance. However,
58895         this is just an alias of ShadowRoot constructor and there are
58896         bunch of test cases which cover it.
58897
58898         As bug 102913 will convert such callsites to use createShadowRoot(),
58899         the API will get be covered well then.
58900
58901         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
58902         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
58903           Further ShadowAware API will come here.
58904
58905 2012-11-26  Alexander Pavlov  <apavlov@chromium.org>
58906
58907         [Chromium] Unreviewed, mark platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html as flaky (date-dependent).
58908
58909         * platform/chromium/TestExpectations:
58910
58911 2012-11-26  Zan Dobersek  <zandobersek@gmail.com>
58912
58913         Unreviewed GTK gardening.
58914
58915         Adding timeout expectation for the new a11y test added in r135680.
58916
58917         * platform/gtk/TestExpectations:
58918
58919 2012-11-25  Ryuan Choi <ryuan.choi@samsung.com>
58920
58921         Unreviewed gardening.
58922         Unskip the fixed regressions from r135662
58923
58924         * platform/efl-wk1/TestExpectations:
58925
58926 2012-11-25  Takashi Sakamoto  <tasak@google.com>
58927
58928         WebCore::RenderBlock::determineStartPosition crash
58929         https://bugs.webkit.org/show_bug.cgi?id=98993
58930
58931         Reviewed by Brent Fulgham.
58932
58933         * fast/inline/inline-box-append-child-crash-expected.txt: Added.
58934         * fast/inline/inline-box-append-child-crash.html: Added.
58935
58936 2012-11-25  Chris Fleizach  <cfleizach@apple.com>
58937
58938         AX: file upload input cannot be activated with VoiceOver
58939         https://bugs.webkit.org/show_bug.cgi?id=100343
58940
58941         Reviewed by Sam Weinig.
58942
58943         * accessibility/file-upload-button-with-axpress-expected.txt: Added.
58944         * accessibility/file-upload-button-with-axpress.html: Added.
58945
58946 2012-11-25  Kent Tamura  <tkent@chromium.org>
58947
58948         [Chromium] Fix svn:mime-type for images
58949
58950         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
58951         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
58952         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
58953         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
58954         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
58955         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
58956         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
58957         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
58958         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
58959         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
58960         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
58961         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
58962         * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Modified property svn:mime-type.
58963         * platform/chromium-win-xp/fast/text/international/001-expected.png: Modified property svn:mime-type.
58964         * platform/chromium-win-xp/fast/text/international/002-expected.png: Modified property svn:mime-type.
58965         * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
58966         * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Modified property svn:mime-type.
58967         * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.
58968
58969 2012-11-25  Kunihiko Sakamoto  <ksakamoto@chromium.org>
58970
58971         [Chromium] Add tests for datetime/datetime-local suggestion picker
58972         https://bugs.webkit.org/show_bug.cgi?id=102888
58973
58974         Reviewed by Kent Tamura.
58975
58976         Adding tests for <input type=datetime> and <input type=datetime-local> with datalist.
58977
58978         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
58979         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
58980         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
58981         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
58982         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
58983         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
58984         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
58985         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
58986         * platform/chromium/TestExpectations:
58987         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.txt: Added.
58988         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.txt: Added.
58989         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl.html: Added.
58990         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
58991         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar.html: Added.
58992         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance.html: Added.
58993         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
58994         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations.html: Added.
58995         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute-expected.txt: Added.
58996         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute.html: Added.
58997         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt: Added.
58998         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations.html: Added.
58999         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload-expected.txt: Added.
59000         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html: Added.
59001         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute-expected.txt: Added.
59002         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html: Added.
59003         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.txt: Added.
59004         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.txt: Added.
59005         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html: Added.
59006         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
59007         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html: Added.
59008         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html: Added.
59009         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
59010         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html: Added.
59011         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt: Added.
59012         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html: Added.
59013         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt: Added.
59014         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html: Added.
59015         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload-expected.txt: Added.
59016         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html: Added.
59017         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt: Added.
59018         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html: Added.
59019
59020 2012-10-08  Robert Hogan  <robert@webkit.org>
59021
59022         Changing position:relative to position:static results in mis-positioned div
59023         https://bugs.webkit.org/show_bug.cgi?id=26397
59024
59025         Reviewed by Ojan Vafai.
59026
59027         * fast/block/abspos-child-container-changes-from-relative-to-static-expected.html: Added
59028         * fast/block/abspos-child-container-changes-from-relative-to-static.html: Added
59029
59030 2012-11-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
59031
59032         [WK2] TiledBackingStore: page contents is scaled wrongly
59033         https://bugs.webkit.org/show_bug.cgi?id=103090
59034
59035         Reviewed by Kenneth Rohde Christiansen.
59036
59037         Added new layout test to verify that viewport 'width' descriptor does not
59038         affect contents width of next loaded page. 
59039
59040         * css3/device-adapt/resources/check-contents-width.html: Added.
59041         * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Added.
59042         * css3/device-adapt/viewport-width-not-affecting-next-page.html: Added.
59043
59044 2012-11-24  Robert Kroeger  <rjkroege@chromium.org>
59045
59046         Unreviewed gardening: updated expectations for failures in:
59047         * http/tests/local/drag-over-remote-content.html
59048         https://bugs.webkit.org/show_bug.cgi?id=103181
59049         * media/video-seek-past-end-playing.html
59050         https://bugs.webkit.org/show_bug.cgi?id=103183
59051
59052         * platform/chromium/TestExpectations:
59053
59054 2012-11-24  Zan Dobersek  <zandobersek@gmail.com>
59055
59056         Unreviewed gardening.
59057
59058         * platform/efl/TestExpectations:
59059         * platform/gtk/TestExpectations:
59060
59061 2012-11-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
59062
59063         Unreviewed gardening. Too many tests come to crashe after build 7830 on
59064         EFL Linux 64-bit Release bot.
59065
59066         * platform/efl-wk1/TestExpectations:
59067
59068 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59069
59070         Unreviewed gardening: updated test expectations for failure in
59071         * svg/batik/text/textPosition2.svg
59072         https://bugs.webkit.org/show_bug.cgi?id=103148
59073
59074         * platform/chromium/TestExpectations:
59075
59076 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59077
59078         Unreviewed gardening: text failures in:
59079         * inspector/console/command-line-api-inspect.html
59080         * inspector/runtime/runtime-localStorage-getProperties.html
59081         https://bugs.webkit.org/show_bug.cgi?id=103161
59082
59083         * platform/chromium/TestExpectations:
59084
59085 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59086
59087         Unreviewed gardening: update test expectations for
59088         svg/hixie/perf/007.xml
59089
59090         * platform/chromium/TestExpectations:
59091
59092 2012-11-23  Alexis Menard  <alexis@webkit.org>
59093
59094         [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
59095         https://bugs.webkit.org/show_bug.cgi?id=102104
59096
59097         Reviewed by Julien Chaffraix.
59098
59099         Add new tests to cover the new parsing for the background position
59100         property. For now the computed style checks are commented out because
59101         the rendering part of the feature is not yet implemented (i.e.
59102         FillLayer does not contain yet the feature and this is what
59103         CSSComputedStyleDeclaration is using).
59104
59105         * fast/backgrounds/background-position-parsing-2-expected.txt:
59106         * fast/backgrounds/background-position-parsing-2.html:
59107         * platform/chromium/TestExpectations:
59108         * platform/efl/TestExpectations:
59109         * platform/gtk/TestExpectations:
59110         * platform/mac/TestExpectations:
59111         * platform/qt/TestExpectations:
59112         * platform/win/TestExpectations:
59113         * platform/wincairo/TestExpectations:
59114
59115 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59116
59117         Unreviewed gardening. Image rebaseline of
59118         fast/text/atsui-small-caps-punctuation-size.html
59119
59120         * platform/chromium-linux-x86/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
59121         * platform/efl-wk1/fast/text/atsui-small-caps-punctuation-size-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png.
59122
59123 2012-11-23  Zan Dobersek  <zandobersek@gmail.com>
59124
59125         Unreviewed gardening.
59126
59127         Adding failure expectation for fast/dom/shadow/host-wrapper-reclaimed.html.
59128
59129         * platform/gtk/TestExpectations:
59130
59131 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59132
59133         Unreviewed: updated test expecations -- additional failures in
59134         * fast/text/large-text-composed-char.html
59135         * fast/text/text-letter-spacing.html
59136         * http/tests/inspector/indexeddb/database-data.html
59137         and new failures:
59138         * fast/frames/frame-unload-crash2.html 
59139
59140         * platform/chromium/TestExpectations:
59141
59142 2012-11-23  Justin Novosad  <junov@google.com>
59143
59144         Adding occlusion detection to reduce overdraw in RenderBox background rendering
59145         https://bugs.webkit.org/show_bug.cgi?id=102557
59146
59147         Reviewed by Stephen White.
59148
59149         New test exercises different CSS background style use cases that
59150         are candidates for optimization by occlusion culling.
59151
59152         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Added.
59153         * fast/backgrounds/background-opaque-images-over-color.html: Added.
59154         * platform/chromium/TestExpectations:
59155
59156 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59157
59158         Gardening: updated expectations (pass/timeout) for
59159         week-multiple-fields-preserve-value-after-history-back.html
59160         https://bugs.webkit.org/show_bug.cgi?id=103152
59161
59162         * platform/chromium/TestExpectations:
59163
59164 2012-11-23  Krzysztof Czech  <k.czech@samsung.com>
59165
59166         [EFL] Adapt accessibility feature to WebKitTestRunner.
59167         https://bugs.webkit.org/show_bug.cgi?id=100757
59168
59169         Reviewed by Laszlo Gombos.
59170
59171         Skipping Accessibility tests for wk1/wk2.
59172         Some of the implementation is still missing.
59173
59174         * platform/efl/TestExpectations:
59175
59176 2012-11-23  Justin Novosad  <junov@google.com>
59177
59178         Page background color bleeds through inner edge of div border with rounded edges
59179         https://bugs.webkit.org/show_bug.cgi?id=103089
59180
59181         Reviewed by Stephen White.
59182
59183         New layout test to verify that there is no color bleeding between
59184         a div element's border and background when there are rounded corners
59185         an a scale that reduces a thick border down to a width of less than
59186         two pixels.
59187
59188         * fast/backgrounds/gradient-background-leakage-2-expected.txt: Added.
59189         * fast/backgrounds/gradient-background-leakage-2.html: Added.
59190         * platform/chromium/TestExpectations:
59191
59192 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59193
59194         Gardening: update expectations for fast/events/stopPropagation-submit.html flaky
59195         https://bugs.webkit.org/show_bug.cgi?id=103149
59196
59197         * platform/chromium/TestExpectations:
59198
59199 2012-11-23  Mateusz Leszko  <m.leszko@samsung.com>
59200
59201         [EFL][GTK] Adapt accessibility feature to WebKitTestRunner.
59202         https://bugs.webkit.org/show_bug.cgi?id=100757
59203
59204         Reviewed by Laszlo Gombos.
59205
59206         Unskipping EFL Accessiblity tests for wk2.
59207
59208         * platform/efl-wk1/TestExpectations:
59209         * platform/efl/TestExpectations:
59210
59211 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59212
59213         Unreviewed gardening: test expectations failures.
59214         https://bugs.webkit.org/show_bug.cgi?id=103148
59215
59216         * platform/chromium/TestExpectations:
59217
59218 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59219
59220         Unreviewed gardening: update expectations for now crashing test 
59221         visibility-simple-canvas2d-layer.html
59222         https://bugs.webkit.org/show_bug.cgi?id=98086
59223
59224         * platform/chromium/TestExpectations:
59225
59226 2012-11-23  Pavel Feldman  <pfeldman@chromium.org>
59227
59228         Web Inspector: damaging last chunk does not remove its garbage from DOM
59229         https://bugs.webkit.org/show_bug.cgi?id=103132
59230
59231         Reviewed by Vsevolod Vlasov.
59232
59233         * inspector/editor/editor-test.js:
59234         (initialize_EditorTests.InspectorTest.createTestEditor):
59235         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
59236         (initialize_EditorTests.InspectorTest.dumpEditorModel):
59237         (initialize_EditorTests.InspectorTest.dumpEditorDOM):
59238         (initialize_EditorTests):
59239         * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Added.
59240         * inspector/editor/text-editor-remove-chunks-from-dom.html: Added.
59241         * inspector/editor/text-editor-selection-expected.txt:
59242         * inspector/editor/text-editor-selection.html:
59243
59244 2012-11-23  Kent Tamura  <tkent@chromium.org>
59245
59246         Correct input[type=number] value sanitization for user-input
59247         https://bugs.webkit.org/show_bug.cgi?id=103018
59248
59249         Reviewed by Kentaro Hara.
59250
59251         * fast/forms/number/number-commit-valid-only-expected.txt:
59252         * fast/forms/number/number-commit-valid-only.html:
59253         Update the expected HTMLInputElement::value results.
59254         * fast/forms/number/number-unacceptable-style-expected.txt:
59255         * fast/forms/number/number-unacceptable-style.html:
59256         Add some checks for HTMLInputElement::value.
59257
59258 2012-11-23  Wojciech Bielawski  <w.bielawski@samsung.com>
59259
59260         [WK2][WKTR] WebKitTestRunner needs eventSender.contextClick()
59261         https://bugs.webkit.org/show_bug.cgi?id=86881
59262
59263         Reviewed by Kenneth Rohde Christiansen.
59264
59265         Added expected results for two tests for EFL platform. Test expectations changed
59266         for EFL WK1/WK2 and GTK platforms
59267
59268         * platform/efl/TestExpectations:
59269         * platform/efl-wk1/TestExpectations:
59270         * platform/efl-wk2/TestExpectations:
59271         * platform/gkt-wk2/TestExpectations:
59272         * platform/gtk/editing/selection/5354455-2-expected.txt:
59273         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
59274         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
59275
59276 2012-11-23  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
59277
59278         [EFL] Newly added tests in r135436 and r135456 are failng
59279         https://bugs.webkit.org/show_bug.cgi?id=103112
59280
59281         Unreviewed EFL gardening.
59282
59283         Skip new failing tests introduced in r135436 and r135456.
59284
59285         * platform/efl-wk2/TestExpectations:
59286         * platform/efl/TestExpectations:
59287
59288 2012-11-23  Csaba Osztrogonác  <ossy@webkit.org>
59289
59290         Unreviewed gardening, skip failing tests.
59291
59292         * platform/qt-5.0-wk2/TestExpectations:
59293         * platform/wk2/TestExpectations:
59294
59295 2012-11-23  Christophe Dumez  <christophe.dumez@intel.com>
59296
59297         WebSocket's MessageEvent.origin attribute is an empty string
59298         https://bugs.webkit.org/show_bug.cgi?id=102889
59299
59300         Reviewed by Kentaro Hara.
59301
59302         Add layout tests to check that the message event's origin attribute
59303         is set to the Unicode serialization of the origin of the URL that
59304         was passed to the WebSocket object's constructor, as per the
59305         WebSocket specification.
59306
59307         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
59308         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin.html: Added.
59309         * http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
59310         * http/tests/websocket/tests/hybi/send-onmessage-origin.html: Added.
59311
59312 2012-11-22  Eugene Klyuchnikov  <eustas.bug@gmail.com>
59313
59314         Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
59315         https://bugs.webkit.org/show_bug.cgi?id=100916
59316
59317         Reviewed by Yury Semikhatsky.
59318
59319         Extracted "injectMockProfile" method and reused it in new test.
59320
59321         * inspector/profiler/heap-snapshot-loader-expected.txt: Added test case.
59322         * inspector/profiler/heap-snapshot-loader.html:
59323         Refactored and added new test case.
59324
59325 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
59326
59327         [Qt] REGRESSION(r135507): It made 13 tests fail
59328         https://bugs.webkit.org/show_bug.cgi?id=103069
59329
59330         Reviewed by Simon Hausmann.
59331
59332         Unskip the last of test regressions now passing.
59333
59334         * platform/qt/TestExpectations:
59335
59336 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59337
59338         Unreviewed. Updated test expectations.
59339
59340         * platform/chromium/TestExpectations:
59341
59342 2012-11-23  Jussi Kukkonen  <jussi.kukkonen@intel.com>
59343
59344         fast/events/mouseover-button.html never releases a mouse button
59345         https://bugs.webkit.org/show_bug.cgi?id=103041
59346
59347         Reviewed by Kenneth Rohde Christiansen.
59348
59349         mouseover-button.html released the wrong mouse button so subsequent
59350         tests would fail: This includes at least svg/text/select-*.svg .
59351
59352         * fast/events/mouseover-button.html:
59353
59354 2012-11-23  Julian Pastarmov  <pastarmovj@chromium.org>
59355
59356         REGRESSION (r128633): td changes size during re-layout of table although it shouldn't
59357         https://bugs.webkit.org/show_bug.cgi?id=102802
59358
59359         Reviewed by Ojan Vafai.
59360
59361         This test checks that table layout of some nested tables in quirks mode is computed correctly.
59362
59363         * fast/table/nested-tables-with-div-offset-expected.txt: Added.
59364         * fast/table/nested-tables-with-div-offset.html: Added.
59365
59366 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
59367
59368         [Qt] REGRESSION(r135507): It made 13 tests fail
59369         https://bugs.webkit.org/show_bug.cgi?id=103069
59370
59371         Reviewed by Simon Hausmann.
59372
59373         Unskip fixed test and update one benign change.
59374
59375         * platform/qt/TestExpectations:
59376         * platform/qt/fast/preloader/script-expected.txt: Added.
59377
59378 2012-11-23  Pierre Rossi  <pierre.rossi@gmail.com>
59379
59380         [Qt] REGRESSION(r135515): 3 appcache tests still failing
59381         https://bugs.webkit.org/show_bug.cgi?id=103073
59382
59383         Rubber-stamped by Simon Hausmann.
59384
59385         * platform/qt/TestExpectations: Unskipped the affected tests.
59386
59387 2012-11-22  Pavel Feldman  <pfeldman@chromium.org>
59388
59389         Web Inspector: ctrl+end in editor does not select the last symbol.
59390         https://bugs.webkit.org/show_bug.cgi?id=103078
59391
59392         Reviewed by Vsevolod Vlasov.
59393
59394         * inspector/editor/editor-test.js: Added.
59395         (initialize_EditorTests.InspectorTest.createTestEditor):
59396         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
59397         (initialize_EditorTests):
59398         * inspector/editor/text-editor-selection-expected.txt: Added.
59399         * inspector/editor/text-editor-selection.html: Added.
59400
59401 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59402
59403         Unreviewed. Updated test expectations.
59404
59405         * platform/chromium-linux/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
59406         * platform/chromium-linux/fast/writing-mode/text-orientation-basic-expected.png: Added.
59407         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
59408         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
59409         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape-expected.png: Added.
59410         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
59411         * platform/chromium/TestExpectations:
59412         * platform/efl-wk1/fast/transforms/transformed-focused-text-input-expected.png: Renamed from LayoutTests/platform/efl/fast/transforms/transformed-focused-text-input-expected.png.
59413         * platform/efl-wk1/fast/writing-mode/text-orientation-basic-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/text-orientation-basic-expected.png.
59414
59415 2012-11-23  János Badics  <jbadics@inf.u-szeged.hu>
59416
59417         [Qt] Unreviewed gardening after r135532. It made 3 tests fail.
59418         https://bugs.webkit.org/show_bug.cgi?id=103073
59419
59420         * platform/qt/TestExpectations:
59421
59422 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59423
59424         Unreviewed. Update test expectations.
59425
59426         * platform/chromium-mac-lion/fast/css/input-search-padding-expected.png:
59427         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59428         * platform/chromium-mac-lion/svg/batik/text/xmlSpace-expected.png:
59429         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59430         * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png:
59431         * platform/chromium-mac/fast/css/input-search-padding-expected.png:
59432         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59433         * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png:
59434         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59435         * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
59436         * platform/efl-wk1/fast/css/input-search-padding-expected.png: Renamed from LayoutTests/platform/efl/fast/css/input-search-padding-expected.png.
59437         * platform/efl-wk1/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Renamed from LayoutTests/platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png.
59438         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/xmlSpace-expected.png.
59439
59440 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59441
59442         Unreviewed. Update test expectations.
59443
59444         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.png: Added.
59445         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.txt: Added.
59446         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
59447         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Added.
59448         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
59449         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
59450         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
59451         * platform/chromium-win/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/chromium/fast/css/font-weight-1-expected.png.
59452         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
59453         * platform/efl-wk1/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-weight-1-expected.png.
59454
59455 2012-11-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>
59456
59457         Expose DOM interface for CSS Device Adaptation
59458         https://bugs.webkit.org/show_bug.cgi?id=95966
59459
59460         Reviewed by Kenneth Rohde Christiansen.
59461
59462         Imported a test submitted by Opera that tests the exposed interface. 
59463
59464         * css3/device-adapt/opera/cssom-001-expected.txt: Added.
59465         * css3/device-adapt/opera/cssom-001.xhtml: Added.
59466         * platform/efl/fast/js/global-constructors-expected.txt:
59467
59468 2012-11-22  Sheriff Bot  <webkit.review.bot@gmail.com>
59469
59470         Unreviewed, rolling out r135549.
59471         http://trac.webkit.org/changeset/135549
59472         https://bugs.webkit.org/show_bug.cgi?id=103102
59473
59474         Multiple layout test crashes (Requested by yurys on #webkit).
59475
59476         * fast/table/css-table-max-height-expected.txt: Removed.
59477         * fast/table/css-table-max-height.html: Removed.
59478
59479 2012-11-22  Rick Byers <rbyers@chromium.org>
59480
59481         window is missing Touch and TouchList - touch event conformance test failure
59482         https://bugs.webkit.org/show_bug.cgi?id=96295
59483
59484         Reviewed by Adam Barth.
59485
59486         * fast/events/touch/document-create-touch-list-expected.txt:
59487         * fast/events/touch/script-tests/document-create-touch-list.js: Add instanceof checks
59488         * platform/efl/fast/js/global-constructors-expected.txt: Add new expected constructors
59489         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Add new expected constructors
59490         * platform/qt/fast/js/global-constructors-expected.txt: Add new expected constructors
59491
59492 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
59493
59494         Unreviewed. Test expectations update after Skia changes.
59495
59496         * fast/repaint/line-flow-with-floats-in-regions-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png.
59497         * platform/chromium-linux-x86/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59498         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59499         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59500         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59501         * platform/chromium-linux-x86/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59502         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59503         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59504         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59505         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59506         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59507         * platform/chromium-linux/fast/css/color-correction-expected.png: Added.
59508         * platform/chromium-linux/fast/css/color-correction-on-background-image-expected.png: Added.
59509         * platform/chromium-linux/fast/css/color-correction-on-backgrounds-expected.png: Added.
59510         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png: Added.
59511         * platform/chromium-linux/fast/css/color-correction-on-text-expected.png: Added.
59512         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png: Added.
59513         * platform/chromium-linux/fast/css/color-correction-untagged-images-expected.png: Added.
59514         * platform/chromium-linux/fast/css/font-smoothing-expected.png: Added.
59515         * platform/chromium-linux/fast/history/visited-link-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
59516         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59517         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59518         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59519         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59520         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59521         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59522         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59523         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59524         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59525         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59526         * platform/chromium-linux/fast/text/atsui-pointtooffset-calls-cg-expected.png: Added.
59527         * platform/chromium-linux/fast/text/atsui-rtl-override-selection-expected.png: Added.
59528         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Added.
59529         * platform/chromium-linux/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
59530         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59531         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59532         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59533         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59534         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59535         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59536         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59537         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59538         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59539         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59540         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
59541         * platform/chromium-mac-lion/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59542         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png:
59543         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
59544         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
59545         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
59546         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
59547         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
59548         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
59549         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
59550         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png:
59551         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png:
59552         * platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59553         * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
59554         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
59555         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
59556         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
59557         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
59558         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
59559         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
59560         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png:
59561         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png:
59562         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
59563         * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59564         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
59565         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
59566         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
59567         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
59568         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
59569         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
59570         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
59571         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
59572         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
59573         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
59574         * platform/chromium-win-xp/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59575         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59576         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59577         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59578         * platform/chromium-win-xp/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59579         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59580         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59581         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59582         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59583         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59584         * platform/chromium-win/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59585         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59586         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59587         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59588         * platform/chromium-win/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59589         * platform/chromium-win/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
59590         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Added.
59591         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59592         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59593         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59594         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59595         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59596         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
59597         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
59598         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
59599         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
59600         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
59601         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
59602         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
59603         * platform/chromium-win/svg/batik/text/textLayout-expected.png:
59604         * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
59605         * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
59606         * platform/chromium/TestExpectations:
59607         * platform/chromium/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
59608         * platform/chromium/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
59609         * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
59610         * platform/efl-wk1/fast/css/font-smoothing-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-smoothing-expected.png.
59611         * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/efl/fast/history/visited-link-background-color-expected.png.
59612         * platform/efl-wk1/fast/images/imagemap-circle-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-circle-focus-ring-expected.png.
59613         * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png.
59614         * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png.
59615         * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png.
59616         * platform/efl-wk1/fast/images/imagemap-polygon-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png.
59617         * platform/efl-wk1/fast/text/atsui-pointtooffset-calls-cg-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png.
59618         * platform/efl-wk1/fast/text/atsui-rtl-override-selection-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-rtl-override-selection-expected.png.
59619         * platform/efl-wk1/fast/text/line-initial-and-final-swashes-expected.png: Renamed from LayoutTests/platform/efl/fast/text/line-initial-and-final-swashes-expected.png.
59620         * platform/efl-wk1/fast/text/line-initial-and-final-swashes-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/line-initial-and-final-swashes-expected.txt.
59621         * platform/efl-wk1/fast/text/midword-break-before-surrogate-pair-2-expected.png: Renamed from LayoutTests/platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.png.
59622         * platform/efl-wk1/svg/batik/filters/filterRegions-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/filters/filterRegions-expected.png.
59623         * platform/efl-wk1/svg/batik/text/smallFonts-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/smallFonts-expected.png.
59624         * platform/efl-wk1/svg/batik/text/textDecoration-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textDecoration-expected.png.
59625         * platform/efl-wk1/svg/batik/text/textEffect-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect-expected.png.
59626         * platform/efl-wk1/svg/batik/text/textEffect2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect2-expected.png.
59627         * platform/efl-wk1/svg/batik/text/textFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textFeatures-expected.png.
59628         * platform/efl-wk1/svg/batik/text/textLayout-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout-expected.png.
59629         * platform/efl-wk1/svg/batik/text/textLayout2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout2-expected.png.
59630         * platform/efl-wk1/svg/batik/text/textProperties2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textProperties2-expected.png.
59631         * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
59632
59633 2012-11-22  Dirk Schulze  <krit@webkit.org>
59634
59635         -webkit-mask shorthand switches -webkit-mask-clip and -webkit-mask-origin values
59636         https://bugs.webkit.org/show_bug.cgi?id=103083
59637
59638         Reviewed by Antti Koivisto.
59639
59640         Add parser tests for -webkit-mask property.
59641
59642         * fast/masking/parsing-mask-expected.txt: Added.
59643         * fast/masking/parsing-mask.html: Added.
59644
59645 2012-11-22  John Mellor  <johnme@chromium.org>
59646
59647         Text Autosizing: Improve handling of nested comments on reddit.com
59648         https://bugs.webkit.org/show_bug.cgi?id=102409
59649
59650         Reviewed by Kenneth Rohde Christiansen.
59651
59652         Added test to confirm that overflow:hidden no longer triggers a cluster.
59653
59654         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: Added.
59655         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: Added.
59656
59657 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59658
59659         Test expectations update after enabling Skia changes.
59660
59661         Unreviewed expectations update.
59662
59663         Final rebaselines. These tests did not get correctly rebased the first time through.
59664
59665         * fast/replaced/border-radius-clip-expected.png: Added.
59666         * fast/text/line-initial-and-final-swashes-expected.txt: Added.
59667         * platform/chromium-linux-x86/fast/replaced/border-radius-clip-expected.txt: Added.
59668         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
59669         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.txt: Added.
59670         * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png:
59671         * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
59672         * platform/chromium-mac-lion/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
59673         * platform/chromium-mac-lion/fast/css/color-correction-expected.txt: Added.
59674         * platform/chromium-mac-lion/fast/css/color-correction-on-background-image-expected.txt: Added.
59675         * platform/chromium-mac-lion/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59676         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png: Added.
59677         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59678         * platform/chromium-mac-lion/fast/css/color-correction-on-text-expected.txt: Added.
59679         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png: Added.
59680         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59681         * platform/chromium-mac-lion/fast/css/color-correction-untagged-images-expected.txt: Added.
59682         * platform/chromium-mac-lion/fast/css/font-smoothing-expected.txt: Added.
59683         * platform/chromium-mac-lion/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59684         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59685         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59686         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59687         * platform/chromium-mac-lion/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59688         * platform/chromium-mac-lion/fast/images/object-image-expected.png: Added.
59689         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.png: Added.
59690         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.txt: Added.
59691         * platform/chromium-mac-lion/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59692         * platform/chromium-mac-lion/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59693         * platform/chromium-mac-lion/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59694         * platform/chromium-mac-lion/fast/text/font-initial-expected.png: Added.
59695         * platform/chromium-mac-lion/fast/text/font-initial-expected.txt: Added.
59696         * platform/chromium-mac-lion/fast/text/line-initial-and-final-swashes-expected.png: Added.
59697         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59698         * platform/chromium-mac-snowleopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
59699         * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.txt: Added.
59700         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-background-image-expected.txt: Added.
59701         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59702         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
59703         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59704         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-expected.txt: Added.
59705         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
59706         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59707         * platform/chromium-mac-snowleopard/fast/css/color-correction-untagged-images-expected.txt: Added.
59708         * platform/chromium-mac-snowleopard/fast/css/font-smoothing-expected.txt: Added.
59709         * platform/chromium-mac-snowleopard/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59710         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59711         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59712         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59713         * platform/chromium-mac-snowleopard/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59714         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.png: Added.
59715         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.txt: Added.
59716         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59717         * platform/chromium-mac-snowleopard/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59718         * platform/chromium-mac-snowleopard/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59719         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.png: Added.
59720         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.txt: Added.
59721         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
59722         * platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
59723         * platform/chromium-mac/fast/css/color-correction-expected.txt: Added.
59724         * platform/chromium-mac/fast/css/color-correction-on-background-image-expected.txt: Added.
59725         * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59726         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
59727         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59728         * platform/chromium-mac/fast/css/color-correction-on-text-expected.txt: Added.
59729         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
59730         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59731         * platform/chromium-mac/fast/css/color-correction-untagged-images-expected.txt: Added.
59732         * platform/chromium-mac/fast/css/font-smoothing-expected.txt: Added.
59733         * platform/chromium-mac/fast/history/visited-link-background-color-expected.png: Added.
59734         * platform/chromium-mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59735         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59736         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59737         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59738         * platform/chromium-mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59739         * platform/chromium-mac/fast/images/object-image-expected.png: Added.
59740         * platform/chromium-mac/fast/repaint/body-background-image-expected.png: Added.
59741         * platform/chromium-mac/fast/repaint/body-background-image-expected.txt: Added.
59742         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59743         * platform/chromium-mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59744         * platform/chromium-mac/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59745         * platform/chromium-mac/fast/text/font-initial-expected.png: Added.
59746         * platform/chromium-mac/fast/text/font-initial-expected.txt: Added.
59747         * platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
59748         * platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
59749         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59750         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59751         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59752         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59753         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59754         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59755         * platform/chromium-win-xp/fast/replaced/border-radius-clip-expected.txt: Added.
59756         * platform/chromium-win/fast/block/basic/fieldset-stretch-to-legend-expected.png:
59757         * platform/chromium-win/fast/css/color-correction-expected.png: Added.
59758         * platform/chromium-win/fast/css/color-correction-on-background-image-expected.png: Added.
59759         * platform/chromium-win/fast/css/color-correction-on-backgrounds-expected.png: Added.
59760         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png: Added.
59761         * platform/chromium-win/fast/css/color-correction-on-text-expected.png: Added.
59762         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png: Added.
59763         * platform/chromium-win/fast/css/color-correction-untagged-images-expected.png: Added.
59764         * platform/chromium-win/fast/css/font-smoothing-expected.png:
59765         * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Added.
59766         * platform/chromium-win/fast/images/object-image-expected.png: Added.
59767         * platform/chromium-win/fast/repaint/body-background-image-expected.png: Added.
59768         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
59769         * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
59770         * platform/chromium-win/fast/text/atsui-pointtooffset-calls-cg-expected.png:
59771         * platform/chromium-win/fast/text/atsui-rtl-override-selection-expected.png:
59772         * platform/chromium-win/fast/text/font-initial-expected.png: Added.
59773         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
59774         * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
59775         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59776         * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
59777         * platform/chromium/fast/css/color-correction-expected.png: Removed.
59778         * platform/chromium/fast/css/color-correction-on-background-image-expected.png: Removed.
59779         * platform/chromium/fast/css/color-correction-on-backgrounds-expected.png: Removed.
59780         * platform/chromium/fast/css/color-correction-on-box-shadow-expected.png: Removed.
59781         * platform/chromium/fast/css/color-correction-on-text-expected.png: Removed.
59782         * platform/chromium/fast/css/color-correction-on-text-shadow-expected.png: Removed.
59783         * platform/chromium/fast/css/color-correction-untagged-images-expected.png: Removed.
59784         * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
59785         * platform/chromium/fast/images/imagemap-circle-focus-ring-expected.png: Removed.
59786         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-expected.png: Removed.
59787         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Removed.
59788         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Removed.
59789         * platform/chromium/fast/images/imagemap-polygon-focus-ring-expected.png: Removed.
59790         * platform/chromium/fast/images/object-image-expected.png: Removed.
59791         * platform/chromium/fast/repaint/body-background-image-expected.png: Removed.
59792         * platform/chromium/fast/replaced/border-radius-clip-expected.png: Removed.
59793         * platform/chromium/fast/text/font-initial-expected.png: Removed.
59794         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Removed.
59795         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
59796         * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
59797         * platform/mac/fast/replaced/border-radius-clip-expected.png: Removed.
59798         * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
59799
59800 2012-11-22  Pravin D  <pravind.2k4@gmail.com>
59801
59802         max-height property not respected in case of tables
59803         https://bugs.webkit.org/show_bug.cgi?id=98633
59804
59805         Reviewed by Julien Chaffraix.
59806
59807         * fast/table/css-table-max-height-expected.txt: Added.
59808         * fast/table/css-table-max-height.html: Added.
59809
59810 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
59811
59812         Unreviewed gardening: Updated test expectations for MountainLion crash in
59813         media/video-preload.html.
59814         https://bugs.webkit.org/show_bug.cgi?id=103093
59815
59816         * platform/chromium/TestExpectations:
59817
59818 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
59819
59820         [Chromium] Unreviwed gardening. Updated test expectations for failure
59821         in complex-joining-using-gpos.html
59822         https://bugs.webkit.org/show_bug.cgi?id=101377
59823
59824         * platform/chromium/TestExpectations:
59825
59826 2012-11-22  Stephen White  <senorblanco@chromium.org>
59827
59828         [Chromium] Unreviewed gardening.  Remove a now-passing test from TestExpectations.
59829
59830         * platform/chromium/TestExpectations:
59831
59832 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59833
59834         Test expectations update after enabling Skia changes.
59835
59836         Unreviewed expectations update.
59837
59838         All the SVG tests. We should now be done.
59839
59840         * To many files to list.
59841
59842 2012-11-22  Stephen White  <senorblanco@chromium.org>
59843
59844         [Chromium] Unreviewed gardening.  New baselines for test effect-reference-ordering-hw.
59845
59846         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59847         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59848         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
59849         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59850         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
59851
59852 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59853
59854         Test expectations update after enabling Skia changes.
59855
59856         Unreviewed expectations update.
59857
59858         Partial update, covering all but eh SVG tests.
59859
59860         * To many files to list.
59861
59862 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59863
59864         [Chromium] Test expectations update after enabling Skia changes.
59865
59866         Unreviewed Chromium expectations update.
59867
59868         Partial update, covering all fast tests. Many more to come.
59869
59870         * To many files to list. Most of the pixel results in fast for Chromium.
59871
59872 2012-11-22  Pierre Rossi  <pierre.rossi@gmail.com>
59873
59874         [Qt] REGRESSION(r135515): It made 3-3 tests fail and crash
59875         https://bugs.webkit.org/show_bug.cgi?id=103073
59876
59877         Rubber-stamped by Simon Hausmann.
59878
59879         Unskip the tests that had regressed.
59880
59881         * platform/qt/TestExpectations:
59882
59883 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59884
59885         [Chromium] Test expectations update after enabling Skia changes.
59886
59887         Unreviewed Chromium expectations update.
59888
59889         Partial update, covering all editing tests. Many more to come.
59890
59891         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
59892         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
59893         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
59894         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
59895         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
59896         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
59897         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
59898         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
59899         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
59900         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
59901         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
59902         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
59903         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
59904         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
59905         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
59906         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
59907         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
59908         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
59909         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
59910         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
59911         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
59912         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
59913         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
59914         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
59915         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
59916         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
59917         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
59918         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
59919         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
59920         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
59921         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
59922         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
59923         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
59924         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
59925         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
59926         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
59927         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
59928         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
59929         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
59930         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
59931         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
59932         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
59933         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
59934         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
59935         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
59936         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
59937         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
59938         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
59939         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
59940         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
59941         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
59942         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
59943         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
59944         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
59945         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
59946         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
59947         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
59948         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
59949         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
59950         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
59951         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
59952         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
59953         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
59954         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
59955         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
59956         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
59957         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
59958         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
59959         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
59960         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
59961         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
59962         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
59963         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
59964         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
59965         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
59966         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
59967         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
59968         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
59969         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
59970         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
59971         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
59972         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
59973         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
59974         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
59975         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
59976         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
59977         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
59978         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
59979         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
59980         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
59981         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
59982         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
59983         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
59984         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
59985         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
59986         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
59987         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
59988         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
59989         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
59990         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
59991         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
59992         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
59993         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
59994         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
59995         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
59996         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
59997         * platform/chromium-mac-lion/editing/execCommand/5142012-2-expected.png:
59998         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
59999         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
60000         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
60001         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
60002         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
60003         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
60004         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
60005         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
60006         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
60007         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
60008         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
60009         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
60010         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
60011         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
60012         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
60013         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
60014         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60015         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
60016         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60017         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
60018         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
60019         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
60020         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
60021         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
60022         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
60023         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
60024         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
60025         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
60026         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
60027         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
60028         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
60029         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
60030         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
60031         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
60032         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
60033         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
60034         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
60035         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
60036         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
60037         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
60038         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
60039         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
60040         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
60041         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
60042         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
60043         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
60044         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
60045         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
60046         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
60047         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
60048         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
60049         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
60050         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
60051         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
60052         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
60053         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
60054         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
60055         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
60056         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
60057         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
60058         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
60059         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
60060         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
60061         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
60062         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
60063         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
60064         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
60065         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
60066         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
60067         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
60068         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
60069         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
60070         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
60071         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
60072         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
60073         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
60074         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
60075         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
60076         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
60077         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
60078         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
60079         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
60080         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
60081         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
60082         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
60083         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
60084         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
60085         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
60086         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
60087         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
60088         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
60089         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
60090         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
60091         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
60092         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
60093         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
60094         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
60095         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
60096         * platform/chromium-mac-lion/editing/inserting/typing-at-end-of-line-expected.png:
60097         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
60098         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
60099         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
60100         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
60101         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
60102         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
60103         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
60104         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
60105         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
60106         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
60107         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
60108         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
60109         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
60110         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
60111         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
60112         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
60113         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
60114         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
60115         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
60116         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
60117         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
60118         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
60119         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
60120         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
60121         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
60122         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
60123         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
60124         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
60125         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
60126         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
60127         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
60128         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60129         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
60130         * platform/chromium-mac-lion/editing/pasteboard/innerText-inline-table-expected.png:
60131         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
60132         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
60133         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
60134         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
60135         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
60136         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
60137         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
60138         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
60139         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
60140         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
60141         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60142         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60143         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
60144         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
60145         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
60146         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
60147         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
60148         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
60149         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
60150         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
60151         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
60152         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
60153         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
60154         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
60155         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
60156         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
60157         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
60158         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
60159         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
60160         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
60161         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
60162         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
60163         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
60164         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
60165         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
60166         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
60167         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
60168         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
60169         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
60170         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
60171         * platform/chromium-mac-lion/editing/selection/4402375-expected.png:
60172         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
60173         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
60174         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
60175         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
60176         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
60177         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
60178         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
60179         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
60180         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
60181         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
60182         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
60183         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
60184         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
60185         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
60186         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
60187         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
60188         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
60189         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
60190         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
60191         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
60192         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
60193         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
60194         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
60195         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
60196         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
60197         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
60198         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
60199         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
60200         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
60201         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
60202         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
60203         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
60204         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
60205         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
60206         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
60207         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
60208         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
60209         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
60210         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
60211         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
60212         * platform/chromium-mac-lion/editing/selection/drag-to-contenteditable-iframe-expected.png:
60213         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
60214         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
60215         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
60216         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
60217         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
60218         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
60219         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
60220         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
60221         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
60222         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
60223         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
60224         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
60225         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
60226         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-backward-expected.png:
60227         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-forward-expected.png:
60228         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
60229         * platform/chromium-mac-lion/editing/selection/fake-doubleclick-expected.png:
60230         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
60231         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
60232         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
60233         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
60234         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
60235         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
60236         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
60237         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
60238         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
60239         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
60240         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
60241         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
60242         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
60243         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
60244         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
60245         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
60246         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
60247         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
60248         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
60249         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
60250         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
60251         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
60252         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
60253         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
60254         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
60255         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
60256         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
60257         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
60258         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
60259         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-1-expected.png:
60260         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-2-expected.png:
60261         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-3-expected.png:
60262         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-4-expected.png:
60263         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-5-expected.png:
60264         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
60265         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
60266         * platform/chromium-mac-lion/editing/selection/select-all-iframe-expected.png:
60267         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
60268         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
60269         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
60270         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
60271         * platform/chromium-mac-lion/editing/selection/selectNode-expected.png:
60272         * platform/chromium-mac-lion/editing/selection/selectNodeContents-expected.png:
60273         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
60274         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
60275         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
60276         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
60277         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
60278         * platform/chromium-mac-lion/editing/selection/transformed-selection-rects-expected.png:
60279         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
60280         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
60281         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
60282         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
60283         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
60284         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
60285         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
60286         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
60287         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
60288         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
60289         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
60290         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
60291         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
60292         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
60293         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
60294         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
60295         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
60296         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
60297         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
60298         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
60299         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
60300         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
60301         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
60302         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
60303         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
60304         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
60305         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
60306         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
60307         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
60308         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
60309         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
60310         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
60311         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
60312         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
60313         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
60314         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
60315         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
60316         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
60317         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
60318         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
60319         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
60320         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
60321         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
60322         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
60323         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
60324         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
60325         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
60326         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
60327         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
60328         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
60329         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
60330         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
60331         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
60332         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
60333         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
60334         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
60335         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
60336         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
60337         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
60338         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
60339         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
60340         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
60341         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
60342         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
60343         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
60344         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
60345         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
60346         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
60347         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
60348         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
60349         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
60350         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
60351         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
60352         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
60353         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
60354         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
60355         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
60356         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
60357         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
60358         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
60359         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
60360         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
60361         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
60362         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
60363         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
60364         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
60365         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
60366         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
60367         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
60368         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
60369         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
60370         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
60371         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
60372         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
60373         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
60374         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
60375         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
60376         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
60377         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
60378         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
60379         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
60380         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
60381         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
60382         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
60383         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png:
60384         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
60385         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
60386         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
60387         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
60388         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
60389         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
60390         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
60391         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
60392         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
60393         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
60394         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
60395         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
60396         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
60397         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
60398         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60399         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
60400         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60401         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
60402         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
60403         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
60404         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
60405         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
60406         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
60407         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
60408         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
60409         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
60410         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
60411         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
60412         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
60413         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
60414         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
60415         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
60416         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
60417         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
60418         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
60419         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
60420         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
60421         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
60422         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
60423         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
60424         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
60425         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
60426         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
60427         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
60428         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
60429         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
60430         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
60431         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
60432         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
60433         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
60434         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
60435         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
60436         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
60437         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
60438         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
60439         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
60440         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
60441         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
60442         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
60443         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
60444         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
60445         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
60446         * platform/chromium-mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png:
60447         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
60448         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
60449         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
60450         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
60451         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
60452         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
60453         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
60454         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
60455         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
60456         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
60457         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
60458         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
60459         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
60460         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
60461         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
60462         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
60463         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
60464         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
60465         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
60466         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
60467         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
60468         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
60469         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
60470         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
60471         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
60472         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
60473         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
60474         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
60475         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
60476         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
60477         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60478         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
60479         * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
60480         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
60481         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
60482         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
60483         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
60484         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
60485         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
60486         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
60487         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
60488         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60489         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60490         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
60491         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
60492         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
60493         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
60494         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
60495         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
60496         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
60497         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
60498         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
60499         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
60500         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
60501         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
60502         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
60503         * platform/chromium-mac-snowleopard/editing/selection/4402375-expected.png:
60504         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
60505         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
60506         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
60507         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
60508         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
60509         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
60510         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
60511         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
60512         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
60513         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
60514         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
60515         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
60516         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
60517         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
60518         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
60519         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
60520         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
60521         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
60522         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
60523         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
60524         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
60525         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
60526         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
60527         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
60528         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
60529         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
60530         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
60531         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
60532         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
60533         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
60534         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
60535         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
60536         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
60537         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
60538         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
60539         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
60540         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
60541         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
60542         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
60543         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
60544         * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png:
60545         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
60546         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
60547         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
60548         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
60549         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
60550         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
60551         * platform/chromium-mac-snowleopard/editing/selection/fake-doubleclick-expected.png:
60552         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
60553         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
60554         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
60555         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
60556         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
60557         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
60558         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
60559         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
60560         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
60561         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
60562         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
60563         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
60564         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
60565         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
60566         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
60567         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
60568         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
60569         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
60570         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
60571         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
60572         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
60573         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
60574         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
60575         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
60576         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
60577         * platform/chromium-mac-snowleopard/editing/selection/select-all-iframe-expected.png:
60578         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
60579         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
60580         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
60581         * platform/chromium-mac-snowleopard/editing/selection/selectNode-expected.png:
60582         * platform/chromium-mac-snowleopard/editing/selection/selectNodeContents-expected.png:
60583         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
60584         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
60585         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
60586         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
60587         * platform/chromium-mac-snowleopard/editing/selection/transformed-selection-rects-expected.png:
60588         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
60589         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
60590         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
60591         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
60592         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
60593         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
60594         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
60595         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
60596         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
60597         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
60598         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
60599         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
60600         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
60601         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
60602         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
60603         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
60604         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
60605         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
60606         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
60607         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
60608         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
60609         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
60610         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
60611         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
60612         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
60613         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
60614         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
60615         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
60616         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
60617         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
60618         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
60619         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
60620         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
60621         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
60622         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
60623         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
60624         * platform/chromium-mac/editing/deleting/4922367-expected.png:
60625         * platform/chromium-mac/editing/deleting/5099303-expected.png:
60626         * platform/chromium-mac/editing/deleting/5126166-expected.png:
60627         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
60628         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
60629         * platform/chromium-mac/editing/deleting/5272440-expected.png:
60630         * platform/chromium-mac/editing/deleting/5369009-expected.png:
60631         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
60632         * platform/chromium-mac/editing/deleting/5483370-expected.png:
60633         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
60634         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
60635         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
60636         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
60637         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
60638         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
60639         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
60640         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
60641         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
60642         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
60643         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
60644         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
60645         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
60646         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
60647         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
60648         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
60649         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
60650         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
60651         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
60652         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
60653         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
60654         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
60655         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
60656         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
60657         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
60658         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
60659         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
60660         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
60661         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
60662         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
60663         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
60664         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
60665         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
60666         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
60667         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
60668         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
60669         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
60670         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
60671         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
60672         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
60673         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
60674         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
60675         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
60676         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
60677         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
60678         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
60679         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
60680         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
60681         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
60682         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
60683         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
60684         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
60685         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
60686         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
60687         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
60688         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
60689         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
60690         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
60691         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
60692         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
60693         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
60694         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
60695         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
60696         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
60697         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
60698         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
60699         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
60700         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
60701         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
60702         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
60703         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
60704         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
60705         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
60706         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
60707         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
60708         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
60709         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
60710         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
60711         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
60712         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
60713         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
60714         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
60715         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
60716         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
60717         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
60718         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
60719         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
60720         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
60721         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
60722         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
60723         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
60724         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
60725         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
60726         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
60727         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
60728         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
60729         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
60730         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
60731         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
60732         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
60733         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
60734         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
60735         * platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
60736         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
60737         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
60738         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
60739         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
60740         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
60741         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
60742         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
60743         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
60744         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
60745         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
60746         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
60747         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
60748         * platform/chromium-mac/editing/execCommand/print-expected.png:
60749         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
60750         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
60751         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
60752         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60753         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
60754         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60755         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
60756         * platform/chromium-mac/editing/inserting/12882-expected.png:
60757         * platform/chromium-mac/editing/inserting/4278698-expected.png:
60758         * platform/chromium-mac/editing/inserting/4840662-expected.png:
60759         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
60760         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
60761         * platform/chromium-mac/editing/inserting/4959067-expected.png:
60762         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
60763         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
60764         * platform/chromium-mac/editing/inserting/5002441-expected.png:
60765         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
60766         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
60767         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
60768         * platform/chromium-mac/editing/inserting/5418891-expected.png:
60769         * platform/chromium-mac/editing/inserting/5510537-expected.png:
60770         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
60771         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
60772         * platform/chromium-mac/editing/inserting/6703873-expected.png:
60773         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
60774         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
60775         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
60776         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
60777         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
60778         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
60779         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
60780         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
60781         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
60782         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
60783         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
60784         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
60785         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
60786         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
60787         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
60788         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
60789         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
60790         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
60791         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
60792         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
60793         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
60794         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
60795         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
60796         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
60797         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
60798         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
60799         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
60800         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
60801         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
60802         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
60803         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
60804         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
60805         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
60806         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
60807         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
60808         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
60809         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
60810         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
60811         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
60812         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
60813         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
60814         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
60815         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
60816         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
60817         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
60818         * platform/chromium-mac/editing/inserting/line-break-expected.png:
60819         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
60820         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
60821         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
60822         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
60823         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
60824         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
60825         * platform/chromium-mac/editing/inserting/redo-expected.png:
60826         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
60827         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
60828         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
60829         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
60830         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
60831         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
60832         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
60833         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
60834         * platform/chromium-mac/editing/inserting/typing-at-end-of-line-expected.png:
60835         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
60836         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
60837         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
60838         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
60839         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
60840         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
60841         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
60842         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
60843         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
60844         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
60845         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
60846         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
60847         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
60848         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
60849         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
60850         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
60851         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
60852         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
60853         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
60854         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
60855         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
60856         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
60857         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
60858         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
60859         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
60860         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
60861         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
60862         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
60863         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
60864         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
60865         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
60866         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60867         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
60868         * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
60869         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
60870         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
60871         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
60872         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
60873         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
60874         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
60875         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
60876         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
60877         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
60878         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
60879         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60880         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60881         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
60882         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
60883         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
60884         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
60885         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
60886         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
60887         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
60888         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
60889         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
60890         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
60891         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
60892         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
60893         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
60894         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
60895         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
60896         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
60897         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
60898         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
60899         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
60900         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
60901         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
60902         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
60903         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
60904         * platform/chromium-mac/editing/selection/13804-expected.png:
60905         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
60906         * platform/chromium-mac/editing/selection/3690703-expected.png:
60907         * platform/chromium-mac/editing/selection/3690719-expected.png:
60908         * platform/chromium-mac/editing/selection/4397952-expected.png:
60909         * platform/chromium-mac/editing/selection/4402375-expected.png:
60910         * platform/chromium-mac/editing/selection/4818145-expected.png:
60911         * platform/chromium-mac/editing/selection/4866671-expected.png:
60912         * platform/chromium-mac/editing/selection/4889598-expected.png:
60913         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
60914         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
60915         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
60916         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
60917         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
60918         * platform/chromium-mac/editing/selection/4947387-expected.png:
60919         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
60920         * platform/chromium-mac/editing/selection/5007143-expected.png:
60921         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
60922         * platform/chromium-mac/editing/selection/5057506-expected.png:
60923         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
60924         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
60925         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
60926         * platform/chromium-mac/editing/selection/5099303-expected.png:
60927         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
60928         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
60929         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
60930         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
60931         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
60932         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
60933         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
60934         * platform/chromium-mac/editing/selection/5240265-expected.png:
60935         * platform/chromium-mac/editing/selection/6476-expected.png:
60936         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
60937         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
60938         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
60939         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
60940         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
60941         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
60942         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
60943         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
60944         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
60945         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
60946         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
60947         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
60948         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
60949         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
60950         * platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png:
60951         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
60952         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
60953         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
60954         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
60955         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
60956         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
60957         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
60958         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
60959         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
60960         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
60961         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
60962         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
60963         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
60964         * platform/chromium-mac/editing/selection/extend-inside-transforms-backward-expected.png:
60965         * platform/chromium-mac/editing/selection/extend-inside-transforms-forward-expected.png:
60966         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
60967         * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
60968         * platform/chromium-mac/editing/selection/iframe-expected.png:
60969         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
60970         * platform/chromium-mac/editing/selection/inline-table-expected.png:
60971         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
60972         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
60973         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
60974         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
60975         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
60976         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
60977         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
60978         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
60979         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
60980         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
60981         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
60982         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
60983         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
60984         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
60985         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
60986         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
60987         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
60988         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
60989         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
60990         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
60991         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
60992         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
60993         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
60994         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
60995         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
60996         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
60997         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
60998         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
60999         * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
61000         * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
61001         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
61002         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
61003         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
61004         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
61005         * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
61006         * platform/chromium-mac/editing/selection/select-box-expected.png:
61007         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
61008         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
61009         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
61010         * platform/chromium-mac/editing/selection/selectNode-expected.png:
61011         * platform/chromium-mac/editing/selection/selectNodeContents-expected.png:
61012         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
61013         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
61014         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
61015         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
61016         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
61017         * platform/chromium-mac/editing/selection/transformed-selection-rects-expected.png:
61018         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
61019         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
61020         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
61021         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
61022         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
61023         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
61024         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
61025         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
61026         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
61027         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
61028         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
61029         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
61030         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
61031         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
61032         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
61033         * platform/chromium-mac/editing/spelling/spelling-expected.png:
61034         * platform/chromium-mac/editing/style/4916887-expected.png:
61035         * platform/chromium-mac/editing/style/5017613-1-expected.png:
61036         * platform/chromium-mac/editing/style/5017613-2-expected.png:
61037         * platform/chromium-mac/editing/style/5046875-1-expected.png:
61038         * platform/chromium-mac/editing/style/5046875-2-expected.png:
61039         * platform/chromium-mac/editing/style/5065910-expected.png:
61040         * platform/chromium-mac/editing/style/5084241-expected.png:
61041         * platform/chromium-mac/editing/style/5228141-expected.png:
61042         * platform/chromium-mac/editing/style/5279521-expected.png:
61043         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
61044         * platform/chromium-mac/editing/style/highlight-expected.png:
61045         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
61046         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
61047         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
61048         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
61049         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
61050         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
61051         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
61052         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
61053         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
61054         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
61055         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
61056         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
61057         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
61058         * platform/chromium-mac/editing/undo/4063751-expected.png:
61059         * platform/chromium-mac/editing/undo/5378473-expected.png:
61060         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
61061         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
61062         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
61063         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
61064         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
61065         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
61066         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
61067         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
61068         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
61069         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
61070         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
61071         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
61072         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
61073         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
61074         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
61075         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
61076         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
61077         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
61078         * platform/chromium-win/editing/deleting/delete-first-list-item-expected.png:
61079         * platform/chromium-win/editing/deleting/delete-listitem-002-expected.png:
61080         * platform/chromium-win/editing/deleting/list-item-1-expected.png:
61081         * platform/chromium-win/editing/execCommand/4641880-1-expected.png:
61082         * platform/chromium-win/editing/execCommand/4747450-expected.png:
61083         * platform/chromium-win/editing/execCommand/4916402-expected.png:
61084         * platform/chromium-win/editing/execCommand/5136770-expected.png:
61085         * platform/chromium-win/editing/execCommand/5142012-2-expected.png:
61086         * platform/chromium-win/editing/execCommand/5569741-expected.png:
61087         * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
61088         * platform/chromium-win/editing/execCommand/indent-list-item-expected.png:
61089         * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.png:
61090         * platform/chromium-win/editing/inserting/4875189-1-expected.png:
61091         * platform/chromium-win/editing/inserting/4959067-expected.png:
61092         * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
61093         * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
61094         * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
61095         * platform/chromium-win/editing/pasteboard/merge-start-list-expected.png:
61096         * platform/chromium-win/editing/selection/4402375-expected.png:
61097         * platform/chromium-win/editing/selection/4895428-2-expected.png:
61098         * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
61099         * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
61100         * platform/chromium-win/editing/selection/extend-inside-transforms-backward-expected.png:
61101         * platform/chromium-win/editing/selection/extend-inside-transforms-forward-expected.png:
61102         * platform/chromium-win/editing/selection/image-before-linebreak-expected.png:
61103         * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.png:
61104         * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.png:
61105         * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
61106         * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
61107         * platform/chromium-win/editing/selection/selectNode-expected.png:
61108         * platform/chromium-win/editing/selection/selectNodeContents-expected.png:
61109         * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
61110         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
61111         * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.png:
61112         * platform/chromium-win/editing/unsupported-content/list-type-after-expected.png:
61113         * platform/chromium-win/editing/unsupported-content/list-type-before-expected.png:
61114
61115 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61116
61117         [Chromium] Test expectations update after enabling Skia changes.
61118
61119         Unreviewed Chromium expectations update.
61120
61121         Partial update, covering all css tests. Many more to come.
61122
61123         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png:
61124         * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png:
61125         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png:
61126         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
61127         * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png:
61128         * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png:
61129         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png:
61130         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png:
61131         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png:
61132         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png:
61133         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png:
61134         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png:
61135         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png:
61136         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png:
61137         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png:
61138         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png:
61139         * platform/chromium-mac-lion/css2.1/20110323/margin-applies-to-010-expected.png:
61140         * platform/chromium-mac-lion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61141         * platform/chromium-mac-lion/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61142         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
61143         * platform/chromium-mac-lion/css2.1/t050803-c14-classes-00-e-expected.png:
61144         * platform/chromium-mac-lion/css2.1/t0509-c15-ids-01-e-expected.png:
61145         * platform/chromium-mac-lion/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61146         * platform/chromium-mac-lion/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61147         * platform/chromium-mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61148         * platform/chromium-mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61149         * platform/chromium-mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61150         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61151         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61152         * platform/chromium-mac-lion/css2.1/t1202-counter-04-b-expected.png:
61153         * platform/chromium-mac-lion/css2.1/t1202-counters-04-b-expected.png:
61154         * platform/chromium-mac-lion/css2.1/t1205-c563-list-type-00-b-expected.png:
61155         * platform/chromium-mac-lion/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61156         * platform/chromium-mac-lion/css2.1/t1602-c546-txt-align-00-b-expected.png:
61157         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-1-expected.png:
61158         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-13-expected.png:
61159         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-15-expected.png:
61160         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-161-expected.png:
61161         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-19b-expected.png:
61162         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-22-expected.png:
61163         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-23-expected.png:
61164         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-24-expected.png:
61165         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28-expected.png:
61166         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28b-expected.png:
61167         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29-expected.png:
61168         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29b-expected.png:
61169         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-3a-expected.png:
61170         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-64-expected.png:
61171         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-68-expected.png:
61172         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-69-expected.png:
61173         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73-expected.png:
61174         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73b-expected.png:
61175         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74-expected.png:
61176         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74b-expected.png:
61177         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61178         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61179         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61180         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61181         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61182         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61183         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-23-expected.png:
61184         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-24-expected.png:
61185         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61186         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61187         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61188         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61189         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61190         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61191         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61192         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-68-expected.png:
61193         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-69-expected.png:
61194         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61195         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61196         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61197         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61198         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-1-expected.png:
61199         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-13-expected.png:
61200         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15-expected.png:
61201         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-161-expected.png:
61202         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.png:
61203         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-22-expected.png:
61204         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-23-expected.png:
61205         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-24-expected.png:
61206         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28-expected.png:
61207         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28b-expected.png:
61208         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29-expected.png:
61209         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29b-expected.png:
61210         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3-expected.png:
61211         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3a-expected.png:
61212         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-64-expected.png:
61213         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-68-expected.png:
61214         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-69-expected.png:
61215         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73-expected.png:
61216         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73b-expected.png:
61217         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74-expected.png:
61218         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74b-expected.png:
61219         * platform/chromium-mac-lion/css3/unicode-bidi-isolate-basic-expected.png:
61220         * platform/chromium-mac-snowleopard/css1/box_properties/border_left-expected.png:
61221         * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
61222         * platform/chromium-mac-snowleopard/css1/box_properties/border_top-expected.png:
61223         * platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png:
61224         * platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png:
61225         * platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png:
61226         * platform/chromium-mac-snowleopard/css1/box_properties/margin_left-expected.png:
61227         * platform/chromium-mac-snowleopard/css1/box_properties/margin_right-expected.png:
61228         * platform/chromium-mac-snowleopard/css1/box_properties/padding_left-expected.png:
61229         * platform/chromium-mac-snowleopard/css1/box_properties/padding_right-expected.png:
61230         * platform/chromium-mac-snowleopard/css1/cascade/cascade_order-expected.png:
61231         * platform/chromium-mac-snowleopard/css1/classification/list_style_image-expected.png:
61232         * platform/chromium-mac-snowleopard/css1/classification/list_style_position-expected.png:
61233         * platform/chromium-mac-snowleopard/css1/classification/list_style_type-expected.png:
61234         * platform/chromium-mac-snowleopard/css1/pseudo/anchor-expected.png:
61235         * platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png:
61236         * platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png:
61237         * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61238         * platform/chromium-mac-snowleopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61239         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
61240         * platform/chromium-mac-snowleopard/css2.1/t050803-c14-classes-00-e-expected.png:
61241         * platform/chromium-mac-snowleopard/css2.1/t0509-c15-ids-01-e-expected.png:
61242         * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61243         * platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61244         * platform/chromium-mac-snowleopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61245         * platform/chromium-mac-snowleopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61246         * platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61247         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61248         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61249         * platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png:
61250         * platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png:
61251         * platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png:
61252         * platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61253         * platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
61254         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-1-expected.png:
61255         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-13-expected.png:
61256         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-15-expected.png:
61257         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-161-expected.png:
61258         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
61259         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-22-expected.png:
61260         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28-expected.png:
61261         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28b-expected.png:
61262         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29-expected.png:
61263         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29b-expected.png:
61264         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-3a-expected.png:
61265         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
61266         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73-expected.png:
61267         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73b-expected.png:
61268         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74-expected.png:
61269         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74b-expected.png:
61270         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61271         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61272         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61273         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61274         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61275         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61276         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61277         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61278         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61279         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61280         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61281         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61282         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61283         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61284         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61285         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61286         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61287         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png:
61288         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png:
61289         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png:
61290         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png:
61291         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
61292         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png:
61293         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png:
61294         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png:
61295         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png:
61296         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png:
61297         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png:
61298         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png:
61299         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
61300         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png:
61301         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png:
61302         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png:
61303         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png:
61304         * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
61305         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
61306         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
61307         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
61308         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
61309         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
61310         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
61311         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
61312         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
61313         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
61314         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
61315         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
61316         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
61317         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
61318         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
61319         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
61320         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
61321         * platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
61322         * platform/chromium-mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61323         * platform/chromium-mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61324         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
61325         * platform/chromium-mac/css2.1/t050803-c14-classes-00-e-expected.png:
61326         * platform/chromium-mac/css2.1/t0509-c15-ids-01-e-expected.png:
61327         * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61328         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61329         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61330         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61331         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61332         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61333         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61334         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
61335         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
61336         * platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
61337         * platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61338         * platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
61339         * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png:
61340         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
61341         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
61342         * platform/chromium-mac/css3/filters/filter-with-transform-expected.png:
61343         * platform/chromium-mac/css3/filters/nested-filter-expected.png:
61344         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
61345         * platform/chromium-mac/css3/masking/clip-path-circle-expected.png:
61346         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
61347         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
61348         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png:
61349         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
61350         * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png:
61351         * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png:
61352         * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png:
61353         * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png:
61354         * platform/chromium-mac/css3/selectors3/html/css3-modsel-1-expected.png:
61355         * platform/chromium-mac/css3/selectors3/html/css3-modsel-13-expected.png:
61356         * platform/chromium-mac/css3/selectors3/html/css3-modsel-15-expected.png:
61357         * platform/chromium-mac/css3/selectors3/html/css3-modsel-161-expected.png:
61358         * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
61359         * platform/chromium-mac/css3/selectors3/html/css3-modsel-22-expected.png:
61360         * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
61361         * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
61362         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28-expected.png:
61363         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28b-expected.png:
61364         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29-expected.png:
61365         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29b-expected.png:
61366         * platform/chromium-mac/css3/selectors3/html/css3-modsel-3a-expected.png:
61367         * platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
61368         * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
61369         * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
61370         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73-expected.png:
61371         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73b-expected.png:
61372         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74-expected.png:
61373         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74b-expected.png:
61374         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61375         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61376         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61377         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61378         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61379         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61380         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
61381         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
61382         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61383         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61384         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61385         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61386         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61387         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61388         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61389         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
61390         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
61391         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61392         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61393         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61394         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61395         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-1-expected.png:
61396         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-13-expected.png:
61397         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15-expected.png:
61398         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-161-expected.png:
61399         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
61400         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-22-expected.png:
61401         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
61402         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
61403         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28-expected.png:
61404         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28b-expected.png:
61405         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29-expected.png:
61406         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29b-expected.png:
61407         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3-expected.png:
61408         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3a-expected.png:
61409         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
61410         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
61411         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
61412         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73-expected.png:
61413         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73b-expected.png:
61414         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74-expected.png:
61415         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74b-expected.png:
61416         * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
61417         * platform/chromium-win-xp/css1/cascade: Removed.
61418         * platform/chromium-win-xp/css1/classification: Removed.
61419         * platform/chromium-win-xp/css1/pseudo: Removed.
61420         * platform/chromium-win-xp/css3/selectors3/html: Removed.
61421         * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
61422         * platform/chromium-win-xp/css3/selectors3/xhtml: Removed.
61423         * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
61424         * platform/chromium-win-xp/css3/selectors3/xml: Removed.
61425         * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
61426         * platform/chromium-win/css1/box_properties/border_left-expected.png:
61427         * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
61428         * platform/chromium-win/css1/box_properties/border_top-expected.png:
61429         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
61430         * platform/chromium-win/css1/box_properties/margin_left-expected.png:
61431         * platform/chromium-win/css1/box_properties/margin_right-expected.png:
61432         * platform/chromium-win/css1/box_properties/padding_left-expected.png:
61433         * platform/chromium-win/css1/box_properties/padding_right-expected.png:
61434         * platform/chromium-win/css1/cascade/cascade_order-expected.png:
61435         * platform/chromium-win/css1/classification/list_style_image-expected.png:
61436         * platform/chromium-win/css1/classification/list_style_position-expected.png:
61437         * platform/chromium-win/css1/classification/list_style_type-expected.png:
61438         * platform/chromium-win/css1/pseudo/anchor-expected.png:
61439         * platform/chromium-win/css2.1/20110323/margin-applies-to-010-expected.png:
61440         * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61441         * platform/chromium-win/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61442         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
61443         * platform/chromium-win/css2.1/t050803-c14-classes-00-e-expected.png:
61444         * platform/chromium-win/css2.1/t0509-c15-ids-01-e-expected.png:
61445         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61446         * platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61447         * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61448         * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61449         * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61450         * platform/chromium-win/css2.1/t1205-c563-list-type-00-b-expected.png:
61451         * platform/chromium-win/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61452         * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png:
61453         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
61454         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png:
61455         * platform/chromium-win/css3/filters/filter-with-transform-expected.png:
61456         * platform/chromium-win/css3/filters/nested-filter-expected.png:
61457         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
61458         * platform/chromium-win/css3/masking/clip-path-circle-expected.png:
61459         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
61460         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
61461         * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png:
61462         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
61463         * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png:
61464         * platform/chromium-win/css3/masking/clip-path-polygon-expected.png:
61465         * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png:
61466         * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png:
61467         * platform/chromium-win/css3/selectors3/html/css3-modsel-1-expected.png:
61468         * platform/chromium-win/css3/selectors3/html/css3-modsel-13-expected.png:
61469         * platform/chromium-win/css3/selectors3/html/css3-modsel-15-expected.png:
61470         * platform/chromium-win/css3/selectors3/html/css3-modsel-22-expected.png:
61471         * platform/chromium-win/css3/selectors3/html/css3-modsel-28-expected.png:
61472         * platform/chromium-win/css3/selectors3/html/css3-modsel-28b-expected.png:
61473         * platform/chromium-win/css3/selectors3/html/css3-modsel-29-expected.png:
61474         * platform/chromium-win/css3/selectors3/html/css3-modsel-29b-expected.png:
61475         * platform/chromium-win/css3/selectors3/html/css3-modsel-3a-expected.png:
61476         * platform/chromium-win/css3/selectors3/html/css3-modsel-73-expected.png:
61477         * platform/chromium-win/css3/selectors3/html/css3-modsel-73b-expected.png:
61478         * platform/chromium-win/css3/selectors3/html/css3-modsel-74-expected.png:
61479         * platform/chromium-win/css3/selectors3/html/css3-modsel-74b-expected.png:
61480         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61481         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61482         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61483         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61484         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61485         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61486         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61487         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61488         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61489         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61490         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61491         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61492         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61493         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61494         * platform/chromium-win/css3/selectors3/xml/css3-modsel-1-expected.png:
61495         * platform/chromium-win/css3/selectors3/xml/css3-modsel-13-expected.png:
61496         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15-expected.png:
61497         * platform/chromium-win/css3/selectors3/xml/css3-modsel-22-expected.png:
61498         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28-expected.png:
61499         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28b-expected.png:
61500         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29-expected.png:
61501         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29b-expected.png:
61502         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3-expected.png:
61503         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3a-expected.png:
61504         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73-expected.png:
61505         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73b-expected.png:
61506         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74-expected.png:
61507         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74b-expected.png:
61508
61509 2012-11-22  Csaba Osztrogonác  <ossy@webkit.org>
61510
61511         [Qt] Unreviewed gardening, skip failing tests to paint the bots green.
61512
61513         * platform/qt-5.0-wk2/TestExpectations:
61514         * platform/qt/TestExpectations:
61515
61516 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61517
61518         [Chromium] Test expectations update after enabling Skia changes.
61519
61520         Unreviewed Chromium expectations update.
61521
61522         Partial update, many more to come.
61523
61524         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png:
61525         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
61526         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61527         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61528         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
61529         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png:
61530         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png:
61531         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png:
61532         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
61533         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png:
61534         * platform/chromium-mac-lion/css1/basic/containment-expected.png:
61535         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png:
61536         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png:
61537         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png:
61538         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61539         * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
61540         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png:
61541         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png:
61542         * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png:
61543         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
61544         * platform/chromium-mac-snowleopard/css1/basic/class_as_selector-expected.png:
61545         * platform/chromium-mac-snowleopard/css1/basic/containment-expected.png:
61546         * platform/chromium-mac-snowleopard/css1/basic/contextual_selectors-expected.png:
61547         * platform/chromium-mac-snowleopard/css1/basic/id_as_selector-expected.png:
61548         * platform/chromium-mac-snowleopard/css1/box_properties/border_bottom-expected.png:
61549         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61550         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61551         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
61552         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
61553         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
61554         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
61555         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
61556         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
61557         * platform/chromium-mac/css1/basic/containment-expected.png:
61558         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
61559         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
61560         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
61561         * platform/chromium-win-xp/compositing/reflections: Removed.
61562         * platform/chromium-win-xp/css1/basic: Removed.
61563         * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png:
61564         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61565         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61566         * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png:
61567         * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png:
61568         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
61569         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
61570         * platform/chromium-win/css1/basic/class_as_selector-expected.png:
61571         * platform/chromium-win/css1/basic/containment-expected.png:
61572         * platform/chromium-win/css1/basic/contextual_selectors-expected.png:
61573         * platform/chromium-win/css1/basic/id_as_selector-expected.png:
61574         * platform/chromium-win/css1/box_properties/border_bottom-expected.png:
61575
61576 2012-11-22  Daniel Bates  <dbates@webkit.org>
61577
61578         JavaScript fails to concatenate large strings
61579         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61580
61581         Remove Qt-specific results for test concat-large-strings-crash.html
61582         since they are identical to the platform-independent expected results
61583         as of changeset 135523, <http://trac.webkit.org/changeset/135523>.
61584
61585         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Removed.
61586
61587 2012-11-22  Daniel Bates  <dbates@webkit.org>
61588
61589         JavaScript fails to concatenate large strings
61590         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61591
61592         Update test result.
61593
61594         * fast/js/concat-large-strings-crash-expected.txt:
61595
61596 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61597
61598         Chromium expectations fix.
61599
61600         Unreviewed removal of bad expectations.
61601
61602         * platform/chromium/svg/animations/animate-text-nested-transforms-expected.txt: Removed.
61603         * platform/chromium/svg/custom/getscreenctm-in-mixed-content2-expected.txt: Removed.
61604         * platform/chromium/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
61605
61606 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61607
61608         [Chromium] Test expectations update after enabling Skia changes.
61609
61610         Unreviewed Chromium expectations update.
61611
61612         Update of remaining platform-specific expectations for linux. Other platforms to come.
61613
61614         Too many files to list.
61615
61616 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61617
61618         [Chromium] Test expectations update after enabling Skia changes.
61619
61620         Unreviewed Chromium expectations update.
61621
61622         Update of svg results.
61623
61624         Too many files to list. All Chromium platform results for svg tests.
61625
61626 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61627
61628         [Chromium] Test expectations update.
61629
61630         Unreviewed changes due to Skia changes.
61631
61632         Too many files to list (over 1000). All Chromium platform expectations.
61633
61634 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61635
61636         Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll.
61637         https://bugs.webkit.org/show_bug.cgi?id=103062 
61638
61639         * platform/chromium/TestExpectations:
61640
61641 2012-11-22  Kent Tamura  <tkent@chromium.org>
61642
61643         INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values
61644         https://bugs.webkit.org/show_bug.cgi?id=103033
61645
61646         Reviewed by Kentaro Hara.
61647
61648         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt:
61649         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html:
61650
61651 2012-11-22  Keishi Hattori  <keishi@webkit.org>
61652
61653         Add week-multiple-fields tests
61654         https://bugs.webkit.org/show_bug.cgi?id=102045
61655
61656         Reviewed by Kent Tamura.
61657
61658         Adding test cases for multiple field week input.
61659
61660         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
61661         (startTestFor.beginTestCase):
61662         (startTestFor):
61663         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Added.
61664         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Added.
61665         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Added.
61666         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Added.
61667         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Added.
61668         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Added.
61669         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Added.
61670         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Added.
61671         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Added.
61672         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Added.
61673         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Added.
61674         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Added.
61675         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
61676         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Added.
61677         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Added.
61678         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Added.
61679         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
61680         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Added.
61681         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Added.
61682         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Added.
61683
61684 2012-11-22  Christophe Dumez  <christophe.dumez@intel.com>
61685
61686         WebKitTestRunner needs layoutTestController.setCacheModel
61687         https://bugs.webkit.org/show_bug.cgi?id=42684
61688
61689         Reviewed by Kenneth Rohde Christiansen.
61690
61691         Unskip fast/dom/HTMLScriptElement/nested-execution.html for
61692         WK2 now that WebKitTestRunner implements
61693         testRunner.setCacheModel.
61694
61695         * platform/wk2/TestExpectations:
61696
61697 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61698
61699         Fixing some Chromium test expectations.
61700
61701         Unreviewed expectations update
61702
61703         * platform/chromium-mac/fast/css/font-smoothing-expected.png:
61704         * platform/chromium-mac/fast/css/text-rendering-expected.png:
61705         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
61706         * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
61707         * platform/chromium-win/fast/css/font-smoothing-expected.png: Added.
61708         * platform/chromium/fast/css/font-smoothing-expected.png: Removed.
61709         * platform/chromium/fast/css/text-rendering-expected.png: Removed.
61710
61711 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61712
61713         Chromium gardening. Rebaseline compositing tests
61714         https://bugs.webkit.org/show_bug.cgi?id=103039
61715
61716         Reviewed by Pavel Feldman.
61717
61718         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61719         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61720         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61721         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61722
61723 2012-11-22  Harald Alvestrand  <hta@google.com>
61724
61725         Name enumerator function for GetStats RTCStatsElement
61726         https://bugs.webkit.org/show_bug.cgi?id=102933
61727
61728         Reviewed by Adam Barth.
61729
61730         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
61731         * fast/mediastream/RTCPeerConnection-stats.html:
61732
61733 2012-11-22  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
61734
61735         [Qt] Unreviewed gardening
61736
61737         Add platform specific exception.
61738
61739         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Added.
61740
61741 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61742
61743         Unreviewed. Rebaselined new tests added in r135454.
61744
61745         * platform/chromium/fast/js/concat-large-strings-crash-expected.txt: Added.
61746         * platform/chromium/fast/js/concat-large-strings-crash2-expected.txt: Added.
61747
61748 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
61749
61750         Unreviewed, rolling out r135464.
61751         http://trac.webkit.org/changeset/135464
61752         https://bugs.webkit.org/show_bug.cgi?id=103026
61753
61754         breaks gtk bot (Requested by morrita on #webkit).
61755
61756         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt: Removed.
61757         * fast/dom/shadow/shadow-aware-create-shadow-root.html: Removed.
61758
61759 2012-11-21  Cosmin Truta  <ctruta@rim.com>
61760
61761         Numeric identifiers of events should not be globally sequential
61762         https://bugs.webkit.org/show_bug.cgi?id=102244
61763
61764         Reviewed by Alexey Proskuryakov.
61765
61766         Ensured that the results of setTimeout(), setInterval() and
61767         navigator.geolocation.watchPosition() are strictly positive
61768         and unique within their script execution context.
61769
61770         * fast/dom/Geolocation/watchPosition-unique-expected.txt: Added.
61771         * fast/dom/Geolocation/watchPosition-unique.html: Added.
61772         * fast/dom/Window/setTimeout-setInterval-unique-expected.txt: Added.
61773         * fast/dom/Window/setTimeout-setInterval-unique.html: Added.
61774
61775 2012-11-21  Kent Tamura  <tkent@chromium.org>
61776
61777         [Chromium] Correct svn:mime-type for platform/chromium*/**/*.png
61778
61779         * <Omit the file list>
61780
61781 2012-11-21  Kent Tamura  <tkent@chromium.org>
61782
61783         [Chromium] Correct svn:mime-type for platform/chromium-linux/**/*.png
61784
61785         * <Omit the file list>
61786
61787 2012-11-21  Kent Tamura  <tkent@chromium.org>
61788
61789         [Chromium] Correct svn:mime-type for platform/chromium-win/**/*.png
61790
61791         * <Omit the file list>
61792
61793 2012-11-21  Kent Tamura  <tkent@chromium.org>
61794
61795         [Chromium] Correct svn:mime-type for platform/chromium-mac/**/*.png
61796
61797         * <Omit the file list>
61798
61799 2012-11-21  Kent Tamura  <tkent@chromium.org>
61800
61801         [Chromium] Rebaselin for recent forms changes.
61802
61803         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61804         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61805         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61806         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61807         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61808         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61809         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61810         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61811         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61812         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61813         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61814         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61815         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61816         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61817         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61818         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61819         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61820         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61821         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61822         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61823         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61824         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61825         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61826         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61827         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61828         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61829         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61830         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61831         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61832         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61833         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61834         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61835         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61836         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61837         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61838         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61839         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61840         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61841         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61842         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61843         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61844         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61845         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61846         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61847         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61848         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61849         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61850         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61851         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61852         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61853         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61854         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61855         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61856         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61857         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61858         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61859         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61860         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61861         * platform/chromium/TestExpectations:
61862
61863 2012-11-21  Hajime Morrita  <morrita@google.com>
61864
61865         [Shadow DOM] Implement Element::createShadowRoot()
61866         https://bugs.webkit.org/show_bug.cgi?id=102911
61867
61868         Reviewed by Kentaro Hara.
61869
61870         The coverage might not seem comprehensive at a glance. However,
61871         this is just an alias of ShadowRoot constructor and there are
61872         bunch of test cases which cover it.
61873
61874         As bug 102913 will convert such callsites to use createShadowRoot(),
61875         the API will get be covered well then.
61876
61877         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
61878         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
61879           Further ShadowAware API will come here.
61880
61881 2012-11-21  Dana Jansens  <danakj@chromium.org>
61882
61883         Remove crashing expectation for css3/filters/effect-reference-ordering-hw.html
61884         https://bugs.webkit.org/show_bug.cgi?id=102898
61885
61886         Unreviewed test expectations.
61887
61888         * platform/chromium/TestExpectations:
61889
61890 2012-11-21  Hajime Morrita  <morrita@google.com>
61891
61892         [Shadow DOM][V8] Assertion failure when shadow host is reclaimed before ShadowRoot
61893         https://bugs.webkit.org/show_bug.cgi?id=102893
61894
61895         Reviewed by Kentaro Hara.
61896
61897         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt: Added.
61898         * fast/dom/shadow/host-wrapper-reclaimed.html: Added.
61899
61900 2012-11-21  Daniel Bates  <dbates@webkit.org>
61901
61902         JavaScript fails to concatenate large strings
61903         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61904
61905         Reviewed by Michael Saboff.
61906
61907         Add tests to ensure that we handle concatenating large strings.
61908
61909         * fast/js/concat-large-strings-crash-expected.txt: Added.
61910         * fast/js/concat-large-strings-crash.html: Added.
61911         * fast/js/concat-large-strings-crash2-expected.txt: Added.
61912         * fast/js/concat-large-strings-crash2.html: Added.
61913
61914 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
61915
61916         Add fast/events/context-nodrag.html to Chromium Mac TestExpectations
61917
61918         No review.
61919
61920         * platform/chromium/TestExpectations:
61921
61922 2012-11-21  James Simonsen  <simonjam@chromium.org>
61923
61924         [Resource Timing] Create W3C-style test suite
61925         https://bugs.webkit.org/show_bug.cgi?id=84883
61926
61927         Reviewed by Tony Gentilcore.
61928
61929         The tests are designed to be upstreamed. Eventually, the local ones will be replaced by the official upstream versions.
61930
61931         * http/tests/w3c/webperf/resources/Ahem.ttf: Added.
61932         * http/tests/w3c/webperf/resources/all_resource_types.htm: Added.
61933         * http/tests/w3c/webperf/resources/blank_image.png: Added.
61934         * http/tests/w3c/webperf/resources/empty_script.js: Added.
61935         * http/tests/w3c/webperf/resources/generate_resource.php: Added.
61936         * http/tests/w3c/webperf/resources/gray_bg.css: Added.
61937         (body):
61938         * http/tests/w3c/webperf/resources/green_frame.htm: Added.
61939         * http/tests/w3c/webperf/resources/inject_resource_test.html: Added.
61940         * http/tests/w3c/webperf/resources/nested.css: Added.
61941         (@font-face):
61942         (ol):
61943         * http/tests/w3c/webperf/resources/webperftestharness.js:
61944         (test_greater_or_equals):
61945         (test_fail):
61946         (test_resource_entries):
61947         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt: Added.
61948         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html: Added.
61949         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Added.
61950         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html: Added.
61951         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Added.
61952         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html: Added.
61953         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt: Added.
61954         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html: Added.
61955         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt: Added.
61956         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html: Added.
61957         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt: Added.
61958         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html: Added.
61959         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt: Added.
61960         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html: Added.
61961         * platform/chromium/TestExpectations: Skip these new tests until the flag is flipped.
61962
61963 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
61964
61965         Add fast/events/context-nodrag.html to Mac TestExpectations
61966
61967         No review.
61968
61969         * platform/mac/TestExpectations:
61970
61971 2012-11-21  Rick Byers  <rbyers@chromium.org>
61972
61973         Multi-frame CUR file test hangs on mac port 
61974         https://bugs.webkit.org/show_bug.cgi?id=101811
61975
61976         Reviewed by Alexey Proskuryakov.
61977
61978         Fix tests to not hang on unexpected image load failure.
61979         Expect multi-frame CUR files to fail to load on Mac.
61980
61981         * fast/events/mouse-cursor.html:
61982         * fast/events/mouse-cursor-multiframecur.html:
61983         * platform/mac/TestExpectations:
61984         * platform/mac/fast/events/mouse-cursor-multiframecur-expected.txt: Added.
61985
61986 2012-11-21  Tien-Ren Chen  <trchen@chromium.org>
61987
61988         Invalidate non-composited content host when page scale factor changes
61989         https://bugs.webkit.org/show_bug.cgi?id=100718
61990
61991         Reviewed by Adam Barth.
61992
61993         During a scale change, non-composited content layer doesn't get invalidated
61994         automatically by the transformation change on RenderView. Need to force
61995         update non-composited contents ourself.
61996
61997         * compositing/repaint/page-scale-repaint-expected.png: Added.
61998         * compositing/repaint/page-scale-repaint-expected.txt: Added.
61999         * compositing/repaint/page-scale-repaint.html: Added.
62000         * compositing/repaint/resources/grid.png: Added.
62001
62002 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
62003
62004         Clear MousePressed state on context menu to avoid initiating a drag
62005         https://bugs.webkit.org/show_bug.cgi?id=101786
62006
62007         Reviewed by Ojan Vafai.
62008
62009         If a user initiates a drag via left mouse down, brings up the context menu,
62010         and then cancels the context menu while keeping the left mouse button down,
62011         then the drag operation will continue. This does not match the platform
62012         conventions on Windows, Linux or Mac .
62013
62014         This change cancels the drag if the context menu is about to be displayed.
62015
62016         * fast/events/context-nodrag.html: Added.
62017         * fast/events/context-nodrag-expected.txt: Added.
62018
62019 2012-11-21  Huang Dongsung  <luxtella@company100.net>
62020
62021         REGRESSION(r135212): Fix crash due to an infinite rect.
62022         https://bugs.webkit.org/show_bug.cgi?id=102891
62023
62024         Reviewed by Noam Rosenthal.
62025
62026         fast/multicol/span/positioned-child-not-removed-crash.html now passes on
62027         EFL.
62028
62029         * platform/efl-wk2/TestExpectations:
62030
62031 2012-11-21  Jian Li  <jianli@chromium.org>
62032
62033         Unreviewed. Updated chromium test expectations to resolve lint failures.
62034
62035         * platform/chromium/TestExpectations:
62036
62037 2012-11-21  Joshua Bell  <jsbell@chromium.org>
62038
62039         Remove IDBDatabaseException
62040         https://bugs.webkit.org/show_bug.cgi?id=102514
62041
62042         Reviewed by Adam Barth.
62043
62044         Remove references to IDBDatabaseException - DOMExceptions should be thrown with code 0 and
62045         a name. Remove references to IDBRequest.errorCode - IDBRequest.error is the new hawtness,
62046         and already tested for. Ensure those objects/properties are gone in removed.html
62047
62048         * storage/indexeddb/basics-expected.txt:
62049         * storage/indexeddb/basics-workers-expected.txt:
62050         * storage/indexeddb/constants.html: Removed.
62051         * storage/indexeddb/constants-expected.txt: Removed.
62052         * storage/indexeddb/create-and-remove-object-store-expected.txt:
62053         * storage/indexeddb/cursor-continue-dir-expected.txt:
62054         * storage/indexeddb/cursor-continue-expected.txt:
62055         * storage/indexeddb/cursor-update-expected.txt:
62056         * storage/indexeddb/deleteIndex-expected.txt:
62057         * storage/indexeddb/exceptions-expected.txt:
62058         * storage/indexeddb/factory-cmp-expected.txt:
62059         * storage/indexeddb/get-keyrange-expected.txt:
62060         * storage/indexeddb/index-basics-expected.txt:
62061         * storage/indexeddb/index-basics-workers-expected.txt:
62062         * storage/indexeddb/index-count-expected.txt:
62063         * storage/indexeddb/index-unique-expected.txt:
62064         * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
62065         * storage/indexeddb/invalid-keys-expected.txt:
62066         * storage/indexeddb/key-generator-expected.txt:
62067         * storage/indexeddb/key-type-array-expected.txt:
62068         * storage/indexeddb/keypath-edges-expected.txt:
62069         * storage/indexeddb/keyrange-expected.txt:
62070         * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
62071         * storage/indexeddb/mozilla/bad-keypath-expected.txt:
62072         * storage/indexeddb/mozilla/clear-expected.txt:
62073         * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
62074         * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
62075         * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
62076         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
62077         * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
62078         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
62079         * storage/indexeddb/mozilla/resources/bad-keypath.js:
62080         * storage/indexeddb/mozilla/resources/clear.js:
62081         * storage/indexeddb/mozilla/resources/indexes.js: Elide obsolete comment.
62082         * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
62083         * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
62084         * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
62085         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
62086         * storage/indexeddb/mozilla/resources/readonly-transactions.js:
62087         * storage/indexeddb/objectstore-autoincrement-expected.txt:
62088         * storage/indexeddb/objectstore-basics-expected.txt:
62089         * storage/indexeddb/objectstore-basics-workers-expected.txt:
62090         * storage/indexeddb/objectstore-count-expected.txt:
62091         * storage/indexeddb/open-cursor-expected.txt:
62092         * storage/indexeddb/readonly-expected.txt:
62093         * storage/indexeddb/removed-expected.txt:
62094         * storage/indexeddb/resources/basics.js:
62095         * storage/indexeddb/resources/constants.js: Removed.
62096         * storage/indexeddb/resources/create-and-remove-object-store.js:
62097         * storage/indexeddb/resources/cursor-continue-dir.js:
62098         * storage/indexeddb/resources/cursor-continue.js:
62099         * storage/indexeddb/resources/cursor-update.js:
62100         * storage/indexeddb/resources/deleteIndex.js:
62101         * storage/indexeddb/resources/exceptions.js:
62102         * storage/indexeddb/resources/factory-cmp.js:
62103         * storage/indexeddb/resources/get-keyrange.js:
62104         * storage/indexeddb/resources/index-basics.js:
62105         * storage/indexeddb/resources/index-count.js:
62106         * storage/indexeddb/resources/index-unique.js:
62107         * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
62108         * storage/indexeddb/resources/invalid-keys.js:
62109         * storage/indexeddb/resources/key-generator.js:
62110         * storage/indexeddb/resources/key-type-array.js:
62111         * storage/indexeddb/resources/keypath-edges.js:
62112         * storage/indexeddb/resources/keyrange.js:
62113         * storage/indexeddb/resources/objectstore-autoincrement.js:
62114         * storage/indexeddb/resources/objectstore-basics.js:
62115         * storage/indexeddb/resources/objectstore-count.js:
62116         * storage/indexeddb/resources/open-cursor.js:
62117         * storage/indexeddb/resources/readonly.js:
62118         * storage/indexeddb/resources/removed.js:
62119         * storage/indexeddb/resources/shared.js:
62120         * storage/indexeddb/resources/transaction-abort.js:
62121         * storage/indexeddb/resources/transaction-active-flag.js:
62122         * storage/indexeddb/resources/transaction-basics.js:
62123         * storage/indexeddb/resources/transaction-complete-workers.js:
62124         * storage/indexeddb/resources/transaction-error.js:
62125         * storage/indexeddb/resources/transaction-read-only.js:
62126         * storage/indexeddb/transaction-abort-expected.txt:
62127         * storage/indexeddb/transaction-active-flag-expected.txt:
62128         * storage/indexeddb/transaction-basics-expected.txt:
62129         * storage/indexeddb/transaction-complete-workers-expected.txt:
62130         * storage/indexeddb/transaction-error-expected.txt:
62131         * storage/indexeddb/transaction-read-only-expected.txt:
62132
62133 2012-11-21  Mike Reed  <reed@google.com>
62134
62135         update expectations in advance of skia deps roll
62136         https://bugs.webkit.org/show_bug.cgi?id=102964
62137
62138         Reviewed by NOBODY. expectations change only.
62139
62140         * platform/chromium/TestExpectations:
62141
62142 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62143
62144         [EFL][WK2] gardening: fast/writing-mode/japanese-ruby-* are flaky
62145         https://bugs.webkit.org/show_bug.cgi?id=102921
62146
62147         Unreviewed gardening: several tests fail if run after any test that
62148         changes font family mappings. Mark them flaky.
62149
62150         * platform/efl-wk2/TestExpectations:
62151
62152 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62153
62154         Unreviewed. Reverted expectation changes from r135380 and marked css3/filters/effect-reference-ordering-hw.html as crashing
62155         https://bugs.webkit.org/show_bug.cgi?id=102898
62156
62157         * platform/chromium/TestExpectations:
62158
62159 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62160
62161         [EFL] Gardening: svg/foreignObject/viewport-foreignobject-crash.html is flaky
62162         https://bugs.webkit.org/show_bug.cgi?id=102931
62163
62164         Unreviewed gardening.
62165
62166         * platform/efl/TestExpectations:
62167
62168 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62169
62170         [EFL][WK2] Gardening: css3/device-adapt/opera/constrain-006 and -007 fail
62171         https://bugs.webkit.org/show_bug.cgi?id=102923
62172
62173         Unreviewed gardening: these two still fail after using fixed layout in WTR.
62174
62175         * platform/efl-wk2/TestExpectations:
62176
62177 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62178
62179         Unreviewed gardening, unskip a now passing test.
62180
62181         * platform/mac-wk2/TestExpectations:
62182         * platform/qt-5.0-wk2/TestExpectations:
62183
62184 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62185
62186         [Qt] Unreviewed gardening, unskip a now passing test.
62187
62188         * platform/qt-5.0-wk2/TestExpectations:
62189         * platform/qt/TestExpectations:
62190
62191 2012-11-21  Pavel Feldman  <pfeldman@chromium.org>
62192
62193         Web Inspector: reparenting view does not detach from the previous parent.
62194         https://bugs.webkit.org/show_bug.cgi?id=102902
62195
62196         Reviewed by Vsevolod Vlasov.
62197
62198         * inspector/view-events.html:
62199
62200 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62201
62202         [Qt] Unreviewed gardening, unskip now passing tests.
62203
62204         * platform/qt-5.0/TestExpectations:
62205
62206 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62207
62208         [Qt] Unreviewed gardening, unskip a now passing test, update an expected file.
62209
62210         * platform/qt-5.0/TestExpectations:
62211         * platform/qt-5.0/editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
62212
62213 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62214
62215         [Qt] Unreviewed gardening, unskip now passing tests.
62216
62217         * platform/qt/TestExpectations:
62218
62219 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62220
62221         Unreviewed. Mark css3/filters/effect-reference-ordering-hw.html as crashing after crrev.com/168998
62222
62223         * platform/chromium/TestExpectations:
62224
62225 2012-11-21  Alexander Pavlov  <apavlov@chromium.org>
62226
62227         Turn -webkit-text-emphasis into a shorthand property
62228         https://bugs.webkit.org/show_bug.cgi?id=102879
62229
62230         Reviewed by Antti Koivisto.
62231
62232         Update expected results.
62233
62234         * fast/css/parsing-text-emphasis-expected.txt:
62235         * fast/css/parsing-text-emphasis.html:
62236
62237 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62238
62239         [Qt] Unreviewed gardening, unskip a now passing test.
62240
62241         * platform/qt-5.0-wk2/TestExpectations:
62242         * platform/qt/TestExpectations:
62243
62244 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62245
62246
62247         * platform/qt-5.0-wk2/TestExpectations:
62248
62249 2012-11-21  David Grogan  <dgrogan@chromium.org>
62250
62251         IndexedDB: remove setVersion from inspector tests
62252         https://bugs.webkit.org/show_bug.cgi?id=102850
62253
62254         Reviewed by Vsevolod Vlasov.
62255
62256         setVersion was contained so the conversion to upgradeneeded was
62257         straightforward.
62258
62259         * http/tests/inspector/indexeddb/database-data-expected.txt:
62260         * http/tests/inspector/indexeddb/database-structure-expected.txt:
62261         * http/tests/inspector/indexeddb/indexeddb-test.js:
62262         (.request.onsuccess.onSuccess.request.onupgradeneeded):
62263         (.request.onsuccess.onSuccess.request.onsuccess):
62264         (.request.onsuccess):
62265         (doWithVersionTransaction):
62266         * http/tests/inspector/indexeddb/resources-panel-expected.txt:
62267
62268 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
62269
62270         Unreviewed, rolling out r135307.
62271         http://trac.webkit.org/changeset/135307
62272         https://bugs.webkit.org/show_bug.cgi?id=102905
62273
62274         Jussi said this doesn't definitively fix things, so revert for
62275         now. (Requested by rakuco on #webkit).
62276
62277         * animations/resources/stop-animation-on-suspend-subframe.html:
62278         * animations/stop-animation-on-suspend.html:
62279         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
62280         * platform/chromium/TestExpectations:
62281         * platform/efl/TestExpectations:
62282         * platform/gtk/TestExpectations:
62283         * platform/mac/TestExpectations:
62284         * platform/qt-arm/TestExpectations:
62285         * platform/win/TestExpectations:
62286         * platform/wincairo/TestExpectations:
62287
62288 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62289
62290         Unreviewed. Updated test expectations.
62291
62292         * platform/chromium/TestExpectations:
62293
62294 2012-11-21  Kunihiko Sakamoto  <ksakamoto@chromium.org>
62295
62296         Enable datalist UI for input types datetime and datetime-local
62297         https://bugs.webkit.org/show_bug.cgi?id=102882
62298
62299         Reviewed by Kent Tamura.
62300
62301         Removed expectation of failure.
62302
62303         * platform/chromium/fast/forms/datalist/input-list-expected.txt: Removed.
62304
62305 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
62306
62307         Unreviewed. Fixed webkit_lint complaints about overlapping entries in Chromium TestExpectations.
62308
62309         * platform/chromium/TestExpectations:
62310
62311 2012-11-20  Csaba Osztrogonác  <ossy@webkit.org>
62312
62313         [Qt] Unreviewed morning gardening, skip a new security
62314         timeouting test to paint the bots green.
62315
62316         * platform/qt/TestExpectations:
62317
62318 2012-11-20  Kangil Han  <kangil.han@samsung.com>
62319
62320         [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/
62321         https://bugs.webkit.org/show_bug.cgi?id=102868
62322
62323         Unreviewed, EFL gardening.
62324
62325         As BUG 102517 has been resolved, we can move those from EFL common to WK1 only.
62326
62327         * platform/efl-wk1/TestExpectations:
62328         * platform/efl/TestExpectations:
62329
62330 2012-11-20  Kentaro Hara  <haraken@chromium.org>
62331
62332         [V8] Introduce constructorCallbackCustom()
62333         https://bugs.webkit.org/show_bug.cgi?id=102763
62334
62335         Reviewed by Adam Barth.
62336
62337         Updated a test result.
62338
62339         * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
62340
62341 2012-11-20  Adam Klein  <adamk@chromium.org>
62342
62343         [JSC] MutationObserver wrapper should not be collected while still observing
62344         https://bugs.webkit.org/show_bug.cgi?id=102744
62345
62346         Reviewed by Adam Barth.
62347
62348         Remove suppressions for wrapper dropoff tests.
62349
62350         * platform/efl/TestExpectations:
62351         * platform/gtk/TestExpectations:
62352         * platform/mac/TestExpectations:
62353         * platform/qt/TestExpectations:
62354         * platform/win/TestExpectations:
62355         * platform/wincairo/TestExpectations:
62356
62357 2012-11-20  Ryosuke Niwa  <rniwa@webkit.org>
62358
62359         REGRESSION(r131106): magnitude-perf.js calls bind on undefined
62360         https://bugs.webkit.org/show_bug.cgi?id=102848
62361
62362         Reviewed by Tony Gentilcore.
62363
62364         Check the existence of performance.now before calling bind on it.
62365
62366         * resources/magnitude-perf.js:
62367         (Magnitude._runIteration):
62368
62369 2012-11-20  David Grogan  <dgrogan@chromium.org>
62370
62371         IndexedDB: remove setVersion from pending-version-change-on-exit.html
62372         https://bugs.webkit.org/show_bug.cgi?id=102457
62373
62374         Reviewed by Tony Chang.
62375
62376         This test doesn't work in single-process mode because of
62377         http://wkb.ug/82776. We run it in content_shell in chromium.
62378
62379         * platform/chromium/TestExpectations:
62380         * storage/indexeddb/pending-version-change-on-exit-expected.txt:
62381         * storage/indexeddb/pending-version-change-on-exit.html:
62382         * storage/indexeddb/resources/pending-version-change-on-exit.js:
62383         (request.onblocked):
62384
62385 2012-11-20  Bear Travis  <betravis@adobe.com>
62386
62387         [CSS Exclusions] Support outside-shape value on shape-inside
62388         https://bugs.webkit.org/show_bug.cgi?id=101108
62389
62390         Reviewed by Dirk Schulze.
62391
62392         Adding tests to make sure the 'outside-shape' value properly applies only to the
62393         shape-inside property.
62394
62395         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
62396         * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
62397         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
62398         * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
62399
62400 2012-11-20  Jian Li  <jianli@chromium.org>
62401
62402         Unreviewed. Updated chromium test expectations.
62403
62404         * platform/chromium/TestExpectations:
62405
62406 2012-11-20  David Grogan  <dgrogan@chromium.org>
62407
62408         IndexedDB: Remove legacy enum-based constants from IDL
62409         https://bugs.webkit.org/show_bug.cgi?id=85315
62410
62411         Reviewed by Adam Barth.
62412
62413         * storage/indexeddb/constants-expected.txt:
62414         * storage/indexeddb/cursor-overloads-expected.txt:
62415         * storage/indexeddb/cursor-overloads.html:
62416         * storage/indexeddb/legacy-constants-expected.txt:
62417         * storage/indexeddb/resources/constants.js:
62418         (test):
62419         * storage/indexeddb/resources/legacy-constants.js:
62420         (testObsoleteConstants):
62421
62422 2012-11-20  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62423
62424         animations/stop-animation-on-suspend.html sometimes fails on all platforms
62425         https://bugs.webkit.org/show_bug.cgi?id=49182
62426
62427         Reviewed by Antti Koivisto.
62428
62429         stop-animation-on-suspend incorrectly assumed that animation in a subframe would start
62430         roughly at document load. Keep both animations (one in main frame, one in iframe) paused
62431         until the iframe is loaded: this way they should run synchronised enough.
62432
62433         Also increase the tolerance of the test slightly: measuring timing like this is inherently flaky.
62434
62435         Remove failure expectation from all TestExpectations and remove the clearly wrong expected
62436         result for chromium-mac.
62437
62438         * animations/resources/stop-animation-on-suspend-subframe.html:
62439         * animations/stop-animation-on-suspend.html:
62440         * platform/chromium/TestExpectations:
62441         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt:
62442         * platform/efl/TestExpectations:
62443         * platform/gtk/TestExpectations:
62444         * platform/mac/TestExpectations:
62445         * platform/qt-arm/TestExpectations:
62446         * platform/win/TestExpectations:
62447         * platform/wincairo/TestExpectations:
62448
62449 2012-11-20  Mike Reed  <reed@google.com>
62450
62451         update TestExpectations before a skia change
62452         https://bugs.webkit.org/show_bug.cgi?id=102829
62453
62454         Reviewed by NOBODY. expectations change only.
62455
62456         optimization for rectangular blurs (with holes) changes some images in the low bit. mark for rebaselining.
62457
62458         * platform/chromium/TestExpectations:
62459
62460 2012-11-20  Abhishek Arya  <inferno@chromium.org>
62461
62462         Crash in FrameLoader::stopLoading.
62463         https://bugs.webkit.org/show_bug.cgi?id=99504
62464
62465         Reviewed by Nate Chapin.
62466
62467         * fast/frames/frame-unload-crash2-expected.txt: Added.
62468         * fast/frames/frame-unload-crash2.html: Added.
62469
62470 2012-11-20  Tom Sepez  <tsepez@chromium.org>
62471
62472         XSSAuditor::decodedSnippetForJavaScript stopping when comma encountered.
62473         https://bugs.webkit.org/show_bug.cgi?id=102587
62474
62475         Reviewed by Adam Barth.
62476
62477         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Added.
62478         * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Added.
62479
62480 2012-11-20  Hans Muller  <hmuller@adobe.com>
62481
62482         [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
62483         https://bugs.webkit.org/show_bug.cgi?id=102729
62484
62485         Reviewed by Dirk Schulze.
62486
62487         Corrected the dimensions of the border elements in two exclusions tests.  They
62488         define a rectangle that's five pixels larger than the tests' rectangular
62489         shape-inside exclusions shapes.  They now enclose the shape-inside element's
62490         text contents.
62491
62492         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
62493         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
62494         * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
62495         * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
62496
62497 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
62498
62499         [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline
62500         https://bugs.webkit.org/show_bug.cgi?id=102815
62501
62502         Reviewed by Philippe Normand.
62503
62504         Added new GTK baseline for those tests.
62505
62506         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
62507         New GTK baseline
62508         * platform/gtk/fast/layers/video-layer-expected.txt: New GTK
62509         baseline
62510
62511 2012-11-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
62512
62513         [EFL] Gardening.
62514
62515         Temporarily mark fast/multicol/span/positioned-child-not-removed-crash.html
62516         as crashing while the regression is addressed.
62517
62518         * platform/efl-wk2/TestExpectations:
62519
62520 2012-11-20  Yael Aharon  <yael.aharon@intel.com>
62521
62522         Unreviewed gardening.
62523         Update results for compositing/geometry/vertical-scroll-composited.html after 133898.
62524         Mark animations/negative-delay.html as flaky.
62525         Remove a few passing tests from TextExpectations.
62526
62527         * platform/efl/TestExpectations:
62528         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Added.
62529         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt:
62530
62531 2012-11-20  Stephen Chenney  <schenney@chromium.org>
62532
62533         [Chromium] Expectations update
62534
62535         Unreviewed test expectations update.
62536
62537         Some results for calendar and month picker may not be up-to-date for the slow bots.
62538
62539         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62540         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62541         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62542         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62543         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62544         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62545         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Removed.
62546         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
62547         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
62548
62549 2012-11-20  Keishi Hattori  <keishi@webkit.org>
62550
62551         Week picker width is too small
62552         https://bugs.webkit.org/show_bug.cgi?id=102766
62553
62554         Reviewed by Kent Tamura.
62555
62556         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
62557         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
62558         * platform/chromium/TestExpectations:
62559
62560 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
62561
62562         [GTK] no volume slider in HTML5 media element controls
62563         https://bugs.webkit.org/show_bug.cgi?id=97192
62564
62565         Reviewed by Philippe Normand.
62566
62567         r115829 was causing this regression so it was partially
62568         reverted. The revert causes some small regressions, in the tests
62569         but it is better to have the volume slider shown.
62570
62571         * platform/gtk-wk2/TestExpectations: Updated because it causes
62572         some new regressions
62573         * platform/gtk/TestExpectations: Updated because it causes some
62574         new regressions
62575         * platform/gtk/media/audio-controls-rendering-expected.txt: Updated
62576         * platform/gtk/media/controls-after-reload-expected.txt: Updated
62577         * platform/gtk/media/controls-strict-expected.txt: Updated
62578         * platform/gtk/media/controls-styling-expected.txt: Updated
62579         * platform/gtk/media/controls-styling-strict-expected.txt: Updated
62580         * platform/gtk/media/controls-without-preload-expected.txt: Updated
62581         * platform/gtk/media/media-controls-clone-expected.txt: Updated
62582         * platform/gtk/media/video-controls-rendering-expected.txt: Updated
62583         * platform/gtk/media/video-display-toggle-expected.txt: Updated
62584         * platform/gtk/media/video-empty-source-expected.txt: Updated
62585         * platform/gtk/media/video-no-audio-expected.txt: Updated
62586         * platform/gtk/media/video-volume-slider-expected.txt: Updated
62587         * platform/gtk/media/video-zoom-controls-expected.txt: Updated
62588
62589 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
62590
62591         Unreviewed. Mark inspector/profiler/cpu-profiler-profiling-without-inspector.html
62592         as crashing.
62593
62594         * platform/chromium/TestExpectations:
62595
62596 2012-11-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
62597
62598         Use localized date-time format in datetime input
62599         https://bugs.webkit.org/show_bug.cgi?id=102769
62600
62601         Reviewed by Kent Tamura.
62602
62603         * fast/forms/datetime/datetime-appearance-l10n-expected.txt: Added.
62604         * fast/forms/datetime/datetime-appearance-l10n.html: Added. We can confirm vi-vn have time-date ordering.
62605         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
62606         * platform/chromium/TestExpectations:
62607
62608 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62609
62610         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <progress> ElementShadow.
62611         https://bugs.webkit.org/show_bug.cgi?id=101703
62612
62613         Reviewed by Hajime Morita.
62614
62615         * editing/style/apply-style-atomic-expected.txt:
62616         * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:
62617
62618 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
62619
62620         Unreviewed. Reenable webaudio/biquad-getFrequencyResponse.html test as it should pass after r129418
62621         https://bugs.webkit.org/show_bug.cgi?id=97439
62622
62623         * platform/chromium/TestExpectations:
62624
62625 2012-11-19  Matt Falkenhagen  <falken@chromium.org>
62626
62627         Implement the new stacking layer needed by the Fullscreen API and the new <dialog> element
62628         https://bugs.webkit.org/show_bug.cgi?id=84796
62629
62630         Reviewed by Julien Chaffraix.
62631
62632         Add tests for top layer stacking and rendering.
62633
62634         * fast/dom/HTMLDialogElement/top-layer-containing-block-expected.html: Added.
62635         * fast/dom/HTMLDialogElement/top-layer-containing-block.html: Added.
62636         * fast/dom/HTMLDialogElement/top-layer-display-none-expected.html: Added.
62637         * fast/dom/HTMLDialogElement/top-layer-display-none.html: Added.
62638         * fast/dom/HTMLDialogElement/top-layer-nesting-expected.html: Added.
62639         * fast/dom/HTMLDialogElement/top-layer-nesting.html: Added.
62640         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic-expected.html: Added.
62641         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic.html: Added.
62642         * fast/dom/HTMLDialogElement/top-layer-stacking-expected.html: Added.
62643         * fast/dom/HTMLDialogElement/top-layer-stacking.html: Added.
62644
62645 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
62646
62647         Unreviewed. Fix lint errors on chromium TextExpectations after r135205.
62648
62649         * platform/chromium/TestExpectations:
62650
62651 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62652
62653         [Shadow] attribute pseudo should return empty string instead of null when nothing is specified.
62654         https://bugs.webkit.org/show_bug.cgi?id=102753
62655
62656         Reviewed by Hajime Morita.
62657
62658         * fast/dom/shadow/pseudo-attribute-expected.txt:
62659         * fast/dom/shadow/pseudo-attribute.html:
62660
62661 2012-11-19  Adam Klein  <adamk@chromium.org>
62662
62663         MutationObserver wrapper should not be collected while still observing
62664         https://bugs.webkit.org/show_bug.cgi?id=102328
62665
62666         Reviewed by Adam Barth.
62667
62668         Tests showing that observers are kept alive, both in the simple case
62669         and in the transient registered observer case (where the original
62670         registration node is GCed but the transient observation node is still
62671         alive).
62672
62673         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
62674         * fast/mutation/observer-wrapper-dropoff-transient-expected.txt: Added.
62675         * fast/mutation/observer-wrapper-dropoff-transient.html: Added.
62676         * fast/mutation/observer-wrapper-dropoff.html: Added.
62677
62678 2012-11-19  Tony Chang  <tony@chromium.org>
62679
62680         Move more non-settings out of InternalSettings
62681         https://bugs.webkit.org/show_bug.cgi?id=102711
62682
62683         Reviewed by Adam Barth.
62684
62685         Move static values out of InternalSettings.
62686
62687         * fast/scrolling/scrollbar-tickmarks-hittest.html: Move setUsesOverlayScrollbars to internals.
62688
62689 2012-11-19  David Grogan  <dgrogan@chromium.org>
62690
62691         IndexedDB: Complex series of opens/deleteDatabase fails an ASSERT
62692         https://bugs.webkit.org/show_bug.cgi?id=101810
62693
62694         Reviewed by Tony Chang.
62695
62696         Removed use of setVersion. Surprisingly straightforward conversion
62697         given how gnarly this test is.
62698
62699         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
62700         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
62701         (h1OpenSuccess.h1.onversionchange):
62702         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
62703         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess):
62704         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked.h3Blocked.request.onsuccess):
62705         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked):
62706         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded.h3OnUpgradeneeded.transaction.oncomplete):
62707         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded):
62708         (h1OpenSuccess.request.onsuccess):
62709         (h1OpenSuccess):
62710
62711 2012-11-19  David Grogan  <dgrogan@chromium.org>
62712
62713         IndexedDB: last setVersion excision batch
62714         https://bugs.webkit.org/show_bug.cgi?id=102713
62715
62716         Reviewed by Tony Chang.
62717
62718         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Removed.
62719           The crucial part of this test was a connection closing itself in its
62720           blocked callback. This is no longer possible as there's now only a
62721           handle to the connection after the blocked event is dealt with.
62722
62723         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js:
62724           This test exposes a cascade of errors. h2's should receive 0 blocked
62725           errors. Instead it receives 2.
62726
62727         * storage/indexeddb/resources/setversion-blocked.js: Removed.
62728           Tests the same thing as set_version_blocked.
62729
62730         * storage/indexeddb/resources/setversion-not-blocked.js:
62731           Now h2 is the version change connection and h1 is the blocker.
62732
62733         * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Removed.
62734         * storage/indexeddb/setversion-blocked.html: Removed.
62735
62736 2012-11-19  David Grogan  <dgrogan@chromium.org>
62737
62738         IndexedDB: convert delete-closed-database-object to upgradeneeded
62739         https://bugs.webkit.org/show_bug.cgi?id=102458
62740
62741         Reviewed by Tony Chang.
62742
62743         This test relies on gc behavior and seems flaky in content_shell.
62744
62745         * storage/indexeddb/delete-closed-database-object-expected.txt:
62746         * storage/indexeddb/resources/delete-closed-database-object.js:
62747         (prepareDatabase):
62748         (openSuccess.openRequest.onsuccess):
62749         (openSuccess):
62750         (setVersion):
62751
62752 2012-11-19  Chris Rogers  <crogers@google.com>
62753
62754         Implement .detune attribute for BiquadFilterNode
62755         https://bugs.webkit.org/show_bug.cgi?id=102737
62756
62757         Reviewed by Kenneth Russell.
62758
62759         * webaudio/biquad-lowpass.html:
62760         * webaudio/resources/biquad-testing.js:
62761         (createTestAndRun):
62762         (generateReference):
62763
62764 2012-11-19  Huang Dongsung  <luxtella@company100.net>
62765
62766         Coordinated Graphics: Remove tiles of a layer when they are off the viewport.
62767         https://bugs.webkit.org/show_bug.cgi?id=102313
62768
62769         Reviewed by Noam Rosenthal.
62770
62771         This test checks that a compositing layer is rendered if the layer is
62772         originally transformed off the viewport.
62773
62774         * animations/animation-offscreen-to-onscreen-expected.png: Added.
62775         * animations/animation-offscreen-to-onscreen-expected.txt: Added.
62776         * animations/animation-offscreen-to-onscreen.html: Added.
62777
62778 2012-11-19  Jian Li  <jianli@chromium.org>
62779
62780         Unreviewed. Mark 2 tests as failed on chromium.
62781
62782         * platform/chromium/TestExpectations:
62783
62784 2012-11-19  Eric Carlson  <eric.carlson@apple.com>
62785
62786         HTMLMediaElement::configureTextTracks should configure all text tracks
62787         https://bugs.webkit.org/show_bug.cgi?id=102561
62788
62789         Reviewed by Philippe Normand.
62790
62791         Update test and results to check that dynamically added tracks are configured correctly.
62792
62793         * media/track/track-mode-not-changed-by-new-track-expected.txt:
62794         * media/track/track-mode-not-changed-by-new-track.html:
62795
62796 2012-11-19  Abhishek Arya  <inferno@chromium.org>
62797
62798         Crash in ApplyStyleCommand::cleanupUnstyledAppleStyleSpans.
62799         https://bugs.webkit.org/show_bug.cgi?id=100150
62800
62801         Reviewed by Ryosuke Niwa.
62802
62803         * editing/style/apply-style-crash-expected.txt: Added.
62804         * editing/style/apply-style-crash.html: Added.
62805
62806 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
62807
62808         Unreviewed, rolling out r135172.
62809         http://trac.webkit.org/changeset/135172
62810         https://bugs.webkit.org/show_bug.cgi?id=102710
62811
62812         Broke some WebKit2 api tests :( (Requested by japhet on
62813         #webkit).
62814
62815         * http/tests/inspector/network/network-iframe-load-and-delete.html:
62816         * http/tests/loading/redirect-methods-expected.txt:
62817         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
62818         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
62819         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
62820
62821 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
62822
62823         Unreviewed, rolling out r134830.
62824         http://trac.webkit.org/changeset/134830
62825         https://bugs.webkit.org/show_bug.cgi?id=102701
62826
62827         ActiveDOMObject is not applicable to MutationObservers due to
62828         being tied to a Document (Requested by aklein on #webkit).
62829
62830         * fast/mutation/observer-wrapper-dropoff-expected.txt: Removed.
62831         * fast/mutation/observer-wrapper-dropoff.html: Removed.
62832
62833 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
62834
62835         Unreviewed gardening after r133898.
62836         Cleanup the list of compositing tests failures.
62837
62838         * platform/efl/TestExpectations:
62839
62840 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62841
62842         Changing id, className, or attribute should invalidate distribution
62843         https://bugs.webkit.org/show_bug.cgi?id=100738
62844
62845         Reviewed by Dimitri Glazkov.
62846
62847         We have test cases that id/class/attribute is changed, and thier reprojection cases.
62848
62849         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
62850         * fast/dom/shadow/distribution-attribute-modified.html: Added.
62851         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
62852         * fast/dom/shadow/distribution-className-modified.html: Added.
62853         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
62854         * fast/dom/shadow/distribution-id-modified.html: Added.
62855         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
62856         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
62857         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
62858         * fast/dom/shadow/reprojection-className-modified.html: Added.
62859         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
62860         * fast/dom/shadow/reprojection-id-modified.html: Added.
62861
62862 2012-11-19  Nate Chapin  <japhet@chromium.org>
62863
62864         Move empty loading to DocumentLoader, simplify FrameLoader::init()
62865         https://bugs.webkit.org/show_bug.cgi?id=101512
62866
62867         Reviewed by Adam Barth.
62868
62869         Don't expect resource load callbacks for empty loads.
62870
62871         * http/tests/inspector/network/network-iframe-load-and-delete.html:
62872         * http/tests/loading/redirect-methods-expected.txt:
62873         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
62874         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
62875         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
62876
62877 2012-11-19  Balazs Kelemen  <kbalazs@webkit.org>
62878
62879         [Qt][WK2] REGRESSION(r132907): It made animations/negative-delay.html flaky
62880         https://bugs.webkit.org/show_bug.cgi?id=100769
62881
62882         Unreviewed gardening (Qt).
62883
62884         These tests are rather flaky, mark them as so.
62885
62886         * platform/qt-5.0-wk2/TestExpectations:
62887
62888 2012-11-19  Erik Arvidsson  <arv@chromium.org>
62889
62890         Update DOMException name: DataCloneError
62891         https://bugs.webkit.org/show_bug.cgi?id=102521
62892
62893         Reviewed by Kentaro Hara.
62894
62895         Updated tests and expectations.
62896
62897         * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
62898         * fast/dom/Window/window-postmessage-clone-expected.txt:
62899         * fast/dom/shadow/shadowroot-clonenode-expected.txt:
62900         * fast/dom/shadow/shadowroot-clonenode.html:
62901         * fast/events/message-port-multi-expected.txt:
62902         * fast/filesystem/filesystem-unserializable-expected.txt:
62903         * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
62904         * platform/chromium/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt:
62905         * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
62906         * webintents/web-intents-obj-constructor-expected.txt:
62907         * webintents/web-intents-obj-constructor.html:
62908
62909 2012-11-19  Thiago Marcos P. Santos  <thiago.santos@intel.com>
62910
62911         Apply the resolved viewport rules
62912         https://bugs.webkit.org/show_bug.cgi?id=95964
62913
62914         Reviewed by Kenneth Rohde Christiansen.
62915
62916         Imported some of the CSS Device Adaptation tests submitted by
62917         Opera to W3C CSS Test Suite. These tests are not yet approved but
62918         they have a pretty good coverage of the specification.
62919
62920         Tests using Math.floor() where modified from the original version
62921         using Math.round(), the reason being the round() version fails by
62922         1px when the pixel ratio is different from 1.
62923
62924         Despite the fact they are all passing on the EFL MiniBrowser, I could
62925         not enable them yet. WebKitTestRunner does not support fixed layout,
62926         but that is the next goal.
62927
62928         * css3/device-adapt/opera/cascading-001-expected.txt: Added.
62929         * css3/device-adapt/opera/cascading-001.xhtml: Added.
62930         * css3/device-adapt/opera/cascading-002-expected.txt: Added.
62931         * css3/device-adapt/opera/cascading-002.xhtml: Added.
62932         * css3/device-adapt/opera/cascading-003-expected.txt: Added.
62933         * css3/device-adapt/opera/cascading-003.xhtml: Added.
62934         * css3/device-adapt/opera/cascading-004-expected.txt: Added.
62935         * css3/device-adapt/opera/cascading-004.xhtml: Added.
62936         * css3/device-adapt/opera/constrain-001-expected.txt: Added.
62937         * css3/device-adapt/opera/constrain-001.xhtml: Added.
62938         * css3/device-adapt/opera/constrain-002-expected.txt: Added.
62939         * css3/device-adapt/opera/constrain-002.xhtml: Added.
62940         * css3/device-adapt/opera/constrain-003-expected.txt: Added.
62941         * css3/device-adapt/opera/constrain-003.xhtml: Added.
62942         * css3/device-adapt/opera/constrain-004-expected.txt: Added.
62943         * css3/device-adapt/opera/constrain-004.xhtml: Added.
62944         * css3/device-adapt/opera/constrain-005-expected.txt: Added.
62945         * css3/device-adapt/opera/constrain-005.xhtml: Added.
62946         * css3/device-adapt/opera/constrain-006-expected.txt: Added.
62947         * css3/device-adapt/opera/constrain-006.xhtml: Added.
62948         * css3/device-adapt/opera/constrain-007-expected.txt: Added.
62949         * css3/device-adapt/opera/constrain-007.xhtml: Added.
62950         * css3/device-adapt/opera/constrain-008-expected.txt: Added.
62951         * css3/device-adapt/opera/constrain-008.xhtml: Added.
62952         * css3/device-adapt/opera/constrain-009-expected.txt: Added.
62953         * css3/device-adapt/opera/constrain-009.xhtml: Added.
62954         * css3/device-adapt/opera/constrain-010-expected.txt: Added.
62955         * css3/device-adapt/opera/constrain-010.xhtml: Added.
62956         * css3/device-adapt/opera/constrain-011-expected.txt: Added.
62957         * css3/device-adapt/opera/constrain-011.xhtml: Added.
62958         * css3/device-adapt/opera/constrain-012-expected.txt: Added.
62959         * css3/device-adapt/opera/constrain-012.xhtml: Added.
62960         * css3/device-adapt/opera/constrain-013-expected.txt: Added.
62961         * css3/device-adapt/opera/constrain-013.xhtml: Added.
62962         * css3/device-adapt/opera/constrain-014-expected.txt: Added.
62963         * css3/device-adapt/opera/constrain-014.xhtml: Added.
62964         * css3/device-adapt/opera/constrain-015-expected.txt: Added.
62965         * css3/device-adapt/opera/constrain-015.xhtml: Added.
62966         * css3/device-adapt/opera/constrain-016-expected.txt: Added.
62967         * css3/device-adapt/opera/constrain-016.xhtml: Added.
62968         * css3/device-adapt/opera/constrain-017-expected.txt: Added.
62969         * css3/device-adapt/opera/constrain-017.xhtml: Added.
62970         * css3/device-adapt/opera/constrain-020-expected.txt: Added.
62971         * css3/device-adapt/opera/constrain-020.xhtml: Added.
62972         * css3/device-adapt/opera/syntax-001-expected.txt: Added.
62973         * css3/device-adapt/opera/syntax-001.xhtml: Added.
62974         * css3/device-adapt/opera/syntax-002-expected.txt: Added.
62975         * css3/device-adapt/opera/syntax-002.xhtml: Added.
62976         * css3/device-adapt/opera/syntax-003-expected.txt: Added.
62977         * css3/device-adapt/opera/syntax-003.xhtml: Added.
62978         * platform/efl/TestExpectations:
62979
62980 2012-11-19  Erik Arvidsson  <arv@chromium.org>
62981
62982         Update DOMException name: SecurityError
62983         https://bugs.webkit.org/show_bug.cgi?id=102437
62984
62985         Reviewed by Kentaro Hara.
62986
62987         Updated tests and expectations.
62988
62989         * fast/canvas/svg-taint-expected.txt:
62990         * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
62991         * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
62992         * fast/dom/register-protocol-handler.html:
62993         * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
62994         * fast/frames/sandboxed-iframe-storage-expected.txt:
62995         * http/tests/loading/state-object-security-exception-expected.txt:
62996         * http/tests/notifications/legacy/show-expected.txt:
62997         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
62998         * http/tests/security/canvas-remote-read-remote-image-expected.txt:
62999         * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
63000         * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
63001         * http/tests/security/cross-origin-local-storage-expected.txt:
63002         * http/tests/security/cross-origin-session-storage-expected.txt:
63003         * http/tests/security/cross-origin-websql-expected.txt:
63004         * http/tests/security/cross-origin-worker-websql-expected.txt:
63005         * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html:
63006         * http/tests/security/same-origin-storage-blocked-expected.txt:
63007         * http/tests/security/same-origin-websql-blocked-expected.txt:
63008         * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
63009         * http/tests/security/storage-blocking-loosened-local-storage-expected.txt:
63010         * http/tests/security/storage-blocking-loosened-websql-expected.txt:
63011         * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt:
63012         * http/tests/security/storage-blocking-strengthened-websql-expected.txt:
63013         * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
63014         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
63015         * http/tests/workers/shared-worker-redirect-expected.txt:
63016         * http/tests/workers/worker-redirect-expected.txt:
63017         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
63018         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
63019         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
63020         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
63021         * platform/chromium/permissionclient/storage-permission-expected.txt:
63022         * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt:
63023
63024 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
63025
63026         Unreviewed gardening after r133898.
63027         Added expected results for animation tests that are now passing.
63028
63029         * platform/efl/TestExpectations:
63030         * platform/efl/animations/3d: Added.
63031         * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added.
63032         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added.
63033         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added.
63034         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added.
63035         * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added.
63036         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added.
63037
63038 2012-11-19  Erik Arvidsson  <arv@chromium.org>
63039
63040         Update DOMException name: URLMismatchError
63041         https://bugs.webkit.org/show_bug.cgi?id=102511
63042
63043         Reviewed by Kentaro Hara.
63044
63045         Updated tests and expectations.
63046
63047         * fast/workers/shared-worker-shared-expected.txt:
63048
63049 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
63050
63051         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
63052
63053         * platform/qt-5.0-wk2/TestExpectations:
63054
63055 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
63056
63057         [Qt] Unreviewed gardening, skip new failing tests.
63058
63059         * platform/qt-5.0-wk2/TestExpectations:
63060         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary.
63061         * platform/qt/TestExpectations:
63062
63063 2012-11-19  Ilya Tikhonovsky  <loislo@chromium.org>
63064
63065         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
63066         https://bugs.webkit.org/show_bug.cgi?id=102356
63067
63068         Reviewed by Adam Barth.
63069
63070         A clean-up code was moved from uninitialize to clear method.
63071         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
63072         m_isStopScheduled filters out second ActiveDOMObject::stop call.
63073         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
63074         adoptRef was added in createOfflineContext method.
63075         A guard was added into deleteMarkedNodes.
63076
63077         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
63078         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
63079         * platform/chromium-android/TestExpectations:
63080         * platform/efl-wk2/TestExpectations:
63081         * platform/efl/TestExpectations:
63082         * platform/gtk/TestExpectations:
63083         * platform/mac/TestExpectations:
63084         * platform/qt/TestExpectations:
63085         * platform/win/TestExpectations:
63086         * platform/wincairo/TestExpectations:
63087
63088 2012-11-19  Erik Arvidsson  <arv@chromium.org>
63089
63090         Update DOMException name: QuotaExceededError
63091         https://bugs.webkit.org/show_bug.cgi?id=102512
63092
63093         Reviewed by Kentaro Hara.
63094
63095         Updated tests and expectations.
63096
63097         * security/crypto-random-values-limits-expected.txt:
63098         * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
63099         * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
63100
63101 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63102
63103         Unreviewed gardening.
63104
63105         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63106
63107 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63108
63109         Unreviewed gardening.
63110
63111         * platform/chromium/TestExpectations:
63112
63113 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63114
63115         Unreviewed, rolling out r135111.
63116         http://trac.webkit.org/changeset/135111
63117         https://bugs.webkit.org/show_bug.cgi?id=102356
63118
63119         The patch caused crashes in several layout tests
63120
63121         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed.
63122         * inspector-protocol/nmi-webaudio-leak-test.html: Removed.
63123         * platform/chromium-android/TestExpectations:
63124         * platform/efl-wk2/TestExpectations:
63125         * platform/efl/TestExpectations:
63126         * platform/gtk/TestExpectations:
63127         * platform/mac/TestExpectations:
63128         * platform/qt/TestExpectations:
63129         * platform/win/TestExpectations:
63130         * platform/wincairo/TestExpectations:
63131
63132 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63133
63134         Unreviewed gardening.
63135
63136         * platform/chromium/TestExpectations:
63137
63138 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63139
63140         Unreviewed gardening.
63141
63142         * platform/chromium/TestExpectations:
63143
63144 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63145
63146         Unreviewed gardening.
63147
63148         * platform/chromium/TestExpectations:
63149
63150 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63151
63152         Unreviewed. Rebaselined a text dump.
63153
63154         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63155
63156 2012-11-19  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
63157
63158         [Qt] Unreviewed gardening.
63159
63160         Update test expectation and skip a new failing test.
63161
63162         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
63163         * platform/qt/TestExpectations:
63164
63165 2012-11-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
63166
63167         [EFL][WK2] Enable media tests that pass after r135063
63168         https://bugs.webkit.org/show_bug.cgi?id=102657
63169
63170         Unreviewed gardening, these test no longer crash after
63171         https://bugs.webkit.org/show_bug.cgi?id=101428.
63172
63173         * platform/efl-wk2/TestExpectations:
63174
63175 2012-11-19  Zan Dobersek  <zandobersek@gmail.com>
63176
63177         Unreviewed GTK gardening, rebaselining after r135093.
63178
63179         * platform/gtk/fast/js/global-constructors-expected.txt:
63180
63181 2012-11-19  Kent Tamura  <tkent@chromium.org>
63182
63183         input.value="" should clear date/time input elements with partial values
63184         https://bugs.webkit.org/show_bug.cgi?id=102645
63185
63186         Reviewed by Kentaro Hara.
63187
63188         - Add tests for each of date/time input types.
63189         - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI.
63190
63191         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added.
63192         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added.
63193         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added.
63194         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added.
63195         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added.
63196         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added.
63197         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63198         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added.
63199         * fast/forms/resources/multiple-fields-value-set-empty.js: Added.
63200         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added.
63201         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added.
63202         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added.
63203         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added.
63204         * platform/chromium-android/TestExpectations:
63205         * platform/efl/TestExpectations:
63206         * platform/gtk/TestExpectations:
63207         * platform/mac/TestExpectations:
63208         * platform/qt/TestExpectations:
63209         * platform/win/TestExpectations:
63210
63211 2012-11-19  Alexei Filippov  <alph@chromium.org>
63212
63213         Web Inspector: refine time and bytes output formatting
63214         https://bugs.webkit.org/show_bug.cgi?id=102265
63215
63216         Reviewed by Yury Semikhatsky.
63217
63218         Add a space between number and unit, otherwise it's hard to read things like 88B.
63219         Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed.
63220
63221         * inspector/audits/audits-panel-functional-expected.txt:
63222         * inspector/audits/audits-panel-noimages-functional-expected.txt:
63223
63224 2012-11-19  Christophe Dumez  <christophe.dumez@intel.com>
63225
63226         [EFL] Update expectation for fast/js/global-constructors.html after r135093
63227         https://bugs.webkit.org/show_bug.cgi?id=102653
63228
63229         Unreviewed EFL gardening.
63230
63231         Update EFL baseline for fast/js/global-constructors.html after r135093.
63232
63233         * platform/efl/fast/js/global-constructors-expected.txt: Added.
63234
63235 2012-11-18  Keishi Hattori  <keishi@webkit.org>
63236
63237         [Chromium] Add tests for week suggestion picker
63238         https://bugs.webkit.org/show_bug.cgi?id=102039
63239
63240         Reviewed by Kent Tamura.
63241
63242         Adding tests for datalist UI for <input type=week>.
63243
63244         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
63245         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
63246         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
63247         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
63248         * platform/chromium/TestExpectations:
63249         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added.
63250         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added.
63251         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added.
63252         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
63253         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added.
63254         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added.
63255         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
63256         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added.
63257         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added.
63258         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added.
63259         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added.
63260         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added.
63261         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added.
63262         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added.
63263         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added.
63264         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added.
63265
63266 2012-11-18  Christophe Dumez  <christophe.dumez@intel.com>
63267
63268         [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096
63269         https://bugs.webkit.org/show_bug.cgi?id=102650
63270
63271         Unreviewed EFL gardening.
63272
63273         Skip again for EFL Debug bots several networkinformation tests
63274         that were wrongly unskipped in r135096 as they still hit an
63275         assertion.
63276
63277         * platform/efl-wk2/TestExpectations:
63278
63279 2012-11-18  Ilya Tikhonovsky  <loislo@chromium.org>
63280
63281         Unreviewed: add missed test files for r135111.
63282
63283         * inspector-protocol/resources/audio-context.html: Added.
63284         * inspector-protocol/resources/blank.html: Added.
63285
63286 2012-11-16  Ilya Tikhonovsky  <loislo@chromium.org>
63287
63288         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
63289         https://bugs.webkit.org/show_bug.cgi?id=102356
63290
63291         Reviewed by Adam Barth.
63292
63293         A clean-up code was moved from uninitialize to clear method.
63294         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
63295         m_isStopScheduled filters out second ActiveDOMObject::stop call.
63296         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
63297         adoptRef was added in createOfflineContext method.
63298
63299         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
63300         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
63301
63302 2012-11-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
63303
63304         min/max/step support for calendar picker on datetime/datetime-local
63305         https://bugs.webkit.org/show_bug.cgi?id=102628
63306
63307         Reviewed by Kent Tamura.
63308
63309         Verify that calendar picker has correct available dates when
63310         min/max/step attributes are set in datetime input.
63311
63312         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added.
63313         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added.
63314
63315 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63316
63317         Unreviewed. Rebaselined images.
63318
63319         * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added.
63320         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added.
63321         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
63322         * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added.
63323         * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added.
63324         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added.
63325         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added.
63326         * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png.
63327
63328 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
63329
63330         Chromium rebaseline after r135093.
63331
63332         * platform/chromium-linux/inspector: Added.
63333         * platform/chromium-linux/inspector/console: Added.
63334         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added.
63335
63336 2012-11-18  KwangYong Choi  <ky0.choi@samsung.com>
63337
63338         [EFL] Gardening, unskip passing tests
63339         https://bugs.webkit.org/show_bug.cgi?id=102460
63340
63341         Unreviewed EFL gardening.
63342
63343         The tests marked Crash by r132469 are passing now.
63344
63345         fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html,
63346         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html,
63347         networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html
63348
63349         * platform/efl-wk2/TestExpectations:
63350
63351 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63352
63353         Unreviewed. Removed a duplicated entry.
63354
63355         * platform/chromium/TestExpectations:
63356
63357 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
63358
63359         Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection
63360         https://bugs.webkit.org/show_bug.cgi?id=101311
63361
63362         Reviewed by Darin Adler.
63363
63364         Added a regression test to ensure form.elements and select.options use correct interfaces,
63365         and named getter for those two properties return a NodeList when there are multiple matches.
63366
63367         Also added appropriate IDL options to HTMLOptionsCollection.idl.
63368
63369         * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem
63370         now correctly returns null when there is no match. This test result demonstrates a bug that
63371         HTMLAllCollection doesn't inherit from HTMLCollection.
63372         * fast/dom/collection-nameditem-move-between-documents.html: Ditto.
63373         * fast/dom/dom-constructors-expected.txt: Rebaselined.
63374         * fast/dom/html-collections-named-getter-expected.txt: Added.
63375         * fast/dom/html-collections-named-getter.html: Added.
63376         * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection
63377         on the window object, the constructor property of an instance of HTMLOptionsCollection object
63378         shows up as a function. We should update the test to support this behavior in the future.
63379         * inspector/console/console-format-collections-expected.txt: Rebaselined.
63380         * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for
63381         HTMLOptionsCollection now passes.
63382
63383 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63384
63385         Unreviewed.
63386         r135025 marked a couple of tests as SKIP in Mac.
63387         This patch marks the tests as SKIP in Chormium.
63388
63389         * platform/chromium/TestExpectations:
63390
63391 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63392
63393         Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT.
63394
63395         * platform/chromium/TestExpectations:
63396
63397 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63398
63399         Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT.
63400
63401         * platform/chromium/TestExpectations:
63402
63403 2012-11-18  Simon Fraser  <simon.fraser@apple.com>
63404
63405         Rebaselines.
63406
63407         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
63408         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
63409         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
63410
63411 2012-11-18  Antti Koivisto  <antti@apple.com>
63412
63413         REGRESSION(r129644): User StyleSheet not applying
63414         https://bugs.webkit.org/show_bug.cgi?id=102110
63415
63416         Reviewed by Andreas Kling.
63417
63418         * inspector/timeline/timeline-script-tag-1-expected.txt:
63419         
63420             Update the test result. The style invalidation log is slightly different.
63421
63422         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
63423         * userscripts/user-stylesheet-invalidate.html: Added.
63424
63425 2012-11-17  Adam Barth  <abarth@webkit.org>
63426
63427         REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction
63428         https://bugs.webkit.org/show_bug.cgi?id=101428
63429
63430         Reviewed by Geoffrey Garen.
63431
63432         Add two calls to gc() to make an ASSERT trigger on every run. One call
63433         to gc() does not appear to be sufficient for reasons I don't fully
63434         understand.
63435
63436         * media/media-continues-playing-after-replace-source.html:
63437
63438 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63439
63440         Simplify bounds computation for the RenderView's layer
63441         https://bugs.webkit.org/show_bug.cgi?id=102597
63442
63443         Reviewed by Anders Carlsson.
63444
63445         Progressions as a result of this change:
63446
63447         * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height
63448         is now the page height, since the page is scrollable.
63449         * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not
63450         affected by the page scale transform.
63451         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto.
63452
63453 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63454
63455         Rebaseline three tests affected by the dumping of tile grid extent.
63456
63457         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
63458         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
63459         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
63460
63461 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63462
63463         Dump the tile cache extent in layout tests
63464         https://bugs.webkit.org/show_bug.cgi?id=102600
63465
63466         Reviewed by Anders Carlsson.
63467
63468         New results which contain tile cache extents.
63469
63470         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
63471         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
63472         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
63473         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
63474         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
63475         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
63476
63477 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63478
63479         Unreviewed GTK gardening. Fixing a test that's failing due to changes
63480         made in r134949 and wasn't updated yet.
63481
63482         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
63483         * http/tests/websocket/tests/hybi/workers/resources/close.js:
63484
63485 2012-11-17  Li Yin  <li.yin@intel.com>
63486
63487         biquadfilternode-basic.html test should cover default value of frequency, Q and gain.
63488         https://bugs.webkit.org/show_bug.cgi?id=102305
63489
63490         Reviewed by Chris Rogers.
63491
63492         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode
63493         The default values of frequency, Q and gain are clearly specified, we should
63494         have related sub test to over them.
63495
63496         * webaudio/biquadfilternode-basic-expected.txt:
63497         * webaudio/biquadfilternode-basic.html:
63498
63499 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63500
63501         Unreviewed GTK gardening.
63502
63503         * platform/gtk/TestExpectations:
63504
63505 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63506
63507         Unreviewed gardening. Fixing a test that's failing since r134859.
63508
63509         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
63510         * http/tests/websocket/tests/hybi/workers/resources/close.js:
63511         (runInvalidStringTest):
63512
63513 2012-11-17  Mike West  <mkwst@chromium.org>
63514
63515         Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC
63516         https://bugs.webkit.org/show_bug.cgi?id=102380
63517
63518         Reviewed by Yury Semikhatsky.
63519
63520         The inspector stacktrace tests are quite flakey at the moment under JSC.
63521         This patch drops detail out of the test that a) isn't relevent to what's
63522         being tested, and b) varies under JSC for no discernable reason. A side
63523         benifit of this change is that we can drop most platform-specific test
63524         results, as we're now only looking at data that JSC and V8 agree upon.
63525
63526         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
63527         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
63528         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt:
63529         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt:
63530             Reset tests based on the new level of detail.
63531         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
63532         (test.addMessage):
63533         (test):
63534             Limit the detail of the output to the top frame of the stack, and
63535             drop the column number (which was always 0 in JSC).
63536         * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
63537         * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
63538         * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
63539             Dropping these platform-specific tests, as this patch limits the test
63540             output detail to a subset that V8 and JSC agree upon.
63541         * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
63542             Can't drop this one, sadly.
63543
63544 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63545
63546         Rebaseline.
63547
63548         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
63549         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
63550         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
63551
63552 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63553
63554         Rebaseline some editing tests.
63555
63556         * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
63557         * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed.
63558         * platform/mac/TestExpectations:
63559         * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
63560         * platform/mac/editing/selection/iframe-expected.txt:
63561         * platform/mac/editing/selection/inline-table-expected.txt:
63562         * platform/mac/editing/selection/table-caret-3-expected.txt:
63563
63564 2012-11-16  David Grogan  <dgrogan@chromium.org>
63565
63566         IndexedDB: setVersion excision batch 10
63567         https://bugs.webkit.org/show_bug.cgi?id=102565
63568
63569         Reviewed by Tony Chang.
63570
63571         * storage/indexeddb/mozilla/resources/versionchange.js: Removed.
63572           Very similar to a lot of our other tests.
63573
63574         * storage/indexeddb/resources/set_version_queue.js: Removed.
63575           Tests 4 already-open connections calling setVersion, no longer
63576           applicable. Though something similar will be set up when we
63577           implement 4.1.3#Note2:
63578           if two databases with the same name and origin, but with different
63579           versions, are being opened at the same time, the one with the highest
63580           version will attempt to be opened first.
63581
63582         * storage/indexeddb/resources/setversion-blocks-open.js: Removed.
63583           Tests the same thing as version-change-exclusive, even though
63584           version-change-exclusive's description had been inaccurate.
63585
63586         * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed.
63587           Behavior under test is no longer possible. (multiple setVersion
63588           calls from same connection.)
63589
63590         * storage/indexeddb/resources/shared.js:
63591         (indexedDBTest):
63592         Added another optional parameter for version-change-exclusive.
63593
63594         * storage/indexeddb/resources/three-setversion-calls.js: Removed.
63595           Behavior under test is no longer possible. (multiple setVersion
63596           calls from same connection.)
63597
63598         * storage/indexeddb/resources/two-version-changes.js: Removed.
63599           Behavior under test is no longer possible. (multiple setVersion
63600           calls from same connection.)
63601
63602         * storage/indexeddb/resources/version-change-abort.js:
63603           Straightforward conversion.
63604
63605         * storage/indexeddb/resources/version-change-exclusive.js:
63606           The previous description didn't accurately describe the test.
63607
63608         --Corresponding .html and -expected files also removed.
63609
63610 2012-11-16  Joshua Bell  <jsbell@chromium.org>
63611
63612         IndexedDB: Assert hit when getting non-existent object store in version change transaction
63613         https://bugs.webkit.org/show_bug.cgi?id=102547
63614
63615         Reviewed by Tony Chang.
63616
63617         Regression test - make sure that .objectStore() and .index() fail on unknown names
63618         in "versionchange" transactions.
63619
63620         * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
63621         * storage/indexeddb/object-lookups-in-versionchange.html: Added.
63622
63623 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63624
63625         Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions
63626         https://bugs.webkit.org/show_bug.cgi?id=101874
63627
63628         Reviewed by Dave Hyatt.
63629
63630         In debug, skip tests that assert because of LayoutUnit truncation.
63631
63632         * platform/mac/TestExpectations:
63633
63634 2012-11-16  Alec Flett  <alecflett@chromium.org>
63635
63636         Add tests for explicit serialization values
63637         https://bugs.webkit.org/show_bug.cgi?id=96818
63638
63639         Reviewed by Adam Barth.
63640
63641         Make sure SerializedScriptValues are backward compatible with future changes.
63642
63643         * platform/chromium/fast/storage/serialized-script-value.html: Added.
63644         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
63645
63646 2012-11-16  David Grogan  <dgrogan@chromium.org>
63647
63648         IndexedDB: setVersion excision batch 9
63649         https://bugs.webkit.org/show_bug.cgi?id=102455
63650
63651         Reviewed by Tony Chang.
63652
63653         * storage/indexeddb/persistence-expected.txt:
63654         * storage/indexeddb/resources/persistence.js:
63655         (prepareDatabase):
63656         Little awkwardness to get the initial version number to be 0 (actually,
63657         because of a bug it's "") so that first() will trigger a
63658         versionchange.
63659         (first):
63660
63661         * storage/indexeddb/resources/set_version_blocked.js:
63662           Small "blocked" test. It's probably redundant due to our crazier
63663           tests, but it is nice to have a succinct test that checks one thing.
63664
63665         * storage/indexeddb/resources/shared.js:
63666         (unexpectedBlockedCallback):
63667         * storage/indexeddb/resources/transaction-basics.js:
63668           This test is a mess, obviously written near the dawn of IDB when no
63669           one knew how to write an effective test for it. In the interests of
63670           preventing the diff from exploding I didn't take all the
63671           clarification opportunities that were there.
63672
63673         * storage/indexeddb/resources/transaction-error.js:
63674         * storage/indexeddb/set_version_blocked-expected.txt:
63675         * storage/indexeddb/transaction-basics-expected.txt:
63676         * storage/indexeddb/transaction-error-expected.txt:
63677
63678 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63679
63680         [Chromium] Removed unnecessary expectation.
63681
63682         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed.
63683
63684 2012-11-16  Pablo Flouret  <pablof@motorola.com>
63685
63686         [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts
63687         https://bugs.webkit.org/show_bug.cgi?id=70574
63688
63689         Reviewed by Geoffrey Garen.
63690
63691         * http/tests/security/resources/cors-script.php:
63692         * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added.
63693         * http/tests/security/script-crossorigin-onerror-information.html: Added.
63694         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added.
63695         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added.
63696
63697         * platform/chromium/TestExpectations:
63698             This patch only deals with JSC right now, skip the new tests.
63699
63700 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63701
63702         [Chromium] Remaining bits of Win7 rebaselines.
63703
63704 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63705
63706         [Chromium] Massive rebaseline after Win7 came back up.
63707
63708 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63709
63710         Unreviewed, rolling out r134986.
63711         http://trac.webkit.org/changeset/134986
63712         https://bugs.webkit.org/show_bug.cgi?id=102110
63713
63714         Triggered ASSERT in fast/frames/seamless/seamless-inherited-
63715         origin.html.
63716
63717         * userscripts/user-stylesheet-invalidate-expected.txt: Removed.
63718         * userscripts/user-stylesheet-invalidate.html: Removed.
63719
63720 2012-11-16  Antti Koivisto  <antti@apple.com>
63721
63722         REGRESSION(r129644): User StyleSheet not applying
63723         https://bugs.webkit.org/show_bug.cgi?id=102110
63724
63725         Reviewed by Andreas Kling.
63726
63727         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
63728         * userscripts/user-stylesheet-invalidate.html: Added.
63729
63730 2012-11-15  Brent Fulgham  <bfulgham@webkit.org>
63731
63732         [WinCairo] Sync with Windows test expectations.
63733
63734         * platform/wincairo/TestExpectations: Update to match Windows.
63735
63736 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63737
63738         [Chromium] adjusting expectations for checkerboard.html
63739
63740 2012-11-16  Li Yin  <li.yin@intel.com>
63741
63742         audiopannernode-basic.html should cover default value of attribute.
63743         https://bugs.webkit.org/show_bug.cgi?id=102332
63744
63745         Reviewed by Chris Rogers.
63746
63747         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode
63748         Currently almost all attributes of PannerNode are specified default value clearly,
63749         the test should cover them.
63750
63751         * webaudio/audiopannernode-basic-expected.txt:
63752         * webaudio/audiopannernode-basic.html:
63753
63754 2012-11-16  Tommy Widenflycht  <tommyw@google.com>
63755
63756         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
63757         https://bugs.webkit.org/show_bug.cgi?id=102386
63758
63759         Reviewed by Adam Barth.
63760
63761         * fast/mediastream/RTCPeerConnection-datachannel.html:
63762         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
63763
63764 2012-11-16  Robert Flack  <flackr@chromium.org>
63765
63766         Handle gesture events on scrollbars.
63767         https://bugs.webkit.org/show_bug.cgi?id=101516
63768
63769         Reviewed by Antonio Gomes.
63770
63771         Adds a gesture event handler to scrollbars and sends gestures beginning
63772         over a scrollbar to this handler to allow touch scrolling scrollbars.
63773
63774         * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added.
63775         * fast/events/touch/gesture/gesture-scrollbar.html: Added.
63776
63777 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63778
63779         [Chromium] Removed incorrect baseline.
63780
63781         * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
63782
63783 2012-11-16  Erik Arvidsson  <arv@chromium.org>
63784
63785         Update DOMException name: TypeMismatchError
63786         https://bugs.webkit.org/show_bug.cgi?id=102418
63787
63788         Reviewed by Kentaro Hara.
63789
63790         Updated tests and expectations.
63791
63792         * editing/selection/extend-expected.txt:
63793         * fast/dom/Element/attr-param-typechecking-expected.txt:
63794         * fast/dom/Geolocation/argument-types-expected.txt:
63795         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
63796         * fast/dom/Geolocation/script-tests/argument-types.js:
63797         (test):
63798         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
63799         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
63800         * fast/js/select-options-add-expected.txt:
63801         * fast/mediastream/RTCIceCandidate-expected.txt:
63802         * fast/mediastream/RTCPeerConnection-expected.txt:
63803         * fast/mediastream/RTCSessionDescription-expected.txt:
63804         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
63805         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
63806         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
63807         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
63808         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
63809         * security/crypto-random-values-types-expected.txt:
63810         * svg/dom/SVGTransformList-expected.txt:
63811
63812 2012-11-16  Erik Arvidsson  <arv@chromium.org>
63813
63814         Update DOMException name: InvalidAccessError
63815         https://bugs.webkit.org/show_bug.cgi?id=102400
63816
63817         Reviewed by Kentaro Hara.
63818
63819         Updated tests and expectations.
63820
63821         * editing/undomanager/undomanager-reenter-expected.txt:
63822         * editing/undomanager/undomanager-reenter.html:
63823         * editing/undomanager/undoscopehost-use-after-free-expected.txt:
63824         * editing/undomanager/undoscopehost-use-after-free.html:
63825         * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
63826         * fast/css/getFloatValueForUnit-expected.txt:
63827         * fast/css/getFloatValueForUnit.html:
63828         * fast/css/resources/CSSPrimitiveValue-exceptions.js:
63829         * fast/dom/XMLSerializer-doctype2-expected.txt:
63830         * fast/dom/XMLSerializer-doctype2.html:
63831         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
63832         * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
63833         * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
63834         * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
63835         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
63836         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
63837         * http/tests/websocket/tests/hybi/close-expected.txt:
63838         * http/tests/websocket/tests/hybi/close.html:
63839         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
63840         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
63841         * webintents/web-intents-api-expected.txt:
63842         * webintents/web-intents-api.html:
63843
63844 2012-11-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
63845
63846         [EFL] Gardening failure cases on EFL build bots
63847         https://bugs.webkit.org/show_bug.cgi?id=102496
63848
63849         Unreviewed EFL gardening.
63850
63851         * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed.
63852         * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed.
63853         * platform/efl-wk2/TestExpectations:
63854         * platform/efl/TestExpectations:
63855         * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added.
63856         * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added.
63857         * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added.
63858         * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added.
63859
63860 2012-11-16  Zan Dobersek  <zandobersek@gmail.com>
63861
63862         Unreviewed GTK gardening, rebaselining after r134859.
63863
63864         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added.
63865         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added.
63866
63867 2012-11-16  Shinya Kawanaka  <shinyak@chromium.org>
63868
63869         Changing pseudoClass (:indeterminate) should cause distribution
63870         https://bugs.webkit.org/show_bug.cgi?id=101903
63871
63872         Reviewed by Dimitri Glazkov.
63873
63874         I've used "-webkit-appearance: none" for progress element because of Bug 102459.
63875         It prevents from testing progress element on Windows.
63876
63877         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
63878         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
63879         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
63880         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
63881
63882 2012-11-16  Mike West  <mkwst@chromium.org>
63883
63884         [chromium] Unreviewed gardening.
63885
63886         http/tests/security/sandboxed-iframe-form-top.html is leaking state into
63887         the next test, and should have been skipped for Chromium as well as mac
63888         in r134789. This patch remedies that oversight.
63889
63890         * platform/chromium/TestExpectations:
63891
63892 2012-11-16  Yury Semikhatsky  <yurys@chromium.org>
63893
63894         Web Inspector: don't show an Error when evaluating a watch expression results in an exception
63895         https://bugs.webkit.org/show_bug.cgi?id=102470
63896
63897         Reviewed by Vsevolod Vlasov.
63898
63899         Check that watch expression has value "<not available>" in case of exception
63900         during its evaluation instead of a special style class tha has been removed.
63901
63902         * inspector/debugger/error-in-watch-expressions.html:
63903
63904 2012-11-16  Elliott Sprehn  <esprehn@chromium.org>
63905
63906         REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
63907         https://bugs.webkit.org/show_bug.cgi?id=102433
63908
63909         Reviewed by Dimitri Glazkov.
63910
63911         Need to include the Shadow DOM polyfill.js since not all ports
63912         web expose the WebkitShadowRoot constructor.
63913
63914         * fast/frames/detached-shadow-frame.html:
63915
63916 2012-11-16  Csaba Osztrogonác  <ossy@webkit.org>
63917
63918         [Qt] Unreviewed gardening.
63919
63920         * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
63921         * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
63922         * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
63923         * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
63924         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
63925         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
63926         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.
63927
63928 2012-11-16  Kentaro Hara  <haraken@chromium.org>
63929
63930         Unreviewed. Rebaselined pixel results.
63931
63932         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed.
63933
63934 2012-11-16  János Badics  <jbadics@inf.u-szeged.hu>
63935
63936         [Qt][WK1] Gardening after r134816. Skipped a newly added failing test.
63937         https://bugs.webkit.org/show_bug.cgi?id=102471
63938
63939         Reviewed by Csaba Osztrogonác.
63940
63941         * platform/qt-5.0-wk1/TestExpectations:
63942
63943 2012-11-16  Peter Rybin  <prybin@chromium.org>
63944
63945         Web Inspector: show internal properties in inspector frontend
63946         https://bugs.webkit.org/show_bug.cgi?id=100021
63947
63948         Reviewed by Yury Semikhatsky.
63949
63950         A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added.
63951
63952         * http/tests/inspector/elements-test.js:
63953         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep):
63954         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement):
63955         * inspector/debugger/properties-special-expected.txt: Added.
63956         * inspector/debugger/properties-special.html: Added.
63957         * platform/chromium/inspector/debugger/properties-special-expected.txt: Added.
63958
63959 2012-11-16  Sheriff Bot  <webkit.review.bot@gmail.com>
63960
63961         Unreviewed, rolling out r134865.
63962         http://trac.webkit.org/changeset/134865
63963         https://bugs.webkit.org/show_bug.cgi?id=102466
63964
63965         Broke the Apple Windows Debug build. (Requested by dydx on
63966         #webkit).
63967
63968         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
63969         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
63970
63971 2012-11-16  Takashi Sakamoto  <tasak@google.com>
63972
63973         ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost
63974         https://bugs.webkit.org/show_bug.cgi?id=102116
63975
63976         Reviewed by Alexander Pavlov.
63977
63978         * fast/css/at-host-cssom-crash-expected.txt: Added.
63979         * fast/css/at-host-cssom-crash.html: Added.
63980         * inspector/styles/styles-include-host-rules-crash-expected.txt: Added.
63981         * inspector/styles/styles-include-host-rules-crash.html: Added.
63982
63983 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
63984
63985         Unreviewed test update.
63986
63987         * fast/text/international/combining-marks-position.html:
63988         Ignore a slight diff of widths between the reference and target.
63989
63990 2012-11-15  Kentaro Hara  <haraken@chromium.org>
63991
63992         Unreviewed. Rebaselined pixel results.
63993
63994         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added.
63995
63996 2012-11-15  Kentaro Hara  <haraken@chromium.org>
63997
63998         Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow.
63999
64000         * platform/chromium/TestExpectations:
64001
64002 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64003
64004         Unreviewed. Rebaselined images.
64005
64006         * platform/chromium-linux/compositing/checkerboard-expected.png:
64007         * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added.
64008         * platform/chromium-win/compositing/checkerboard-expected.png:
64009
64010 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64011
64012         Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky.
64013
64014         * platform/chromium/TestExpectations:
64015
64016 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64017
64018         Unreviewed. Rebaselined images.
64019
64020         * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt.
64021         * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt.
64022         * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png:
64023         * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png:
64024         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png:
64025         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png:
64026         * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png:
64027         * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-02-expected.txt.
64028         * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png:
64029         * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-03-expected.txt.
64030         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png:
64031         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added.
64032         * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added.
64033         * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added.
64034         * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.png.
64035         * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.png.
64036         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed.
64037         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed.
64038
64039 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64040
64041         Unreviewed. Rebaselined images.
64042
64043         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
64044         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
64045
64046 2012-11-15  Kent Tamura  <tkent@chromium.org>
64047
64048         fast/forms/select/select-state-restore.html is flaky.
64049         https://bugs.webkit.org/show_bug.cgi?id=90207
64050
64051         Reviewed by Hajime Morita.
64052
64053         * fast/forms/select/select-state-restore.html:
64054         It was possible that we started the test before loading
64055         js-test-post.js. It means we might miss calling waitUntilDone.
64056         * platform/chromium/TestExpectations:
64057
64058 2012-11-15  Kent Tamura  <tkent@chromium.org>
64059
64060         [Chromium] Rebaseline for recent calendar picker and suggestion picker changes
64061
64062         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64063         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64064         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64065         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64066         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64067         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64068         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64069         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64070         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64071         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64072         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64073         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64074         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64075         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64076         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64077         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64078         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64079         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64080         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64081         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64082         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64083         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64084         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64085         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
64086         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
64087         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
64088         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
64089         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
64090         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
64091         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
64092         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64093         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64094         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64095         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64096         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64097         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64098         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64099         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64100         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64101         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64102         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64103         * platform/chromium/TestExpectations:
64104
64105 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
64106
64107         [EFL] Update TestExpectations for fast/forms/zoomed-controls.html
64108         https://bugs.webkit.org/show_bug.cgi?id=102369
64109
64110         Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing
64111         introduced by r134698. Mark this test Missing and remove wrong expectation.
64112
64113         * platform/efl/TestExpectations:
64114         * platform/efl/fast/forms/zoomed-controls-expected.png: Removed.
64115
64116 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
64117
64118         Chaging pseudoClass (:enabled) should cause distribution
64119         https://bugs.webkit.org/show_bug.cgi?id=101900
64120
64121         Reviewed by Dimitri Glazkov.
64122
64123         Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure.
64124
64125         * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added.
64126         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added.
64127         * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added.
64128         * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added.
64129         * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added.
64130         * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added.
64131         * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added.
64132         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added.
64133         * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added.
64134         * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added.
64135         * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added.
64136         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added.
64137         * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added.
64138         * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added.
64139         * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added.
64140         * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added.
64141         * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added.
64142         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added.
64143         * platform/chromium/TestExpectations:
64144         * platform/efl/TestExpectations:
64145
64146 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64147
64148         Update DOMException name: NamespaceError
64149         https://bugs.webkit.org/show_bug.cgi?id=102395
64150
64151         Reviewed by Kentaro Hara.
64152
64153         Updated tests and expectations.
64154
64155         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
64156         * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
64157         * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
64158         * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
64159         * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
64160         * fast/xpath/attr-namespace-expected.txt:
64161         * fast/xpath/py-dom-xpath/nodetests-expected.txt:
64162
64163 2012-11-15  Rick Byers  <rbyers@chromium.org>
64164
64165         custom CSS cursors ignore hotspot values embedded in CUR files
64166         https://bugs.webkit.org/show_bug.cgi?id=100059
64167
64168         Reviewed by Kenneth Russell.
64169
64170         Add mouse cursor test cases that use CUR files that have embedded hotspot values.
64171
64172         * fast/events/mouse-cursor-expected.txt:
64173         * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
64174         * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
64175         * fast/events/mouse-cursor.html:
64176         * fast/events/resources/greenbox-3frames.cur: Added.
64177         * fast/events/resources/greenbox-hotspot35-4.cur: Added.
64178         * fast/events/resources/greenbox-hotspot5-4.cur: Added.
64179         * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang
64180
64181 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
64182
64183         Use complex path for the reference text in fast/text/international/combining-marks-position.html
64184         https://bugs.webkit.org/show_bug.cgi?id=101009
64185
64186         Reviewed by Kent Tamura.
64187
64188         Arial has a kerning pair for U+043A U+0430 so the width of the text can be
64189         different between simple path and complex path. Use text-rendering: optimizeLegibility
64190         to force using complex text for reference text.
64191
64192         * fast/text/international/combining-marks-position.html:
64193
64194 2012-11-15  Roger Fong  <roger_fong@apple.com>
64195
64196         Unreviewed. Skipped media/video-src-blob.html on Windows.
64197         Blob not enabled on Windows.
64198
64199         * platform/win/TestExpectations:
64200
64201 2012-11-15  David Grogan  <dgrogan@chromium.org>
64202
64203         IndexedDB: setVersion batch 8
64204         https://bugs.webkit.org/show_bug.cgi?id=102434
64205
64206         Reviewed by Tony Chang.
64207
64208         2 lines were added to intversion-bad-parameters to capture the tests
64209         that were in the now-deleted setVersion-{null,undefined}.
64210
64211         * storage/indexeddb/intversion-bad-parameters-expected.txt:
64212         * storage/indexeddb/key-generator-expected.txt:
64213         * storage/indexeddb/open-during-transaction-expected.txt:
64214         * storage/indexeddb/readonly-properties-expected.txt:
64215         * storage/indexeddb/resources/intversion-bad-parameters.js:
64216         (deleteSuccess):
64217         * storage/indexeddb/resources/key-generator.js:
64218           Again awkward to call indexedDBTest all over the place. The prefix
64219           line's gotta go, and we could also pull a resetDatabase method out of
64220           indexedDBTest that would just do a delete and open.
64221
64222         (runTests.nextTest.prepareDatabase):
64223         (runTests.nextTest.onSuccess.finishTest):
64224         (runTests.nextTest.onSuccess):
64225         (runTests.nextTest):
64226         (testAcrossConnections.prepareDatabase):
64227         * storage/indexeddb/resources/open-during-transaction.js:
64228         (prepareDatabase.event.target.transaction.oncomplete):
64229         (prepareDatabase):
64230         (tryOpens):
64231         * storage/indexeddb/resources/readonly-properties.js:
64232         (prepareDatabase):
64233         * storage/indexeddb/resources/setVersion-null.js: Removed.
64234         * storage/indexeddb/resources/setVersion-undefined.js: Removed.
64235         * storage/indexeddb/resources/transaction-after-close.js:
64236         (prepareDatabase):
64237         (firstTransactionComplete):
64238         (onFinalPutSuccess):
64239         * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
64240         (testSetVersion):
64241         (upgradeNeededCallback):
64242         (successCallback):
64243         * storage/indexeddb/setVersion-null-expected.txt: Removed.
64244         * storage/indexeddb/setVersion-null.html: Removed.
64245         * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
64246         * storage/indexeddb/setVersion-undefined.html: Removed.
64247         * storage/indexeddb/transaction-after-close-expected.txt:
64248         * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
64249
64250 2012-11-15  Alec Flett  <alecflett@chromium.org>
64251
64252         Add tests for explicit serialization values
64253         https://bugs.webkit.org/show_bug.cgi?id=96818
64254
64255         Reviewed by Adam Barth.
64256
64257         Make sure SerializedScriptValues are backward compatible with future changes.
64258
64259         * platform/chromium/fast/storage/serialized-script-value.html: Added.
64260         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
64261
64262 2012-11-15  Roger Fong  <roger_fong@apple.com>
64263
64264         Unreviewed. Add missing text test expectations for Mac and Windows ports.
64265
64266         * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
64267         * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
64268         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
64269         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
64270
64271 2012-11-15  Jian Li  <jianli@chromium.org>
64272
64273         Unreviewed. Updated chromium test expectations to clean up some passed
64274         tests.
64275
64276         * platform/chromium/TestExpectations:
64277
64278 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64279
64280         Update DOMException name: SyntaxError
64281         https://bugs.webkit.org/show_bug.cgi?id=102279
64282
64283         Reviewed by Kentaro Hara.
64284
64285         Updated tests and expectations.
64286
64287         * fast/canvas/canvas-gradient-addStop-error-expected.txt:
64288         * fast/canvas/canvas-pattern-behaviour-expected.txt:
64289         * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
64290         * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
64291         * fast/css/css3-nth-tokens-script-expected.txt:
64292         * fast/css/css3-nth-tokens-script.html:
64293         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
64294         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
64295         * fast/dom/HTMLElement/set-invalid-value-expected.txt:
64296         * fast/dom/HTMLElement/set-invalid-value.html:
64297         * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64298         * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64299         * fast/dom/Window/custom-constructors-expected.txt:
64300         * fast/dom/Window/invalid-protocol-expected.txt:
64301         * fast/dom/css-mediarule-functions-expected.txt:
64302         * fast/dom/css-mediarule-functions.html:
64303         * fast/dom/dataset-expected.txt:
64304         * fast/dom/dataset-xhtml-expected.txt:
64305         * fast/dom/element-attribute-js-null-expected.txt:
64306         * fast/dom/register-protocol-handler.html:
64307         * fast/dom/script-tests/dataset-xhtml.js:
64308         * fast/dom/script-tests/dataset.js:
64309         * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
64310         * fast/dynamic/insertAdjacentHTML-expected.txt:
64311         * fast/eventsource/eventsource-constructor-expected.txt:
64312         * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
64313         * fast/mutation/observe-exceptions-expected.txt:
64314         * fast/workers/worker-constructor-expected.txt:
64315         * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
64316         * http/tests/security/postMessage/target-origin-expected.txt:
64317         * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
64318         * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64319         * http/tests/websocket/tests/hybi/close-expected.txt:
64320         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
64321         * http/tests/websocket/tests/hybi/close-reason-too-long.html:
64322         * http/tests/websocket/tests/hybi/close.html:
64323         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
64324         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
64325         * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
64326         * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
64327         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
64328         * http/tests/xmlhttprequest/inject-header-expected.txt:
64329         * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
64330         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
64331         * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
64332         * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
64333         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64334         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64335         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64336         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64337         * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
64338         * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
64339         * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
64340         * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
64341         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
64342         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
64343         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
64344         * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
64345         * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
64346         * platform/chromium/fast/workers/worker-constructor-expected.txt:
64347         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
64348         * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
64349         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
64350         * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
64351         * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
64352         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
64353         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
64354         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
64355         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
64356         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
64357         * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64358         * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
64359         * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
64360         * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
64361         * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64362         * svg/dom/SVGAngle-expected.txt:
64363         * transforms/cssmatrix-2d-interface-expected.txt:
64364         * transforms/cssmatrix-3d-interface-expected.txt:
64365         * webintents/web-intents-api-expected.txt:
64366         * webintents/web-intents-api.html:
64367         * webintents/web-intents-obj-constructor-expected.txt:
64368         * webintents/web-intents-obj-constructor.html:
64369
64370 2012-11-15  James Robinson  <jamesr@chromium.org>
64371
64372         Clean up some TestExpectations for tests that pass now.
64373
64374         * platform/chromium/TestExpectations:
64375
64376 2012-11-15  David Grogan  <dgrogan@chromium.org>
64377
64378         IndexedDB setVersion-removal batch 7
64379         https://bugs.webkit.org/show_bug.cgi?id=102415
64380
64381         Reviewed by Tony Chang.
64382
64383         * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
64384         * storage/indexeddb/mozilla/readyState-expected.txt:
64385         * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
64386         * storage/indexeddb/mozilla/resources/readyState.js:
64387           Moved one check into shared.js, a few others around, and the check
64388           for setVersion's request.readyState==pending is deleted.
64389
64390         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
64391           First test I've converted that makes the initial open fail, but
64392           request.onsuccess is unhooked to not cause the whole test to fail.
64393
64394         (prepareDatabase):
64395         (postAbort):
64396         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
64397         * storage/indexeddb/objectstore-basics-expected.txt:
64398         * storage/indexeddb/objectstore-basics-workers-expected.txt:
64399         * storage/indexeddb/odd-strings-expected.txt:
64400         * storage/indexeddb/readonly-expected.txt:
64401         * storage/indexeddb/resources/objectstore-basics.js:
64402         * storage/indexeddb/resources/odd-strings.js:
64403         * storage/indexeddb/resources/readonly.js:
64404           Moved the checks at the beginning to the end of the test, but
64405           everything was preserved.
64406
64407         * storage/indexeddb/resources/shared.js:
64408           Moved a check from readyState to here as the readyState layout test
64409           doesn't have access to the open request before any events are fired.
64410
64411 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64412
64413         mpath elements do not clear resource lists before destruction
64414         https://bugs.webkit.org/show_bug.cgi?id=101505
64415
64416         Reviewed by Abhishek Arya.
64417
64418         Test that causes a mpath element to be deleted before the path that it
64419         references.
64420
64421         * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
64422         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.
64423
64424 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64425
64426         [Chromium] Test expectations - we're passing!
64427
64428         Unreviewed expectations for canvas-shadow.html
64429
64430         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64431         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64432         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64433
64434 2012-11-15  David Grogan  <dgrogan@chromium.org>
64435
64436         IndexedDB: remove setVersion from intversion-long-queue
64437         https://bugs.webkit.org/show_bug.cgi?id=102322
64438
64439         Reviewed by Tony Chang.
64440
64441         This test probably doesn't provide as much value as it used to but
64442         tests like this, where there's a long sequence of interdependent
64443         events, have caught stuff for us in the past. There are endless
64444         variants that will all exercise our code differently.
64445
64446         * storage/indexeddb/intversion-long-queue-expected.txt:
64447         * storage/indexeddb/resources/intversion-long-queue.js:
64448         (prepareDatabase):
64449         (connection1Success):
64450         (connection1VersionChangeCallback):
64451         (connection2Blocked):
64452         (deleteDatabaseBlockedCallback):
64453         (deleteDatabaseSuccessCallback):
64454         (connection2UpgradeNeeded):
64455         (connection2Success):
64456         (connection2TransactionComplete):
64457         (connection2VersionChangeEvent):
64458         (connection3UpgradeNeeded):
64459         (connection3Success):
64460
64461 2012-11-15  Roger Fong  <roger_fong@apple.com>
64462
64463         Unreviewed. CSS3_TEXT is not enabled on Windows. 
64464         Skipping tests:
64465         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
64466         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
64467         fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html
64468
64469         * platform/win/TestExpectations:
64470
64471 2012-11-15  Roger Fong  <roger_fong@apple.com>
64472
64473         Unreviewed. More subpixel layout test rebaselines for Windows.
64474
64475         * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
64476         * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
64477         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
64478
64479 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64480
64481         Unreviewed gardening.
64482
64483         Rebaselining pixel tests after r102427
64484
64485         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
64486         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64487         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
64488         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
64489         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64490         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
64491         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
64492         * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
64493         * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
64494         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
64495         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
64496         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64497         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64498         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
64499
64500 2012-11-15  Joshua Bell  <jsbell@chromium.org>
64501
64502         IndexedDB: Indexing tests are flaky-crashing
64503         https://bugs.webkit.org/show_bug.cgi?id=102283
64504
64505         Reviewed by Tony Chang.
64506
64507         Reduced repro case, although the behavior is still flaky.
64508
64509         * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
64510         * storage/indexeddb/transaction-crash-in-tasks.html: Added.
64511
64512 2012-11-15  Roger Fong  <roger_fong@apple.com>
64513
64514         Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.
64515
64516         * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
64517
64518 2012-11-15  Roger Fong  <roger_fong@apple.com>
64519
64520         Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.
64521
64522         * platform/win/TestExpectations:
64523
64524 2012-11-15  Jian Li  <jianli@chromium.org>
64525
64526         Unreviewed. Update chromium test expectations.
64527
64528         * platform/chromium/TestExpectations:
64529
64530 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
64531
64532         MutationObserver wrapper should not be collected while still observing
64533         https://bugs.webkit.org/show_bug.cgi?id=102328
64534
64535         Reviewed by Adam Barth.
64536
64537         Test that a MutationObserver wrapper is not collected while the observer
64538         is still observing since the wrapper must be passed into the callback
64539         later.
64540
64541         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
64542         * fast/mutation/observer-wrapper-dropoff.html: Added.
64543
64544 2012-11-15  David Grogan  <dgrogan@chromium.org>
64545
64546         IndexedDB: setVersion test conversion batch 6
64547         https://bugs.webkit.org/show_bug.cgi?id=102318
64548
64549         Reviewed by Tony Chang.
64550
64551         Salvaged the useful parts of intversion-and-setversion as
64552         intversion-upgrades.
64553
64554         * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
64555         * storage/indexeddb/intversion-upgrades-expected.txt: Added.
64556         * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
64557         * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
64558         * storage/indexeddb/resources/intversion-upgrades.js: Added.
64559         (test):
64560         (deleteSuccess):
64561         (initialUpgradeNeeded):
64562         (openSuccess):
64563         (connection1VersionChangeCallback):
64564         (connection2BlockedCallback):
64565         (connection2UpgradeNeeded):
64566         (transactionCompleted):
64567         (connection2Success):
64568         (connection3Success):
64569         (errorWhenTryingLowVersion):
64570         (connection4UpgradeNeeded):
64571         (connection4Success):
64572         (connection5Success):
64573         * storage/indexeddb/resources/shared.js:
64574         (unexpectedVersionChangeCallback):
64575
64576 2012-11-15  David Grogan  <dgrogan@chromium.org>
64577
64578         IndexedDB test conversions batch 5
64579         https://bugs.webkit.org/show_bug.cgi?id=102308
64580
64581         Reviewed by Tony Chang.
64582
64583         * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
64584         * storage/indexeddb/mozilla/event-source-expected.txt:
64585         * storage/indexeddb/mozilla/global-data-expected.txt:
64586         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
64587         * storage/indexeddb/mozilla/odd-result-order-expected.txt:
64588         * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
64589         * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
64590           Calls indexedDBTest a bunch of times, which seems awkward, but is
64591           really convenient.
64592
64593         * storage/indexeddb/mozilla/resources/event-source.js:
64594           Now that setVersion is gone, it appears that no request should have
64595           a database as a source so the dropped test is ok.
64596
64597         * storage/indexeddb/mozilla/resources/global-data.js:
64598         (prepareDatabase):
64599         (open2Success):
64600         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
64601         (prepareDatabase):
64602         * storage/indexeddb/mozilla/resources/odd-result-order.js:
64603           The tests had to be run in slightly different order but they are all
64604           preserved.
64605
64606         (prepareDatabase):
64607         (openSuccess):
64608         (deleteSuccess):
64609         * storage/indexeddb/mozilla/resources/remove-objectstore.js:
64610         (prepareDatabase):
64611         (checkObjectStore):
64612         (inSetVersion2.request.onsuccess):
64613         (inSetVersion2):
64614         (setVersion3):
64615         (inSetVersion3):
64616         (deleteThirdObjectStore):
64617         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
64618         * storage/indexeddb/resources/objectstore-removeobjectstore.js:
64619         (getValue):
64620         (checkResult):
64621         (addIndex):
64622         (deleteObjectStore):
64623         (createObjectStoreAgain):
64624
64625 2012-11-15  Alpha Lam  <hclam@chromium.org>
64626
64627         [chromium] WebGL texImage2D fails with deferred image decoding
64628         https://bugs.webkit.org/show_bug.cgi?id=102310
64629
64630         Reviewed by Kenneth Russell.
64631
64632         Added a test to exercise texImage2D with an Image object.
64633
64634         * fast/images/webgl-teximage2d-expected.txt: Added.
64635         * fast/images/webgl-teximage2d.html: Added.
64636
64637 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64638
64639         Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed
64640
64641         Unreviewed test expectations update.
64642
64643         * fast/box-shadow/single-pixel-shadow-expected.png: Added.
64644         * platform/chromium-linux-x86/fast/box-shadow: Removed.
64645         * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64646         * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
64647         * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
64648         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64649         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
64650         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64651         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64652         * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
64653         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
64654         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
64655         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
64656         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
64657         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
64658         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
64659         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64660         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64661         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64662         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
64663         * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
64664         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
64665         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64666         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
64667         * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
64668         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
64669         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
64670         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
64671         * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64672         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
64673         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
64674         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
64675         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64676         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64677         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
64678         * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
64679         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64680         * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
64681         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
64682         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
64683         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
64684         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
64685         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
64686         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
64687         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
64688         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
64689         * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
64690         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
64691         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
64692         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64693         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64694         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64695         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
64696         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
64697         * platform/chromium-mac/fast/transforms/shadows-expected.png:
64698         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64699         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
64700         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
64701         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
64702         * platform/chromium-win-xp/fast/box-shadow: Removed.
64703         * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64704         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
64705         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
64706         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64707         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64708         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64709         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
64710         * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
64711         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
64712         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
64713         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
64714         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
64715         * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
64716         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
64717         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
64718         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
64719         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
64720         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
64721         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
64722         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
64723         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
64724         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64725         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64726         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
64727         * platform/chromium/TestExpectations:
64728         * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
64729         * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
64730         * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
64731         * platform/efl-wk1/compositing/shadows: Added.
64732         * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
64733         * platform/efl-wk1/fast/box-shadow: Added.
64734         * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
64735         * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
64736         * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
64737         * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
64738         * platform/efl-wk1/fast/canvas: Added.
64739         * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
64740         * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64741         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64742         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64743         * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
64744         * platform/efl-wk1/fast/transforms: Added.
64745         * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
64746         * platform/efl-wk1/svg/css: Added.
64747         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
64748         * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
64749         * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
64750         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
64751         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
64752         * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
64753         * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64754         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
64755         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
64756         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
64757         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
64758         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
64759         * platform/efl/fast/transforms/shadows-expected.png: Removed.
64760         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
64761         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64762
64763 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
64764
64765         Unreviewed, rolling out r134800 and r134805.
64766         http://trac.webkit.org/changeset/134800
64767         http://trac.webkit.org/changeset/134805
64768         https://bugs.webkit.org/show_bug.cgi?id=102417
64769
64770         This patch broke chromium port (Requested by jianli on
64771         #webkit).
64772
64773         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
64774         * fast/mediastream/RTCPeerConnection-datachannel.html:
64775
64776 2012-11-15  Tommy Widenflycht  <tommyw@google.com>
64777
64778         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
64779         https://bugs.webkit.org/show_bug.cgi?id=102386
64780
64781         Reviewed by Adam Barth.
64782
64783         * fast/mediastream/RTCPeerConnection-datachannel.html:
64784         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
64785
64786 2012-11-15  Rick Byers  <rbyers@chromium.org>
64787
64788         No tests for changing mouse cursors
64789         https://bugs.webkit.org/show_bug.cgi?id=100550
64790
64791         Reviewed by Brent Fulgham.
64792
64793         Add a simple test covering the basic scenarios of changing a mouse
64794         cursor with CSS.  This includes most of the cases currently covered
64795         by ManualTests/*cursor*.
64796
64797         * fast/events/mouse-cursor-expected.txt: Added.
64798         * fast/events/mouse-cursor.html: Added.
64799
64800 2012-11-13  Jer Noble  <jer.noble@apple.com>
64801
64802         Support loading of blob URLs in AVFoundation.
64803         https://bugs.webkit.org/show_bug.cgi?id=102182
64804
64805         Reviewed by Eric Carlson.
64806
64807         Add a new test which verifies blob url support in video elements.
64808
64809         * media/video-src-blob-expected.txt: Added.
64810         * media/video-src-blob.html: Added.
64811         * platform/mac/TestExpectations: Add expected failure results for OSX releases where 
64812             custom media loading is not supported.
64813
64814 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
64815
64816         Unreviewed, rolling out r134649 and r134665.
64817         http://trac.webkit.org/changeset/134649
64818         http://trac.webkit.org/changeset/134665
64819         https://bugs.webkit.org/show_bug.cgi?id=102413
64820
64821         Broke a ton of downstream chromium tests (Requested by japhet
64822         on #webkit).
64823
64824         * http/tests/inspector/network/network-iframe-load-and-delete.html:
64825         * http/tests/loading/redirect-methods-expected.txt:
64826         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
64827         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
64828         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
64829
64830 2012-11-15  Mike West  <mkwst@chromium.org>
64831
64832         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
64833         https://bugs.webkit.org/show_bug.cgi?id=102391
64834
64835         This test is leaking state into the following test. Skipping it here,
64836         and will look for a fix in 85522 (oooooold!).
64837
64838         * platform/mac/TestExpectations:
64839             Skip sandboxed-iframe-form-top.html
64840         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
64841             We're no longer leaking into this test; remove the platform specific
64842             results.
64843
64844 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64845
64846         Update DOMException name: NotSupportedError
64847         https://bugs.webkit.org/show_bug.cgi?id=102139
64848
64849         Reviewed by Ojan Vafai.
64850
64851         Updated tests and expectations.
64852
64853         * editing/pasteboard/data-transfer-items-expected.txt:
64854         * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
64855         * fast/canvas/canvas-createImageData-expected.txt:
64856         * fast/canvas/canvas-getImageData-invalid-expected.txt:
64857         * fast/canvas/canvas-putImageData-expected.txt:
64858         * fast/canvas/canvas-putImageData.js:
64859         * fast/canvas/linearGradient-infinite-values-expected.txt:
64860         * fast/canvas/radialGradient-infinite-values-expected.txt:
64861         * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
64862         * fast/canvas/script-tests/canvas-createImageData.js:
64863         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
64864         * fast/canvas/script-tests/linearGradient-infinite-values.js:
64865         * fast/canvas/script-tests/radialGradient-infinite-values.js:
64866         * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
64867         * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
64868         * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
64869         * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
64870         * fast/dom/Node/initial-values-expected.txt:
64871         * fast/dom/importNode-null-expected.txt:
64872         * fast/dynamic/insertAdjacentText-expected.txt:
64873         * fast/forms/date/input-valueasnumber-date-expected.txt:
64874         * fast/forms/date/input-valueasnumber-date.html:
64875         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
64876         * fast/forms/datetime/input-valueasnumber-datetime.html:
64877         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
64878         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
64879         * fast/forms/month/input-valueasnumber-month-expected.txt:
64880         * fast/forms/month/input-valueasnumber-month.html:
64881         * fast/forms/number/number-valueasnumber-expected.txt:
64882         * fast/forms/number/number-valueasnumber.html:
64883         * fast/forms/range/input-valueasnumber-range-expected.txt:
64884         * fast/forms/range/input-valueasnumber-range.html:
64885         * fast/forms/time/time-valueasnumber-expected.txt:
64886         * fast/forms/time/time-valueasnumber.html:
64887         * fast/forms/week/input-valueasnumber-week-expected.txt:
64888         * fast/forms/week/input-valueasnumber-week.html:
64889         * fast/mediastream/RTCPeerConnection-expected.txt:
64890         * fast/mediastream/argument-types-expected.txt:
64891         * fast/mediastream/getusermedia-expected.txt:
64892         * fast/mediastream/script-tests/argument-types.js:
64893         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
64894         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
64895         * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
64896         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
64897         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
64898         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
64899         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
64900         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
64901         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
64902         * svg/dom/SVGAngle-expected.txt:
64903         * svg/dom/SVGLength-expected.txt:
64904         * svg/dom/SVGLength-px-expected.txt:
64905         * svg/dom/SVGPreserveAspectRatio-expected.txt:
64906         * transforms/cssmatrix-2d-interface-expected.txt:
64907         * transforms/cssmatrix-3d-interface-expected.txt:
64908
64909 2012-11-15  Mike West  <mkwst@chromium.org>
64910
64911         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
64912         https://bugs.webkit.org/show_bug.cgi?id=102391
64913
64914         This test is leaking state into the following test. Skipping it here,
64915         and will look for a fix in 85522 (oooooold!).
64916
64917         * platform/mac/TestExpectations:
64918             Skip sandboxed-iframe-form-top.html
64919         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
64920             We're no longer leaking into this test; remove the platform specific
64921             results.
64922
64923 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64924
64925         Update DOMException name: NoModificationAllowedError
64926         https://bugs.webkit.org/show_bug.cgi?id=102134
64927
64928         Reviewed by Ojan Vafai.
64929
64930         Updated tests and expectations.
64931
64932         * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
64933         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
64934         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
64935         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
64936         * fast/dom/computed-style-set-property-expected.txt:
64937         * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
64938         * fast/dom/outerText-no-element-expected.txt:
64939         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
64940         * fast/dom/setPrimitiveValue-expected.txt:
64941         * fast/dynamic/outerHTML-no-element-expected.txt:
64942         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
64943         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
64944         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
64945         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
64946         * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
64947         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
64948         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
64949         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
64950         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
64951         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
64952         * platform/qt/svg/dom/altGlyph-dom-expected.txt:
64953         * svg/animations/animate-gradient-transform-expected.txt:
64954         * svg/dom/SVGColor-expected.txt:
64955         * svg/dom/SVGLengthList-basics-expected.txt:
64956         * svg/dom/SVGNumberList-basics-expected.txt:
64957         * svg/dom/SVGPaint-expected.txt:
64958         * svg/dom/SVGTransformList-basics-expected.txt:
64959         * svg/dom/SVGViewSpec-defaults-expected.txt:
64960         * svg/dom/altGlyph-dom-expected.txt:
64961
64962 2012-11-15  Eric Carlson  <eric.carlson@apple.com>
64963
64964         Update computed line position algorithm
64965         https://bugs.webkit.org/show_bug.cgi?id=93779
64966
64967         Reviewed by Philippe Normand.
64968
64969         Compute the position of a text track relative to rendered tracks. This is needed to position
64970         cues correctly when there is more than one text track.
64971
64972         * media/track/track-cue-container-rendering-position-expected.txt: Added.
64973         * media/track/track-cue-container-rendering-position.html: Added.
64974
64975 2012-11-15  Andreas Kling  <kling@webkit.org>
64976
64977         REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
64978         <http://webkit.org/b/102304>
64979
64980         Reviewed by Anders Carlsson.
64981
64982         * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
64983         * fast/dom/cloneNode-below-body-attribute-merging.html: Added.
64984
64985 2012-11-15  Justin Novosad  <junov@google.com>
64986
64987         Cleanup test expectations after rebaseline r134668
64988         https://bugs.webkit.org/show_bug.cgi?id=101974
64989
64990         Unreviewed
64991
64992         * platform/chromium/TestExpectations:
64993
64994 2012-11-15  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
64995
64996         [EFL] Gardening.
64997
64998         Move some expectations from efl-wk1/ to efl/ since they should
64999         work for both ports (and were originally there).
65000
65001         Skip an additional HiDPI test.
65002
65003         * platform/efl-wk1/fast/borders: Removed.
65004         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65005         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
65006         * platform/efl-wk1/fast/css: Removed.
65007         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
65008         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
65009         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
65010         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
65011         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
65012         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
65013         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
65014         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
65015         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
65016         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
65017         * platform/efl-wk1/fast/media: Removed.
65018         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
65019         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
65020         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
65021         * platform/efl-wk1/svg/dom: Removed.
65022         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
65023         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
65024         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
65025         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
65026         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
65027         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
65028         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
65029         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
65030         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
65031         * platform/efl/TestExpectations:
65032         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png.
65033         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
65034         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
65035         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
65036         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
65037         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
65038         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png.
65039         * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
65040         * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
65041         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png.
65042         * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
65043         * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
65044         * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
65045         * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
65046         * platform/efl/fast/media/mq-js-media-except-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png.
65047         * platform/efl/fast/media/mq-js-media-except-01-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt.
65048         * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
65049         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
65050         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
65051         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
65052         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
65053         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
65054         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
65055         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
65056         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
65057         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.
65058
65059 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
65060
65061         Prevent creation of detached frames in ShadowRoot
65062         https://bugs.webkit.org/show_bug.cgi?id=102333
65063
65064         Reviewed by Dimitri Glazkov.
65065
65066         Test that you cannot create a detached frame using a ShadowRoot
65067         and iframe unload handlers.
65068
65069         * fast/frames/detached-shadow-frame-expected.txt: Added.
65070         * fast/frames/detached-shadow-frame.html: Added.
65071
65072 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
65073
65074         Changing pseudoClass (:visited) should cause distribution.
65075         https://bugs.webkit.org/show_bug.cgi?id=101700
65076
65077         Reviewed by Dimitri Glazkov.
65078
65079         * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
65080         * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
65081         * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
65082         * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.
65083
65084 2012-11-15  Stephen Chenney  <schenney@chromium.org>
65085
65086         [Chromium] Disable SK_IGNORE_FAST_BLURRECT
65087
65088         Unreviewed test expectations update
65089
65090         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
65091         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
65092         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
65093         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
65094         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
65095         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
65096         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
65097         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
65098         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
65099         * platform/chromium-linux/fast/transforms/shadows-expected.png:
65100         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
65101         * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
65102         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
65103         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
65104         * platform/chromium/TestExpectations:
65105
65106 2012-11-15  Stephen Chenney  <schenney@chromium.org>
65107
65108         Rebaseline after r134736
65109
65110         Unreviewed expectations update.
65111
65112         Very minor changes, not entirely clear why but not a problem at all.
65113         Probably due to animation cauising an initial valeue to differ
65114         slightly.
65115
65116         * platform/chromium-linux/compositing/checkerboard-expected.png:
65117         * platform/chromium-mac/compositing/checkerboard-expected.png:
65118         * platform/chromium-win/compositing/checkerboard-expected.png:
65119
65120 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
65121
65122         [EFL] Update pixel test expectation for datalist tests
65123         https://bugs.webkit.org/show_bug.cgi?id=102365
65124
65125         Unreviewed EFL gardening.
65126
65127         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
65128         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
65129
65130 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
65131
65132         REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
65133         https://bugs.webkit.org/show_bug.cgi?id=102183
65134
65135         Unreviewed gardening, unskip now passing tests after r134666.
65136
65137         * platform/qt/TestExpectations:
65138
65139 2012-11-15  Mike West  <mkwst@chromium.org>
65140
65141         We should trigger a console warning when we encounter invalid sandbox flags.
65142         https://bugs.webkit.org/show_bug.cgi?id=101956
65143
65144         Reviewed by Adam Barth.
65145
65146         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
65147         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
65148         * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
65149         * http/tests/security/sandboxed-iframe-invalid.html: Added.
65150
65151 2012-11-15  Keishi Hattori  <keishi@webkit.org>
65152
65153         [Chromium] Add tests for month suggestion picker
65154         https://bugs.webkit.org/show_bug.cgi?id=102040
65155
65156         Reviewed by Kent Tamura.
65157
65158         Adding tests for <input type=date> with datalist.
65159
65160         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
65161         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
65162         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
65163         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
65164         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
65165         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
65166         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
65167         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
65168         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
65169         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
65170         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
65171         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
65172         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
65173         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
65174         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
65175         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
65176         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
65177         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
65178         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
65179         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
65180         * platform/chromium/TestExpectations:
65181
65182 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
65183
65184         [EFL] Gardening after r134628
65185         https://bugs.webkit.org/show_bug.cgi?id=102368
65186
65187         Unreviewed gardening.
65188
65189         Skip test compositing/overflow/scrolling-without-painting.html added at r134628
65190         and which does not pass on EFL.
65191
65192         * platform/efl/TestExpectations:
65193
65194 2012-11-15  Ryosuke Niwa  <rniwa@webkit.org>
65195
65196         Fix tests after r134637.
65197
65198         * fast/harness/perftests/runs-per-second-iterations.html:
65199         * fast/harness/perftests/runs-per-second-log.html:
65200         * platform/qt/TestExpectations:
65201
65202 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
65203
65204         [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
65205         https://bugs.webkit.org/show_bug.cgi?id=102362
65206
65207         Unreviewed rebaseline.
65208
65209         Rebased fast/media/mq-js-media-except-01.html after r134618.
65210
65211         * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.
65212
65213 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
65214
65215         [Qt] Unreviewed gardening, skip new failing tests.
65216
65217         * platform/qt/TestExpectations:
65218
65219 2012-11-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
65220
65221         [Qt] Unreviewed gardening. Rebaseline after r134649.
65222
65223         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
65224         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
65225         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
65226
65227 2012-11-15  Kent Tamura  <tkent@chromium.org>
65228
65229         Support stand-alone month names in calendar picker
65230         https://bugs.webkit.org/show_bug.cgi?id=102196
65231
65232         Reviewed by Kentaro Hara.
65233
65234         Update a pixel result for Russian calendar picker. Now it contains
65235         a stand-alone month name.
65236
65237         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
65238
65239 2012-11-15  Kentaro Hara  <haraken@chromium.org>
65240
65241         Unreviewed. Rebaselined images.
65242
65243         * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
65244         * platform/chromium/TestExpectations:
65245
65246 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org> 
65247
65248         Changing pseudoClass (:disabled) should cause distribution.
65249         https://bugs.webkit.org/show_bug.cgi?id=101901
65250
65251         Reviewed by Hajime Morita.
65252
65253         * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
65254         * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
65255         * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
65256         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
65257         * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
65258         * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
65259         * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
65260         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
65261         * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
65262         * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
65263         * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
65264         * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
65265         * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
65266         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.
65267
65268 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
65269
65270         Unreviewed, rolling out r134691, r134703, r134715, r134716,
65271         and r134733.
65272         http://trac.webkit.org/changeset/134691
65273         http://trac.webkit.org/changeset/134703
65274         http://trac.webkit.org/changeset/134715
65275         http://trac.webkit.org/changeset/134716
65276         http://trac.webkit.org/changeset/134733
65277         https://bugs.webkit.org/show_bug.cgi?id=102342
65278
65279         "Broke the Apple Windows Debug and GTK builds." (Requested by
65280         dydx on #webkit).
65281
65282         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
65283         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
65284
65285 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65286
65287         Unreviewed. Rebaselined images.
65288
65289         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65290         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65291         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65292         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65293
65294 2012-11-14  Dirk Schulze  <krit@webkit.org>
65295
65296         Support animation of basic shape 'polygon'
65297         https://bugs.webkit.org/show_bug.cgi?id=102080
65298
65299         Reviewed by Daniel Bates.
65300
65301         Added animation test for basic shape 'polygon' to existing test
65302         css3/masking/clip-path-animation.html and
65303         fast/exclusions/shape-inside/shape-inside-animation.html.
65304
65305         * animations/resources/animation-test-helpers.js:
65306         (parseBasicShape):
65307         * css3/masking/clip-path-animation-expected.txt:
65308         * css3/masking/clip-path-animation.html:
65309         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
65310         * fast/exclusions/shape-inside/shape-inside-animation.html:
65311
65312 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
65313
65314         Changing pseudoClass (:checked) should cause distribution.
65315         https://bugs.webkit.org/show_bug.cgi?id=101902
65316
65317         Reviewed by Dimitri Glazkov.
65318
65319         Since an option element does not create a renderer, we cannot make its test a reftest.
65320
65321         * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
65322         * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
65323         * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
65324         * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.
65325
65326 2012-11-14  Keishi Hattori  <keishi@webkit.org>
65327
65328         Add tests for week picker
65329         https://bugs.webkit.org/show_bug.cgi?id=101555
65330
65331         Reviewed by Kent Tamura.
65332
65333         Adding tests for month picker.
65334
65335         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65336         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65337         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
65338         (selectedWeek): Returns value of selected week.
65339         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
65340         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
65341         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
65342         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
65343         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
65344         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
65345         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
65346         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
65347         * platform/chromium/TestExpectations:
65348
65349 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
65350
65351         Changing pseudoClass (:link) should cause distribution
65352         https://bugs.webkit.org/show_bug.cgi?id=101698
65353
65354         Reviewed by Hajime Morita.
65355
65356         * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
65357         * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
65358         * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
65359         * fast/dom/shadow/pseudoclass-update-link-area.html: Added.
65360
65361 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65362
65363         Unreviewed. Rebaselined images.
65364
65365         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
65366         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
65367         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
65368         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
65369         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
65370         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
65371         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
65372         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
65373         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
65374         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
65375         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
65376         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.
65377
65378 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65379
65380         Unreviwed. Rebaselined images.
65381
65382         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
65383         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.
65384
65385 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65386
65387         Unreviewed. Rebaselined images.
65388
65389         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
65390         * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
65391         * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
65392         * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
65393         * platform/chromium/TestExpectations:
65394
65395 2012-11-14  David Grogan  <dgrogan@chromium.org>
65396
65397         IndexedDB: Test conversions batch 4
65398         https://bugs.webkit.org/show_bug.cgi?id=102267
65399
65400         Reviewed by Tony Chang.
65401
65402         These are tests that don't have the js file in resources. The only
65403         interesting bit is that lazy-index-population uncovered a potential bug.
65404
65405         I think tutorial.html has outlived its usefulness now that there are
65406         more tutorials on the web. It was very outdated. It is deleted in
65407         this patch.
65408
65409         * storage/indexeddb/deletedatabase-transaction-expected.txt:
65410         * storage/indexeddb/deletedatabase-transaction.html:
65411         * storage/indexeddb/dont-commit-on-blocked-expected.txt:
65412         * storage/indexeddb/dont-commit-on-blocked.html:
65413         * storage/indexeddb/lazy-index-population-expected.txt:
65414         * storage/indexeddb/lazy-index-population.html:
65415         * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
65416         * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
65417         * storage/indexeddb/mozilla/resources/object-identity.js:
65418           Test added here to replace test covered in tutorial.html
65419
65420         * storage/indexeddb/noblobs-expected.txt:
65421         * storage/indexeddb/noblobs.html:
65422         * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
65423         (onSetVersionSuccess):
65424         * storage/indexeddb/structured-clone-expected.txt:
65425         * storage/indexeddb/structured-clone.html:
65426         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
65427         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
65428         * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
65429         * storage/indexeddb/transaction-complete-with-js-recursion.html:
65430         * storage/indexeddb/tutorial-expected.txt: Removed.
65431         * storage/indexeddb/tutorial.html: Removed.
65432
65433 2012-11-14  Filip Pizlo  <fpizlo@apple.com>
65434
65435         Read-only properties created with putDirect() should tell the structure that there are read-only properties
65436         https://bugs.webkit.org/show_bug.cgi?id=102292
65437
65438         Reviewed by Gavin Barraclough.
65439
65440         * fast/js/function-dot-length-read-only-expected.txt: Added.
65441         * fast/js/function-dot-length-read-only.html: Added.
65442         * fast/js/jsc-test-list:
65443         * fast/js/script-tests/function-dot-length-read-only.js: Added.
65444         (foo):
65445         (Bar):
65446
65447 2012-11-14  Alec Flett  <alecflett@chromium.org>
65448
65449         Add tests for explicit serialization values
65450         https://bugs.webkit.org/show_bug.cgi?id=96818
65451
65452         Reviewed by Adam Barth.
65453
65454         Make sure SerializedScriptValues are backward compatible with future changes.
65455
65456         * platform/chromium/fast/storage/serialized-script-value.html: Added.
65457
65458 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65459
65460         [Chromium] Marked more virtual/deferred/fast/images as failing.
65461         https://bugs.webkit.org/show_bug.cgi?id=102294
65462
65463 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65464
65465         [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
65466         https://bugs.webkit.org/show_bug.cgi?id=102294
65467
65468 2012-11-14  Tony Chang  <tony@chromium.org>
65469
65470         Crash in flexbox when removing absolutely positioned children
65471         https://bugs.webkit.org/show_bug.cgi?id=100465
65472
65473         Reviewed by Ojan Vafai.
65474
65475         Test case for the crash.
65476
65477         * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
65478         * css3/flexbox/crash-removing-out-of-flow-child.html: Added.
65479
65480 2012-11-14  Dirk Schulze  <krit@webkit.org>
65481
65482         [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
65483         https://bugs.webkit.org/show_bug.cgi?id=102123
65484
65485         Reviewed by Antti Koivisto.
65486
65487         Add new animation test for 'shape-inside', similar to 'clip-path' test.
65488
65489         * animations/resources/animation-test-helpers.js:
65490         (getPropertyValue):
65491         (comparePropertyValue):
65492         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
65493         * fast/exclusions/shape-inside/shape-inside-animation.html: Added.
65494
65495 2012-11-14  Justin Novosad  <junov@google.com>
65496
65497         Updating baselines after r134631
65498         https://bugs.webkit.org/show_bug.cgi?id=101974
65499
65500         Unreviewed
65501
65502         * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65503         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
65504         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
65505         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
65506         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
65507         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
65508         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
65509         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
65510         * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
65511         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
65512         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
65513         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
65514         * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
65515         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
65516         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
65517         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
65518         * platform/efl-wk1/fast/borders: Added.
65519         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
65520         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
65521         * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
65522         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65523         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
65524         * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.
65525
65526 2012-11-14  David Grogan  <dgrogan@chromium.org>
65527
65528         IndexedDB: test conversion batch 3
65529         https://bugs.webkit.org/show_bug.cgi?id=102168
65530
65531         Reviewed by Tony Chang.
65532
65533         These were all pretty straightforward. metadata.html could include
65534         some additional tests that check the metadata after a versionchange
65535         transaction aborts, but I think that's tested in one of the intversion
65536         tests.
65537
65538         * storage/indexeddb/exceptions-expected.txt:
65539         * storage/indexeddb/factory-deletedatabase-expected.txt:
65540         * storage/indexeddb/index-duplicate-keypaths-expected.txt:
65541         * storage/indexeddb/index-multientry-expected.txt:
65542         * storage/indexeddb/index-population-expected.txt:
65543         * storage/indexeddb/metadata-expected.txt:
65544         * storage/indexeddb/resources/database-basics.js:
65545           Fix failure when run as a chromium browser test.
65546
65547         * storage/indexeddb/resources/exceptions.js:
65548           Moved some asserts from running before the database is opened to
65549           afterward but they appear to be testing the same thing.
65550         (transactionComplete):
65551           close can't proceed until the transactions are complete, something
65552           setVersion didn't have to deal with.
65553
65554         * storage/indexeddb/resources/factory-deletedatabase.js:
65555           The conditions under which deleteDatabase is called in this test is
65556           _slightly_ different. Previously, deleteDatabase was called from
65557           inside a versionchange transaction, causing the original connection
65558           to receive a versionchange event. With upgradeneeded we have to close
65559           the original connection before entering a versionchange transaction,
65560           so the second connection is now what closes in response to the
65561           deleteDatabase's versionchange event.
65562
65563         * storage/indexeddb/resources/index-duplicate-keypaths.js:
65564         (testCollideAutoIncrementSetup):
65565         (testCollideAutoIncrement):
65566         * storage/indexeddb/resources/index-multientry.js:
65567         (prepareDatabase):
65568         (createIndexOnStoreWithData):
65569         * storage/indexeddb/resources/index-population.js:
65570         (prepareDatabase.request.onsuccess):
65571         (prepareDatabase):
65572         (doSetVersion2):
65573         (setVersion2):
65574         (setVersion2Abort):
65575         * storage/indexeddb/resources/metadata.js:
65576         (prepareDatabase):
65577         (snapshotConnection1):
65578         (secondOpen.request.onupgradeneeded):
65579         (secondOpen.request.onsuccess):
65580         (secondOpen):
65581         (thirdOpen.request.onupgradeneeded):
65582         (thirdOpen.request.onerror):
65583         (thirdOpen):
65584         (fourthOpen.request.onupgradeneeded):
65585         (fourthOpen.request.onsuccess):
65586         (fourthOpen):
65587         (checkState):
65588
65589 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65590
65591         [Chromium] Updating baselines after r134631.
65592
65593 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65594
65595         Marked fake-mouse-move tests as failing.
65596         https://bugs.webkit.org/show_bug.cgi?id=102277
65597
65598 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65599
65600         Update DOMException name: WrongDocumentError
65601         https://bugs.webkit.org/show_bug.cgi?id=102096
65602
65603         Reviewed by Ojan Vafai.
65604
65605         Updated tests and expectations.
65606
65607         * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
65608         * fast/dom/Range/compareBoundaryPoints-1.html:
65609         * fast/dom/move-nodes-across-documents.html:
65610
65611 2012-11-14  Nate Chapin  <japhet@chromium.org>
65612
65613         Move empty loading to DocumentLoader, simplify FrameLoader::init()
65614         https://bugs.webkit.org/show_bug.cgi?id=101512
65615
65616         Reviewed by Adam Barth.
65617
65618         Don't expect resource load callbacks for empty loads.
65619
65620         * http/tests/inspector/network/network-iframe-load-and-delete.html:
65621         * http/tests/loading/redirect-methods-expected.txt:
65622         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
65623         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
65624         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
65625
65626 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65627
65628         Update DOMException name: InvalidStateError
65629         https://bugs.webkit.org/show_bug.cgi?id=102241
65630
65631         Reviewed by Ojan Vafai.
65632
65633         Updated tests and expectations.
65634
65635         * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
65636         * fast/dom/HTMLDialogElement/dialog-open.html:
65637         * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
65638         * fast/dom/HTMLDialogElement/dialog-show-modal.html:
65639         * fast/dom/Range/range-intersectsNode-exception-expected.txt:
65640         * fast/dom/Range/range-intersectsNode-exception.html:
65641         * fast/dom/Range/range-intersectsNode-expected.txt:
65642         * fast/dom/Range/resources/intersectsNode.js:
65643         * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
65644         * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
65645         * fast/events/message-port-clone-expected.txt:
65646         * fast/events/message-port-multi-expected.txt:
65647         * fast/files/read-file-async-expected.txt:
65648         * fast/files/workers/worker-read-file-async-expected.txt:
65649         * fast/forms/color/color-setrangetext-expected.txt:
65650         * fast/forms/date/date-setrangetext-expected.txt:
65651         * fast/forms/date/date-stepup-stepdown-expected.txt:
65652         * fast/forms/date/date-stepup-stepdown.html:
65653         * fast/forms/datetime/datetime-setrangetext-expected.txt:
65654         * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
65655         * fast/forms/datetime/datetime-stepup-stepdown.html:
65656         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
65657         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
65658         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
65659         * fast/forms/file/file-setrangetext-expected.txt:
65660         * fast/forms/file/input-file-value-expected.txt:
65661         * fast/forms/hidden/hidden-setrangetext-expected.txt:
65662         * fast/forms/image/image-setrangetext-expected.txt:
65663         * fast/forms/input-stepup-stepdown-expected.txt:
65664         * fast/forms/input-stepup-stepdown.html:
65665         * fast/forms/input-valueasnumber-unsupported-expected.txt:
65666         * fast/forms/input-valueasnumber-unsupported.html:
65667         * fast/forms/month/input-valueasdate-expected.txt:
65668         * fast/forms/month/input-valueasdate.html:
65669         * fast/forms/month/month-setrangetext-expected.txt:
65670         * fast/forms/month/month-stepup-stepdown-expected.txt:
65671         * fast/forms/month/month-stepup-stepdown.html:
65672         * fast/forms/number/number-setrangetext-expected.txt:
65673         * fast/forms/number/number-stepup-stepdown-expected.txt:
65674         * fast/forms/number/number-stepup-stepdown-from-renderer.html:
65675         * fast/forms/number/number-stepup-stepdown.html:
65676         * fast/forms/number/number-valueasnumber-expected.txt:
65677         * fast/forms/number/number-valueasnumber.html:
65678         * fast/forms/range/range-setrangetext-expected.txt:
65679         * fast/forms/range/range-stepup-stepdown-expected.txt:
65680         * fast/forms/range/range-stepup-stepdown-from-renderer.html:
65681         * fast/forms/range/range-stepup-stepdown.html:
65682         * fast/forms/setrangetext-expected.txt:
65683         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
65684         * fast/forms/time/time-setrangetext-expected.txt:
65685         * fast/forms/time/time-stepup-stepdown-expected.txt:
65686         * fast/forms/time/time-stepup-stepdown.html:
65687         * fast/forms/week/week-setrangetext-expected.txt:
65688         * fast/forms/week/week-stepup-stepdown-expected.txt:
65689         * fast/forms/week/week-stepup-stepdown.html:
65690         * fast/js/dfg-custom-getter-throw-expected.txt:
65691         * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
65692         * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
65693         * fast/js/script-tests/dfg-custom-getter-throw.js:
65694         * fast/mediastream/MediaStreamTrackList-expected.txt:
65695         * fast/notifications/notifications-document-close-crash-expected.txt:
65696         * fast/speech/scripted/start-exception-expected.txt:
65697         * fast/speech/scripted/start-exception.html:
65698         * fast/workers/worker-context-multi-port-expected.txt:
65699         * fast/workers/worker-multi-port-expected.txt:
65700         * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
65701         * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
65702         * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
65703         * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
65704         * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
65705         * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
65706         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
65707         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
65708         * http/tests/media/media-source/video-media-source-objects-expected.txt:
65709         * http/tests/xmlhttprequest/exceptions-expected.txt:
65710         * http/tests/xmlhttprequest/zero-length-response-expected.txt:
65711         * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
65712         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
65713         * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
65714         * storage/websql/open-database-set-empty-version-expected.txt:
65715
65716 2012-11-14  Li Yin  <li.yin@intel.com>
65717
65718         createDelay should raise exception when the maxDelayTime parameter is incorrect.
65719         https://bugs.webkit.org/show_bug.cgi?id=102173
65720
65721         Reviewed by Chris Rogers.
65722
65723         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
65724         The specified value must be greater than zero and less than three minutes or a
65725         NOT_SUPPORTED_ERR exception will be thrown.
65726
65727         * webaudio/delaynode-maxdelaylimit-expected.txt:
65728         * webaudio/delaynode-maxdelaylimit.html:
65729
65730 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65731
65732         [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
65733         https://bugs.webkit.org/show_bug.cgi?id=90207
65734
65735 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65736
65737         [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
65738         https://bugs.webkit.org/show_bug.cgi?id=90207
65739
65740         * platform/chromium/TestExpectations: Updated.
65741
65742 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65743
65744         Unreviewed. Rebaselined test results.
65745
65746         * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
65747         * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
65748         * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
65749         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
65750         * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
65751         * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
65752         * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65753         * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
65754         * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
65755         * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
65756         * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
65757         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
65758         * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
65759         * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
65760         * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
65761         * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
65762         * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65763         * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
65764         * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
65765         * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
65766         * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
65767         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
65768         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-01-expected.txt.
65769         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
65770         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
65771         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
65772         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
65773         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
65774         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
65775         * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
65776         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
65777
65778 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
65779
65780         Unreviewed GTK gardening.
65781
65782         Adding back and updating baselines that were removed by accident in r133908.
65783
65784         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
65785         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
65786
65787 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
65788
65789         Unreviewed GTK gardening.
65790
65791         Adding or updating baselines for changes in r134618.
65792         Adding timeout expectations for
65793         - fast/dom/Window/open-window-min-size.html, added in r134586 and
65794         - inspector-protocol/nmi-webaudio.html, added in r134593.
65795
65796         * platform/gtk/TestExpectations:
65797         * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
65798         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
65799
65800 2012-11-12  Slavomir Kaslev  <skaslev@google.com>
65801
65802         [Chromium] Rebaselined video LayoutTests for software compositor
65803         https://bugs.webkit.org/show_bug.cgi?id=101973
65804
65805         Reviewed by Adrienne Walker.
65806
65807         Rebaselined failing video LayouTests caused by different filtering
65808         result between Skia and Mesa for the software compositor.
65809
65810         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65811         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65812         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65813         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65814         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65815         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65816         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65817         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65818         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65819         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65820         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65821         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65822         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65823         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65824         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65825         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65826         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65827         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65828         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65829         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65830         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65831         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65832         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65833         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65834         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65835         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65836         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65837         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65838         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
65839         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65840         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65841         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65842         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65843         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65844         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65845         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65846         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
65847         * platform/chromium/TestExpectations:
65848
65849 2012-11-14  Justin Novosad  <junov@google.com>
65850
65851         Boxes with rounded corners and thin borders are too slow to draw
65852         https://bugs.webkit.org/show_bug.cgi?id=101974
65853
65854         Reviewed by Simon Fraser.
65855
65856         New test that purposely triggers the BackgroundOverBorder painting path
65857         in WebCore::RenderBox, to test it with thick borders, off-diagonal
65858         mitring, an anti-aliased rounded border wedge, and a border of width 0.
65859
65860         * fast/borders/border-radius-wide-border-05.html: Added.
65861         * fast/borders/border-radius-wide-border-05-expected.txt: Added.
65862         * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
65863         * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
65864         Added expectations for tests pixels results that require rebaselining
65865
65866 2012-11-14  Sami Kyostila  <skyostil@chromium.org>
65867
65868         Optimize painting of composited scrolling layers
65869         https://bugs.webkit.org/show_bug.cgi?id=96087
65870
65871         Reviewed by Simon Fraser.
65872
65873         Test that accelerated scrolling layers can be scrolled without repainting
65874         their contents. Note that this test will not pass unless
65875         ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
65876
65877         * compositing/overflow/scrolling-without-painting-expected.txt: Added.
65878         * compositing/overflow/scrolling-without-painting.html: Added.
65879         * platform/chromium/TestExpectations: Mark test as expected to fail
65880           by default.
65881         * platform/mac/TestExpectations: Skip the test.
65882
65883 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65884
65885         Rebaseline fast/media/mq-js-media-except-01.html after r134618.
65886
65887 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65888
65889         [Chromium] Mark webgl-background-color.html as failing.
65890         http://webkit.org/b/102247
65891
65892         * platform/chromium/TestExpectations: Marked as failing.
65893
65894 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65895
65896         Unreviewed gardening.
65897
65898         Updating pixel tests expectations after r134613
65899
65900         * LayoutTests/platform/chromium/TestExpectations:
65901         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
65902         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
65903         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
65904         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
65905         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65906         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
65907         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
65908         * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
65909         * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
65910         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
65911         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
65912         * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
65913         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
65914         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65915         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
65916         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
65917         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
65918         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
65919         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
65920         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
65921         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.
65922
65923 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65924
65925         Update DOMException name: NotFoundError
65926         https://bugs.webkit.org/show_bug.cgi?id=102137
65927
65928         Reviewed by Ojan Vafai.
65929
65930         Updated tests and expectations.
65931
65932         * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
65933         * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
65934         * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
65935         * fast/dom/Range/range-intersectsNode-expected.txt:
65936         * fast/dom/incompatible-operations-expected.txt:
65937         * fast/dom/incompatible-operations.html:
65938         * fast/dom/setter-type-enforcement-expected.txt:
65939         * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
65940         * fast/events/remove-target-with-shadow-in-drag-expected.txt:
65941         * fast/files/workers/worker-read-blob-sync-expected.txt:
65942         * fast/files/workers/worker-read-file-sync-expected.txt:
65943         * fast/inspector-support/uncaught-dom8-exception-expected.txt:
65944         * fast/js/dot-node-base-exception-expected.txt:
65945         * fast/js/script-tests/dot-node-base-exception.js:
65946         * fast/mutation/observe-exceptions-expected.txt:
65947         * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
65948         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
65949         * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
65950         * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
65951         * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
65952         * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
65953         * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
65954         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
65955         * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
65956         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
65957         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
65958         * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
65959         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
65960
65961 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65962
65963         Mark files that need rebaselines as failing.
65964         https://bugs.webkit.org/show_bug.cgi?id=102087
65965
65966         * platform/chromium/TestExpectations: Added expectations.
65967
65968 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65969
65970         Update DOMException name: IndexSizeError
65971         https://bugs.webkit.org/show_bug.cgi?id=102087
65972
65973         Reviewed by Ojan Vafai.
65974
65975         Updated tests and expectations.
65976
65977         * editing/selection/extend-expected.txt:
65978         * fast/canvas/canvas-getImageData-invalid-expected.txt:
65979         * fast/canvas/canvas-overloads-drawImage-expected.txt:
65980         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
65981         * fast/canvas/script-tests/canvas-overloads-drawImage.js:
65982         * fast/canvas/webgl/data-view-test-expected.txt:
65983         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
65984         * fast/dom/HTMLInputElement/input-size-attribute.html:
65985         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
65986         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
65987         * fast/dom/css-mediarule-functions-expected.txt:
65988         * fast/dom/css-mediarule-functions.html:
65989         * fast/forms/input-maxlength-expected.txt:
65990         * fast/forms/input-maxlength.html:
65991         * fast/forms/number/number-size-expected.txt:
65992         * fast/forms/number/number-size.html:
65993         * fast/forms/search/search-setrangetext-expected.txt:
65994         * fast/forms/setrangetext-expected.txt:
65995         * fast/forms/textarea-maxlength-expected.txt:
65996         * fast/forms/textarea-maxlength.html:
65997         * fast/forms/textarea/textarea-setrangetext-expected.txt:
65998         * fast/html/marquee-element-expected.txt:
65999         * fast/inspector-support/uncaught-dom1-exception-expected.txt:
66000         * fast/js/select-options-add-expected.txt:
66001         * fast/speech/scripted/speechgrammar-basics-expected.txt:
66002         * inspector/styles/set-property-boundaries-expected.txt:
66003         * platform/chromium-mac/fast/dynamic/015-expected.txt:
66004         * platform/chromium-win/fast/dynamic/015-expected.txt:
66005         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
66006         * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
66007         * platform/efl/fast/dynamic/015-expected.txt:
66008         * platform/gtk/fast/dynamic/015-expected.txt:
66009         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
66010         * platform/mac/fast/dynamic/015-expected.txt:
66011         * platform/qt/fast/dynamic/015-expected.txt:
66012         * svg/custom/acid3-test-77-expected.txt:
66013         * svg/custom/getSubStringLength-expected.txt:
66014         * svg/custom/selectSubString-expected.txt:
66015         * svg/dom/SVGLengthList-appendItem-expected.txt:
66016         * svg/dom/SVGLengthList-basics-expected.txt:
66017         * svg/dom/SVGLengthList-getItem-expected.txt:
66018         * svg/dom/SVGLengthList-initialize-expected.txt:
66019         * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
66020         * svg/dom/SVGLengthList-removeItem-expected.txt:
66021         * svg/dom/SVGLengthList-replaceItem-expected.txt:
66022         * svg/dom/SVGNumberList-basics-expected.txt:
66023         * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
66024         * svg/dom/SVGPointList-basics-expected.txt:
66025         * svg/dom/SVGStringList-basics-expected.txt:
66026         * svg/dom/SVGTransformList-basics-expected.txt:
66027         * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
66028
66029 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66030
66031         [EFL] Add some missing pixel expectations.
66032
66033         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
66034         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
66035         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.
66036
66037 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66038
66039         [EFL] WK1 gardening.
66040
66041         Skip fast/dom/Window/open-window-min-size.html and add some
66042         WK1-specific pixel results which do not look wrong per se.
66043
66044         * platform/efl-wk1/TestExpectations:
66045         * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
66046         * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
66047         * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
66048         * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
66049
66050 2012-11-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
66051
66052         [Qt] Unreviewed gardening. Skip failing tests.
66053
66054         * platform/qt/TestExpectations:
66055
66056 2012-11-14  Ilya Tikhonovsky  <loislo@chromium.org>
66057
66058         Unreviewed test fix for r134593.
66059
66060         * inspector-protocol/nmi-webaudio.html:
66061
66062 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66063
66064         [EFL] Unreviewed gardening.
66065
66066         anchor-*download.html wander between crashing and failing.
66067         Marking winsize test as failure and added to bug.
66068
66069         * platform/efl-wk2/TestExpectations:
66070
66071 2012-11-09  Ilya Tikhonovsky  <loislo@chromium.org>
66072
66073         Web Inspector: NMI add instrumentation for WebAudo related stuff.
66074         They use about 16Mb for shared data on pages with webaudio.
66075         As example Angry Birds app.
66076         https://bugs.webkit.org/show_bug.cgi?id=101729
66077
66078         Reviewed by Yury Semikhatsky.
66079
66080         Plain vanilla instrumentation for audio and webaudio classes.
66081         AudioContext is a kind of ActiveDOMObject. I found that these objects
66082         are accessible through ScriptExecutuionContext and ScriptExecutionContext
66083         is an ancestor of Document. Document class was instrumented earler.
66084         I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
66085         and now AudioContext and other ActiveDOMObjects are reacheable from Document.
66086
66087         * inspector-protocol/nmi-webaudio-expected.txt: Added.
66088         * inspector-protocol/nmi-webaudio.html: Added.
66089
66090 2012-11-14  Pavel Feldman  <pfeldman@chromium.org>
66091
66092         Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.
66093
66094         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:
66095
66096 2012-11-14  Kenneth Rohde Christiansen  <kenneth@webkit.org>
66097
66098         Clean up use of adjustWindowRect
66099         https://bugs.webkit.org/show_bug.cgi?id=102072
66100
66101         Reviewed by Gyuyoung Kim.
66102
66103         Test that minimum sizes are honored.
66104
66105         * fast/dom/Window/open-window-min-size.html: Added.
66106         * fast/dom/Window/open-window-min-size-expected.txt: Added.
66107         * fast/dom/Window/resources/report-size-and-close.html: Added.
66108         * platform/mac/TestExpectations: Skipped as it times out.
66109
66110 2012-11-14  Kentaro Hara  <haraken@chromium.org>
66111
66112         Unreviewed. Fixed lint error.
66113
66114         * platform/chromium/TestExpectations:
66115
66116 2012-11-14  Takashi Sakamoto  <tasak@google.com>
66117
66118         Crash when replacing parts of text inputs with content: url(...)
66119         https://bugs.webkit.org/show_bug.cgi?id=101133
66120
66121         Reviewed by Kent Tamura.
66122
66123         * fast/forms/number/number-content-url-crash-expected.txt: Added.
66124         * fast/forms/number/number-content-url-crash.html: Added.
66125         * fast/forms/search/search-content-url-crash-expected.txt: Added.
66126         * fast/forms/search/search-content-url-crash.html: Added.
66127
66128 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66129
66130         [EFL] Unreviewed gardening.
66131
66132         The bots don't have mercy today.
66133
66134         * platform/efl-wk2/TestExpectations:
66135
66136 2012-11-14  Kent Tamura  <tkent@chromium.org>
66137
66138         Support for localization tests of calendar picker
66139         https://bugs.webkit.org/show_bug.cgi?id=102181
66140
66141         Reviewed by Kentaro Hara.
66142
66143         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
66144         * platform/chromium/TestExpectations:
66145         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
66146         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
66147
66148 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
66149
66150         Unreviewed, rolling out r134566.
66151         http://trac.webkit.org/changeset/134566
66152         https://bugs.webkit.org/show_bug.cgi?id=102197
66153
66154         "it broke Chromium Android Release build" (Requested by
66155         haraken on #webkit).
66156
66157         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
66158         * platform/chromium/TestExpectations:
66159         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
66160         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.
66161
66162 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
66163
66164         Unreviewed GTK gardening.
66165
66166         Updating the platform-specific baseline for fast/js/global-constructors.html
66167         and removing the failure expectation for said test.
66168
66169         * platform/gtk/TestExpectations:
66170         * platform/gtk/fast/js/global-constructors-expected.txt:
66171
66172 2012-11-14  Eugene Klyuchnikov  <eustas.bug@gmail.com>
66173
66174         Web Inspector: Timeline: 'undefined' javascript filenames.
66175         https://bugs.webkit.org/show_bug.cgi?id=101334
66176
66177         Reviewed by Yury Semikhatsky.
66178
66179         Test that callSite for TimerFired is resolved even for evaled scripts.
66180
66181         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
66182         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.
66183
66184 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
66185
66186         Changing pseudoClass (:target) should cause distribution
66187         https://bugs.webkit.org/show_bug.cgi?id=101699
66188
66189         Reviewed by Hajime Morita.
66190
66191         * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
66192         * fast/dom/shadow/pseudoclass-update-target.html: Added.
66193
66194 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66195
66196         [EFL] Unreviewed gardening.
66197
66198         Mark two failures after r134456.
66199
66200         * platform/efl/TestExpectations:
66201
66202 2012-11-14  Kent Tamura  <tkent@chromium.org>
66203
66204         Support for localization tests of calendar picker
66205         https://bugs.webkit.org/show_bug.cgi?id=102181
66206
66207         Reviewed by Kentaro Hara.
66208
66209         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
66210         * platform/chromium/TestExpectations:
66211         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
66212         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
66213
66214 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
66215
66216         Unreviewed GTK gardening.
66217
66218         Moving some expectations into a more proper section while
66219         merging the others.
66220
66221         * platform/gtk/TestExpectations:
66222
66223 2012-11-14  Mihnea Ovidenie  <mihnea@adobe.com>
66224
66225         After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
66226         we have to re-enable the skipped tests that were failing because of r134205.
66227         https://bugs.webkit.org/show_bug.cgi?id=102090
66228
66229         Reviewed by Adam Barth.
66230
66231         The initial rollout for r134205 and the related r134226, r134419 failed.
66232
66233         * platform/chromium/TestExpectations:
66234         * platform/qt/TestExpectations:
66235
66236 2012-11-13  Zan Dobersek  <zandobersek@gmail.com>
66237
66238         Unreviewed GTK gardening.
66239
66240         Expanding failure expectations for the inspector/debugger/live-edit.html test.
66241         Adding failure and timeout expectations for two tests that regressed after r134495.
66242         Adding failure expectation for a test added in r134099.
66243
66244         * platform/gtk/TestExpectations:
66245
66246 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
66247
66248         Unreviewed gardening, skip new failing tests.
66249
66250         * platform/qt/TestExpectations:
66251
66252 2012-11-13  Kentaro Hara  <haraken@chromium.org>
66253
66254         Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
66255         as Slow.
66256
66257         * platform/chromium/TestExpectations:
66258
66259 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
66260
66261         Unreviewed gardening, update expected files after r134435.
66262
66263         * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
66264         * fast/dom/DOMException/prototype-object-expected.txt:
66265         * fast/dom/DOMException/stack-trace-expected.txt:
66266
66267 2012-11-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
66268
66269         Enable calendar picker for input types datetime/datetime-local
66270         https://bugs.webkit.org/show_bug.cgi?id=101889
66271
66272         Reviewed by Kent Tamura.
66273
66274         Added tests for calendar picker for inpt type=datetime/datetime-local.
66275
66276         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
66277         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
66278         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
66279         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.
66280
66281 2012-11-13  Keishi Hattori  <keishi@webkit.org>
66282
66283         Enable datalist UI for input types week and month
66284         https://bugs.webkit.org/show_bug.cgi?id=102041
66285
66286         Reviewed by Kent Tamura.
66287
66288         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
66289
66290 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
66291
66292         Collect necessary features for SelectRuleFeatureSet
66293         https://bugs.webkit.org/show_bug.cgi?id=102160
66294
66295         Reviewed by Dimitri Glazkov.
66296
66297         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
66298         * fast/dom/shadow/shadow-select-attribute-featureset.html:
66299
66300 2012-11-13  Kentaro Hara  <haraken@chromium.org>
66301
66302         Unreviewed. Rebaselined test results.
66303
66304         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
66305         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
66306
66307 2012-11-13  David Grogan  <dgrogan@chromium.org>
66308
66309         IndexedDB: non-trivial test conversion batch 2
66310         https://bugs.webkit.org/show_bug.cgi?id=101998
66311
66312         Reviewed by Tony Chang.
66313
66314         * storage/indexeddb/cursor-overloads-expected.txt:
66315         * storage/indexeddb/cursor-overloads.html:
66316           Trivial conversion that I missed last time around.
66317
66318         * storage/indexeddb/database-basics-expected.txt:
66319         * storage/indexeddb/database-close-expected.txt:
66320         * storage/indexeddb/database-closepending-flag-expected.txt:
66321         * storage/indexeddb/delete-closed-database-object-expected.txt:
66322         * storage/indexeddb/resources/database-basics.js:
66323           Removed test that shows calling setVersion inside a version change
66324           transaction is an error. Replaced with test showing same error for a
66325           generic transaction.
66326
66327         * storage/indexeddb/resources/database-close.js:
66328           Formerly used both unblocked setVersion and deleteDatabase to signal
66329           that a connection was closed, now just used deleteDatabase.
66330
66331         * storage/indexeddb/resources/database-closepending-flag.js:
66332           Straightforward, it just has multiple opens.
66333
66334 2012-11-13  Erik Arvidsson  <arv@chromium.org>
66335
66336         Update DOMException name: InvalidCharacterError
66337         https://bugs.webkit.org/show_bug.cgi?id=102128
66338
66339         Reviewed by Darin Adler.
66340
66341         Updated tests and expectations.
66342
66343         * fast/dom/Document/createElement-invalid-names-expected.txt:
66344         * fast/dom/Document/createElement-invalid-names.html:
66345         * fast/dom/Element/prefix-setter-exception-expected.txt:
66346         * fast/dom/Window/atob-btoa-expected.txt:
66347         * fast/dom/dataset-expected.txt:
66348         * fast/dom/dataset-xhtml-expected.txt:
66349         * fast/dom/script-tests/dataset-xhtml.js:
66350         * fast/dom/script-tests/dataset.js:
66351
66352 2012-11-13  Elliott Sprehn  <esprehn@chromium.org>
66353
66354         Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
66355         https://bugs.webkit.org/show_bug.cgi?id=102012
66356
66357         Reviewed by Ojan Vafai.
66358
66359         Remove console log output from the exception we no longer throw. Since we no
66360         longer throw an exception we don't need a platform specific output file either.
66361
66362         Also add a test that we don't throw an exception during modifications to subtrees
66363         during unload.
66364
66365         * fast/frames/modifications-in-subtree-unload-expected.html: Added.
66366         * fast/frames/modifications-in-subtree-unload.html: Added.
66367         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
66368         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.
66369
66370 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66371
66372         Revert r134474; turns out these tests were failing.
66373
66374         I need to figure out what's going on here ...
66375
66376         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
66377         * platform/chromium/TestExpectations:
66378
66379 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66380
66381         Update chromium-mac-lion baselines after r134516. Unreviewed.
66382
66383         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
66384         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
66385         * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.
66386
66387 2012-11-13  Tab Atkins  <jackalmage@gmail.com>
66388
66389         CSS @charset parsing is too loose, doesn't match other browsers
66390         https://bugs.webkit.org/show_bug.cgi?id=101527
66391
66392         Reviewed by Alexey Proskuryakov.
66393
66394         Removed the old css-charset-evil.html test,
66395         which tested for our loose parsing of @charset.
66396         Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
66397         I added a more comprehensive test of incorrect @charset rules,
66398         to ensure that we correctly reject them.
66399
66400         * fast/encoding/css-charset-evil-expected.txt: Removed.
66401         * fast/encoding/css-charset-evil.css: Removed.
66402         * fast/encoding/css-charset-evil.html: Removed.
66403         * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
66404         * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
66405         * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
66406         * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
66407         * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
66408         * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
66409         * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
66410         * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
66411         * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
66412         * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
66413         * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
66414         * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
66415         * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
66416         * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
66417         * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
66418         * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
66419         * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
66420         * fast/encoding/css-charset-evil/css-charset-evil.html: Added.
66421
66422 2012-11-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
66423
66424         [EFL] Add new baselines after r134435
66425         https://bugs.webkit.org/show_bug.cgi?id=102125
66426
66427         Unreviewed gardening.
66428
66429         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
66430         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
66431         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
66432         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
66433         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
66434         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
66435
66436 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66437
66438         More chromium-mac-mountainlion rebaselining and bug triaging.
66439         https://bugs.webkit.org/show_bug.cgi?id=99749
66440
66441         Unreviewed.
66442
66443         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
66444         * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
66445         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
66446         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
66447         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
66448         * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png.
66449         * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt.
66450         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
66451         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
66452         * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
66453         * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png.
66454         * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt.
66455         * platform/chromium-mac-lion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png.
66456         * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png.
66457         * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
66458         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
66459         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png.
66460         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png.
66461         * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png.
66462         * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt.
66463         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
66464         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
66465         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png.
66466         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png.
66467         * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png.
66468         * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
66469         * platform/chromium-mac-lion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png.
66470         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
66471         * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
66472         * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
66473         * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
66474         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
66475         * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
66476         * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
66477         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
66478         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
66479         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
66480         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
66481         * platform/chromium-mac/fast/text/emphasis-expected.png:
66482         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
66483         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
66484         * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
66485         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
66486         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
66487         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
66488         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
66489         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
66490         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
66491         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
66492         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66493         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66494         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66495         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66496         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
66497         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
66498         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
66499         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
66500         * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
66501         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
66502         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
66503         * platform/chromium/TestExpectations:
66504
66505 2012-11-13  Kenichi Ishibashi  <bashi@chromium.org>
66506
66507         [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
66508         https://bugs.webkit.org/show_bug.cgi?id=101569
66509
66510         Reviewed by Alexey Proskuryakov.
66511
66512         - Updated tests which try to send unpaired surrogates.
66513           These tests should not throw SYNTAX_ERR.
66514         - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
66515           reason is too long.
66516
66517         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
66518         * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
66519         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
66520         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
66521         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
66522         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.
66523
66524 2012-11-13  Christophe Dumez  <christophe.dumez@intel.com>
66525
66526         Make HTMLLegendElement.form behave according to specification
66527         https://bugs.webkit.org/show_bug.cgi?id=101044
66528
66529         Reviewed by Kent Tamura.
66530
66531         A new fast/forms/legend/legend-form.html test to check that
66532         the legend element's form attribute behaves according to
66533         specification.
66534
66535         * fast/forms/legend/legend-form-expected.txt: Added.
66536         * fast/forms/legend/legend-form.html: Added.
66537
66538 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66539
66540         Unreviewed, rolling out r134377.
66541         http://trac.webkit.org/changeset/134377
66542         https://bugs.webkit.org/show_bug.cgi?id=101133
66543
66544         Caused a mysterious Android Clang build failure, needs
66545         investigation before landing again.
66546
66547         * fast/forms/number/number-content-url-crash-expected.txt: Removed.
66548         * fast/forms/number/number-content-url-crash.html: Removed.
66549         * fast/forms/search/search-content-url-crash-expected.txt: Removed.
66550         * fast/forms/search/search-content-url-crash.html: Removed.
66551
66552 2012-11-13  James Robinson  <jamesr@chromium.org>
66553
66554         Rebaselines for filtering changes due to chromium r167479
66555
66556         * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
66557         * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
66558         * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
66559         * platform/chromium-win/compositing/checkerboard-expected.png: Added.
66560         * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
66561
66562 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66563
66564         AX: MathML types need to be semantically identified in AX tree
66565         https://bugs.webkit.org/show_bug.cgi?id=101263
66566
66567         Reviewed by Beth Dakin.
66568
66569         * platform/mac/accessibility/mathml-elements-expected.txt: Added.
66570         * platform/mac/accessibility/mathml-elements.html: Added.
66571
66572 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66573
66574         [Chromium] Fix media/video-empty-source.html lint error.
66575
66576         * platform/chromium/TestExpectations: Fixed.
66577
66578 2012-11-13  Silvia Pfeiffer  <silviapf@chromium.org>
66579
66580         Clean up the inheritance tree under the MediaControls Class.
66581         https://bugs.webkit.org/show_bug.cgi?id=88871
66582
66583         Reviewed by Eric Carlson.
66584
66585         * platform/chromium-mac-mountainlion/TestExpectations: Added.
66586         * platform/chromium/TestExpectations:
66587
66588 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66589
66590         Unreviewed, rolling out r134446.
66591         http://trac.webkit.org/changeset/134446
66592         https://bugs.webkit.org/show_bug.cgi?id=101968
66593
66594         Need to try a different strategy for landing a two-sided patch
66595         (3/3).
66596
66597         * platform/chromium/TestExpectations:
66598
66599 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66600
66601         Unreviewed, rolling out r134458.
66602         http://trac.webkit.org/changeset/134458
66603
66604         Need to try a different strategy for landing a two-sided patch
66605         (2/3).
66606
66607         * platform/chromium/TestExpectations:
66608
66609 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66610
66611         Unreviewed, rolling out r134461.
66612         http://trac.webkit.org/changeset/134461
66613
66614         Need to try a different strategy for landing a two-sided patch
66615         (1/3).
66616
66617         * platform/chromium/TestExpectations:
66618
66619 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66620
66621         [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
66622         https://bugs.webkit.org/show_bug.cgi?id=102131
66623
66624         * platform/chromium/TestExpectations: Added a flaky crash expectation.
66625
66626 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66627
66628         WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
66629         https://bugs.webkit.org/show_bug.cgi?id=101616
66630
66631         Reviewed by Beth Dakin.
66632
66633         * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
66634         * platform/mac/accessibility/rowheader-outside-table-role.html: Added.
66635
66636 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66637
66638         Remove a few old no-longer-failing tests and update one baseline.
66639
66640         Unreviewed, gardening.
66641
66642         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
66643         * platform/chromium/TestExpectations:
66644
66645 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66646
66647         [EFL] Unreviewed gardening.
66648
66649         Skip a few tests, update expectations when some colors varied
66650         slightly from the existing expectation and add a few new ones.
66651
66652         * platform/efl-wk1/TestExpectations:
66653         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
66654         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
66655         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
66656         * platform/efl/fast/forms/select-background-none-expected.png:
66657         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
66658         * platform/efl/fast/forms/select-selected-expected.png:
66659         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
66660         * platform/efl/fast/forms/selectlist-minsize-expected.png:
66661         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
66662         * platform/efl/fast/html/keygen-expected.png:
66663         * platform/efl/fast/images/png-suite/test-expected.png:
66664         * platform/efl/fast/replaced/image-sizing-expected.png:
66665         * platform/efl/fast/replaced/three-selects-break-expected.png:
66666         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
66667         * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
66668         * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
66669         * platform/efl/fast/text/updateNewFont-expected.png:
66670         * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
66671         * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
66672         * platform/efl/fast/writing-mode/english-lr-text-expected.png:
66673         * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
66674         * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
66675         * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
66676         * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
66677         * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
66678         * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
66679         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
66680         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
66681         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
66682         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
66683         * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
66684         * platform/efl/svg/filters/feImage-subregions-expected.png:
66685         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
66686         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
66687         * platform/efl/svg/filters/feLighting-crash-expected.png:
66688         * platform/efl/svg/filters/feOffset-expected.png:
66689         * platform/efl/svg/filters/feTile-expected.png:
66690         * platform/efl/svg/filters/filter-on-tspan-expected.png:
66691         * platform/efl/svg/filters/filter-placement-issue-expected.png:
66692         * platform/efl/svg/filters/filter-rounding-issues-expected.png:
66693         * platform/efl/svg/filters/filter-source-position-expected.png: Added.
66694         * platform/efl/svg/filters/filteredImage-expected.png: Added.
66695         * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
66696         * platform/efl/svg/filters/shadow-on-filter-expected.png:
66697         * platform/efl/svg/filters/subRegion-one-effect-expected.png:
66698         * platform/efl/svg/filters/subRegion-two-effects-expected.png:
66699         * platform/efl/svg/foreignObject/filter-expected.png: Added.
66700         * platform/efl/svg/text/selection-doubleclick-expected.png:
66701
66702 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66703
66704         AX: file upload input text value is not exposed through accessibility
66705         https://bugs.webkit.org/show_bug.cgi?id=100583
66706
66707         Reviewed by Beth Dakin.
66708
66709         * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
66710         * platform/mac/accessibility/file-upload-button-subrole.html: Added.
66711
66712 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
66713
66714         Unreviewed, rolling out r133944.
66715         http://trac.webkit.org/changeset/133944
66716         https://bugs.webkit.org/show_bug.cgi?id=102118
66717
66718         Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
66719         #webkit).
66720
66721         * fast/dom/Element/attr-param-typechecking-expected.txt:
66722         * fast/dom/Element/script-tests/attr-param-typechecking.js:
66723
66724 2012-11-13  Dana Jansens  <danakj@chromium.org>
66725
66726         Unreviewed test expectations for animation tests.
66727
66728         * platform/chromium/TestExpectations:
66729
66730 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66731
66732         [Chromium] Pacify linter and tweak expectations to avoid conflicts.
66733
66734         * platform/chromium/TestExpectations: Tweaked.
66735
66736 2012-11-13  Sami Kyostila  <skyostil@chromium.org>
66737
66738         Allow painting outside overflow clip in accelerated scrolling layers
66739         https://bugs.webkit.org/show_bug.cgi?id=100524
66740
66741         Reviewed by Simon Fraser.
66742
66743         Added a test to check painting outside the overflow clip. Note that this will
66744         not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
66745
66746         * compositing/overflow/updating-scrolling-content-expected.txt: Added.
66747         * compositing/overflow/updating-scrolling-content.html: Added.
66748         * platform/chromium/TestExpectations: Mark test as expected to fail
66749           by default.
66750         * platform/mac/TestExpectations: Skip the test.
66751
66752 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66753
66754         [Chromium] Remove the test that is now passing.
66755
66756         * platform/chromium/TestExpectations: Removed expectation of failure.
66757
66758 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66759
66760         Unreviewed, rolling out r134434.
66761         http://trac.webkit.org/changeset/134434
66762         https://bugs.webkit.org/show_bug.cgi?id=102072
66763
66764         The test that was added asserts in loader.
66765
66766         * fast/dom/Window/open-window-min-size-expected.txt: Removed.
66767         * fast/dom/Window/open-window-min-size.html: Removed.
66768         * fast/dom/Window/resources/print-close.html: Removed.
66769
66770 2012-11-13  Slavomir Kaslev  <skaslev@google.com>
66771
66772         [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
66773         https://bugs.webkit.org/show_bug.cgi?id=101997
66774
66775         Reviewed by James Robinson.
66776
66777         Since we disabled hardware accelerated canvas when in software compositing mode,
66778         this layout test doesn't create any layers which is the correct behaviour.
66779
66780         * platform/chromium/TestExpectations:
66781         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
66782
66783 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66784
66785         Revert the changes from r134388 and r134426 as r134345 was rolled out.
66786
66787         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
66788         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
66789         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
66790         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
66791
66792 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66793
66794         Unreviewed, rolling out r134367.
66795         http://trac.webkit.org/changeset/134367
66796         https://bugs.webkit.org/show_bug.cgi?id=100738
66797
66798         Speculative rollout, could have cause Dromaeo setAttribute
66799         perf regression.
66800
66801         * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
66802         * fast/dom/shadow/distribution-attribute-modified.html: Removed.
66803         * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
66804         * fast/dom/shadow/distribution-className-modified.html: Removed.
66805         * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
66806         * fast/dom/shadow/distribution-id-modified.html: Removed.
66807         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
66808         * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
66809         * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
66810         * fast/dom/shadow/reprojection-className-modified.html: Removed.
66811         * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
66812         * fast/dom/shadow/reprojection-id-modified.html: Removed.
66813
66814 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66815
66816         [EFL] More unreviewed gardening.
66817
66818         Update some pixel expectations and skip one test.
66819
66820         * platform/efl/TestExpectations:
66821         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
66822         * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
66823         * platform/efl/svg/text/text-rescale-expected.png: Added.
66824
66825 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
66826
66827         Unreviewed, rolling out r134345.
66828         http://trac.webkit.org/changeset/134345
66829         https://bugs.webkit.org/show_bug.cgi?id=102106
66830
66831         Incomplete support for NATIVE_TYPE_ERR in objc and other
66832         bindings (Requested by jsbell on #webkit).
66833
66834         * canvas/philip/tests/2d.drawImage.null.html:
66835         * canvas/philip/tests/2d.imageData.put.null.html:
66836         * canvas/philip/tests/2d.pattern.image.null.html:
66837         * editing/selection/extend-expected.txt:
66838         * fast/dom/Geolocation/argument-types-expected.txt:
66839         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
66840         * fast/dom/Geolocation/script-tests/argument-types.js:
66841         (test):
66842         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
66843         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
66844         * fast/js/select-options-add-expected.txt:
66845         * fast/mediastream/RTCIceCandidate-expected.txt:
66846         * fast/mediastream/RTCPeerConnection-expected.txt:
66847         * fast/mediastream/RTCSessionDescription-expected.txt:
66848         * media/encrypted-media/encrypted-media-syntax-expected.txt:
66849         * media/encrypted-media/encrypted-media-syntax.html:
66850         * media/video-test.js:
66851         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
66852         * security/crypto-random-values-types-expected.txt:
66853         * svg/dom/SVGTransformList-expected.txt:
66854
66855 2012-11-13  Joshua Bell  <jsbell@chromium.org>
66856
66857         IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
66858         https://bugs.webkit.org/show_bug.cgi?id=101996
66859
66860         Reviewed by Dimitri Glazkov.
66861
66862         Error being tested may cause transaction to abort, which could happen before or after
66863         test output is captured. Prevent default behavior of the error so this doesn't happen.
66864
66865         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
66866         (addSecondExpectedError):
66867
66868 2012-11-13  Erik Arvidsson  <arv@chromium.org>
66869
66870         Update DOMException name: HierarchyRequestError
66871         https://bugs.webkit.org/show_bug.cgi?id=102092
66872
66873         Reviewed by Ojan Vafai.
66874
66875         Updated tests and expectations.
66876
66877         * fast/dom/DOMException/prototype-object-expected.txt:
66878         * fast/dom/DOMException/prototype-object.html:
66879         * fast/dom/DOMException/stack-trace-expected.txt:
66880         * fast/dom/DOMException/stack-trace.html:
66881         * fast/dom/Document/replace-child-expected.txt:
66882         * fast/dom/Range/31684-expected.txt:
66883         * fast/dom/Range/range-exceptions-expected.txt:
66884         * fast/dom/Range/script-tests/31684.js:
66885         * fast/dom/Range/script-tests/range-exceptions.js:
66886         * fast/dom/Range/surroundContents-1.html:
66887         * fast/dom/css-mediarule-functions-expected.txt:
66888         * fast/dom/css-mediarule-functions.html:
66889         * fast/dom/document-set-body-expected.txt:
66890         * fast/dom/document-set-body.html:
66891         * fast/dom/move-nodes-across-documents.html:
66892         * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
66893         * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
66894         * fast/dom/setter-type-enforcement-expected.txt:
66895         * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
66896         * fast/dom/shadow/shadow-disable-expected.txt:
66897         * fast/dom/shadow/shadow-root-js-api-expected.txt:
66898         * fast/events/mutation-during-replace-child-2-expected.txt:
66899         * fast/events/mutation-during-replace-child-2.html:
66900         * fast/events/mutation-during-replace-child-expected.txt:
66901         * fast/events/mutation-during-replace-child.html:
66902         * fast/frames/adopt-iframe-into-itself-expected.txt:
66903         * fast/frames/adopt-object-into-itself-expected.txt:
66904         * fast/html/adopt-parent-frame.html:
66905         * fast/inspector-support/uncaught-dom3-exception-expected.txt:
66906         * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
66907         * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
66908         * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
66909         * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:
66910
66911 2012-11-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>
66912
66913         Clean up use of adjustWindowRect
66914         https://bugs.webkit.org/show_bug.cgi?id=102072
66915
66916         Reviewed by Alexis Menard.
66917
66918         Test that minimum sizes are honored.
66919
66920         * fast/dom/Window/open-window-min-size.html: Added.
66921         * fast/dom/Window/open-window-min-size-expected.txt: Added.
66922         * fast/dom/Window/resources/print-close.html: Added.
66923
66924 2012-11-13  Bem Jones-Bey  <bjonesbe@adobe.com>
66925
66926         [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
66927         https://bugs.webkit.org/show_bug.cgi?id=97736
66928
66929         Reviewed by Andreas Kling.
66930
66931         Rename properties to match updated spec.
66932
66933         * fast/exclusions/css-exclusions-disabled-expected.txt:
66934         * fast/exclusions/css-exclusions-disabled.html:
66935         * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
66936         (test):
66937         (testComputedStyle):
66938         (testNotInherited):
66939         * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
66940         (test):
66941         (testComputedStyle):
66942         (testNotInherited):
66943         * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
66944         * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
66945         * fast/exclusions/script-tests/wrap-parsing.js:
66946         (testComputedStyle):
66947         * fast/exclusions/shape-margin-parsing-expected.txt: Added.
66948         * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
66949         * fast/exclusions/shape-padding-parsing-expected.txt: Added.
66950         * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
66951         * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
66952         * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.
66953
66954 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66955
66956         Unreviewed, rolling out r134418.
66957         http://trac.webkit.org/changeset/134418
66958         https://bugs.webkit.org/show_bug.cgi?id=101903
66959
66960         The newly added test is crashing on cr-win.
66961
66962         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
66963         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
66964         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
66965         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.
66966
66967 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66968
66969         [EFL] Properly skip all HiDPI tests which are currently failing.
66970
66971         Skip an additional test and add a bug to each entry.
66972
66973         * platform/efl/TestExpectations:
66974         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
66975         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
66976
66977 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66978
66979         [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html
66980
66981         * platform/efl/fast/repaint/table-hover-on-link-expected.png:
66982
66983 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66984
66985         [EFL] More video-colorspace-yuv* gardening.
66986
66987         These tests are also failing on WK2, so skip them in both ports.
66988
66989         * platform/efl-wk1/TestExpectations:
66990         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
66991         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
66992         * platform/efl/TestExpectations:
66993         * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
66994         * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.
66995
66996 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66997
66998         Unreviewed, update expectations after r134345.
66999
67000         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
67001         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
67002         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
67003
67004 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
67005
67006         Unreviewed, rolling out r134205.
67007         http://trac.webkit.org/changeset/134205
67008         https://bugs.webkit.org/show_bug.cgi?id=102093
67009
67010         Broke webkit-flow-inlines-dynamic.html on several ports
67011         (Requested by mihnea on #webkit).
67012
67013         * fast/regions/region-style-text-shadow-expected.html: Removed.
67014         * fast/regions/region-style-text-shadow.html: Removed.
67015
67016 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67017
67018         [EFL] WK1 gardening.
67019
67020         Mark media/video-colorspace-yuv420.html and
67021         media/video-colorspace-yuv422.html as producing bad image results.
67022
67023         * platform/efl-wk1/TestExpectations:
67024
67025 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
67026
67027         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
67028         https://bugs.webkit.org/show_bug.cgi?id=101906
67029
67030         Reviewed by Dimitri Glazkov.
67031
67032         * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
67033
67034 2012-11-13  Stephen Chenney  <schenney@chromium.org>
67035
67036         Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
67037         https://bugs.webkit.org/show_bug.cgi?id=102086
67038
67039         Unreviewed expectations update.
67040
67041         * platform/chromium/TestExpectations:
67042
67043 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
67044
67045         Changing pseudoClass (:indeterminate) should cause distribution
67046         https://bugs.webkit.org/show_bug.cgi?id=101903
67047
67048         Reviewed by Dimitri Glazkov.
67049
67050         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
67051         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
67052         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
67053         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
67054
67055 2012-11-13  Stephen Chenney  <schenney@chromium.org>
67056
67057         Reverting expectations update because it breaks lint
67058         https://bugs.webkit.org/show_bug.cgi?id=101982
67059
67060         Unreviewed expectations fix.
67061
67062         With the new-ish wekbit_skia.gyp file we do not need to change expections like this.
67063
67064         * platform/chromium/TestExpectations:
67065
67066 2012-11-13  Jussi Kukkonen  <jussi.kukkonen@intel.com>
67067
67068         [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
67069         https://bugs.webkit.org/show_bug.cgi?id=102059
67070
67071         Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
67072         bug 102067).These changes seem correct and the image changes are tiny.
67073         The non-platform results were still wrong because they are not used
67074         by most platforms, even if the results actually match the platform results.
67075
67076         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67077         * fast/forms/range/slider-thumb-stylability-expected.txt:
67078         * fast/forms/range/range-thumb-height-percentage-expected.txt:
67079         * fast/repaint/slider-thumb-float-expected.txt:
67080         * platform/efl/TestExpectations:
67081         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
67082         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67083         * platform/efl/fast/forms/box-shadow-override-expected.txt:
67084         * platform/efl/fast/forms/input-appearance-height-expected.txt:
67085         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
67086         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
67087         * platform/efl/fast/forms/range/slider-padding-expected.txt:
67088         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
67089         * platform/efl/fast/layers/video-layer-expected.txt:
67090         * platform/efl/fast/multicol/client-rects-expected.txt:
67091         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
67092         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
67093         * platform/efl/media/audio-controls-rendering-expected.txt:
67094         * platform/efl/media/audio-repaint-expected.txt:
67095         * platform/efl/media/controls-after-reload-expected.txt:
67096         * platform/efl/media/controls-strict-expected.txt:
67097         * platform/efl/media/controls-styling-expected.txt:
67098         * platform/efl/media/controls-styling-strict-expected.txt:
67099         * platform/efl/media/controls-without-preload-expected.txt:
67100         * platform/efl/media/media-controls-clone-expected.txt:
67101         * platform/efl/media/media-document-audio-repaint-expected.txt:
67102         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
67103         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
67104         * platform/efl/media/video-display-toggle-expected.txt:
67105         * platform/efl/media/video-empty-source-expected.txt:
67106         * platform/efl/media/video-no-audio-expected.txt:
67107         * platform/efl/media/video-zoom-controls-expected.txt:
67108
67109 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
67110
67111         [Qt] Enable Mutation observer
67112         https://bugs.webkit.org/show_bug.cgi?id=102066
67113
67114         Reviewed by Pavel Feldman.
67115
67116         * platform/qt/TestExpectations: Unskip now passing tests.
67117
67118 2012-11-12  Mike Reed  <reed@google.com>
67119
67120         update expectations in advance of skia change for blurred rects
67121         https://bugs.webkit.org/show_bug.cgi?id=101982
67122
67123         Reviewed by NOBODY.
67124
67125         Unreviewed. Expectations change only
67126
67127         * platform/chromium/TestExpectations:
67128
67129 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
67130
67131         [Qt] Unreviewed gardening, skip failing tests.
67132
67133         * platform/qt/TestExpectations:
67134
67135 2012-11-13  Mihnea Ovidenie  <mihnea@adobe.com>
67136
67137         [CSSRegions] Incorrect computed height for content with region-break-before
67138         https://bugs.webkit.org/show_bug.cgi?id=101862
67139
67140         Reviewed by Julien Chaffraix.
67141
67142         Add a test showing that when content having -webkit-region-break-before:always is flowed
67143         into a region chain with the first region being an auto-height region, the auto-height region
67144         has a computed height of 0 and the content is flowed into the second region in the chain.
67145
67146         * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
67147         * fast/regions/autoheight-breakbefore-wrongheight.html: Added.
67148
67149 2012-11-12  Kent Tamura  <tkent@chromium.org>
67150
67151         Unable to set valid time value to input[type=time] with user interaction in some cases
67152         https://bugs.webkit.org/show_bug.cgi?id=102048
67153
67154         Reviewed by Kentaro Hara.
67155
67156         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
67157         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.
67158
67159 2012-11-13  Yury Semikhatsky  <yurys@chromium.org>
67160
67161         Memory instrumentation: MemoryBlock name should not include full path to the block
67162         https://bugs.webkit.org/show_bug.cgi?id=102055
67163
67164         Reviewed by Pavel Feldman.
67165
67166         Use Image instead of Page.Image as block identifier.
67167
67168         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
67169         * inspector/profiler/memory-instrumentation-cached-images.html:
67170         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
67171         * inspector/profiler/memory-instrumentation-canvas.html:
67172
67173 2012-11-13  Szilard Ledan  <szledan@inf.u-szeged.hu>
67174
67175         [Qt] Unreviewed Qt gardening.
67176
67177         Update TestExpectations after r134345.
67178
67179         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
67180
67181 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67182
67183         Unreviewed Qt gardening.
67184
67185         Skip and rebase some tests, remove png's for reftests.
67186
67187         * platform/qt-5.0-wk2/TestExpectations:
67188         * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
67189         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
67190         * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
67191         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
67192         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
67193         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.
67194
67195 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67196
67197         Unreviewed Qt gardening.
67198
67199         Amend my last commit, Ossy suggested we should not forget about
67200         past failures because of needed rebaseline.
67201
67202         * platform/qt/TestExpectations:
67203
67204 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67205
67206         Unreviewed Qt gardening.
67207
67208         Cleanup TestExpectations to pass --lint-test-files.
67209         Removed some duplicated entries.
67210
67211         * platform/qt-5.0-wk2/TestExpectations:
67212         * platform/qt/TestExpectations:
67213
67214 2012-11-13  Pavel Feldman  <pfeldman@chromium.org>
67215
67216         Web Inspector: move indentation logic into TextEditorModel
67217         https://bugs.webkit.org/show_bug.cgi?id=101842
67218
67219         Reviewed by Vsevolod Vlasov.
67220
67221         * inspector/editor/indentation.html:
67222
67223 2012-11-13  Takashi Sakamoto  <tasak@google.com>
67224
67225         Crash when replacing parts of text inputs with content: url(...)
67226         https://bugs.webkit.org/show_bug.cgi?id=101133
67227
67228         Reviewed by Kent Tamura.
67229
67230         * fast/forms/number/number-content-url-crash-expected.txt: Added.
67231         * fast/forms/number/number-content-url-crash.html: Added.
67232         * fast/forms/search/search-content-url-crash-expected.txt: Added.
67233         * fast/forms/search/search-content-url-crash.html: Added.
67234
67235 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
67236
67237         Changing id, className, or attribute should invalidate distribution
67238         https://bugs.webkit.org/show_bug.cgi?id=100738
67239
67240         Reviewed by Dimitri Glazkov.
67241
67242         We have test cases that id/class/attribute is changed, and thier reprojection cases.
67243
67244         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
67245         * fast/dom/shadow/distribution-attribute-modified.html: Added.
67246         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
67247         * fast/dom/shadow/distribution-className-modified.html: Added.
67248         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
67249         * fast/dom/shadow/distribution-id-modified.html: Added.
67250         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
67251         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
67252         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
67253         * fast/dom/shadow/reprojection-className-modified.html: Added.
67254         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
67255         * fast/dom/shadow/reprojection-id-modified.html: Added.
67256
67257 2012-11-10  Dirk Schulze  <krit@webkit.org>
67258
67259         BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
67260         https://bugs.webkit.org/show_bug.cgi?id=101854
67261
67262         Reviewed by Andreas Kling.
67263
67264         Added an animtation test for -webkit-clip-path and tested the basic shapes.
67265
67266         * animations/resources/animation-test-helpers.js:
67267         (parseBasicShape):
67268         (basicShapeParametersMatch):
67269         (getPropertyValue):
67270         (comparePropertyValue):
67271         * css3/masking/clip-path-animation-expected.txt: Added.
67272         * css3/masking/clip-path-animation.html: Added.
67273
67274 2012-11-12  Erik Arvidsson  <arv@chromium.org>
67275
67276         Replace DOMException TYPE_MISMATCH_ERR with TypeError
67277         https://bugs.webkit.org/show_bug.cgi?id=101604
67278
67279         Reviewed by Adam Barth.
67280
67281         Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.
67282
67283         * canvas/philip/tests/2d.drawImage.null.html:
67284         * canvas/philip/tests/2d.imageData.put.null.html:
67285         * canvas/philip/tests/2d.pattern.image.null.html:
67286         * editing/selection/extend-expected.txt:
67287         * fast/dom/Geolocation/argument-types-expected.txt:
67288         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
67289         * fast/dom/Geolocation/script-tests/argument-types.js:
67290         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
67291         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
67292         * fast/js/select-options-add-expected.txt:
67293         * fast/mediastream/RTCIceCandidate-expected.txt:
67294         * fast/mediastream/RTCPeerConnection-expected.txt:
67295         * fast/mediastream/RTCSessionDescription-expected.txt:
67296         * fast/mediastream/SessionDescription-expected.txt:
67297         * fast/mediastream/peerconnection-addstream-expected.txt:
67298         * fast/mediastream/peerconnection-iceoptions-expected.txt:
67299         * fast/mediastream/peerconnection-iceoptions.html:
67300         * fast/mediastream/peerconnection-removestream-expected.txt:
67301         * media/encrypted-media/encrypted-media-syntax.html:
67302         * media/video-test.js:
67303         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
67304         * security/crypto-random-values-types-expected.txt:
67305         * svg/dom/SVGTransformList-expected.txt:
67306
67307 2012-11-12  Joshua Bell  <jsbell@chromium.org>
67308
67309         IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
67310         https://bugs.webkit.org/show_bug.cgi?id=101990
67311
67312         Reviewed by Tony Chang.
67313
67314         Race condition in test leads to flaky behavior. Refactor test to remove flake
67315         and clean up output.
67316
67317         * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
67318         * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
67319         (testFarRangeCursor_closed):
67320         (.trans.oncomplete):
67321         (.storeReq.onsuccess):
67322         (runTest):
67323
67324 2012-11-12  Hayato Ito  <hayato@chromium.org>
67325
67326         Unreviewed, gardening.
67327
67328         Rebase after r134287.
67329
67330         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
67331
67332 2012-11-12  David Grogan  <dgrogan@chromium.org>
67333
67334         IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
67335         https://bugs.webkit.org/show_bug.cgi?id=101959
67336
67337         Reviewed by Tony Chang.
67338
67339         Ongoing work to remove calls to setVersion from our tests before
67340         removing it from the IndexedDB API.
67341
67342         * storage/indexeddb/create-and-remove-object-store-expected.txt:
67343         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
67344         * storage/indexeddb/duplicates-expected.txt:
67345         * storage/indexeddb/resources/create-and-remove-object-store.js:
67346           Create and delete were running between open and setVersion, which no
67347           longer makes sense.
67348
67349         * storage/indexeddb/resources/database-deletepending-flag.js:
67350           Use optional object parameter instead of optional version parameter.
67351
67352         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
67353           This used to call delete just after issuing setVersion but before
67354           receiving the corresponding success event.  Now it calls delete while
67355           in the upgradeneeded transaction, still causing the delete to be
67356           delayed by an in flight versionchange transaction.
67357
67358         * storage/indexeddb/resources/duplicates.js:
67359           Call indexedDBTest twice to rerun the tests with a different
67360           database.
67361
67362         * storage/indexeddb/resources/shared.js:
67363           Added a suffix option to support duplicates.js, switched to an
67364           optional object parameter.
67365
67366 2012-11-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67367
67368         [EFL] WebKit1 gardening.
67369
67370         Mark fast/repaint/block-selection-gap-stale-cache.html and
67371         fast/repaint/block-selection-gap-stale-cache-2.html as image failures.
67372
67373         * platform/efl-wk1/TestExpectations:
67374
67375 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67376
67377         [Chromium] Added more Hi-DPI wont-fixes.
67378
67379         * platform/chromium/TestExpectations: Added wont-fixes.
67380
67381 2012-11-11  Filip Pizlo  <fpizlo@apple.com>
67382
67383         DFG ArithMul overflow check elimination is too aggressive
67384         https://bugs.webkit.org/show_bug.cgi?id=101871
67385
67386         Reviewed by Oliver Hunt.
67387
67388         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
67389         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
67390         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
67391         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
67392         * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
67393         * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
67394         * fast/js/dfg-mul-big-integers-expected.txt: Added.
67395         * fast/js/dfg-mul-big-integers.html: Added.
67396         * fast/js/jsc-test-list:
67397         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
67398         (foo):
67399         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
67400         (foo):
67401         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
67402         (foo):
67403         * fast/js/script-tests/dfg-mul-big-integers.js: Added.
67404         (foo):
67405
67406 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67407
67408         [Chromium] Updated expectations for calendar-picker.
67409
67410         * platform/chromium/TestExpectations: Updated expectations.
67411
67412 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67413
67414         Marked transforms/3d/point-mapping tests as flakey.
67415         https://bugs.webkit.org/show_bug.cgi?id=101988
67416
67417         * platform/chromium/TestExpectations: Added Expectations.
67418
67419 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67420
67421         [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
67422         https://bugs.webkit.org/show_bug.cgi?id=101986
67423
67424         * platform/chromium/TestExpectations: Added expectations.
67425
67426 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67427
67428         [Chromium] WonFixed hi-DPI related tests.
67429         https://bugs.webkit.org/show_bug.cgi?id=90022
67430
67431         * platform/chromium/TestExpectations: Added expectations.
67432
67433 2012-11-12  Ian Vollick  <vollick@chromium.org>
67434
67435         Unreviewed, update chromium-mac baselines.
67436
67437         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
67438         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
67439         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
67440
67441 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67442
67443         Unreviewed, update chromium-mac-lion baselines after r134279.
67444
67445         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
67446         * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
67447         * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
67448         * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
67449         * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
67450         * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
67451         * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.
67452
67453 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67454
67455         [Chromium] Update expectations for calendar-picker tests..
67456         https://bugs.webkit.org/show_bug.cgi?id=101561
67457
67458         * platform/chromium/TestExpectations: Updated expectations.
67459
67460 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67461
67462         Unreviewd, update chromium-mac-mountainlion expectations for a few tests.
67463
67464         * platform/chromium/TestExpectations:
67465
67466 2012-11-12  Ian Vollick  <vollick@chromium.org>
67467
67468         Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
67469         https://bugs.webkit.org/show_bug.cgi?id=101219
67470
67471         Reviewed by James Robinson.
67472
67473         Force a style recalc before starting repaint tracking.
67474
67475         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
67476         * compositing/repaint/invalidations-on-composited-layers.html:
67477         * platform/chromium/TestExpectations:
67478         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
67479
67480 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67481
67482         Unreviewed, update chromium-mac-mountainlion baselines.
67483
67484         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
67485         * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
67486         * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
67487         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
67488         * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
67489         * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
67490         * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:
67491
67492 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67493
67494         remove the chromium-mac-mountainlion TestExpectations file
67495         https://bugs.webkit.org/show_bug.cgi?id=101789
67496
67497         Reviewed by Ojan Vafai.
67498
67499         Nearly all of the tests have been updated for 10.8 and the remaining
67500         failures have been merged into the main TestExpectations file. We
67501         don't need this hook any more.
67502
67503         * platform/chromium-mac-mountainlion/TestExpectations: Removed.
67504
67505 2012-11-12  Arpita Bahuguna  <arpitabahuguna@gmail.com>
67506
67507         Specified width CSS tables should not include border and padding as part of that width. 
67508         https://bugs.webkit.org/show_bug.cgi?id=77028
67509
67510         Reviewed by Julien Chaffraix.
67511
67512         * fast/table/css-table-width-with-border-padding-expected.html: Added.
67513         * fast/table/css-table-width-with-border-padding.html: Added.
67514         Test added for verifying that for specified width css tables, border
67515         and padding are not considered as part of the specified table width.
67516
67517         The test also verifies the width values for the different box-sizing
67518         properties viz, content-box, border-box and padding-box.
67519
67520         Out of these padding-box is currently not supported even though
67521         the test verifies against this property as well. 
67522         The expected width values added for padding-box are thus incorrect
67523         and should be lesser by 100px (padding value).
67524
67525         * fast/table/min-width-css-block-table-expected.txt:
67526         * fast/table/min-width-css-inline-table-expected.txt:
67527         * fast/table/script-tests/min-width-helpers.js:
67528         Existing test values changed for CSS tables that have percent width
67529         specified since for both these tests, border and padding has been
67530         specified for all the tables.
67531
67532         As a result of this fix, the specified table width shall no longer
67533         include the border and padding values thereby increasing our table
67534         width size by exactly 30px (the value of border and padding in these
67535         tests).
67536         The new values for percent width css tables now match those for FF
67537         and Opera.
67538
67539 2012-11-12  David Grogan  <dgrogan@chromium.org>
67540
67541         IndexedDB: convert tests from setVersion to upgradeneeded
67542         https://bugs.webkit.org/show_bug.cgi?id=101676
67543
67544         Reviewed by Tony Chang.
67545
67546         A la bug 92037, add a function to shared.js that sets up the database
67547         for tests where opening and versioning isn't the focus.
67548
67549         * storage/indexeddb/create-object-store-options-expected.txt:
67550         * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
67551         * storage/indexeddb/createObjectStore-null-name-expected.txt:
67552           ...many tests and expected files...
67553
67554         * storage/indexeddb/resources/shared.js:
67555           The new utility function indexedDBTest lives here.
67556
67557         * storage/indexeddb/values-odd-types-expected.txt:
67558
67559 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67560
67561         MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
67562         https://bugs.webkit.org/show_bug.cgi?id=101733
67563
67564         Reviewed by Jochen Eisinger.
67565
67566         This patch adds more tests for MediaConstraints.
67567
67568         * fast/mediastream/RTCPeerConnection-expected.txt:
67569         * fast/mediastream/RTCPeerConnection.html:
67570
67571 2012-11-12  Allan Sandfeld Jensen  <allan.jensen@digia.com>
67572
67573         [Qt] Support ResourceRequest's setTimeoutInterval
67574         https://bugs.webkit.org/show_bug.cgi?id=101731
67575
67576         Reviewed by Simon Hausmann.
67577
67578         Unskip now passing XHR timeout tests.
67579
67580         * platform/qt/TestExpectations:
67581
67582 2012-11-12  Vsevolod Vlasov  <vsevik@chromium.org>
67583
67584         Layout Test inspector/debugger/dynamic-scripts.html is flaky
67585         https://bugs.webkit.org/show_bug.cgi?id=99338
67586
67587         Unreviewed inspector tests flakiness fix.
67588
67589         * http/tests/inspector-enabled/dynamic-scripts.html:
67590         * inspector/debugger/dynamic-scripts.html:
67591         * platform/chromium/TestExpectations:
67592
67593 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
67594
67595         [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
67596         https://bugs.webkit.org/show_bug.cgi?id=101933
67597
67598         Reviewed by Csaba Osztrogonác.
67599
67600         * platform/qt/TestExpectations:
67601
67602 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67603
67604         Remove the V8 custom code for WebSockets constructor
67605         https://bugs.webkit.org/show_bug.cgi?id=100801
67606
67607         Reviewed by Kentaro Hara.
67608
67609         Added test for null argument to WebSocket(url).
67610
67611         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
67612         * http/tests/websocket/tests/hybi/url-parsing.html:
67613         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
67614         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
67615         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
67616
67617 2012-11-12  Balazs Kelemen  <kbalazs@webkit.org>
67618
67619         [Qt] Pixel tests need rebaseline
67620         https://bugs.webkit.org/show_bug.cgi?id=99323
67621
67622         Unreviewed gardening.
67623
67624         Fix my previous gardening commit: s/-actual.png/-expected.png
67625
67626         * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
67627         * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
67628         * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Renamed from LayoutTests/platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png.
67629         * platform/qt/svg/as-object/embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-actual.png.
67630         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png.
67631         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png.
67632         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png.
67633         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png.
67634         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png.
67635         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png.
67636         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png.
67637         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png.
67638         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png.
67639         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png.
67640         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png.
67641         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png.
67642         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png.
67643         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png.
67644         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png.
67645         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png.
67646         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png.
67647         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
67648         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
67649         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png.
67650         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png.
67651         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png.
67652         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png.
67653         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png.
67654         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png.
67655         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png.
67656         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png.
67657         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png.
67658         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png.
67659         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png.
67660         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png.
67661         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png.
67662         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png.
67663         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
67664         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
67665         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
67666         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
67667         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png.
67668         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png.
67669         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png.
67670         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png.
67671         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png.
67672         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png.
67673         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png.
67674         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png.
67675         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png.
67676         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png.
67677         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png.
67678         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png.
67679         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png.
67680         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png.
67681         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png.
67682         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
67683         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png.
67684         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png.
67685         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png.
67686         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png.
67687         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
67688         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png.
67689         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png.
67690         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png.
67691         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
67692         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
67693         * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png.
67694         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png.
67695         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png.
67696         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png.
67697         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
67698         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png.
67699         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png.
67700         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png.
67701         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png.
67702         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png.
67703         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png.
67704         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png.
67705         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png.
67706         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
67707         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png.
67708         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png.
67709         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png.
67710         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png.
67711         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png.
67712         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png.
67713         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png.
67714         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
67715         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png.
67716         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png.
67717         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
67718         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
67719         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.
67720
67721 2012-11-12  Csaba Osztrogonác  <ossy@webkit.org>
67722
67723         [Qt] Unreviewed gardening, skip a new crashing test.
67724
67725         * platform/qt/TestExpectations:
67726
67727 2012-11-12  Eugene Klyuchnikov  <eustas.bug@gmail.com>
67728
67729         Web Inspector: Timeline: fix test expectations
67730         https://bugs.webkit.org/show_bug.cgi?id=101737
67731
67732         Reviewed by Yury Semikhatsky.
67733
67734         The expected order of timeline records of specific types
67735         have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
67736
67737         This change fixes test expectations.
67738         Also removed expectation that test can fail.
67739
67740         * inspector/timeline/timeline-receive-response-event-expected.txt:
67741         * platform/chromium/TestExpectations: Removed "fail" expectation.
67742
67743 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
67744
67745         [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
67746         needs implementation of setBackingScaleFactor().
67747
67748         Reviewed by Csaba Osztrogonác.
67749
67750         * platform/qt/TestExpectations:
67751
67752 2012-11-12  Keishi Hattori  <keishi@webkit.org>
67753
67754         Add tests for month picker
67755         https://bugs.webkit.org/show_bug.cgi?id=101556
67756
67757         Reviewed by Kent Tamura.
67758
67759         Adding tests for month picker.
67760
67761         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
67762         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
67763         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
67764         * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
67765         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
67766         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
67767         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
67768         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
67769         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
67770         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
67771         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
67772         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
67773         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
67774         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
67775         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
67776         (selectedMonth): Returns ISO string for selected month.
67777
67778 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67779
67780         MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
67781         https://bugs.webkit.org/show_bug.cgi?id=101751
67782
67783         Reviewed by Adam Barth.
67784
67785         Adding shouldNotTrow to the send() calls.
67786
67787         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
67788         * fast/mediastream/RTCPeerConnection-datachannel.html:
67789
67790 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
67791
67792         [CSSRegions]Add support for text-shadow in region styling
67793         https://bugs.webkit.org/show_bug.cgi?id=94472
67794
67795         Reviewed by David Hyatt.
67796
67797         Original patch by Andrei Onea.
67798         Added tests for region styling using the text-shadow property.
67799
67800         * fast/regions/region-style-text-shadow-expected.html: Added.
67801         * fast/regions/region-style-text-shadow.html: Added.
67802
67803 2012-11-12  Pavel Feldman  <pfeldman@chromium.org>
67804
67805         Web Inspector: wasShown is called twice when show() is called from within wasShown
67806         https://bugs.webkit.org/show_bug.cgi?id=101858
67807
67808         Reviewed by Vsevolod Vlasov.
67809
67810         * inspector/view-events-expected.txt:
67811         * inspector/view-events.html:
67812
67813 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
67814
67815         [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
67816         https://bugs.webkit.org/show_bug.cgi?id=101897
67817
67818         Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.
67819
67820         * platform/chromium/TestExpectations:
67821         * platform/mac/TestExpectations:
67822
67823 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
67824
67825         Don't update style when attaching in HTMLMeterElement
67826         https://bugs.webkit.org/show_bug.cgi?id=101714
67827
67828         Reviewed by Hajime Morita.
67829
67830         * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
67831         * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.
67832
67833 2012-11-11  Michael Pruett  <michael@68k.org>
67834
67835         Fix assertion failure in JSObject::tryGetIndexQuickly()
67836         https://bugs.webkit.org/show_bug.cgi?id=101869
67837
67838         Reviewed by Filip Pizlo.
67839
67840         Add test case for an assertion failure triggered when constructing
67841         a Blob with a sparse array.
67842
67843         * fast/constructors/blob-sparse-array-assertion-failure.html: Added.
67844
67845 2012-11-09  Ryosuke Niwa  <rniwa@webkit.org>
67846
67847         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
67848         https://bugs.webkit.org/show_bug.cgi?id=101547
67849
67850         Reviewed by Simon Fraser.
67851
67852         Remove Chromium test expectations as these tests now pass.
67853
67854         * platform/chromium/TestExpectations:
67855
67856 2012-11-11  Dongwoo Joshua Im  <dw.im@samsung.com>
67857
67858         [CSS3] Parsing the property, text-align-last.
67859         https://bugs.webkit.org/show_bug.cgi?id=99439
67860
67861         Reviewed by Julien Chaffraix.
67862
67863         This patch implements the parsing side of the "text-align-last" property specified
67864         in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
67865         Specification link : http://www.w3.org/TR/css3-text/#text-align-last
67866
67867         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
67868         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
67869         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
67870         (testComputedStyle):
67871         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
67872         (testElementStyle):
67873         (testComputedStyle):
67874         * platform/chromium/TestExpectations:
67875         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
67876         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
67877         * platform/mac/TestExpectations:
67878         * platform/qt-4.8/TestExpectations:
67879         * platform/qt-mac/TestExpectations:
67880         * platform/qt/TestExpectations:
67881
67882 2012-11-11  Keishi Hattori  <keishi@webkit.org>
67883
67884         Rebaseline month/week appearance tests
67885         https://bugs.webkit.org/show_bug.cgi?id=101561
67886
67887         Unreviewed.
67888
67889         Rebaselining month/week appearance tests.
67890
67891         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
67892         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
67893         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67894         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67895         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
67896         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
67897         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67898         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67899         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
67900         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
67901         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
67902         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67903         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67904         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
67905         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
67906         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67907         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67908         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
67909         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
67910         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
67911         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67912         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67913         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
67914         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
67915         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67916         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67917         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
67918         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
67919         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
67920         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67921         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67922         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
67923         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
67924         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67925         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67926         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
67927         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
67928         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
67929         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
67930         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67931         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67932         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
67933         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
67934         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67935         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67936         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
67937         * platform/chromium/TestExpectations:
67938
67939 2012-11-11  Shinya Kawanaka  <shinyak@chromium.org>
67940
67941         [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
67942         https://bugs.webkit.org/show_bug.cgi?id=101180
67943
67944         Reviewed by Dimitri Glazkov.
67945
67946         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
67947         * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.
67948
67949 2012-11-11  Sheriff Bot  <webkit.review.bot@gmail.com>
67950
67951         Unreviewed, rolling out r134144.
67952         http://trac.webkit.org/changeset/134144
67953         https://bugs.webkit.org/show_bug.cgi?id=101876
67954
67955         seems to break win 7 chromium browser test (Requested by
67956         hayato on #webkit).
67957
67958         * fast/events/mouse-cursor-expected.txt: Removed.
67959         * fast/events/mouse-cursor.html: Removed.
67960
67961 2012-11-11  Kent Tamura  <tkent@chromium.org>
67962
67963         Internals: MockPagePopup should not update DOM structure during detach()
67964         https://bugs.webkit.org/show_bug.cgi?id=101710
67965
67966         Reviewed by Hajime Morita.
67967
67968         Update tests because page popup closing becomes asynchronous.
67969
67970         * fast/forms/resources/picker-common.js:
67971         (waitUntilClosing): Added. Helper to wait until a page popup closing.
67972         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
67973         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
67974         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
67975         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
67976         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
67977         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
67978         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
67979         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
67980         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
67981         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
67982         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
67983         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
67984
67985 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67986
67987         [WK2] Mark fast/repaint/body-background-image.html as flaky.
67988
67989         * platform/wk2/TestExpectations:
67990
67991 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67992
67993         [EFL] Unreviewed gardening.
67994
67995         Replace the pixel expectation for
67996         fast/repaint/body-background-image.html with the one generated by the
67997         WK1 port, since WK2 fails to render it properly at times (see bug
67998         101773).
67999
68000         * platform/efl/fast/repaint/body-background-image-expected.png:
68001
68002 2012-11-10  Mike West  <mkwst@chromium.org>
68003
68004         Web Inspector: Multiple '%c' formatting options should all have effect.
68005         https://bugs.webkit.org/show_bug.cgi?id=101495
68006
68007         Reviewed by Pavel Feldman.
68008
68009         * http/tests/inspector/console-test.js:
68010         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
68011             We're no longer putting the style directly on the message's
68012             parent, but instead on each section of the message in order to
68013             support multiple styles.
68014         * inspector/console/console-format-style-expected.txt:
68015         * inspector/console/console-format-style-whitelist-expected.txt:
68016         * inspector/console/console-format-style.html:
68017
68018 2012-11-10  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
68019
68020         [css] text-decoration:none no longer valid
68021         https://bugs.webkit.org/show_bug.cgi?id=101529
68022
68023         Reviewed by Ojan Vafai.
68024
68025         The getComputedStyle layout tests for 'text-decoration' and
68026         '-webkit-text-decoration-line' CSS properties are updated with the correct
68027         results for the 'none' value.
68028
68029         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
68030         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
68031         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
68032         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
68033         * inspector/console/console-format-style-whitelist-expected.txt:
68034
68035 2012-11-10  Noel Gordon  <noel.gordon@gmail.com>
68036
68037         [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.
68038
68039         * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
68040         * platform/chromium/TestExpectations:
68041
68042 2012-11-09  Ojan Vafai  <ojan@chromium.org>
68043
68044         Should only fire a single set of mouse events and update hover state once when scrolling is done
68045         https://bugs.webkit.org/show_bug.cgi?id=99940
68046
68047         Reviewed by Levi Weintraub.
68048
68049         Tests basic throttling. I couldn't think of a good way to test changing
68050         the delay that wouldn't make for a test that takes minutes to run.
68051
68052         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
68053         * fast/scrolling/fake-mouse-event-throttling.html: Added.
68054
68055 2012-11-09  Rick Byers  <rbyers@chromium.org>
68056
68057         [chromium] Move to USE(LAZY_NATIVE_CURSOR)
68058         https://bugs.webkit.org/show_bug.cgi?id=101501
68059
68060         Reviewed by Adam Barth.
68061
68062         Remove failure expectation for fast/events/mouse-cursor.html now that
68063         chromium uses the same cursor architecture as other ports.
68064
68065         * platform/chromium/TestExpectations:
68066
68067 2012-11-09  Rick Byers  <rbyers@chromium.org>
68068
68069         No tests for changing mouse cursors
68070         https://bugs.webkit.org/show_bug.cgi?id=100550
68071
68072         Reviewed by Adam Barth.
68073
68074         Add a simple test covering the basic scenarios of changing a mouse
68075         cursor with CSS.  This includes most of the cases currently covered
68076         by ManualTests/*cursor*.
68077
68078         * fast/events/mouse-cursor-expected.txt: Added.
68079         * fast/events/mouse-cursor.html: Added.
68080         * platform/chromium/TestExpectations: Add failure expectation.
68081
68082 2012-11-09  Noel Gordon  <noel.gordon@gmail.com>
68083
68084         [chromium] Should pass fast/images/paletted-png-with-color-profile.html
68085         https://bugs.webkit.org/show_bug.cgi?id=101551
68086
68087         Reviewed by Adam Barth.
68088
68089         Update fast/images/paletted-png-with-color-profile.html image results for
68090         Mac and Win (Chromium Android and Linux don't support color profiles).
68091
68092         * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
68093         * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
68094         * platform/chromium/TestExpectations:
68095
68096 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68097
68098         [Chromium] Unreviewed gardening. One more baseline following 134112.
68099
68100         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
68101
68102 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
68103
68104         Correct hit-test point scaling for document.elementFromPoint
68105         https://bugs.webkit.org/show_bug.cgi?id=101798
68106
68107         Reviewed by Adam Barth.
68108
68109         The hit-test point come from user JavaScript is in the document coordinate.
68110         Convert to the frame coordinate with correct scale factor for hit test.
68111
68112         * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
68113         * fast/dom/elementFromPoint-scaled-scrolled.html: Added.
68114
68115 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68116
68117         [EFL] More gardening.
68118
68119         media/video-seek-past-end-playing.html is still flaky on WK2, skip
68120         it on both WK1 and WK2.
68121
68122         * platform/efl-wk1/TestExpectations:
68123         * platform/efl/TestExpectations:
68124
68125 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68126
68127         [EFL] Unreviewed gardening.
68128
68129         Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
68130         HIGH_DPI_CANVAS is disabled by default.
68131
68132         * platform/efl/TestExpectations:
68133
68134 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
68135
68136         Correct scroll adjustment for touchEvent.clientX/clientY
68137         https://bugs.webkit.org/show_bug.cgi?id=101800
68138
68139         Reviewed by Adam Barth.
68140
68141         FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
68142         Convert to document coordinate before passing to JavaScript.
68143
68144         * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
68145         * fast/events/touch/touch-scaled-scrolled.html: Added.
68146
68147 2012-11-09  Alexandru Chiculita  <achicu@adobe.com>
68148
68149         [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
68150         https://bugs.webkit.org/show_bug.cgi?id=98990
68151
68152         Reviewed by Noam Rosenthal.
68153
68154         Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have 
68155         composited layers using 3d transforms.
68156
68157         * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added.
68158         * css3/filters/custom/composited/custom-filter-blend-modes.html: Added.
68159         * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders.
68160         * platform/qt-5.0-wk1/TestExpectations:
68161         * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. 
68162         I've added 101531 to track those.
68163
68164 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68165
68166         [Chromium] Unreviewed gardening. A few more baselines following 134112.
68167
68168         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68169         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68170         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
68171         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
68172         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68173         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
68174         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added.
68175         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
68176         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
68177
68178 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68179
68180         [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms.
68181
68182         * platform/chromium/TestExpectations:
68183
68184 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68185
68186         [EFL] Unreviewed gardening.
68187
68188         Unskip fast/dom/navigator-vibration.html after r133828.
68189
68190         * platform/efl-wk2/TestExpectations:
68191
68192 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68193
68194         [Chromium] Unreviewed gardening. Updated expectations following 134112.
68195
68196         * platform/chromium/TestExpectations:
68197
68198 2012-11-09  Slavomir Kaslev  <skaslev@google.com>
68199
68200         [chromium] Rebaselining software compositor tests.
68201
68202         Patch by Slavomir Kaslev <skaslev@google.com> on 2012-11-09
68203         Reviewed by Adrienne Walker.
68204
68205         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68206         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68207         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68208         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68209         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68210         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68211         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68212         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/chromium-android/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png.
68213         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68214         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68215         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68216         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68217         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68218         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68219         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68220         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68221         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68222         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68223         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68224         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68225         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68226         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68227         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68228         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68229         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68230         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68231         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68232         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68233         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68234         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68235         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68236         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68237         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68238         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68239         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68240         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68241         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68242         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68243         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68244         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68245         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68246         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68247         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68248         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68249         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68250         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68251         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68252         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68253         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68254         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68255         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68256         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68257         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68258         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68259         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68260         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68261         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68262         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68263         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68264         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68265         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68266         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68267         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68268         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68269         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68270         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68271         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68272         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68273         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68274         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68275         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68276         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
68277         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68278         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68279         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68280         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68281         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68282         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68283         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68284         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68285         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68286         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68287         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68288         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68289         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68290         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68291         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68292         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68293         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68294         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68295         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68296         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
68297         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added.
68298         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68299         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
68300         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68301         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68302         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68303         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68304         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68305         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68306         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68307         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
68308         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68309         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68310         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68311         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68312         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68313         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68314         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68315         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68316         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68317         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68318         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68319         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68320         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68321         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68322         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68323         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68324         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
68325         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68326         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
68327         * platform/chromium/TestExpectations:
68328
68329 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68330
68331         [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100
68332
68333         * platform/chromium/TestExpectations:
68334
68335 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
68336
68337         Unreviewed, last few chromium-mac-mountainlion expectations cleaned up.
68338
68339         * platform/chromium/TestExpectations:
68340
68341 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
68342
68343         Unreviewed, baselines change - remove stray baselines for reftests.
68344
68345         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed.
68346         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed.
68347
68348 2012-11-09  Erik Arvidsson  <arv@chromium.org>
68349
68350         REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document
68351         https://bugs.webkit.org/show_bug.cgi?id=101627
68352
68353         Reviewed by Alexey Proskuryakov.
68354
68355         We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute
68356         was changed. If an element is moved from a standards document to a quirks mode document the
68357         m_classNamesForQuirksMode would not be up to date which lead to wrong results.
68358
68359         Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only).
68360
68361         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added.
68362         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added.
68363
68364 2012-10-28  Timothy Hatcher  <timothy@apple.com>
68365
68366         Test if -webkit-canvas in CSS uses the full backing store instead
68367         of always 1x when rendering.
68368
68369         https://bugs.webkit.org/show_bug.cgi?id=100611
68370
68371         Reviewed by Dean Jackson.
68372
68373         * fast/canvas/canvas-as-image-hidpi-expected.png: Added.
68374         * fast/canvas/canvas-as-image-hidpi-expected.txt: Added.
68375         * fast/canvas/canvas-as-image-hidpi.html: Added.
68376
68377 2012-10-28  Timothy Hatcher  <timothy@apple.com>
68378
68379         Test the canvas backing store pixel ratio when the buffer resizes.
68380
68381         https://bugs.webkit.org/show_bug.cgi?id=100608
68382
68383         Reviewed by Darin Adler.
68384
68385         * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
68386         * fast/canvas/canvas-resize-reset-pixelRatio.html: Added.
68387
68388 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
68389
68390         RemoveFormat command doesn't remove background color
68391         https://bugs.webkit.org/show_bug.cgi?id=101682
68392
68393         Reviewed by Tony Chang.
68394
68395         Added a regression test.
68396
68397         * editing/execCommand/remove-format-background-color-expected.txt: Added.
68398         * editing/execCommand/remove-format-background-color.html: Added.
68399
68400 2012-11-09  Zan Dobersek  <zandobersek@gmail.com>
68401
68402         Unreviewed GTK gardening.
68403
68404         Rebaselining and removing stale expectations after the Cairo
68405         version used in Jhbuild modules was bumped to 1.12.8 in r134073.
68406
68407         * platform/gtk/TestExpectations:
68408         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
68409         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
68410         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
68411         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
68412         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
68413         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
68414         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
68415         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
68416         * platform/gtk/svg/batik/text/smallFonts-expected.png:
68417         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
68418         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
68419         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
68420         * platform/gtk/svg/batik/text/textOnPath-expected.png:
68421         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
68422         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
68423         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
68424         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
68425         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
68426         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
68427         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
68428         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
68429         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
68430         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
68431         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
68432         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
68433         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
68434         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
68435         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
68436
68437 2012-11-09  Mihnea Ovidenie  <mihnea@adobe.com>
68438
68439         [CSSRegions] Region styling properties are not filtered correctly
68440         https://bugs.webkit.org/show_bug.cgi?id=101768
68441
68442         Reviewed by Andreas Kling.
68443
68444         Visibility is not a supported region style property, therefore using it inside @-webkit-region
68445         should not be possible.
68446
68447         * fast/regions/region-style-not-supported-properties-expected.html: Added.
68448         * fast/regions/region-style-not-supported-properties.html: Added.
68449
68450 2012-11-09  Tommy Widenflycht  <tommyw@google.com>
68451
68452         MediaStream API: Deleting all files relating to the deprecated PeerConnection00
68453         https://bugs.webkit.org/show_bug.cgi?id=101730
68454
68455         Reviewed by Adam Barth.
68456
68457         Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
68458         files relating to the old API.
68459
68460         * fast/mediastream/SessionDescription-expected.txt: Removed.
68461         * fast/mediastream/SessionDescription.html: Removed.
68462         * fast/mediastream/constructors-expected.txt:
68463         * fast/mediastream/constructors.html:
68464         * fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
68465         * fast/mediastream/peerconnection-Attributes.html: Removed.
68466         * fast/mediastream/peerconnection-addstream-expected.txt: Removed.
68467         * fast/mediastream/peerconnection-addstream.html: Removed.
68468         * fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
68469         * fast/mediastream/peerconnection-argument-types.html: Removed.
68470         * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
68471         * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
68472         * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
68473         * fast/mediastream/peerconnection-iceoptions.html: Removed.
68474         * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
68475         * fast/mediastream/peerconnection-mediastreamlist.html: Removed.
68476         * fast/mediastream/peerconnection-removestream-expected.txt: Removed.
68477         * fast/mediastream/peerconnection-removestream.html: Removed.
68478         * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
68479         * fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
68480         * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
68481         * fast/mediastream/script-tests/peerconnection-removestream.js: Removed.
68482
68483 2012-11-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
68484
68485         [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled
68486         https://bugs.webkit.org/show_bug.cgi?id=101750
68487
68488         Reviewed by Ojan Vafai.
68489
68490         This patch updates the "text-decoration" computed style layout tests to
68491         handle a larger variety of value combinations.
68492
68493         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
68494         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
68495
68496 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68497
68498         [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion.
68499
68500         * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added.
68501         * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
68502         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
68503         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
68504         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
68505         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
68506         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
68507         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
68508
68509 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68510
68511         [EFL] Rebaseline svg tests after 99870
68512         https://bugs.webkit.org/show_bug.cgi?id=101756
68513
68514         Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870.
68515
68516         * platform/efl/TestExpectations:
68517         * platform/efl/svg/custom/pattern-scaling-expected.png: Added.
68518         * platform/efl/svg/custom/pattern-scaling-expected.txt: Added.
68519         * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
68520
68521 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68522
68523         [EFL] Rebaseline fast/table/025-expected
68524         https://bugs.webkit.org/show_bug.cgi?id=101752
68525
68526         Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645.
68527
68528         * platform/efl/TestExpectations:
68529         * platform/efl/fast/table/025-expected.png:
68530         * platform/efl/fast/table/025-expected.txt:
68531
68532 2012-11-09  Balazs Kelemen  <kbalazs@webkit.org>
68533
68534         [Qt] Pixel tests need rebaseline
68535         https://bugs.webkit.org/show_bug.cgi?id=99323
68536
68537         Unreviewed pixel rebaseline.
68538
68539         Rebaseline some tests, add missing expectations.
68540
68541         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added.
68542         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added.
68543         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added.
68544         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added.
68545         * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added.
68546         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
68547         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added.
68548         * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added.
68549         * platform/qt/fast/images/png-suite/test-actual.png: Added.
68550         * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added.
68551         * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added.
68552         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added.
68553         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added.
68554         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added.
68555         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added.
68556         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added.
68557         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added.
68558         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added.
68559         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added.
68560         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added.
68561         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added.
68562         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added.
68563         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added.
68564         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added.
68565         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added.
68566         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added.
68567         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added.
68568         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added.
68569         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added.
68570         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added.
68571         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added.
68572         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added.
68573         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added.
68574         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added.
68575         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added.
68576         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added.
68577         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added.
68578         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added.
68579         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added.
68580         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added.
68581         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added.
68582         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added.
68583         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added.
68584         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added.
68585         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added.
68586         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added.
68587         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added.
68588         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added.
68589         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added.
68590         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added.
68591         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added.
68592         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added.
68593         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added.
68594         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added.
68595         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added.
68596         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added.
68597         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added.
68598         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added.
68599         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added.
68600         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added.
68601         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added.
68602         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added.
68603         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added.
68604         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added.
68605         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added.
68606         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added.
68607         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added.
68608         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added.
68609         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added.
68610         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added.
68611         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added.
68612         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added.
68613         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added.
68614         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added.
68615         * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added.
68616         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added.
68617         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added.
68618         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added.
68619         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added.
68620         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added.
68621         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added.
68622         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added.
68623         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added.
68624         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added.
68625         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added.
68626         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added.
68627         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added.
68628         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added.
68629         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added.
68630         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added.
68631         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added.
68632         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added.
68633         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added.
68634         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added.
68635         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added.
68636         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added.
68637         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added.
68638         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added.
68639         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added.
68640         * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added.
68641         * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added.
68642
68643 2012-11-07  Pavel Feldman  <pfeldman@chromium.org>
68644
68645         Web Inspector: wrong output for empty object {}
68646         https://bugs.webkit.org/show_bug.cgi?id=101356
68647
68648         Reviewed by Vsevolod Vlasov.
68649
68650         Changed preview formatting to iterate over enumerable properties only + visit the prototypes.
68651
68652         * inspector/console/command-line-api-expected.txt:
68653         * inspector/console/command-line-api-inspect-expected.txt:
68654         * inspector/console/console-format-collections-expected.txt:
68655         * inspector/console/console-format-expected.txt:
68656         * platform/chromium/inspector/console/console-format-collections-expected.txt:
68657
68658 2012-11-09  Kangil Han  <kangil.han@samsung.com>
68659
68660         [EFL] Refactor TestExpectations file
68661         https://bugs.webkit.org/show_bug.cgi?id=101738
68662
68663         Unreviewed, EFL gardening. 
68664
68665         Remove duplicated definitions.
68666
68667         * platform/efl/TestExpectations:
68668
68669 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
68670
68671         [EFL] Skip failing test perf/accessibility-title-ui-element.html
68672         https://bugs.webkit.org/show_bug.cgi?id=101728
68673
68674         Unreviewed EFL gardening.
68675
68676         * platform/efl/TestExpectations:
68677
68678 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
68679
68680         [EFL] Update baselines for failing svg tests
68681         https://bugs.webkit.org/show_bug.cgi?id=101726
68682
68683         Unreviewed EFL gardening.
68684
68685         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
68686         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
68687         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
68688         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
68689         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
68690         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
68691         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
68692         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
68693         * platform/efl/svg/text/bidi-tspans-expected.png:
68694         * platform/efl/svg/text/bidi-tspans-expected.txt:
68695
68696 2012-11-09  Jaehun Lim  <ljaehun.lim@samsung.com>
68697
68698         [EFL] css3/flexbox/multiline-justify-content.html doesn't crash
68699         https://bugs.webkit.org/show_bug.cgi?id=101717
68700
68701         Unreviewed, EFL gardening. 
68702
68703         css3/flexbox/multiline-justify-content.html doesn't crash and can be passed.
68704
68705         * platform/efl/TestExpectations:
68706
68707 2012-11-08  Hayato Ito  <hayato@chromium.org>
68708
68709         Unreviewed, update chromium-mac baselines.
68710
68711         * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
68712         * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
68713         * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png:
68714         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added.
68715         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added.
68716
68717 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
68718
68719         Remove Chromium test expectations after r133939.
68720
68721         * platform/chromium/TestExpectations:
68722
68723 2012-11-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
68724
68725         table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)
68726         https://bugs.webkit.org/show_bug.cgi?id=18153
68727
68728         Reviewed by Beth Dakin.
68729
68730         * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added.
68731         * fast/table/fixed-table-layout/table-with-percent-width.html: Added.
68732         Test added to verify the width of the fixed layout tables with 100%
68733         width, in standards mode.
68734
68735 2012-11-08  Noel Gordon  <noel.gordon@gmail.com>
68736
68737         [chromium] Unreviewed test expectations update.
68738
68739         Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html
68740         on Win to prepare for an upcoming rebaseline.
68741
68742         * platform/chromium/TestExpectations:
68743
68744 2012-11-08  Hayato Ito  <hayato@chromium.org>
68745
68746         Unreviewed, Unreviewed gardening following r133972.
68747
68748         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
68749
68750 2012-11-08  Hayato Ito  <hayato@chromium.org>
68751
68752         Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg.
68753
68754         * platform/chromium/TestExpectations:
68755
68756 2012-11-08  Kangil Han  <kangil.han@samsung.com>
68757
68758         [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations
68759         https://bugs.webkit.org/show_bug.cgi?id=101686
68760
68761         Unreviewed, EFL gardening.
68762
68763         Currently there are three definitions on jquery/manipulation.html case.
68764         As BUG 100636 fixed, we don't need Crash definition anymore.
68765         Therefore, this patch makes this case into one definition without Crash in TestExpectations.
68766
68767         * platform/efl/TestExpectations:
68768
68769 2012-11-08  Hayato Ito  <hayato@chromium.org>
68770
68771         Unreviewed, update chromium expectations for tables/.
68772
68773         * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
68774         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png:
68775         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png:
68776         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
68777         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
68778         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
68779
68780 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68781
68782         Unreviewed, update chromium-mac-mountainlion baselines for fast/
68783
68784         Also roll remaining mountainlion-specific failures into the main
68785         TestExpectations file.
68786
68787         * platform/chromium/TestExpectations:
68788         * platform/chromium-mac-mountainlion/TestExpectations:
68789
68790 2012-11-08  Keishi Hattori  <keishi@webkit.org>
68791
68792         Enable calendar picker for input types week/month
68793         https://bugs.webkit.org/show_bug.cgi?id=101553
68794
68795         Reviewed by Kent Tamura.
68796
68797         * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline.
68798
68799 2012-11-08  Hayato Ito  <hayato@chromium.org>
68800
68801         Unreviewed, update chromium expectations to remove a duplication.
68802
68803         * platform/chromium/TestExpectations:
68804
68805 2012-11-08  Dongwoo Joshua Im  <dw.im@samsung.com>
68806
68807         [QT] css3/line-break should be removed from TestExpectations.
68808         https://bugs.webkit.org/show_bug.cgi?id=101562
68809
68810         Unreviewed gardening.
68811
68812         css3/line-break is removed by http://trac.webkit.org/changeset/133644.
68813
68814         * platform/qt/TestExpectations:
68815
68816 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68817
68818         Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure.
68819
68820         * platform/chromium/TestExpectations:
68821
68822 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68823
68824         Unreviewed, chromium-mac-mountainlion baselines for tables/.
68825
68826         * platform/chromium/TestExpectations:
68827         * platform/chromium-mac-mountainlion/TestExpectations:
68828
68829 2012-11-08  Joshua Bell  <jsbell@chromium.org>
68830
68831         [Chromium] Unreviewed gardening following r133972.
68832
68833         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
68834
68835 2012-11-08  Kenichi Ishibashi  <bashi@chromium.org>
68836
68837         [Chromium] Arabic digits should appear left-to-right
68838         https://bugs.webkit.org/show_bug.cgi?id=101440
68839
68840         Reviewed by Tony Chang.
68841
68842         Add a test that checks Arabic digits appear in increasing order from left to right.
68843
68844         * fast/text/international/arabic-digits-expected.html: Added.
68845         * fast/text/international/arabic-digits.html: Added.
68846
68847 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
68848
68849         Unreviewed. Some more gardening after r133898.
68850
68851         * platform/efl/TestExpectations:
68852
68853 2012-11-08  Beth Dakin  <bdakin@apple.com>
68854
68855         https://bugs.webkit.org/show_bug.cgi?id=101644
68856         Fixed header on Facebook news feed becomes detached from top of 
68857         viewport after rubber band scrolling
68858         -and corresponding-
68859         <rdar://problem/12651944>
68860
68861         Reviewed by Simon Fraser.
68862
68863         New test ensures that negative offsets will not make their way into 
68864         the FixedPositionViewportConstraints.
68865         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added.
68866         * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added.
68867
68868 2012-11-08  Alpha Lam  <hclam@chromium.org>
68869
68870         [chromium] Deferred image decoding fails with image orientation
68871         https://bugs.webkit.org/show_bug.cgi?id=101648
68872
68873         Reviewed by Stephen White.
68874
68875         Update test expectations and baselines accordingly since these two
68876         tests are now passing with deferred image decoding.
68877
68878         fast/images/exif-orientation-image-document.html
68879         fast/images/exif-orientation.html
68880
68881         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68882         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68883         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68884         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68885         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68886         * platform/chromium/TestExpectations:
68887
68888 2012-11-08  Hans Muller  <hmuller@adobe.com>
68889
68890         [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
68891         https://bugs.webkit.org/show_bug.cgi?id=100874
68892
68893         Reviewed by Dirk Schulze.
68894
68895         Added two additional tests for rectilinear polygons, where the tops and bottoms
68896         of lines intersect the polygons' horizontal edges. More tests of this kind will
68897         be needed when exclusion layout supports polygons that break horizontal lines up
68898         into more than one segment.
68899
68900         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added.
68901         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added.
68902         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added.
68903         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added.
68904
68905 2012-11-08  Christophe Dumez  <christophe.dumez@intel.com>
68906
68907         [JSC] HTML extensions to String.prototype should escape " as &quot; in argument values
68908         https://bugs.webkit.org/show_bug.cgi?id=90667
68909
68910         Reviewed by Benjamin Poulain.
68911
68912         Add layout test coverage for the following String.prototype methods:
68913         - String.prototype.anchor(name)
68914         - String.prototype.fontcolor(color)
68915         - String.prototype.fontsize(size)
68916         - String.prototype.link(href)
68917
68918         Those tests also check that the quotation mark is correctly escaped
68919         in argument values to prevent potential exploits.
68920
68921         * fast/js/string-anchor-expected.txt: Added.
68922         * fast/js/string-anchor.html: Added.
68923         * fast/js/string-fontcolor-expected.txt: Added.
68924         * fast/js/string-fontcolor.html: Added.
68925         * fast/js/string-fontsize-expected.txt: Added.
68926         * fast/js/string-fontsize.html: Added.
68927         * fast/js/string-link-expected.txt: Added.
68928         * fast/js/string-link.html: Added.
68929         * platform/chromium/TestExpectations: Skip new tests for chromium port due
68930         to http://code.google.com/p/v8/issues/detail?id=2218
68931
68932 2012-11-08  Joshua Bell  <jsbell@chromium.org>
68933
68934        [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines.
68935
68936         * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added.
68937         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
68938         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
68939
68940 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
68941
68942         Unreviewed. Some more gardening after r133898.
68943
68944         * platform/efl/TestExpectations:
68945
68946 2012-11-08  Joshua Bell  <jsbell@chromium.org>
68947
68948         [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion.
68949
68950         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
68951         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added.
68952
68953 2012-11-08  Huang Dongsung  <luxtella@company100.net>
68954
68955         Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
68956         https://bugs.webkit.org/show_bug.cgi?id=101424
68957
68958         Reviewed by Noam Rosenthal.
68959
68960         Coordinated Graphics had a bug when a compositing div has a compositing
68961         img with an absolute position property. This test is added to prevent from
68962         a regression.
68963
68964         * compositing/nested-direct-image-compositing-expected.png: Added.
68965         * compositing/nested-direct-image-compositing-expected.txt: Added.
68966         * compositing/nested-direct-image-compositing.html: Added.
68967
68968 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
68969
68970         Unreviewed. Some more gardening after r133898.
68971
68972         * platform/efl/TestExpectations:
68973
68974 2012-11-08  Erik Arvidsson  <arv@chromium.org>
68975
68976         setAttributeNode and friends should not have optional argument
68977         https://bugs.webkit.org/show_bug.cgi?id=101631
68978
68979         Reviewed by Ojan Vafai.
68980
68981         Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr
68982         argument mandatory.
68983
68984         These used to throw DOMExceptions when an invalid type was passed instead of
68985         TypeError which is also a spec violation.
68986
68987         * fast/dom/Element/attr-param-typechecking-expected.txt:
68988         * fast/dom/Element/script-tests/attr-param-typechecking.js:
68989
68990 2012-11-08  Joshua Bell  <jsbell@chromium.org>
68991
68992         [Chromium] Unreviewed gardening.
68993
68994         * platform/chromium/TestExpectations:
68995
68996 2012-11-08  Emil A Eklund  <eae@chromium.org>
68997
68998         Unreviewed chromium rebaselines.
68999
69000         * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69001         * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69002         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
69003         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added.
69004         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
69005         * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added.
69006         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
69007         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added.
69008         * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added.
69009         * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added.
69010         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
69011         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added.
69012         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
69013         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
69014         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added.
69015         * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
69016         * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69017         * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69018         * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69019         * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69020         * platform/efl-wk1/fast/css: Added.
69021         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
69022         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added.
69023         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
69024         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
69025         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added.
69026         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added.
69027         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
69028         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
69029         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed.
69030         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
69031         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
69032         * platform/efl/fast/css/text-overflow-input-expected.png: Removed.
69033         * platform/efl/fast/css/text-overflow-input-expected.txt: Removed.
69034         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
69035         * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed.
69036         * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed.
69037         * platform/efl/fast/forms/input-disabled-color-expected.png: Removed.
69038         * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed.
69039         * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed.
69040         * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69041         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
69042         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69043         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed.
69044         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed.
69045         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed.
69046
69047 2012-11-08  Tony Chang  <tony@chromium.org>
69048
69049         Layout test editing/pasteboard/file-drag-to-editable.html flaky
69050         https://bugs.webkit.org/show_bug.cgi?id=101092
69051
69052         Reviewed by Ryosuke Niwa.
69053
69054         Fix a flaky test.  The problem was that we were confusing the test harness by
69055         trying to do a navigation before the initial load finished (the notifyDone()
69056         call did nothing because waitUntilDone() was missing).  Depending on the state
69057         of the frame loader when the test run, there was a race in whether or not we
69058         would dump the results before or after completing the script execution.
69059
69060         Fix this by restructuring the test to run during onload and by calling notifyDone()
69061         after the file load attempt failed.
69062
69063         * editing/pasteboard/file-drag-to-editable-expected.txt:
69064         * editing/pasteboard/script-tests/file-drag-to-editable.js:
69065         (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet.
69066         (runTest): Run test during onload event.
69067         * platform/chromium/TestExpectations: Remove flaky marker.
69068
69069 2012-11-08  Erik Arvidsson  <arv@chromium.org>
69070
69071         Wrong error type is thrown for type errors in callbacks
69072         https://bugs.webkit.org/show_bug.cgi?id=101502
69073
69074         Reviewed by Adam Barth.
69075
69076         We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR.
69077
69078         http://www.w3.org/TR/WebIDL/#es-callback-function
69079
69080         * fast/mediastream/argument-types-expected.txt:
69081         * fast/mediastream/peerconnection-argument-types-expected.txt:
69082         * fast/mediastream/script-tests/argument-types.js:
69083         * fast/mediastream/script-tests/peerconnection-argument-types.js:
69084         * fast/workers/storage/open-database-inputs-sync-expected.txt:
69085
69086 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69087
69088         Unreviewed. Even more gardening after r133898.
69089
69090         * platform/efl/TestExpectations:
69091
69092 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69093
69094         [Chromium] Unreviewed gardening - widen flaky expectation to include crash
69095
69096         * platform/chromium/TestExpectations:
69097
69098 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69099
69100         Unreviewed. More gardening after r133898.
69101
69102         * platform/efl/TestExpectations:
69103
69104 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69105
69106         [Chromium] Unreviewed gardening - fix lint failures in expectations file.
69107
69108         * platform/chromium/TestExpectations:
69109
69110 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69111
69112         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
69113         https://bugs.webkit.org/show_bug.cgi?id=101547
69114
69115         [Chromium] Unreviewed gardening - test expectations update.
69116
69117         * platform/chromium/TestExpectations:
69118
69119 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69120
69121         [Chromium] Test expectations for failing image tests following Chromium r166632.
69122
69123         Unreviewed gardening.
69124
69125         * platform/chromium/TestExpectations:
69126
69127 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69128
69129         [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux.
69130
69131         Unreviewed gardening.
69132
69133         * platform/chromium/TestExpectations:
69134
69135 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69136
69137         [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855
69138         https://bugs.webkit.org/show_bug.cgi?id=101618
69139
69140         Unreviewed gardening.
69141
69142         * platform/chromium/TestExpectations:
69143
69144 2012-11-08  Emil A Eklund  <eae@chromium.org>
69145
69146         Unreviewed chromium mac rebaseline for r101497.
69147
69148         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69149         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added.
69150         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69151         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
69152         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added.
69153         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69154         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added.
69155         * platform/chromium-mac-lion/fast/multicol/span: Added.
69156         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
69157         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
69158         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added.
69159         * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69160         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69161         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added.
69162         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69163         * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69164         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
69165         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69166         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
69167         * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
69168         * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
69169         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
69170         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added.
69171         * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69172         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
69173         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69174         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
69175         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added.
69176         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
69177         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69178         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
69179         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
69180         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69181         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
69182         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
69183         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
69184         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt:
69185         * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
69186         * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
69187         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
69188         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69189         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
69190         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
69191         * platform/chromium-mac/fast/forms/search-rtl-expected.png:
69192         * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added.
69193         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
69194         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69195         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
69196         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69197         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
69198         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added.
69199         * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69200         * platform/chromium/TestExpectations:
69201         * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed.
69202         * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69203         * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69204         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed.
69205         * platform/mac/fast/css/text-overflow-input-expected.txt: Removed.
69206         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69207         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69208
69209 2012-11-08  Wei Fanzhe  <whyer1@gmail.com>
69210
69211         While absolute positioning is put before the first flexitem, flexitems will move to a new line.
69212         https://bugs.webkit.org/show_bug.cgi?id=101294
69213
69214         Reviewed by Ojan Vafai.
69215
69216         Add a case to test flexible layout while absolute positioning is put before the first flexitem.
69217
69218         * css3/flexbox/flex-algorithm-expected.txt:
69219         * css3/flexbox/flex-algorithm.html:
69220
69221 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69222
69223         Unreviewed. Gardening after r133898.
69224
69225         * platform/efl/TestExpectations:
69226
69227 2012-11-07  Emil A Eklund  <eae@chromium.org>
69228
69229         Fix enclosingLayoutRect calls in InlineFlowBox.h
69230         https://bugs.webkit.org/show_bug.cgi?id=101497
69231
69232         Reviewed by Levi Weintraub.
69233
69234         Update tests expectations to reflect change form
69235         enclosingIntRect to enclosingLayoutRect.
69236
69237         * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69238         * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69239         * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69240         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69241         * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
69242         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
69243         * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
69244         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
69245         * platform/mac/fast/css/text-overflow-input-expected.txt:
69246         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69247         * platform/mac/fast/forms/basic-textareas-expected.txt:
69248         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
69249         * platform/mac/fast/forms/input-disabled-color-expected.txt:
69250         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
69251         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
69252         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
69253         * platform/mac/fast/forms/search-rtl-expected.txt:
69254         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69255         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69256         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
69257         * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
69258         * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
69259
69260 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
69261
69262         Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884
69263         https://bugs.webkit.org/show_bug.cgi?id=101597
69264
69265         Unreviewed, WebKit gardening.
69266
69267         Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html
69268         need new test expectations after r133884.
69269
69270         * fast/media/mq-resolution-expected.txt:
69271         * fast/media/w3c/test_media_queries-expected.txt:
69272
69273 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69274
69275         [EFL] Rebaseline fast/canvas/fillText-shadow.html
69276         https://bugs.webkit.org/show_bug.cgi?id=101587
69277
69278         Unreviewed gardening.
69279
69280         Test fast/canvas/fillText-shadow.html has to be rebased after r133834.
69281
69282         * platform/efl/fast/canvas/fillText-shadow-expected.txt:
69283
69284 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69285
69286         [EFL] Gardening after r133807 and r133820
69287         https://bugs.webkit.org/show_bug.cgi?id=101585
69288
69289         Unreviewed gardening.
69290
69291         Skipping of compositing/absolute-inside-out-of-view-fixed.html and
69292         editing/execCommand/switch-list-type-with-orphaned-li.html for EFL.
69293
69294         * platform/efl/TestExpectations:
69295
69296 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69297
69298         [EFL] Rebaseline svg/css/group-with-shadow.svg
69299         https://bugs.webkit.org/show_bug.cgi?id=101592
69300
69301         Unreviewed gardening.
69302
69303         Test svg/css/group-with-shadow.svg has to be rebaselined after r133834.
69304
69305         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed.
69306         * platform/efl/svg/css/group-with-shadow-expected.png: Added.
69307         * platform/efl/svg/css/group-with-shadow-expected.txt:
69308
69309 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
69310
69311         Warn in the inspector console when using dpi and dpcm units outside of media="print"
69312         https://bugs.webkit.org/show_bug.cgi?id=100865
69313
69314         Reviewed by Kenneth Rohde Christiansen.
69315
69316         Added layout test that checks if warning is printed to console when dpi or dpcm CSS
69317         units are used for resolution media feature.
69318
69319         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
69320         * fast/media/mq-resolution-dpi-dpcm-warning.html: Added.
69321
69322         Skip tests for platforms that doesn't support resolution media feature.
69323
69324         * platform/chromium/TestExpectations:
69325         * platform/gtk/TestExpectations:
69326         * platform/mac/TestExpectations:
69327         * platform/win/TestExpectations:
69328
69329 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69330
69331         Unreviewed GTK gardening.
69332
69333         Adding a platform-specific baseline for the test added in r133868.
69334
69335         * platform/gtk/http/tests/security/XFrameOptions: Added.
69336         * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
69337
69338 2012-11-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
69339
69340         [Qt] Unreviewed Gardening.
69341
69342         Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638.
69343
69344         * platform/qt/TestExpectations:
69345         * platform/qt/css3/filters/effect-reference-expected.png:
69346         * platform/qt/css3/filters/effect-reference-expected.txt:
69347         * platform/qt/svg/css/group-with-shadow-expected.txt:
69348
69349 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69350
69351         Unreviewed GTK gardening.
69352
69353         Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html,
69354         the test regressed in r133820
69355         Further rebaselining after r133834.
69356
69357         * platform/gtk/TestExpectations:
69358         * platform/gtk/fast/canvas/fillText-shadow-expected.txt:
69359         * platform/gtk/svg/css/group-with-shadow-expected.png:
69360         * platform/gtk/svg/css/group-with-shadow-expected.txt:
69361
69362 2012-11-08  Mike West  <mkwst@chromium.org>
69363
69364         Warn when parsing an invalid X-Frame-Options header.
69365         https://bugs.webkit.org/show_bug.cgi?id=101447
69366
69367         Reviewed by Adam Barth.
69368
69369         * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added.
69370         * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
69371         * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added.
69372             New test with an invalid frame option value.
69373
69374 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69375
69376         Unreviewed GTK gardening.
69377
69378         Moving some expectations to proper sections, unskiping a couple of tests
69379         and merging expectations for tests in printing/.
69380
69381         * platform/gtk/TestExpectations:
69382
69383 2012-11-08  Eugene Klyuchnikov  <eustas.bug@gmail.com>
69384
69385         Web Inspector: Timeline: Improve time/timeEnd appearance.
69386         https://bugs.webkit.org/show_bug.cgi?id=100936
69387
69388         Reviewed by Yury Semikhatsky.
69389
69390         Tested gluing of time/timeEnd records.
69391
69392         * inspector/timeline/timeline-time-expected.txt: Added.
69393         * inspector/timeline/timeline-time.html: Added.
69394
69395 2012-11-08  Yury Semikhatsky  <yurys@chromium.org>
69396
69397         Web Inspector: move front-end methods called from native part to InspectorFrontendAPI
69398         https://bugs.webkit.org/show_bug.cgi?id=101463
69399
69400         Reviewed by Vsevolod Vlasov.
69401
69402         Moved Web Inspector methods called from native code to InspectorFrontendAPI.
69403
69404         * http/tests/inspector-protocol/resources/InspectorTest.js:
69405         (InspectorFrontendAPI.dispatchMessageAsync):
69406
69407 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69408
69409         Unreviewed GTK gardening.
69410
69411         Rebaselining after r131974, r133037 and r133834.
69412
69413         * platform/gtk/TestExpectations:
69414         * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png:
69415         * platform/gtk/fast/table/025-expected.png:
69416         * platform/gtk/fast/table/025-expected.txt:
69417         * platform/gtk/svg/css/arrow-with-shadow-expected.png:
69418         * platform/gtk/svg/css/arrow-with-shadow-expected.txt:
69419         * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
69420         * platform/gtk/svg/css/composite-shadow-example-expected.png:
69421         * platform/gtk/svg/css/composite-shadow-example-expected.txt:
69422         * platform/gtk/svg/css/composite-shadow-text-expected.png:
69423         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added.
69424         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt:
69425         * platform/gtk/svg/css/shadow-changes-expected.png:
69426         * platform/gtk/svg/css/shadow-changes-expected.txt:
69427         * platform/gtk/svg/custom/pattern-scaling-expected.png: Added.
69428         * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added.
69429         * platform/gtk/svg/custom/pattern-skew-transformed-expected.png:
69430         * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added.
69431         * platform/gtk/svg/custom/pattern-with-transformation-expected.png:
69432         * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt:
69433         * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
69434         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
69435
69436 2012-11-08  Kunihiko Sakamoto  <ksakamoto@chromium.org>
69437
69438         User can change a disabled select (drop down box)
69439         https://bugs.webkit.org/show_bug.cgi?id=100932
69440
69441         Reviewed by Kent Tamura.
69442
69443         Verify that keyboard events do not change value of disabled select.
69444
69445         * fast/forms/select/select-disabled-expected.txt: Added.
69446         * fast/forms/select/select-disabled.html: Added.
69447
69448 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69449
69450         [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
69451         https://bugs.webkit.org/show_bug.cgi?id=94501
69452
69453         Unreviewed unskipped test.
69454
69455         * platform/chromium/TestExpectations:
69456
69457 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69458
69459         Web Inspector: Migrate inspector IndexedDB support to frontend API.
69460         https://bugs.webkit.org/show_bug.cgi?id=101457
69461
69462         Reviewed by Pavel Feldman.
69463
69464         * http/tests/inspector/indexeddb/database-data.html:
69465
69466 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69467
69468         Web Inspector: Infinite loop in DataGrid::autoSizeColumn
69469         https://bugs.webkit.org/show_bug.cgi?id=101363
69470
69471         Reviewed by Pavel Feldman.
69472
69473         * inspector/datagrid-autosize-expected.txt: Added.
69474         * inspector/datagrid-autosize.html: Added.
69475
69476 2012-11-07  Keishi Hattori  <keishi@webkit.org>
69477
69478         Implement week picking to calendar picker
69479         https://bugs.webkit.org/show_bug.cgi?id=101449
69480
69481         Reviewed by Kent Tamura.
69482
69483         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM.
69484
69485 2012-11-07  Hayato Ito  <hayato@chromium.org>
69486
69487         Unreviewed, WebKit gardening.
69488
69489         Put the deleted line back in r133849 and delete the other one.
69490
69491         * platform/chromium/TestExpectations:
69492
69493 2012-11-07  Hayato Ito  <hayato@chromium.org>
69494
69495         Unreviewed, WebKit gardening.
69496
69497         Remove a duplication which caused a webkit-lint error.
69498
69499         * platform/chromium/TestExpectations:
69500
69501 2012-11-07  Sheriff Bot  <webkit.review.bot@gmail.com>
69502
69503         Unreviewed, rolling out r133841.
69504         http://trac.webkit.org/changeset/133841
69505         https://bugs.webkit.org/show_bug.cgi?id=101542
69506
69507         Reverted patches were innocent (Requested by shinyak on
69508         #webkit).
69509
69510         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
69511         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
69512         * platform/chromium/TestExpectations:
69513
69514 2012-11-07  Hayato Ito  <hayato@chromium.org>
69515
69516         Unreviewed, WebKit gardening.
69517
69518         Rebaseline after r133384.
69519         
69520         * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt.
69521         * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69522         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69523         * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added.
69524         * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69525         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.png.
69526         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69527         * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69528         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
69529         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt:
69530         * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added.
69531         * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69532         * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69533         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
69534         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69535         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69536         * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added.
69537         * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
69538         * platform/chromium/TestExpectations:
69539         * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69540         * platform/chromium/svg/css/group-with-shadow-expected.png: Removed.
69541         * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png.
69542         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png.
69543         * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69544
69545 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69546
69547         Unreviewed, new chromium-mac-mountainlion svg baselines.
69548
69549 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
69550
69551         Unreviewed, rolling out r133428 and r133749
69552         https://bugs.webkit.org/show_bug.cgi?id=101533
69553
69554         These patches might cause memory regression.
69555
69556         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed.
69557         * fast/dom/shadow/styling-pseudo-attribute.html: Removed.
69558         * platform/chromium/TestExpectations:
69559
69560 2012-11-07  Hayato Ito  <hayato@chromium.org>
69561
69562         Unreviewed gardening.
69563
69564         Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539.
69565
69566         * platform/chromium/TestExpectations:
69567
69568 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69569
69570         Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables.
69571
69572 2012-11-07  Tim Horton  <timothy_horton@apple.com>
69573
69574         Repaint issues with -webkit-svg-shadow used on a container
69575         https://bugs.webkit.org/show_bug.cgi?id=65643
69576         <rdar://problem/7600532>
69577
69578         Reviewed by Simon Fraser.
69579
69580         * platform/chromium/TestExpectations: Mark tests as needing rebaseline.
69581         * platform/efl/TestExpectations: Mark tests as needing rebaseline.
69582         * platform/gtk/TestExpectations: Mark tests as needing rebaseline.
69583         * platform/qt/TestExpectations: Mark tests as needing rebaseline.
69584
69585         * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
69586         * platform/mac/svg/css/arrow-with-shadow-expected.txt:
69587         * platform/mac/svg/css/clippath-with-shadow-expected.txt:
69588         * platform/mac/svg/css/composite-shadow-example-expected.txt:
69589         * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
69590         * platform/mac/svg/css/group-with-shadow-expected.txt:
69591         * platform/mac/svg/css/shadow-changes-expected.txt:
69592         * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
69593         Rebaseline Mac results due to this change.
69594
69595         * svg/css/parent-shadow-offscreen-expected.svg: Added.
69596         * svg/css/parent-shadow-offscreen.svg: Added.
69597         Add a new test that ensures that <g> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
69598
69599         * svg/css/root-shadow-offscreen-expected.svg: Added.
69600         * svg/css/root-shadow-offscreen.svg: Added.
69601         Add a new test that ensures that <svg> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
69602
69603         * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
69604         * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
69605         * svg/repaint/repaint-webkit-svg-shadow.svg: Added.
69606         Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated.
69607
69608 2012-11-07  Roger Fong  <roger_fong@apple.com>
69609
69610         Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
69611         https://bugs.webkit.org/show_bug.cgi?id=101538
69612
69613         Rubberstamped by Tim Horton.
69614
69615         * platform/win/css1/font_properties/font-expected.txt:
69616         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
69617         * platform/win/editing/selection/caret-ltr-right-expected.txt:
69618         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
69619         * platform/win/editing/selection/caret-rtl-right-expected.txt:
69620         * platform/win/editing/selection/mixed-editability-10-expected.txt:
69621         * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
69622         * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
69623         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
69624         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
69625         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
69626         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
69627         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
69628         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
69629         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
69630         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
69631         * platform/win/fast/borders/bidi-012-expected.txt:
69632         * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
69633         * platform/win/fast/forms/file/file-input-disabled-expected.txt:
69634         * platform/win/fast/inline/inline-box-background-expected.txt:
69635         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
69636         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
69637         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
69638         * platform/win/fast/lists/003-vertical-expected.txt:
69639         * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
69640         * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
69641         * platform/win/transforms/2d/hindi-rotated-expected.txt:
69642
69643 2012-11-07  Keishi Hattori  <keishi@webkit.org>
69644
69645         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky
69646         https://bugs.webkit.org/show_bug.cgi?id=101408
69647
69648         Reviewed by Kent Tamura.
69649
69650         Mistake with timezone was making this test flaky.
69651
69652         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
69653
69654 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69655
69656         Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3.
69657
69658 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69659
69660         Unreviewed, chromium expectations cleanup
69661
69662         Remove entries for a couple of passing tests and one stale pixel
69663         result for a reftest.
69664
69665         * platform/chromium-mac-mountainlion/TestExpectations:
69666         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed.
69667         * platform/chromium/TestExpectations:
69668
69669 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69670
69671         Unreviewed, update chromium-mac-ml expectations after r133811 and r133814.
69672
69673         * platform/chromium-mac-mountainlion/TestExpectations:
69674         * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
69675         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed.
69676         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed.
69677         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed.
69678         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed.
69679         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed.
69680         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed.
69681         * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed.
69682         * platform/chromium/TestExpectations:
69683
69684 2012-11-07  KyungTae Kim  <ktf.kim@samsung.com>
69685
69686         [EFL] Remove exif-orientation-image-document.html from failure list
69687         https://bugs.webkit.org/show_bug.cgi?id=101518
69688
69689         Unreviewed gardening.
69690
69691         fast/images/exif-orientation-image-document.html passes after r133728
69692
69693         * platform/efl-wk1/TestExpectations:
69694
69695 2012-11-07  Philip Rogers  <pdr@google.com>
69696
69697         Rebaselinene after external SVG unblocked in WK100485
69698         https://bugs.webkit.org/show_bug.cgi?id=101248
69699
69700         Unreviewed update of test expectations.
69701
69702         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
69703         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69704         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
69705         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
69706         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
69707         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69708         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
69709         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
69710         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
69711         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69712         * platform/chromium/TestExpectations:
69713
69714 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69715
69716         Unreviewed, update chromium-mac-mountainlion baselines for css2.1
69717
69718 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69719
69720         Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323
69721
69722 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69723
69724         [Chromium] Unreviewed gardening.
69725
69726         * platform/chromium/TestExpectations:
69727
69728 2012-11-07  Beth Dakin  <bdakin@apple.com>
69729
69730         https://bugs.webkit.org/show_bug.cgi?id=101303
69731         Fixed position elements that are out of view still end up forcing 
69732         non-threaded scrolling
69733         -and corresponding-
69734         <rdar://problem/12642222>
69735
69736         Reviewed by Simon Fraser.
69737
69738         New tests for an invisible fixed object that has visible children.
69739         * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
69740         * compositing/absolute-inside-out-of-view-fixed.html: Added.
69741         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added.
69742         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added.
69743
69744         Updated results because these tests can now scroll on the scrolling 
69745         thread, yay!
69746         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt:
69747         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:
69748
69749 2012-11-07  Philip Rogers  <pdr@google.com>
69750
69751         Update expectations for svg/text/text-rescale.svg
69752
69753         Unreviewed update of test expectations.
69754
69755         This test needed a rebaseline after r133786.
69756
69757         * platform/chromium-win/svg/text/text-rescale-expected.png:
69758         * platform/efl/svg/text/text-rescale-expected.png: Removed.
69759
69760 2012-11-07  Philip Rogers  <pdr@google.com>
69761
69762         Skip SVG repaint tracking when parent container transforms
69763         https://bugs.webkit.org/show_bug.cgi?id=101177
69764
69765         Reviewed by Eric Seidel.
69766
69767         The repaint area in svg/repaint/inner-svg-change-viewBox.svg has
69768         been tightened as a result of this patch.
69769
69770         * platform/chromium/TestExpectations:
69771         * platform/mac/TestExpectations:
69772
69773 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
69774
69775         [Qt] Text on scaled layer is blurry
69776         https://bugs.webkit.org/show_bug.cgi?id=101491
69777
69778         Unreviewed gardening.
69779
69780         Mark tests as ImageOnlyFailure.
69781
69782         * platform/qt-5.0-wk2/TestExpectations:
69783
69784 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
69785
69786         Enable text dump in fast/forms/file/get-file-upload.html earlier.
69787         https://bugs.webkit.org/show_bug.cgi?id=101468
69788
69789         Reviewed by Kentaro Hara.
69790
69791         Do not call testRunner.dumpAsText() only when processing the form
69792         submission, since that will not be triggered if a port does not
69793         support, say, beginDragWithFiles(), and a useless pixel result
69794         will be generated in that case.
69795
69796         Instead, call dumpAsText() as early as possible.
69797
69798         * fast/forms/file/get-file-upload.html:
69799
69800 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69801
69802         IndexedDB: Assertion failure with open() within upgradeneeded
69803         https://bugs.webkit.org/show_bug.cgi?id=96947
69804
69805         Reviewed by Dimitri Glazkov.
69806
69807         Exercise the code path leading to the assert by having a second version change transaction
69808         unblocked by the first's connection closing. Includes a known failure due to metadata
69809         snapshot timing.
69810
69811         * storage/indexeddb/resources/unblocked-version-changes.js: Added.
69812         (test):
69813         (openConnection):
69814         (onUpgradeNeeded):
69815         (onError):
69816         (onUpgradeNeeded2):
69817         (onSuccess):
69818         * storage/indexeddb/unblocked-version-changes-expected.txt: Added.
69819         * storage/indexeddb/unblocked-version-changes.html: Added.
69820
69821 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
69822
69823         Fix failing platform/mac/tiled-drawing on Lion.
69824         
69825         It's not possible to use TestExpectations to skip tests on all but current mac-wk2,
69826         so just land results for Lion.
69827
69828         * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
69829         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added.
69830         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
69831         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
69832         * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
69833         * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
69834         * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
69835         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
69836         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
69837         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
69838         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
69839         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
69840         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
69841         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
69842         * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
69843
69844 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
69845
69846         [Shadow] Style should update when 'pseudo' attribute is dynamically updated
69847         https://bugs.webkit.org/show_bug.cgi?id=100918
69848
69849         Reviewed by Dimitri Glazkov.
69850
69851         * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added.
69852         * fast/dom/shadow/pseudo-attribute-dynamic.html: Added.
69853
69854 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69855
69856         Unreviewed test expectations update.
69857
69858         * platform/chromium/TestExpectations:
69859
69860 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69861
69862         [Chromium] Unreviewed gardening. Rebaseline the tests added
69863         in http://trac.webkit.org/changeset/133686 - part deux.
69864
69865         * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added.
69866         * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added.
69867         * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added.
69868
69869 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69870
69871         Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
69872         https://bugs.webkit.org/show_bug.cgi?id=101361
69873
69874         Unreviewed test fix.
69875
69876         * inspector/debugger/script-formatter-breakpoints.html:
69877         * platform/chromium/TestExpectations:
69878
69879 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
69880
69881         [Qt] Unreviewed gardening
69882
69883         Some image expectetions was accidentally added for reference tests and it consused nrwt.
69884         Deleted them.
69885
69886         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed.
69887         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed.
69888         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
69889         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed.
69890
69891 2012-11-07  Zan Dobersek  <zandobersek@gmail.com>
69892
69893         Unreviewed GTK gardening.
69894
69895         Adding a timeout expectation for the test introduced in r133660.
69896         Adding timeout expectations for two media tests that started timing
69897         out probably after r133633.
69898
69899         * platform/gtk/TestExpectations:
69900
69901 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
69902
69903         [EFL] Unreviewed gardening.
69904
69905         Rebaselining a few ruby tests.
69906
69907         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
69908         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
69909         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
69910         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
69911         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
69912         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
69913
69914 2012-11-07  Csaba Osztrogonác  <ossy@webkit.org>
69915
69916         [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.
69917
69918         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
69919         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
69920         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
69921
69922 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
69923
69924         [EFL] Unreviewed gardening.
69925
69926         navigator-vibration.html is still crashing occasionally.
69927
69928         * platform/efl-wk2/TestExpectations:
69929
69930 2012-11-07  Andrey Adaikin  <aandrey@chromium.org>
69931
69932         Web Inspector: [Canvas] Save CanvasGradient objects state for a replay
69933         https://bugs.webkit.org/show_bug.cgi?id=101432
69934
69935         Reviewed by Pavel Feldman.
69936
69937         Alerts about API changes to CanvasGradient and CanvasPattern classes.
69938         Checks capturing for CanvasGradient objects' state.
69939
69940         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt:
69941         * inspector/profiler/canvas2d/canvas2d-api-changes.html:
69942         * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added.
69943         * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added.
69944
69945 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
69946
69947         [EFL] Unreviewed gardening.
69948
69949         fast/repaint/block-selection-gap-in-table-cell.html is not
69950         rendering correctly, so skip it when running pixel tests. Need a
69951
69952         * platform/efl/TestExpectations:
69953
69954 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69955
69956         Unreviewed inspector test polish.
69957         Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging.
69958
69959         * http/tests/inspector/indexeddb/database-data-expected.txt:
69960         * http/tests/inspector/indexeddb/database-data.html:
69961         * http/tests/inspector/indexeddb/indexeddb-test.js:
69962         (onIndexedDBError):
69963         (onIndexedDBBlocked):
69964         (doWithDatabase):
69965
69966 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
69967
69968         [EFL] Gardening. Add or fix a few pixel expectations.
69969
69970         * platform/efl/compositing/plugins/composited-plugin-expected.png:
69971         * platform/efl/compositing/repaint/composited-document-element-expected.png: Added.
69972         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
69973         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
69974         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
69975         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
69976         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
69977         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
69978         * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added.
69979         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
69980         * platform/efl/plugins/netscape-dom-access-expected.png: Added.
69981
69982 2012-11-07  Stephen White  <senorblanco@chromium.org>
69983
69984         Now that it no longer produces image results, remove unnecessary
69985         PNGs for crash-hw-sw-switch.html.  Unreviewed.
69986
69987         * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69988         * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69989         * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69990         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69991         * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69992         * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69993         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
69994
69995 2012-11-07  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
69996
69997         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
69998         https://bugs.webkit.org/show_bug.cgi?id=93611
69999
70000         Reviewed by Gyuyoung Kim.
70001
70002         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
70003         Add new missing baselines for two spelling tests for EFL platform.
70004
70005         * platform/efl-wk2/TestExpectations:
70006         * platform/efl/TestExpectations:
70007         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
70008         * platform/efl/editing/spelling/spelling-expected.txt: Added.
70009
70010 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
70011
70012         [EFL] Unreviewed gardening.
70013
70014         Marking new test media/progress-events-generated-correctly.html as failing on EFL.
70015
70016         * platform/efl/TestExpectations:
70017
70018 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
70019
70020         [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
70021         https://bugs.webkit.org/show_bug.cgi?id=101343
70022
70023         Reviewed by Kenneth Rohde Christiansen.
70024
70025         Unskipping exif-orientation-image-document.html now that respecting
70026         orientation is default enabled for image documents.
70027
70028         * platform/efl-wk2/TestExpectations:
70029
70030 2012-11-06  Yury Semikhatsky  <yurys@chromium.org>
70031
70032         Console not displaying all properties of an Object once native Constructor overwritten
70033         https://bugs.webkit.org/show_bug.cgi?id=101320
70034
70035         Reviewed by Pavel Feldman.
70036
70037         Check that Web Inspector's console works fine if Object is overwritten in the inspected
70038         page.
70039
70040         * inspector/console/console-Object-overwritten-expected.txt: Added.
70041         * inspector/console/console-Object-overwritten.html: Added.
70042
70043 2012-11-06  Kangil Han  <kangil.han@samsung.com>
70044
70045         [EFL][WK2] media/media-continues-playing-after-replace-source.html fails
70046         https://bugs.webkit.org/show_bug.cgi?id=101429
70047
70048         Unreviewed, EFL gardening.
70049
70050         media-continues-playing-after-replace-source.html test case crashes in WK2 only.
70051
70052         * platform/efl-wk2/TestExpectations:
70053
70054 2012-11-06  Dan Beam  <dbeam@chromium.org>                                                                                          
70055
70056         Enable REQUEST_AUTOCOMPLETE for chromium port
70057         https://bugs.webkit.org/show_bug.cgi?id=101376
70058
70059         Reviewed by Adam Barth.
70060
70061         This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use
70062         HTMLFormElement#requestAutocomplete as the chrome-side work progresses further.
70063
70064         * fast/forms/form-request-autocomplete-expected.txt:
70065
70066         Updated to match form-request-autocomplete.html changes.
70067
70068         * fast/forms/form-request-autocomplete.html:
70069
70070         Remove bug number as per Adam Barth <abarth@webkit.org>'s advice.
70071
70072         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added.
70073
70074         Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory
70075         (as chromium is currently the only place the feature is enabled).
70076
70077 2012-11-06  Ken Buchanan  <kenrb@chromium.org>
70078
70079         Crash due to column span under button element
70080         https://bugs.webkit.org/show_bug.cgi?id=101402
70081
70082         Reviewed by Abhishek Arya.
70083
70084         Test creates crashing condition for bug 101402.
70085
70086         * fast/block/colspan-under-button-crash.html: Added.
70087         * fast/block/colspan-under-button-crash-expected.txt: Added.
70088
70089 2012-11-06  Jaehun Lim  <ljaehun.lim@samsung.com>
70090
70091         [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails
70092         https://bugs.webkit.org/show_bug.cgi?id=101417
70093
70094         Unreviewed, EFL gardening.
70095
70096         shadowdom-for-object-only-shadow.html test is flaky in WK2 only.
70097
70098         * platform/efl-wk2/TestExpectations:
70099
70100 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70101
70102         [Shadow] Pseudo custom-elements should start with 'x-'.
70103         https://bugs.webkit.org/show_bug.cgi?id=100919
70104
70105         Reviewed by Dimitri Glazkov.
70106
70107         * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added.
70108         * fast/dom/shadow/pseudo-attribute-rendering.html: Added.
70109
70110 2012-11-06  Alice Boxhall  <aboxhall@chromium.org>
70111
70112         Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms.
70113
70114         * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added.
70115         * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added.
70116         * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added.
70117         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png:
70118         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70119         * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png:
70120         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70121         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
70122         * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added.
70123         * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added.
70124         * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added.
70125         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70126         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png.
70127
70128 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70129
70130         fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds
70131         https://bugs.webkit.org/show_bug.cgi?id=60092
70132
70133         [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often.
70134
70135         * platform/chromium/TestExpectations:
70136
70137 2012-11-06  Hans Muller  <hmuller@adobe.com>
70138
70139         [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
70140         https://bugs.webkit.org/show_bug.cgi?id=101405
70141
70142         Reviewed by Dirk Schulze.
70143
70144         When the exclusions/shape-inside subpixel layout JS code was refactored,
70145         (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
70146         properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.
70147
70148         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
70149         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
70150         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
70151         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
70152
70153 2012-11-06  Stephen White  <senorblanco@chromium.org>
70154
70155         Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
70156         passes.  Unreviewed.
70157
70158         * css3/filters/crash-hw-sw-switch.html:
70159
70160 2012-11-06  Noel Gordon  <noel.gordon@gmail.com>
70161
70162         (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
70163         https://bugs.webkit.org/show_bug.cgi?id=93636
70164
70165         Reviewed by Simon Fraser.
70166
70167         Remove this test: fast/images/jpeg-partial-load.html is now used to test
70168         partial jpeg image loads.
70169
70170         * http/tests/images/jpg-img-partial-load-expected.png: Removed.
70171         * http/tests/images/jpg-img-partial-load-expected.txt: Removed.
70172         * http/tests/images/jpg-img-partial-load.html: Removed.
70173         * platform/mac/TestExpectations:
70174         * platform/win/TestExpectations:
70175         * platform/wincairo/TestExpectations:
70176
70177 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70178
70179         [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com
70180         and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408
70181
70182         * platform/chromium/TestExpectations:
70183
70184 2012-11-06  Stephen White  <senorblanco@chromium.org>
70185
70186         Removed useless image baselines for filter-empty-element-crash.
70187         Unreviewed.
70188
70189         * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed.
70190         * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
70191         * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed.
70192         * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed.
70193         * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
70194         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
70195
70196 2012-11-06  Stephen White  <senorblanco@chromium.org>
70197
70198         [Chromium] New baselines for some CSS3 filter tests.  Unreviewed.
70199
70200         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
70201         * platform/chromium-mac/css3/filters/effect-reference-expected.png:
70202         * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
70203         * platform/chromium-win/css3/filters/effect-reference-expected.png:
70204         * platform/chromium-win/css3/filters/effect-reference-expected.txt:
70205
70206 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
70207
70208         -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized
70209         https://bugs.webkit.org/show_bug.cgi?id=89287
70210
70211         Reviewed by Beth Dakin.
70212
70213         Test with -webkit-background-clip: text on the body, which scrolls.
70214         
70215         Some additional tests that exercise different combinations of html and
70216         body transform and background.
70217
70218         * compositing/repaint/composited-document-element.html:
70219         * fast/backgrounds/background-clip-text-on-body-expected.png: Added.
70220         * fast/backgrounds/background-clip-text-on-body-expected.txt: Added.
70221         * fast/backgrounds/background-clip-text-on-body.html: Added.
70222         * fast/backgrounds/transformed-body-background-expected.png: Added.
70223         * fast/backgrounds/transformed-body-background-expected.txt: Added.
70224         * fast/backgrounds/transformed-body-background.html: Added.
70225         * fast/backgrounds/transformed-body-html-background-expected.png: Added.
70226         * fast/backgrounds/transformed-body-html-background-expected.txt: Added.
70227         * fast/backgrounds/transformed-body-html-background.html: Added.
70228         * fast/backgrounds/transformed-html-body-background-expected.png: Added.
70229         * fast/backgrounds/transformed-html-body-background-expected.txt: Added.
70230         * fast/backgrounds/transformed-html-body-background.html: Added.
70231
70232 2012-11-06  Hans Muller  <hmuller@adobe.com>
70233
70234         [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order
70235         https://bugs.webkit.org/show_bug.cgi?id=100763
70236
70237         Reviewed by Darin Adler.
70238
70239         Verify that a shape-inside polygon whose vertices are specified in counterclockwise
70240         order is handled correctly.
70241
70242         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added.
70243         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added.
70244
70245 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70246
70247         Unreviewed, remove a couple of passing tests from chromium expectations.
70248
70249         * platform/chromium-mac-mountainlion/TestExpectations:
70250         * platform/chromium/TestExpectations:
70251
70252 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70253
70254         [EFL] Unreviewed gardening after r133676.
70255
70256         * platform/efl-wk2/TestExpectations: Unskip a few passing tests.
70257
70258 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70259
70260         http/tests/inspector-enabled/dynamic-scripts.html is flakey
70261         https://bugs.webkit.org/show_bug.cgi?id=100926
70262
70263         Unreviewed gardening.
70264
70265         * platform/chromium/TestExpectations:
70266
70267 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70268
70269         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
70270         https://bugs.webkit.org/show_bug.cgi?id=101377
70271
70272         Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun.
70273
70274         * platform/chromium/TestExpectations:
70275
70276 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70277
70278         Unreviewed chromium, chromium-mac-mountainlion gardening
70279
70280         Remove a bunch of passing tests, and clean up a couple of ML issues.
70281
70282         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed.
70283         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
70284         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
70285         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
70286         * platform/chromium/TestExpectations:
70287
70288 2012-11-06  John Griggs  <jgriggs@rim.com>
70289
70290         Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform
70291         https://bugs.webkit.org/show_bug.cgi?id=100378
70292
70293         Reviewed by Eric Carlson.
70294
70295         Implement this method for BlackBerry platform.
70296
70297         New test: LayoutTests/media/progress-events-generated-correctly.html
70298
70299         * media/progress-events-generated-correctly-expected.txt: Added.
70300         * media/progress-events-generated-correctly.html: Added.
70301         * platform/chromium/TestExpectations:
70302         * platform/mac/TestExpectations:
70303
70304 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70305
70306         [Chromium] Unreviewed gardening.
70307
70308         * platform/chromium/TestExpectations:
70309
70310 2012-11-06  Andrei Bucur  <abucur@adobe.com>
70311
70312         [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled
70313         https://bugs.webkit.org/show_bug.cgi?id=101364
70314
70315         Reviewed by Simon Fraser.
70316
70317         There are no changes in the code. Only the tests had to be fixed.
70318
70319         * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin.
70320         * fast/regions/floats-basic-in-variable-width-regions-expected.html: Because of how regions are implemented, the left offset for lines is 50px (the float width) - X.5px (margin: auto gives a different value in the two regions). This translated into 37.5px which triggered a sub-pixel layout issue. The new width values changes the X.5px into a rounded value.
70321         * fast/regions/floats-basic-in-variable-width-regions.html: See above
70322         * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height.
70323
70324 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70325
70326         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
70327         https://bugs.webkit.org/show_bug.cgi?id=101377
70328
70329         Unreviewed gardening. Add new expectation, remove expectation for reverted change.
70330
70331         * platform/chromium/TestExpectations:
70332
70333 2012-11-06  Sheriff Bot  <webkit.review.bot@gmail.com>
70334
70335         Unreviewed, rolling out r133529 and r133562.
70336         http://trac.webkit.org/changeset/133529
70337         http://trac.webkit.org/changeset/133562
70338         https://bugs.webkit.org/show_bug.cgi?id=101371
70339
70340         Caused 15% memory regression on Chromium page cyclers
70341         (Requested by jsbell|gardener on #webkit).
70342
70343         * css3/line-break/line-break-auto-centered-expected.html: Removed.
70344         * css3/line-break/line-break-auto-centered.html: Removed.
70345         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70346         * css3/line-break/line-break-auto-half-kana.html: Removed.
70347         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
70348         * css3/line-break/line-break-auto-hyphens.html: Removed.
70349         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
70350         * css3/line-break/line-break-auto-inseparables.html: Removed.
70351         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
70352         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
70353         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
70354         * css3/line-break/line-break-auto-postfixes.html: Removed.
70355         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
70356         * css3/line-break/line-break-auto-prefixes.html: Removed.
70357         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70358         * css3/line-break/line-break-auto-sound-marks.html: Removed.
70359         * css3/line-break/line-break-loose-centered-expected.html: Removed.
70360         * css3/line-break/line-break-loose-centered.html: Removed.
70361         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
70362         * css3/line-break/line-break-loose-half-kana.html: Removed.
70363         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
70364         * css3/line-break/line-break-loose-hyphens.html: Removed.
70365         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
70366         * css3/line-break/line-break-loose-inseparables.html: Removed.
70367         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
70368         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
70369         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
70370         * css3/line-break/line-break-loose-postfixes.html: Removed.
70371         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
70372         * css3/line-break/line-break-loose-prefixes.html: Removed.
70373         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
70374         * css3/line-break/line-break-loose-sound-marks.html: Removed.
70375         * css3/line-break/line-break-normal-centered-expected.html: Removed.
70376         * css3/line-break/line-break-normal-centered.html: Removed.
70377         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
70378         * css3/line-break/line-break-normal-half-kana.html: Removed.
70379         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
70380         * css3/line-break/line-break-normal-hyphens.html: Removed.
70381         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
70382         * css3/line-break/line-break-normal-inseparables.html: Removed.
70383         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
70384         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
70385         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
70386         * css3/line-break/line-break-normal-postfixes.html: Removed.
70387         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
70388         * css3/line-break/line-break-normal-prefixes.html: Removed.
70389         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
70390         * css3/line-break/line-break-normal-sound-marks.html: Removed.
70391         * css3/line-break/line-break-strict-centered-expected.html: Removed.
70392         * css3/line-break/line-break-strict-centered.html: Removed.
70393         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
70394         * css3/line-break/line-break-strict-half-kana.html: Removed.
70395         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
70396         * css3/line-break/line-break-strict-hyphens.html: Removed.
70397         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
70398         * css3/line-break/line-break-strict-inseparables.html: Removed.
70399         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
70400         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
70401         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
70402         * css3/line-break/line-break-strict-postfixes.html: Removed.
70403         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
70404         * css3/line-break/line-break-strict-prefixes.html: Removed.
70405         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
70406         * css3/line-break/line-break-strict-sound-marks.html: Removed.
70407         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70408         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70409         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70410         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70411
70412 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70413
70414         Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests.
70415
70416         * platform/chromium-mac-mountainlion/TestExpectations:
70417
70418 2012-11-06  Stephen White  <senorblanco@chromium.org>
70419
70420         Don't dump pixels for filter-empty-element-crash.
70421         https://bugs.webkit.org/show_bug.cgi?id=101359
70422
70423         Reviewed by Adrienne Walker.
70424
70425         * css3/filters/filter-empty-element-crash.html:
70426
70427 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
70428
70429         (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac
70430         https://bugs.webkit.org/show_bug.cgi?id=101220
70431
70432         New baselines for two more tests whose output was affected by enabling subpixel layout.
70433
70434         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
70435         * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
70436
70437 2012-11-06  Stephen White  <senorblanco@chromium.org>
70438
70439         Add new test cases to layout test effect-reference and effect-reference-hw.
70440         https://bugs.webkit.org/show_bug.cgi?id=101366
70441
70442         Reviewed by Dean Jackson.
70443
70444         * css3/filters/effect-reference-hw.html:
70445         * css3/filters/effect-reference.html:
70446         Add some test cases for feBlend and feSpecularLighting.
70447
70448 2012-11-06  Rick Byers  <rbyers@chromium.org>
70449
70450         [chromium] Two touchadjustment tests are failing on mac
70451         https://bugs.webkit.org/show_bug.cgi?id=100833
70452
70453         Reviewed by Antonio Gomes.
70454
70455         Re-enable these two tests with appropriate tweaks.  Also avoid the platform dependant
70456         behavior by switching to the Ahem font.
70457
70458         * platform/chromium/TestExpectations: Remove the failure expectations.
70459         * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass
70460         reliably.  Previously this passed only due to a bug in the test infrastructure fixed in r132929.
70461         * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of
70462         the border in the measurement of the size of the div.
70463
70464 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70465
70466         [Chromium] Unreviewed gardening.
70467
70468         * platform/chromium/TestExpectations:
70469
70470 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70471
70472         [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7
70473         https://bugs.webkit.org/show_bug.cgi?id=101368
70474
70475         Unreviewed gardening.
70476
70477         * platform/chromium/TestExpectations:
70478
70479 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
70480
70481         Fix RenderGeometryMap assertion when layers are scrolled during layout
70482         https://bugs.webkit.org/show_bug.cgi?id=101292
70483
70484         Reviewed by Beth Dakin.
70485
70486         Test that hit the assertion before the fix.
70487
70488         * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added.
70489         * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added.
70490
70491 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70492
70493         [Chromium] Unreviewed gardening - more rebaselines following bug 101115.
70494
70495         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
70496         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70497         * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added.
70498         * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added.
70499
70500 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70501
70502         [EFL] Gardening, add pixel expectation for test.
70503
70504         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
70505
70506 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70507
70508         [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug
70509         https://bugs.webkit.org/show_bug.cgi?id=101362
70510
70511         Unreviewed gardening.
70512
70513         * platform/chromium/TestExpectations:
70514
70515 2012-11-06  Mike West  <mkwst@chromium.org>
70516
70517         CSP 1.1: Tweak the script interface to match the spec.
70518         https://bugs.webkit.org/show_bug.cgi?id=101321
70519
70520         Reviewed by Adam Barth.
70521
70522         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
70523         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html:
70524         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
70525         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html:
70526         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html:
70527         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html:
70528         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html:
70529         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html:
70530         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html:
70531         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html:
70532         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html:
70533         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt:
70534         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html:
70535         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt:
70536         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
70537         * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
70538             s/document.SecurityPolicy/document.securityPolicy/g
70539         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added.
70540         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added.
70541         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added.
70542         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added.
70543             For whatever reason, we never wrote tests for these methods. Now we
70544             have, which is good.
70545
70546 2012-11-06  David Barton  <dbarton@mathscribe.com>
70547
70548         Unreviewed gardening after bug 101115 fixed.
70549
70550         * platform/chromium-linux-x86/fast/block/lineboxcontain: Added.
70551         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
70552         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70553         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70554         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added.
70555         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70556         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png:
70557         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
70558         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70559         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70560         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added.
70561         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70562         * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png:
70563         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png:
70564         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
70565         * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png:
70566         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png:
70567         * platform/chromium-win-xp/fast/block/lineboxcontain: Added.
70568         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70569         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70570         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added.
70571         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70572         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70573         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70574         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added.
70575         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70576         * platform/chromium/TestExpectations:
70577
70578 2012-11-06  Stephen White  <senorblanco@chromium.org>
70579
70580         [Chromium] Make webkit_lint happy.  Unreviewed.
70581
70582         * platform/chromium/TestExpectations:
70583
70584 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70585
70586         [EFL] Unreviewed gardening.
70587
70588         Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky.
70589
70590         * platform/efl/TestExpectations:
70591
70592 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70593
70594         [EFL] Gardening. Unskip test that's been passing for a while.
70595
70596         * platform/efl-wk2/TestExpectations:
70597
70598 2012-11-06  Andrey Lushnikov  <lushnikov@google.com>
70599
70600         Added console.clear() method
70601
70602         Web Inspector: add console.clear()
70603         https://bugs.webkit.org/show_bug.cgi?id=101021
70604
70605         Reviewed by Vsevolod Vlasov.
70606
70607         * inspector/console/console-clear-function-expected.txt: Added.
70608         * inspector/console/console-clear-function.html: Added.
70609
70610 2012-11-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
70611
70612         [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots
70613         https://bugs.webkit.org/show_bug.cgi?id=101344
70614
70615         Unreviewed gardening.
70616
70617         * platform/efl-wk2/TestExpectations:
70618
70619 2012-11-06  Stephen White  <senorblanco@chromium.org>
70620
70621         [Chromium] Unreviewed gardening.
70622
70623         * platform/chromium/TestExpectations:
70624
70625 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
70626
70627         Heap-buffer-overflow in WebCore::TextTrackCueList::add
70628         https://bugs.webkit.org/show_bug.cgi?id=101018
70629
70630         Reviewed by Eric Carlson.
70631
70632         Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash.
70633
70634         * media/track/track-add-remove-cue-expected.txt:
70635         * media/track/track-add-remove-cue.html:
70636
70637 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
70638
70639         Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout
70640         https://bugs.webkit.org/show_bug.cgi?id=100981
70641
70642         Reviewed by Eric Carlson.
70643
70644         Added a test that removes track elements by setting innerHTML on the track's parent.
70645
70646         * media/track/track-remove-by-setting-innerHTML-expected.txt: Added.
70647         * media/track/track-remove-by-setting-innerHTML.html: Added.
70648
70649 2012-11-06  Max Feil  <mfeil@rim.com>
70650
70651         [BlackBerry] Automatically go fullscreen on video play
70652         https://bugs.webkit.org/show_bug.cgi?id=101100
70653
70654         Reviewed by Eric Carlson.
70655
70656         Test that fullscreen is entered automatically when play is
70657         pressed (PR131774). This test applies to handheld (small screen)
70658         devices only, not tablets. The html code for this test was based
70659         on video-controls-fullscreen-volume.html and modified.
70660
70661         * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added.
70662         * platform/blackberry/media/video-automatic-fullscreen.html: Added.
70663
70664 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70665
70666         Unreviewed unskip passing tests.
70667
70668         * platform/qt-arm/TestExpectations:
70669         * platform/win/TestExpectations:
70670         * platform/wincairo/TestExpectations:
70671
70672 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70673
70674         Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html
70675         https://bugs.webkit.org/show_bug.cgi?id=101195
70676
70677         Unreviewed test flakiness fix.
70678
70679         * http/tests/inspector/network/network-initiator-from-console-expected.txt:
70680         * http/tests/inspector/network/network-initiator-from-console.html:
70681         * http/tests/inspector/network/resources/silent_script.js: Added.
70682         (foo):
70683
70684 2012-11-06  Stephen White  <senorblanco@chromium.org>
70685
70686         [Chromium] Unreviewed gardening.
70687
70688         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
70689         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
70690
70691 2012-11-06  Stephen White  <senorblanco@chromium.org>
70692
70693         [Chromium] Unreviewed gardening.
70694
70695         * platform/chromium/TestExpectations:
70696
70697 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70698
70699         Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode.
70700         https://bugs.webkit.org/show_bug.cgi?id=100595
70701
70702         Reviewed by Yury Semikhatsky.
70703
70704         * inspector/debugger/script-formatter-breakpoints-expected.txt:
70705         * inspector/debugger/script-formatter-breakpoints.html:
70706
70707 2012-11-06  Alexis Menard  <alexis@webkit.org>
70708
70709         Add an extra test for background-position parsing.
70710         https://bugs.webkit.org/show_bug.cgi?id=101245
70711
70712         Reviewed by Eric Seidel.
70713
70714         This test may overlap some existing tests but they are usually
70715         old tests where the parsing is tested but mixed with the rendering
70716         verification, therefore it is not ideal to add new parsing tests.
70717         This will be useful for the upcoming support of background-position with 4
70718         values as this test will be extended to verify the parsing and later another
70719         test/patch will be added to check/support the rendering.
70720
70721         * fast/backgrounds/background-position-parsing-2-expected.txt: Added.
70722         * fast/backgrounds/background-position-parsing-2.html: Added.
70723
70724 2012-11-06  Keishi Hattori  <keishi@webkit.org>
70725
70726         The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed
70727         https://bugs.webkit.org/show_bug.cgi?id=101304
70728
70729         Reviewed by Kent Tamura.
70730
70731         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle.
70732         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto.
70733
70734 2012-11-06  Kangil Han  <kangil.han@samsung.com>
70735
70736         [EFL] Exclude fast/css/style-scoped cases from layout test running
70737         https://bugs.webkit.org/show_bug.cgi?id=101326
70738
70739         Unreviewed, EFL gardening.
70740
70741         According to BUG 49142, html5 style scoped attribute implementation is on progress.
70742         Therefore, we can skip its test cases from regular layout test running.
70743
70744         * platform/efl/TestExpectations:
70745
70746 2012-11-06  Peter Beverloo  <peter@chromium.org>
70747
70748         [Chromium] There shouldn't be linting errors about our TestExpectation files
70749
70750         Unreviewed test expectation update.
70751
70752         A number of linting errors were being displayed, partially because of my
70753         recent additions. Fix them.
70754
70755         * platform/chromium-android/TestExpectations:
70756         * platform/chromium/TestExpectations:
70757
70758 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70759
70760         [Qt] Disable all tests fast/dom/shadow
70761         https://bugs.webkit.org/show_bug.cgi?id=101324
70762
70763         Reviewed by Csaba Osztrogonác.
70764
70765         Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing.
70766         Let's skip all tests.
70767
70768         * platform/qt/TestExpectations:
70769
70770 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70771
70772         Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent
70773         https://bugs.webkit.org/show_bug.cgi?id=101064
70774
70775         Reviewed by Yury Semikhatsky.
70776
70777         * http/tests/inspector/network/request-name-path-expected.txt: Added.
70778         * http/tests/inspector/network/request-name-path.html: Added.
70779
70780 2012-11-06  Takashi Sakamoto  <tasak@google.com>
70781
70782         removeAttribute('style') not working in certain circumstances
70783         https://bugs.webkit.org/show_bug.cgi?id=99295
70784
70785         Reviewed by Ryosuke Niwa.
70786
70787         * fast/css/remove-attribute-style-expected.txt: Added.
70788         * fast/css/remove-attribute-style.html: Added.
70789
70790 2012-11-06  Peter Beverloo  <peter@chromium.org>
70791
70792         [Chromium-Android] Skip a number of crashing tests.
70793
70794         Unreviewed rebaselining.
70795
70796         * platform/chromium/TestExpectations:
70797
70798 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70799
70800         [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing
70801         https://bugs.webkit.org/show_bug.cgi?id=100826
70802
70803         Reviewed by Hajime Morita.
70804
70805         * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'.
70806         * fast/dom/shadow/shadow-pseudo-id-expected.html: Added.
70807         * fast/dom/shadow/shadow-pseudo-id.html: Added.
70808
70809 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70810
70811         [Shadow] ShadowRoot should know the existence of elements having ElementShadow.
70812         https://bugs.webkit.org/show_bug.cgi?id=100922
70813
70814         Reviewed by Hajime Morita.
70815
70816         * fast/dom/shadow/has-elementshadow-expected.txt: Added.
70817         * fast/dom/shadow/has-elementshadow.html: Added.
70818
70819 2012-11-06  Dongwoo Joshua Im  <dw.im@samsung.com>
70820
70821         [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt.
70822         https://bugs.webkit.org/show_bug.cgi?id=101317
70823
70824         Unreviewed gardening.
70825
70826         fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440.
70827
70828         * platform/gtk/TestExpectations:
70829         * platform/qt/TestExpectations:
70830
70831 2012-11-05  Yury Semikhatsky  <yurys@chromium.org>
70832
70833         Web Inspector: JavaScript web workers debugging crashes
70834         https://bugs.webkit.org/show_bug.cgi?id=101065
70835
70836         Reviewed by Alexander Pavlov.
70837
70838         Test that inspected page won't crash if inspected worker is terminated when it is paused
70839         on a breakpoint.
70840
70841         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added.
70842         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added.
70843         * platform/efl/TestExpectations:
70844         * platform/gtk/TestExpectations:
70845         * platform/mac/TestExpectations:
70846         * platform/qt/TestExpectations:
70847         * platform/win/TestExpectations:
70848         * platform/wincairo/TestExpectations:
70849
70850 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
70851
70852         [Qt] Unreviewed morning gardening, skip new failing tests.
70853
70854         * platform/qt/TestExpectations:
70855
70856 2012-11-05  David Barton  <dbarton@mathscribe.com>
70857
70858         Unreviewed gardening. Updating MathML chromium baselines.
70859
70860         * platform/chromium-linux-x86/mathml/presentation: Added.
70861         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added.
70862         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added.
70863         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added.
70864         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added.
70865         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added.
70866         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added.
70867         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added.
70868         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added.
70869         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
70870         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
70871         * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added.
70872         * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added.
70873         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added.
70874         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added.
70875         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added.
70876         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added.
70877         * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added.
70878         * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added.
70879         * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added.
70880         * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added.
70881         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added.
70882         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added.
70883         * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added.
70884         * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added.
70885         * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added.
70886         * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added.
70887         * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added.
70888         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added.
70889         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added.
70890         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added.
70891         * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added.
70892         * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added.
70893         * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added.
70894         * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added.
70895         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added.
70896         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added.
70897         * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added.
70898         * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added.
70899         * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added.
70900         * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added.
70901         * platform/chromium-linux-x86/mathml/xHeight-expected.txt:
70902         * platform/chromium-linux/mathml/presentation: Added.
70903         * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added.
70904         * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added.
70905         * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added.
70906         * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added.
70907         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added.
70908         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added.
70909         * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added.
70910         * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added.
70911         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
70912         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
70913         * platform/chromium-linux/mathml/presentation/mo-expected.png: Added.
70914         * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added.
70915         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added.
70916         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added.
70917         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added.
70918         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added.
70919         * platform/chromium-linux/mathml/presentation/over-expected.png: Added.
70920         * platform/chromium-linux/mathml/presentation/over-expected.txt: Added.
70921         * platform/chromium-linux/mathml/presentation/roots-expected.png: Added.
70922         * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added.
70923         * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added.
70924         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added.
70925         * platform/chromium-linux/mathml/presentation/row-expected.png: Added.
70926         * platform/chromium-linux/mathml/presentation/row-expected.txt: Added.
70927         * platform/chromium-linux/mathml/presentation/style-expected.png: Added.
70928         * platform/chromium-linux/mathml/presentation/style-expected.txt: Added.
70929         * platform/chromium-linux/mathml/presentation/sub-expected.png: Added.
70930         * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added.
70931         * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added.
70932         * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added.
70933         * platform/chromium-linux/mathml/presentation/sup-expected.png: Added.
70934         * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added.
70935         * platform/chromium-linux/mathml/presentation/tables-expected.png: Added.
70936         * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added.
70937         * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added.
70938         * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added.
70939         * platform/chromium-linux/mathml/presentation/under-expected.png: Added.
70940         * platform/chromium-linux/mathml/presentation/under-expected.txt: Added.
70941         * platform/chromium-linux/mathml/presentation/underover-expected.png: Added.
70942         * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added.
70943         * platform/chromium-linux/mathml/xHeight-expected.txt:
70944         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added.
70945         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png:
70946         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added.
70947         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png:
70948         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt:
70949         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png:
70950         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added.
70951         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt:
70952         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png:
70953         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
70954         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png:
70955         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
70956         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png:
70957         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
70958         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added.
70959         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png:
70960         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added.
70961         * platform/chromium-mac/mathml/presentation/subsup-expected.png:
70962         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
70963         * platform/chromium-mac/mathml/presentation/tables-expected.png:
70964         * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added.
70965         * platform/chromium-win-xp/mathml/presentation: Added.
70966         * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added.
70967         * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added.
70968         * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added.
70969         * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added.
70970         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added.
70971         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added.
70972         * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added.
70973         * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added.
70974         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
70975         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
70976         * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added.
70977         * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added.
70978         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added.
70979         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added.
70980         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added.
70981         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added.
70982         * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added.
70983         * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added.
70984         * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added.
70985         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added.
70986         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added.
70987         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added.
70988         * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added.
70989         * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added.
70990         * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added.
70991         * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added.
70992         * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added.
70993         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added.
70994         * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added.
70995         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added.
70996         * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added.
70997         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added.
70998         * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added.
70999         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added.
71000         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added.
71001         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added.
71002         * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added.
71003         * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added.
71004         * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added.
71005         * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added.
71006         * platform/chromium-win/mathml/presentation: Added.
71007         * platform/chromium-win/mathml/presentation/attributes-expected.png: Added.
71008         * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added.
71009         * platform/chromium-win/mathml/presentation/fenced-expected.png: Added.
71010         * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added.
71011         * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added.
71012         * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added.
71013         * platform/chromium-win/mathml/presentation/fractions-expected.png: Added.
71014         * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added.
71015         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
71016         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
71017         * platform/chromium-win/mathml/presentation/mo-expected.png: Added.
71018         * platform/chromium-win/mathml/presentation/mo-expected.txt: Added.
71019         * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added.
71020         * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added.
71021         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added.
71022         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added.
71023         * platform/chromium-win/mathml/presentation/over-expected.png: Added.
71024         * platform/chromium-win/mathml/presentation/over-expected.txt: Added.
71025         * platform/chromium-win/mathml/presentation/roots-expected.png: Added.
71026         * platform/chromium-win/mathml/presentation/roots-expected.txt: Added.
71027         * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added.
71028         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added.
71029         * platform/chromium-win/mathml/presentation/row-expected.png: Added.
71030         * platform/chromium-win/mathml/presentation/row-expected.txt: Added.
71031         * platform/chromium-win/mathml/presentation/style-expected.png: Added.
71032         * platform/chromium-win/mathml/presentation/style-expected.txt: Added.
71033         * platform/chromium-win/mathml/presentation/sub-expected.png: Added.
71034         * platform/chromium-win/mathml/presentation/sub-expected.txt: Added.
71035         * platform/chromium-win/mathml/presentation/subsup-expected.png: Added.
71036         * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added.
71037         * platform/chromium-win/mathml/presentation/sup-expected.png: Added.
71038         * platform/chromium-win/mathml/presentation/sup-expected.txt: Added.
71039         * platform/chromium-win/mathml/presentation/tables-expected.png: Added.
71040         * platform/chromium-win/mathml/presentation/tables-expected.txt: Added.
71041         * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added.
71042         * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added.
71043         * platform/chromium-win/mathml/presentation/under-expected.png: Added.
71044         * platform/chromium-win/mathml/presentation/under-expected.txt: Added.
71045         * platform/chromium-win/mathml/presentation/underover-expected.png: Added.
71046         * platform/chromium-win/mathml/presentation/underover-expected.txt: Added.
71047         * platform/chromium/TestExpectations:
71048         * platform/chromium/mathml/presentation/attributes-expected.png: Removed.
71049         * platform/chromium/mathml/presentation/fractions-expected.png: Removed.
71050         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
71051         * platform/chromium/mathml/presentation/mo-expected.png: Removed.
71052         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed.
71053         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed.
71054         * platform/chromium/mathml/presentation/over-expected.png: Removed.
71055         * platform/chromium/mathml/presentation/roots-expected.png: Removed.
71056         * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed.
71057         * platform/chromium/mathml/presentation/row-expected.png: Removed.
71058         * platform/chromium/mathml/presentation/style-expected.png: Removed.
71059         * platform/chromium/mathml/presentation/subsup-expected.png: Removed.
71060
71061 2012-11-05  Kangil Han  <kangil.han@samsung.com>
71062
71063         [EFL][WK2][PixelTests] Add missing expectations
71064         https://bugs.webkit.org/show_bug.cgi?id=101289
71065
71066         Unreviewed, EFL gardening.
71067
71068         Add 16 missing pixel test expectations.
71069
71070         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
71071         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
71072         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
71073         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
71074         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added.
71075         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
71076         * platform/efl/fast/forms/basic-inputs-expected.png: Added.
71077         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added.
71078         * platform/efl/media/video-aspect-ratio-expected.png: Added.
71079         * platform/efl/media/video-layer-crash-expected.png: Added.
71080         * platform/efl/media/video-transformed-expected.png: Added.
71081         * platform/efl/media/video-zoom-controls-expected.png: Added.
71082         * platform/efl/media/video-zoom-expected.png: Added.
71083         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
71084         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
71085         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
71086
71087 2012-11-05  Dirk Pranke  <dpranke@chromium.org>
71088
71089         Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538
71090
71091         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png.
71092         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png.
71093         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png.
71094         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png.
71095         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png.
71096         * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
71097         * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png.
71098         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png.
71099         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png.
71100         * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png.
71101         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png.
71102         * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png.
71103         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png.
71104         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png.
71105         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png.
71106         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png.
71107         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png.
71108         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
71109         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png.
71110         * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png.
71111         * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png.
71112         * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png.
71113         * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png.
71114         * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png.
71115         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png.
71116         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png.
71117         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png.
71118         * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png.
71119         * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png.
71120         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png.
71121         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png.
71122         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
71123         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
71124         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
71125         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
71126         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
71127         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
71128         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png:
71129         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
71130         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
71131         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png:
71132         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
71133         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
71134         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
71135         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
71136         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
71137         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
71138         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
71139         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
71140         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
71141         * platform/chromium-mac/svg/batik/text/textLength-expected.png:
71142         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
71143         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
71144         * platform/chromium-mac/svg/batik/text/textPosition-expected.png:
71145         * platform/chromium-mac/svg/batik/text/textPosition2-expected.png:
71146         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
71147         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
71148         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
71149         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
71150         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
71151         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
71152         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
71153
71154 2012-11-05  Kenichi Ishibashi  <bashi@chromium.org>
71155
71156         [Chromium] Unicode combining diacritical aren't always combined on Linux
71157         https://bugs.webkit.org/show_bug.cgi?id=101009
71158
71159         Reviewed by Kent Tamura.
71160
71161         Add a test that checks whether combining marks are combined with base characters.
71162
71163         * fast/text/international/combining-marks-position-expected.txt: Added.
71164         * fast/text/international/combining-marks-position.html: Added.
71165
71166 2012-11-05  Filip Pizlo  <fpizlo@apple.com>
71167
71168         Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only
71169         https://bugs.webkit.org/show_bug.cgi?id=101276
71170
71171         Reviewed by Gavin Barraclough.
71172
71173         This test already covered this case, but only for method_check. Modified it to
71174         also cover the get_by_id case.
71175
71176         * fast/js/toString-and-valueOf-override-expected.txt:
71177         * fast/js/toString-and-valueOf-override.html:
71178
71179 2012-11-05  Mark Lam  <mark.lam@apple.com>
71180
71181         Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
71182         https://bugs.webkit.org/show_bug.cgi?id=101268.
71183
71184         Reviewed by Geoffrey Garen.
71185
71186         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
71187         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:
71188
71189 2012-11-05  Philip Rogers  <pdr@google.com>
71190
71191         Unblock SVG external references
71192         https://bugs.webkit.org/show_bug.cgi?id=100635
71193
71194         Reviewed by Adam Barth.
71195
71196         This patch reverts r132849 and r132869 because the potential XSS issue
71197         turned out to not be an issue after all.
71198
71199         Covered by existing tests, many of which are re-whitelisted with this patch.
71200
71201         * platform/chromium/TestExpectations:
71202
71203 2012-11-05  Beth Dakin  <bdakin@apple.com>
71204
71205         https://bugs.webkit.org/show_bug.cgi?id=101001
71206         Pages with position:fixed elements should still be able to scroll on 
71207         the scrolling thread
71208         -and corresponding-
71209         <rdar://problem/10857315>
71210
71211         Reviewed by Simon Fraser.
71212
71213         New tests.
71214         * platform/mac/tiled-drawing/fixed: Added.
71215         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
71216         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added.
71217         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
71218         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
71219         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added.
71220         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added.
71221         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
71222         * platform/mac/tiled-drawing/fixed/four-bars.html: Added.
71223         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
71224         * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added.
71225         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
71226         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added.
71227
71228         These two tests are supposed to be in "slow scrolling" mode. Now that 
71229         fixed elements can scroll "fast," we need something else to force 
71230         slow scrolling. We should probably just add something to 
71231         window.internals to do that, but in the meantime, 
71232         background-attachment:fixed will work.
71233         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt:
71234         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html:
71235         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
71236         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html:
71237
71238 2012-11-05  Alice Boxhall  <aboxhall@chromium.org>
71239
71240         Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion.
71241         https://bugs.webkit.org/show_bug.cgi?id=83219
71242
71243         * platform/chromium/TestExpectations:
71244
71245 2012-11-05  Stephen White  <senorblanco@chromium.org>
71246
71247         [chromium] Unreviewed gardening.
71248
71249         * platform/chromium-mac-mountainlion/TestExpectations:
71250
71251 2012-11-05  Glenn Adams  <glenn@skynav.com>
71252
71253         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
71254         https://bugs.webkit.org/show_bug.cgi?id=89235
71255
71256         Reviewed by Eric Seidel.
71257
71258         See also wiki documentation at:
71259         [1] http://trac.webkit.org/wiki/LineBreaking
71260         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
71261
71262         * css3/line-break/line-break-auto-centered-expected.html: Added.
71263         * css3/line-break/line-break-auto-centered.html: Added.
71264         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
71265         * css3/line-break/line-break-auto-half-kana.html: Added.
71266         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
71267         * css3/line-break/line-break-auto-hyphens.html: Added.
71268         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
71269         * css3/line-break/line-break-auto-inseparables.html: Added.
71270         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
71271         * css3/line-break/line-break-auto-iteration-marks.html: Added.
71272         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
71273         * css3/line-break/line-break-auto-postfixes.html: Added.
71274         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
71275         * css3/line-break/line-break-auto-prefixes.html: Added.
71276         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71277         * css3/line-break/line-break-auto-sound-marks.html: Added.
71278         * css3/line-break/line-break-loose-centered-expected.html: Added.
71279         * css3/line-break/line-break-loose-centered.html: Added.
71280         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
71281         * css3/line-break/line-break-loose-half-kana.html: Added.
71282         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
71283         * css3/line-break/line-break-loose-hyphens.html: Added.
71284         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
71285         * css3/line-break/line-break-loose-inseparables.html: Added.
71286         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
71287         * css3/line-break/line-break-loose-iteration-marks.html: Added.
71288         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
71289         * css3/line-break/line-break-loose-postfixes.html: Added.
71290         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
71291         * css3/line-break/line-break-loose-prefixes.html: Added.
71292         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
71293         * css3/line-break/line-break-loose-sound-marks.html: Added.
71294         * css3/line-break/line-break-normal-centered-expected.html: Added.
71295         * css3/line-break/line-break-normal-centered.html: Added.
71296         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
71297         * css3/line-break/line-break-normal-half-kana.html: Added.
71298         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
71299         * css3/line-break/line-break-normal-hyphens.html: Added.
71300         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
71301         * css3/line-break/line-break-normal-inseparables.html: Added.
71302         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
71303         * css3/line-break/line-break-normal-iteration-marks.html: Added.
71304         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
71305         * css3/line-break/line-break-normal-postfixes.html: Added.
71306         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
71307         * css3/line-break/line-break-normal-prefixes.html: Added.
71308         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
71309         * css3/line-break/line-break-normal-sound-marks.html: Added.
71310         * css3/line-break/line-break-strict-centered-expected.html: Added.
71311         * css3/line-break/line-break-strict-centered.html: Added.
71312         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
71313         * css3/line-break/line-break-strict-half-kana.html: Added.
71314         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
71315         * css3/line-break/line-break-strict-hyphens.html: Added.
71316         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
71317         * css3/line-break/line-break-strict-inseparables.html: Added.
71318         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
71319         * css3/line-break/line-break-strict-iteration-marks.html: Added.
71320         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
71321         * css3/line-break/line-break-strict-postfixes.html: Added.
71322         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
71323         * css3/line-break/line-break-strict-prefixes.html: Added.
71324         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
71325         * css3/line-break/line-break-strict-sound-marks.html: Added.
71326
71327         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added.
71328         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71329         Override reftest expectations on chromium due to different ICU auto behavior.
71330
71331         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added.
71332         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71333         Override override of reftest expectations on chromium due to different ICU auto behavior;
71334         that is, chromium-android seems to follow the generic expectations.
71335
71336 2012-11-05  Adam Barth  <abarth@webkit.org>
71337
71338         webkitRegionLayoutUpdate is incorrectly named
71339         https://bugs.webkit.org/show_bug.cgi?id=100335
71340
71341         Reviewed by Ojan Vafai.
71342
71343         Update tests to use the proper name.
71344
71345         * fast/regions/webkit-named-flow-event-add-to-flow.html:
71346         * fast/regions/webkit-named-flow-event-no-regions.html:
71347         * fast/regions/webkit-named-flow-event-remove-from-dom.html:
71348         * fast/regions/webkit-named-flow-event-remove-from-flow.html:
71349         * fast/regions/webkit-named-flow-event-target.html:
71350         * fast/regions/webkit-named-flow-event-to-null.html:
71351         * fast/regions/webkit-named-flow-event.html:
71352
71353 2012-11-05  Stephen White  <senorblanco@chromium.org>
71354
71355         Remove fast/forms/week-multiple-fields from
71356         platform/mac/TestExpectations, since it no longer exists and makes the
71357         style script complain.  Unreviewed.
71358
71359         * platform/mac/TestExpectations:
71360
71361 2012-11-05  Stephen White  <senorblanco@chromium.org>
71362
71363         [chromium] Give actual bug IDs to some past gardening.  Unreviewed.
71364
71365         * platform/chromium/TestExpectations:
71366
71367 2012-11-05  Florin Malita  <fmalita@chromium.org>
71368
71369         Crash when mixing layers, foreignObjects and SVG hidden containers
71370         https://bugs.webkit.org/show_bug.cgi?id=87297
71371
71372         Reviewed by Dirk Schulze.
71373
71374         * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71375         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71376         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71377         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt:
71378         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71379         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71380         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71381         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71382         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71383         * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt:
71384         * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71385         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71386         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71387         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt:
71388         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71389         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71390         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71391         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71392         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71393         * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt:
71394         * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71395         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71396         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71397         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71398         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71399         * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt:
71400         * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71401         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71402         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71403         * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71404         * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71405         * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
71406         * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71407         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71408         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71409         * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
71410         * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added.
71411         * svg/foreignObject/foreign-object-defs-crash.svg: Added.
71412         * svg/foreignObject/text-tref-02-b-expected.txt:
71413
71414 2012-11-05  Stephen White  <senorblanco@chromium.org>
71415
71416         [chromium] Mark several compositing tests as only failing Image
71417         and not Text, after r133513.  Unreviewed.
71418
71419         * platform/chromium/TestExpectations:
71420
71421 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71422
71423         [Qt][WK2] New compositing/tiling tests fail
71424         https://bugs.webkit.org/show_bug.cgi?id=101166
71425
71426         Unskip now passing tests after r133513.
71427
71428         * platform/qt-5.0-wk2/TestExpectations:
71429
71430 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
71431
71432         [Qt][WK2] New compositing/tiling tests fail
71433         https://bugs.webkit.org/show_bug.cgi?id=101166
71434
71435         The platform-independent results should not contain visibleRect, since this is
71436         only dumped on Mac.
71437
71438         * compositing/tiling/rotated-tiled-clamped-expected.txt:
71439         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
71440
71441 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
71442
71443         Rebaseline some Lion results that were affected by enabling subpixel layout.
71444
71445         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
71446         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
71447         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
71448         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
71449         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
71450         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
71451         * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt:
71452         * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
71453         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
71454         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
71455         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
71456         * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:
71457
71458 2012-11-05  Stephen White  <senorblanco@chromium.org>
71459
71460         [chromium] Mark css3/filters/custom/custom-filter-animation.html
71461         as timing out intermittently.  Unreviewed.
71462
71463         * platform/chromium/TestExpectations:
71464
71465 2012-11-05  David Barton  <dbarton@mathscribe.com>
71466
71467         Implement SimpleFontData::platformBoundsForGlyph on skia
71468         https://bugs.webkit.org/show_bug.cgi?id=101115
71469
71470         Reviewed by Eric Seidel.
71471
71472         Some lineboxcontain/etc. tests will need rebaselining.
71473
71474         * platform/chromium/TestExpectations:
71475
71476 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71477
71478         [Qt] Unreviewed gardening, unskip a now passing test.
71479
71480         * platform/qt-5.0-wk1/TestExpectations:
71481
71482 2012-11-05  Hans Muller  <hmuller@adobe.com>
71483
71484         [CSS Exclusions] Polygon edges should span colinear vertices
71485         https://bugs.webkit.org/show_bug.cgi?id=99343
71486
71487         Reviewed by Dirk Schulze.
71488
71489         Verify that exclusion polygonal shape-inside layout is unaffected by coincident
71490         or collinear vertices.
71491
71492         * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added.
71493         * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added.
71494         * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added.
71495         * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added.
71496
71497 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71498
71499         [Qt] Unreviewed gardening, unskip now passing tests.
71500
71501         * platform/qt/TestExpectations:
71502
71503 2012-11-05  Stephen White  <senorblanco@chromium.org>
71504
71505         [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html
71506         as also crashy, and give it a bug ID.  Unreviewed.
71507
71508         * platform/chromium/TestExpectations:
71509
71510 2012-11-05  Dominik Röttsches  <dominik.rottsches@intel.com>
71511
71512         [Cairo] Make Cairo honor image orientation
71513         https://bugs.webkit.org/show_bug.cgi?id=101207
71514
71515         Reviewed by Kenneth Rohde Christiansen.
71516
71517         Unskip and rebaseline exif orientation tests for EFL.
71518
71519         * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting.
71520         * platform/efl/TestExpectations: Unskipping three exif orientation tests.
71521         * platform/efl/fast/images/exif-orientation-css-expected.png: Added.
71522         * platform/efl/fast/images/exif-orientation-css-expected.txt: Added.
71523         * platform/efl/fast/images/exif-orientation-expected.png: Added.
71524         * platform/efl/fast/images/exif-orientation-expected.txt: Added.
71525         * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added.
71526         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added.
71527
71528 2012-11-05  Hans Muller  <hmuller@adobe.com>
71529
71530         [CSS Exclusions] Layout of the first shape-inside line can be incorrect
71531         https://bugs.webkit.org/show_bug.cgi?id=100996
71532
71533         Reviewed by Dirk Schulze.
71534
71535         Verify that the first line of shape-inside content is laid out correctly
71536         when the top of the shape's bounds has a non-integral value.
71537
71538         * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added.
71539         * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added.
71540
71541 2012-11-05  Stephen White  <senorblanco@chromium.org>
71542
71543         [chromium] Mark a flaky test.  Unreviewed.
71544
71545         * platform/chromium/TestExpectations:
71546
71547 2012-11-05  Stephen White  <senorblanco@chromium.org>
71548
71549         [chromium] Add a now-failing test, remove a now-passing test.  Unreviewed.
71550
71551         * platform/chromium/TestExpectations:
71552
71553 2012-11-05  Pierre Rossi  <pierre.rossi@gmail.com>
71554
71555         [Qt] Fix broken comment in WK2 TestExpectations
71556
71557         Unreviewed fix, just an obviously missing '#' character.
71558
71559         * platform/qt-5.0-wk2/TestExpectations:
71560
71561 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71562
71563         fast/events/popup-allowed-from-gesture-initiated-event.html is flaky
71564         https://bugs.webkit.org/show_bug.cgi?id=101208
71565
71566         Reviewed by Kenneth Rohde Christiansen.
71567
71568         Close the new popup between each test to make sure the new window
71569         does not mask the buttons and therefore prevent them from being
71570         clicked. This addresses flakiness for this test.
71571
71572         * fast/events/popup-allowed-from-gesture-initiated-event.html:
71573
71574 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71575
71576         Unreviewed GTK gardening.
71577
71578         A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html.
71579
71580         * platform/gtk/http/tests/inspector: Added.
71581         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added.
71582
71583 2012-11-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
71584
71585         Validate CSS Device Adaptation properties and resolve shorthands
71586         https://bugs.webkit.org/show_bug.cgi?id=95962
71587
71588         Reviewed by Alexis Menard.
71589
71590         Added a test for CSS Device Adaptation property parsing validation.
71591
71592         * css3/device-adapt/viewport-properties-validation-expected.txt: Added.
71593         * css3/device-adapt/viewport-properties-validation.html: Added.
71594
71595 2012-11-05  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
71596
71597         [EFL] Unreviewed gardening.
71598
71599         Remove a few tests which depend on setIsolatedWorldSecurityOrigin
71600         since they are already skipped in efl/TestExpectations.
71601
71602         * platform/efl-wk2/TestExpectations:
71603
71604 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71605
71606         [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations
71607         https://bugs.webkit.org/show_bug.cgi?id=101202
71608
71609         Unreviewed EFL gardening.
71610
71611         Remove fast/forms/week-multiple-fields from TestExpections since it does
71612         not exist and makes the style script complain.
71613
71614         * platform/efl/TestExpectations:
71615
71616 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71617
71618         Unreviewed GTK gardening.
71619
71620         Clean up the inspector-related test expectations. Instead of marking
71621         many tests as skipped, proper failure expectations are put in place.
71622         The tests are still being skipped as their current behavior on the
71623         buildbots is unknown.
71624
71625         * platform/gtk/TestExpectations:
71626
71627 2012-11-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
71628
71629         [Qt] Unreviewed gardening.
71630
71631         Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled.
71632
71633         * platform/qt/TestExpectations:
71634
71635 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71636
71637         Unreviewed GTK gardening.
71638
71639         Rebaselining MathML tests after r132264 and r133221 and updating
71640         pixel baselines with outdated hash.
71641
71642         * platform/gtk/TestExpectations:
71643         * platform/gtk/mathml/presentation/attributes-expected.png:
71644         * platform/gtk/mathml/presentation/fenced-expected.png:
71645         * platform/gtk/mathml/presentation/fenced-expected.txt:
71646         * platform/gtk/mathml/presentation/mo-expected.png:
71647         * platform/gtk/mathml/presentation/mo-expected.txt:
71648         * platform/gtk/mathml/presentation/mo-stretch-expected.png:
71649         * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
71650         * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
71651         * platform/gtk/mathml/presentation/over-expected.png:
71652         * platform/gtk/mathml/presentation/over-expected.txt:
71653         * platform/gtk/mathml/presentation/roots-expected.png:
71654         * platform/gtk/mathml/presentation/row-alignment-expected.png:
71655         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
71656         * platform/gtk/mathml/presentation/row-expected.png:
71657         * platform/gtk/mathml/presentation/row-expected.txt:
71658         * platform/gtk/mathml/presentation/style-expected.png:
71659         * platform/gtk/mathml/presentation/subsup-expected.png:
71660         * platform/gtk/mathml/presentation/subsup-expected.txt:
71661         * platform/gtk/mathml/presentation/tables-expected.png:
71662         * platform/gtk/mathml/presentation/tables-expected.txt:
71663
71664 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71665
71666         [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
71667         https://bugs.webkit.org/show_bug.cgi?id=101181
71668
71669         Unreviewed EFL gardening.
71670
71671         Mark compositing/repaint/invalidations-on-composited-layers.html as
71672         expected to fail since accelerated compositing is disabled by default
71673         on EFL port.
71674
71675         * platform/efl/TestExpectations:
71676
71677 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71678
71679         Unreviewed GTK gardening.
71680
71681         Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing
71682         directories. These features are not enabled yet and most of the
71683         tests fail.
71684
71685         Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html,
71686         the issue was fixed in r132973.
71687
71688         Moving the skip entry for css3/device-adapt to the proper section.
71689
71690         * platform/gtk/TestExpectations:
71691
71692 2012-11-05  Shinya Kawanaka  <shinyak@chromium.org>
71693
71694         [Shadow] ShadowRoot type is not set correctly.
71695         https://bugs.webkit.org/show_bug.cgi?id=101188
71696
71697         Reviewed by Hajime Morita.
71698
71699         * fast/dom/shadow/shadowroot-type-expected.txt: Added.
71700         * fast/dom/shadow/shadowroot-type.html: Added.
71701
71702 2012-11-04  Kent Tamura  <tkent@chromium.org>
71703
71704         Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/
71705         https://bugs.webkit.org/show_bug.cgi?id=101186
71706
71707         Rubber-stamped by Kentaro Hara.
71708
71709         The fast/forms/{date,month,time,week}-multiple-fields/
71710         {date,month,time,week}-multiple-fields-appearance-*.html tests don't
71711         depend on the multiple-fields UI, and should work for non
71712         multiple-fields configuration too. They should be moved to
71713         fast/forms/{date,month,time,week}/.
71714
71715         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed.
71716         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed.
71717         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed.
71718         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed.
71719         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71720         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed.
71721         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71722         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed.
71723         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed.
71724         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed.
71725         * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt.
71726         * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html.
71727         * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt.
71728         * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html.
71729         * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt.
71730         * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html.
71731         * fast/forms/date/date-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt.
71732         * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html.
71733         * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt.
71734         * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html.
71735         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed.
71736         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed.
71737         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed.
71738         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed.
71739         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71740         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed.
71741         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71742         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed.
71743         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed.
71744         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed.
71745         * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt.
71746         * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html.
71747         * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt.
71748         * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html.
71749         * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt.
71750         * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html.
71751         * fast/forms/month/month-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt.
71752         * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html.
71753         * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt.
71754         * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html.
71755         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
71756         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed.
71757         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
71758         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed.
71759         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71760         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed.
71761         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71762         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed.
71763         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
71764         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed.
71765         * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt.
71766         * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html.
71767         * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt.
71768         * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html.
71769         * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt.
71770         * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html.
71771         * fast/forms/time/time-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt.
71772         * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html.
71773         * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt.
71774         * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html.
71775         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed.
71776         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed.
71777         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71778         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed.
71779         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71780         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed.
71781         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed.
71782         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed.
71783         * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt.
71784         * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html.
71785         * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt.
71786         * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html.
71787         * fast/forms/week/week-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt.
71788         * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html.
71789         * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt.
71790         * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html.
71791         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71792         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71793         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71794         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71795         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71796         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
71797         * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71798         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
71799         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
71800         * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
71801         * platform/chromium-linux/fast/forms/month: Added.
71802         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71803         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71804         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71805         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71806         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71807         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
71808         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71809         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
71810         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
71811         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
71812         * platform/chromium-linux/fast/forms/time: Added.
71813         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71814         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71815         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71816         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71817         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71818         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
71819         * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
71820         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
71821         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
71822         * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
71823         * platform/chromium-linux/fast/forms/week: Added.
71824         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71825         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71826         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71827         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71828         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
71829         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
71830         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
71831         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
71832         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71833         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71834         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71835         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71836         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71837         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
71838         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71839         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
71840         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
71841         * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
71842         * platform/chromium-mac-lion/fast/forms/month: Added.
71843         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71844         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71845         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71846         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71847         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71848         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
71849         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71850         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
71851         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
71852         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
71853         * platform/chromium-mac-lion/fast/forms/time: Added.
71854         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71855         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71856         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71857         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71858         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71859         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
71860         * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
71861         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
71862         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
71863         * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
71864         * platform/chromium-mac-lion/fast/forms/week: Added.
71865         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71866         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71867         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71868         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71869         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
71870         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
71871         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
71872         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
71873         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71874         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71875         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71876         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71877         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71878         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
71879         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71880         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
71881         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
71882         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
71883         * platform/chromium-mac-snowleopard/fast/forms/month: Added.
71884         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71885         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71886         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71887         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71888         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71889         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
71890         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71891         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
71892         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
71893         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
71894         * platform/chromium-mac-snowleopard/fast/forms/time: Added.
71895         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71896         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71897         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71898         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71899         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71900         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
71901         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
71902         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
71903         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
71904         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
71905         * platform/chromium-mac-snowleopard/fast/forms/week: Added.
71906         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71907         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71908         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71909         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71910         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
71911         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
71912         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
71913         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
71914         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71915         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71916         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71917         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71918         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71919         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
71920         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71921         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
71922         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
71923         * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
71924         * platform/chromium-mac/fast/forms/month: Added.
71925         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71926         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71927         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71928         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71929         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71930         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
71931         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71932         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
71933         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
71934         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
71935         * platform/chromium-mac/fast/forms/time: Added.
71936         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71937         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71938         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71939         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71940         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71941         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
71942         * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
71943         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
71944         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
71945         * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
71946         * platform/chromium-mac/fast/forms/week: Added.
71947         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71948         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71949         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71950         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71951         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
71952         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
71953         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
71954         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
71955         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71956         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71957         * platform/chromium-win-xp/fast/forms/month: Added.
71958         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71959         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71960         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71961         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71962         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71963         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71964         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71965         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
71966         * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
71967         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
71968         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
71969         * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
71970         * platform/chromium-win/fast/forms/month: Added.
71971         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71972         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71973         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71974         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71975         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71976         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
71977         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
71978         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
71979         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
71980         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
71981         * platform/chromium-win/fast/forms/time: Added.
71982         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71983         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71984         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71985         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71986         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71987         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
71988         * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
71989         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
71990         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
71991         * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
71992         * platform/chromium-win/fast/forms/week: Added.
71993         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71994         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71995         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71996         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71997         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
71998         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
71999         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
72000         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
72001         * platform/chromium/TestExpectations:
72002
72003 2012-11-04  Julien Chaffraix  <jchaffraix@webkit.org>
72004
72005         Fix the collapsing border code to handle mixed directionality at the row level
72006         https://bugs.webkit.org/show_bug.cgi?id=101060
72007
72008         Reviewed by Ojan Vafai.
72009
72010         * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added.
72011         * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added.
72012         * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added.
72013         * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added.
72014
72015 2012-11-04  Andrey Adaikin  <aandrey@chromium.org>
72016
72017         Web Inspector: [Canvas] do not blow up the capturing log
72018         https://bugs.webkit.org/show_bug.cgi?id=100752
72019
72020         Reviewed by Pavel Feldman.
72021
72022         Added test for track Canvas 2D API changes, as well as basics for the capturing.
72023
72024         * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js.
72025         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
72026         (initialize_CanvasWebGLProfilerTest):
72027         (createWebGLContext):
72028         (createCanvas2DContext):
72029         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added.
72030         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added.
72031         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added.
72032         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added.
72033         * inspector/profiler/webgl/webgl-profiler-get-error.html:
72034
72035 2012-11-04  Nandor Huszka  <hnandor@inf.u-szeged.hu>
72036
72037         [Qt] Unreviewed gardening.
72038
72039         Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled.
72040         Unskip a test that does not exist already.
72041
72042         * platform/qt/TestExpectations:
72043
72044 2012-11-04  Zan Dobersek  <zandobersek@gmail.com>
72045
72046         Unreviewed GTK gardening.
72047
72048         Adding failure expectations for accessibility/svg-remote-element,
72049         fast/images/exif-orientation-image-document.html and
72050         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg.
72051         Rebaselining fast/images/repaint-subrect-grid.html, the new baseline
72052         matches the one Mac port uses.
72053
72054         * platform/gtk/TestExpectations:
72055         * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added.
72056
72057 2012-11-04  Keishi Hattori  <keishi@webkit.org>
72058
72059         Introduce Month class to calendar picker
72060         https://bugs.webkit.org/show_bug.cgi?id=101024
72061
72062         Reviewed by Kent Tamura.
72063
72064         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
72065         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
72066         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format.
72067         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
72068         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto.
72069
72070 2012-11-04  Kent Tamura  <tkent@chromium.org>
72071
72072         Remove obsolete tests for date/time input types
72073         https://bugs.webkit.org/show_bug.cgi?id=98783
72074
72075         Reviewed by Kentaro Hara.
72076
72077         *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are
72078         unnecessary and should be removed because they depend on textfield
72079         behavior, and the date/time input types no longer have textfield
72080         behavior on any platforms.
72081
72082         * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
72083         * fast/forms/datetime/datetime-input-visible-string.html: Removed.
72084         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
72085         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed.
72086         * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
72087         * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed.
72088         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
72089         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed.
72090         * fast/forms/month/month-input-visible-string-expected.txt: Removed.
72091         * fast/forms/month/month-input-visible-string.html: Removed.
72092         * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
72093         * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed.
72094         * fast/forms/time/time-input-visible-string-expected.txt: Removed.
72095         * fast/forms/time/time-input-visible-string.html: Removed.
72096         * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72097         * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed.
72098         * fast/forms/week/week-input-visible-string-expected.txt: Removed.
72099         * fast/forms/week/week-input-visible-string.html: Removed.
72100         * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
72101         * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed.
72102         * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72103         * platform/chromium/TestExpectations:
72104         * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
72105         * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
72106         * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
72107         * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
72108         * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed.
72109         * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
72110         * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed.
72111         * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72112         * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed.
72113         * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
72114
72115 2012-11-04  Jinwoo Song  <jinwoo7.song@samsung.com>
72116
72117         [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322
72118         https://bugs.webkit.org/show_bug.cgi?id=101175
72119
72120         Unreviewed gardening.
72121
72122         fast/images/repaint-subrect-grid.html is failing on WK1 debug bot.
72123
72124         * platform/efl-wk1/TestExpectations:
72125
72126 2012-11-04  Shinya Kawanaka  <shinyak@chromium.org>
72127
72128         [Shadow] Implement custom pseudo-elements styling
72129         https://bugs.webkit.org/show_bug.cgi?id=100812
72130
72131         Reviewed by Hajime Morita.
72132
72133         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
72134         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
72135
72136 2012-11-04  Sheriff Bot  <webkit.review.bot@gmail.com>
72137
72138         Unreviewed, rolling out r133416.
72139         http://trac.webkit.org/changeset/133416
72140         https://bugs.webkit.org/show_bug.cgi?id=101169
72141
72142         Broke world selection by right click (Requested by rniwa on
72143         #webkit).
72144
72145         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed.
72146         * fast/events/touch/gesture/disabled-input-text-selection.html: Removed.
72147         * platform/chromium/TestExpectations:
72148
72149 2012-11-04  Stephen White  <senorblanco@chromium.org>
72150
72151         [chromium] Add a now-failing test.  Unreviewed.
72152
72153         * platform/chromium/TestExpectations:
72154
72155 2012-11-04  Florin Malita  <fmalita@chromium.org>
72156
72157         Color-profile property triggers assert
72158         https://bugs.webkit.org/show_bug.cgi?id=101080
72159
72160         Reviewed by Dirk Schulze.
72161
72162         * svg/css/color-profile-crash-expected.txt: Added.
72163         * svg/css/color-profile-crash.html: Added.
72164
72165 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72166
72167         [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files.
72168
72169         * platform/qt-5.0-wk2/TestExpectations:
72170         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019.
72171         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019.
72172         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019.
72173
72174 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72175
72176         [Qt] Unreviewed weekend gardening, skip one more failing test.
72177
72178         * platform/qt/TestExpectations:
72179
72180 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72181
72182         [Qt] Unreviewed weekend gardening, skip new failing tests.
72183
72184         * platform/qt/TestExpectations:
72185
72186 2012-11-04  Kaustubh Atrawalkar  <kaustubh@motorola.com>
72187
72188         Unable to copy text on disabled input fields on long press gesture
72189         https://bugs.webkit.org/show_bug.cgi?id=99698
72190
72191         Reviewed by Ryosuke Niwa.
72192
72193         Text from disabled input/text should be allowed to select. Replaced isContentEditable()
72194         with canStartSelection()
72195
72196         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added.
72197         * fast/events/touch/gesture/disabled-input-text-selection.html: Added.
72198         * platform/chromium/TestExpectations: Not Valid for chromium desktop.
72199
72200 2012-11-04  Stephen White  <senorblanco@chromium.org>
72201
72202         [chromium] Remove some no-longer-flaky tests.  Unreviewed.
72203
72204         * platform/chromium/TestExpectations:
72205
72206 2012-11-03  Stephen White  <senorblanco@chromium.org>
72207
72208         [chromium] Remove a no-longer-flaky test.  Unreviewed.
72209
72210         * platform/chromium/TestExpectations:
72211
72212 2012-11-03  Stephen White  <senorblanco@chromium.org>
72213
72214         [chromium] Remove some now-passing tests.  Unreviewed.
72215
72216         * platform/chromium/TestExpectations:
72217
72218 2012-11-03  Stephen White  <senorblanco@chromium.org>
72219
72220         [chromium] New baselines for no-longer-flaky tests.  Unreviewed.
72221
72222         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72223         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72224         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72225         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72226         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72227         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72228         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72229         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72230         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72231         * platform/chromium/TestExpectations:
72232         * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png.
72233         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png.
72234
72235 2012-11-03  Stephen White  <senorblanco@chromium.org>
72236
72237         [chromium] Unreviewed gardening.
72238
72239         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72240
72241 2012-11-03  Dan Beam  <dbeam@chromium.org>
72242
72243         Implement HTMLFormElement#requestAutocomplete and associated events
72244         https://bugs.webkit.org/show_bug.cgi?id=100557
72245
72246         Reviewed by Adam Barth.
72247
72248         Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email:
72249         http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html
72250
72251         The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing
72252         for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an
72253         error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the
72254         implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the
72255         UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously
72256         after a small delay to behave consistently in all situations and implementations.
72257
72258         Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test
72259         is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement
72260         (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in
72261         LayoutTests/platform/chromium/fast/forms/ with the expected successful results.
72262
72263         * fast/forms/form-request-autocomplete-expected.txt: Added.
72264         * fast/forms/form-request-autocomplete.html: Added.
72265
72266 2012-11-03  Pavel Feldman  <pfeldman@chromium.org>
72267
72268         Web Inspector: %d, %i, and %f log formatters have same result
72269         https://bugs.webkit.org/show_bug.cgi?id=101148
72270
72271         Reviewed by Alexander Pavlov.
72272
72273         * inspector/console/console-format-expected.txt:
72274         * inspector/console/console-format.html:
72275         * inspector/console/console-message-format-expected.txt: Added.
72276         * inspector/console/console-message-format.html: Added.
72277
72278 2012-11-02  Shinya Kawanaka  <shinyak@chromium.org>
72279
72280         [Shadow] ShadowRoot should be able to know the existence of <content>
72281         https://bugs.webkit.org/show_bug.cgi?id=100921
72282
72283         Reviewed by Dimitri Glazkov.
72284
72285         * fast/dom/shadow/has-content-elements-expected.txt: Added.
72286         * fast/dom/shadow/has-content-elements.html: Added.
72287
72288 2012-11-02  Sheriff Bot  <webkit.review.bot@gmail.com>
72289
72290         Unreviewed, rolling out r133375.
72291         http://trac.webkit.org/changeset/133375
72292         https://bugs.webkit.org/show_bug.cgi?id=101138
72293
72294         Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on
72295         #webkit).
72296
72297         * css3/line-break/line-break-auto-centered-expected.html: Removed.
72298         * css3/line-break/line-break-auto-centered.html: Removed.
72299         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
72300         * css3/line-break/line-break-auto-half-kana.html: Removed.
72301         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
72302         * css3/line-break/line-break-auto-hyphens.html: Removed.
72303         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
72304         * css3/line-break/line-break-auto-inseparables.html: Removed.
72305         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
72306         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
72307         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
72308         * css3/line-break/line-break-auto-postfixes.html: Removed.
72309         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
72310         * css3/line-break/line-break-auto-prefixes.html: Removed.
72311         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
72312         * css3/line-break/line-break-auto-sound-marks.html: Removed.
72313         * css3/line-break/line-break-loose-centered-expected.html: Removed.
72314         * css3/line-break/line-break-loose-centered.html: Removed.
72315         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
72316         * css3/line-break/line-break-loose-half-kana.html: Removed.
72317         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
72318         * css3/line-break/line-break-loose-hyphens.html: Removed.
72319         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
72320         * css3/line-break/line-break-loose-inseparables.html: Removed.
72321         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
72322         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
72323         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
72324         * css3/line-break/line-break-loose-postfixes.html: Removed.
72325         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
72326         * css3/line-break/line-break-loose-prefixes.html: Removed.
72327         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
72328         * css3/line-break/line-break-loose-sound-marks.html: Removed.
72329         * css3/line-break/line-break-normal-centered-expected.html: Removed.
72330         * css3/line-break/line-break-normal-centered.html: Removed.
72331         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
72332         * css3/line-break/line-break-normal-half-kana.html: Removed.
72333         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
72334         * css3/line-break/line-break-normal-hyphens.html: Removed.
72335         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
72336         * css3/line-break/line-break-normal-inseparables.html: Removed.
72337         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
72338         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
72339         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
72340         * css3/line-break/line-break-normal-postfixes.html: Removed.
72341         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
72342         * css3/line-break/line-break-normal-prefixes.html: Removed.
72343         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
72344         * css3/line-break/line-break-normal-sound-marks.html: Removed.
72345         * css3/line-break/line-break-strict-centered-expected.html: Removed.
72346         * css3/line-break/line-break-strict-centered.html: Removed.
72347         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
72348         * css3/line-break/line-break-strict-half-kana.html: Removed.
72349         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
72350         * css3/line-break/line-break-strict-hyphens.html: Removed.
72351         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
72352         * css3/line-break/line-break-strict-inseparables.html: Removed.
72353         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
72354         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
72355         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
72356         * css3/line-break/line-break-strict-postfixes.html: Removed.
72357         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
72358         * css3/line-break/line-break-strict-prefixes.html: Removed.
72359         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
72360         * css3/line-break/line-break-strict-sound-marks.html: Removed.
72361         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
72362         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
72363
72364 2012-11-02  Bear Travis  <betravis@adobe.com>
72365
72366         [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code
72367         https://bugs.webkit.org/show_bug.cgi?id=100704
72368
72369         Reviewed by Dirk Schulze.
72370
72371         Factor out the pixel snapping behavior from polygon tests to be shared with
72372         the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be
72373         slightly different. This adds a new file, subpixel-utils.js, which tests for the
72374         feature availability and provides functions for rounding at line left & line right.
72375         I've also taken the opportunity to factor the window.internal.settings code into
72376         rounded-rectangle.js and simple-polygon.js.
72377
72378         * fast/exclusions/resources/rounded-rectangle.js:
72379         (simulateShape): Use the new subpixel rounding code.
72380         * fast/exclusions/resources/simple-polygon.js:
72381         (polygonXIntercepts): Ditto.
72382         * fast/exclusions/resources/subpixel-utils.js: Added.
72383         (SubPixelLayout): Adding the SubPixelLayout object which has helper methods
72384         for determining how line edges should round, and whether subpixel layout is enabled.
72385         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html:
72386         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html:
72387         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html:
72388         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html:
72389         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
72390         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
72391         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
72392         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
72393         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
72394         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
72395         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
72396         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
72397         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
72398         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
72399
72400 2012-11-02  Chris Rogers  <crogers@google.com>
72401
72402         Rebaseline some webaudio tests due to increased precision in AudioParamTimeline
72403         https://bugs.webkit.org/show_bug.cgi?id=101134
72404
72405         Unreviewed rebaseline.
72406
72407         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav:
72408         * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav.
72409         * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
72410
72411 2012-11-02  Glenn Adams  <glenn@skynav.com>
72412
72413         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
72414         https://bugs.webkit.org/show_bug.cgi?id=89235
72415
72416         Reviewed by Eric Seidel.
72417
72418         See also wiki documentation at:
72419         [1] http://trac.webkit.org/wiki/LineBreaking
72420         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
72421
72422         * css3/line-break/line-break-auto-centered-expected.html: Added.
72423         * css3/line-break/line-break-auto-centered.html: Added.
72424         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
72425         * css3/line-break/line-break-auto-half-kana.html: Added.
72426         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
72427         * css3/line-break/line-break-auto-hyphens.html: Added.
72428         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
72429         * css3/line-break/line-break-auto-inseparables.html: Added.
72430         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
72431         * css3/line-break/line-break-auto-iteration-marks.html: Added.
72432         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
72433         * css3/line-break/line-break-auto-postfixes.html: Added.
72434         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
72435         * css3/line-break/line-break-auto-prefixes.html: Added.
72436         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
72437         * css3/line-break/line-break-auto-sound-marks.html: Added.
72438         * css3/line-break/line-break-loose-centered-expected.html: Added.
72439         * css3/line-break/line-break-loose-centered.html: Added.
72440         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
72441         * css3/line-break/line-break-loose-half-kana.html: Added.
72442         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
72443         * css3/line-break/line-break-loose-hyphens.html: Added.
72444         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
72445         * css3/line-break/line-break-loose-inseparables.html: Added.
72446         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
72447         * css3/line-break/line-break-loose-iteration-marks.html: Added.
72448         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
72449         * css3/line-break/line-break-loose-postfixes.html: Added.
72450         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
72451         * css3/line-break/line-break-loose-prefixes.html: Added.
72452         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
72453         * css3/line-break/line-break-loose-sound-marks.html: Added.
72454         * css3/line-break/line-break-normal-centered-expected.html: Added.
72455         * css3/line-break/line-break-normal-centered.html: Added.
72456         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
72457         * css3/line-break/line-break-normal-half-kana.html: Added.
72458         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
72459         * css3/line-break/line-break-normal-hyphens.html: Added.
72460         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
72461         * css3/line-break/line-break-normal-inseparables.html: Added.
72462         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
72463         * css3/line-break/line-break-normal-iteration-marks.html: Added.
72464         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
72465         * css3/line-break/line-break-normal-postfixes.html: Added.
72466         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
72467         * css3/line-break/line-break-normal-prefixes.html: Added.
72468         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
72469         * css3/line-break/line-break-normal-sound-marks.html: Added.
72470         * css3/line-break/line-break-strict-centered-expected.html: Added.
72471         * css3/line-break/line-break-strict-centered.html: Added.
72472         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
72473         * css3/line-break/line-break-strict-half-kana.html: Added.
72474         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
72475         * css3/line-break/line-break-strict-hyphens.html: Added.
72476         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
72477         * css3/line-break/line-break-strict-inseparables.html: Added.
72478         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
72479         * css3/line-break/line-break-strict-iteration-marks.html: Added.
72480         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
72481         * css3/line-break/line-break-strict-postfixes.html: Added.
72482         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
72483         * css3/line-break/line-break-strict-prefixes.html: Added.
72484         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
72485         * css3/line-break/line-break-strict-sound-marks.html: Added.
72486         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added.
72487         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
72488
72489 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
72490
72491         Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html.
72492         https://bugs.webkit.org/show_bug.cgi?id=72039
72493
72494         * platform/chromium/TestExpectations:
72495
72496 2012-11-02  Alice Boxhall  <aboxhall@google.com>
72497
72498         Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky.
72499         https://bugs.webkit.org/show_bug.cgi?id=96725
72500
72501         * platform/chromium/TestExpectations:
72502
72503 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
72504
72505         Unreviewed gardening. Mark video-media-source-state-changes.html as flaky.
72506
72507         * platform/chromium/TestExpectations:
72508
72509 2012-11-02  Tom Sepez  <tsepez@chromium.org>
72510
72511         report-blocked-uri-cross-origin.html is failing
72512         https://bugs.webkit.org/show_bug.cgi?id=101096
72513
72514         Reviewed by Adam Barth.
72515
72516         Don't actually create a report file during the syntax-only test for when
72517         the report directive comes before the mode directive in an X-XSS-Protection
72518         header. Thus, we avoid having to clean it up later.
72519
72520         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
72521         * platform/chromium/TestExpectations:
72522
72523 2012-11-02  Simon Fraser  <simon.fraser@apple.com>
72524
72525         Enable SUBPIXEL_LAYOUT on Mac
72526         https://bugs.webkit.org/show_bug.cgi?id=101076
72527
72528         Reviewed by Dave Hyatt.
72529
72530         Update results affected by subpixel layout.
72531
72532         * platform/mac/accessibility/svg-bounds-expected.txt:
72533         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt.
72534         * platform/mac/animations/keyframes-comma-separated-expected.txt: Added.
72535         * platform/mac/compositing/direct-image-compositing-expected.txt:
72536         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
72537         * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
72538         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
72539         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
72540         * platform/mac/css1/basic/inheritance-expected.txt:
72541         * platform/mac/css1/box_properties/acid_test-expected.txt:
72542         * platform/mac/css1/box_properties/clear_float-expected.txt:
72543         * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
72544         * platform/mac/css1/box_properties/margin-expected.txt:
72545         * platform/mac/css1/box_properties/margin_bottom-expected.txt:
72546         * platform/mac/css1/box_properties/margin_right-expected.txt:
72547         * platform/mac/css1/box_properties/margin_top-expected.txt:
72548         * platform/mac/css1/box_properties/padding-expected.txt:
72549         * platform/mac/css1/box_properties/padding_bottom-expected.txt:
72550         * platform/mac/css1/box_properties/padding_left-expected.txt:
72551         * platform/mac/css1/box_properties/padding_right-expected.txt:
72552         * platform/mac/css1/box_properties/padding_top-expected.txt:
72553         * platform/mac/css1/box_properties/width-expected.txt:
72554         * platform/mac/css1/color_and_background/background_attachment-expected.txt:
72555         * platform/mac/css1/font_properties/font-expected.txt:
72556         * platform/mac/css1/font_properties/font_size-expected.txt:
72557         * platform/mac/css1/font_properties/font_weight-expected.txt:
72558         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
72559         * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
72560         * platform/mac/css1/formatting_model/inline_elements-expected.txt:
72561         * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
72562         * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
72563         * platform/mac/css1/text_properties/text_indent-expected.txt:
72564         * platform/mac/css1/text_properties/vertical_align-expected.txt:
72565         * platform/mac/css1/units/percentage_units-expected.txt:
72566         * platform/mac/css1/units/rounding-expected.txt: Added.
72567         * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
72568         * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
72569         * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
72570         * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
72571         * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
72572         * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
72573         * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
72574         * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
72575         * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
72576         * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
72577         * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
72578         * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
72579         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
72580         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
72581         * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
72582         * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
72583         * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
72584         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
72585         * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
72586         * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
72587         * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
72588         * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
72589         * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
72590         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
72591         * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
72592         * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
72593         * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
72594         * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
72595         * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
72596         * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
72597         * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
72598         * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
72599         * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
72600         * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
72601         * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
72602         * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
72603         * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
72604         * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
72605         * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
72606         * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
72607         * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
72608         * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
72609         * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
72610         * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
72611         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
72612         * platform/mac/editing/selection/3690703-2-expected.txt:
72613         * platform/mac/editing/selection/3690703-expected.txt:
72614         * platform/mac/editing/selection/3690719-expected.txt:
72615         * platform/mac/editing/selection/4397952-expected.txt:
72616         * platform/mac/editing/selection/5240265-expected.txt:
72617         * platform/mac/editing/selection/5354455-2-expected.txt:
72618         * platform/mac/editing/selection/caret-ltr-2-expected.txt:
72619         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
72620         * platform/mac/editing/selection/caret-ltr-expected.txt:
72621         * platform/mac/editing/selection/caret-ltr-right-expected.txt:
72622         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
72623         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
72624         * platform/mac/editing/selection/caret-rtl-expected.txt:
72625         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
72626         * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
72627         * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
72628         * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added.
72629         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
72630         * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
72631         * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
72632         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
72633         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
72634         * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
72635         * platform/mac/editing/selection/selection-button-text-expected.txt:
72636         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
72637         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
72638         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
72639         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
72640         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
72641         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
72642         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
72643         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
72644         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
72645         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
72646         * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
72647         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
72648         * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
72649         * platform/mac/fast/block/basic/001-expected.txt:
72650         * platform/mac/fast/block/basic/011-expected.txt:
72651         * platform/mac/fast/block/basic/014-expected.txt:
72652         * platform/mac/fast/block/basic/015-expected.txt:
72653         * platform/mac/fast/block/basic/016-expected.txt:
72654         * platform/mac/fast/block/basic/019-expected.txt:
72655         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
72656         * platform/mac/fast/block/float/013-expected.txt:
72657         * platform/mac/fast/block/float/025-expected.txt:
72658         * platform/mac/fast/block/float/026-expected.txt:
72659         * platform/mac/fast/block/float/027-expected.txt:
72660         * platform/mac/fast/block/float/028-expected.txt:
72661         * platform/mac/fast/block/float/032-expected.txt:
72662         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
72663         * platform/mac/fast/block/float/float-avoidance-expected.txt:
72664         * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
72665         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
72666         * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
72667         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
72668         * platform/mac/fast/block/margin-collapse/100-expected.txt:
72669         * platform/mac/fast/block/margin-collapse/103-expected.txt:
72670         * platform/mac/fast/block/positioning/047-expected.txt:
72671         * platform/mac/fast/block/positioning/051-expected.txt:
72672         * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
72673         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
72674         * platform/mac/fast/borders/bidi-002-expected.txt:
72675         * platform/mac/fast/borders/bidi-009a-expected.txt:
72676         * platform/mac/fast/borders/bidi-012-expected.txt:
72677         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
72678         * platform/mac/fast/borders/rtl-border-01-expected.txt:
72679         * platform/mac/fast/borders/rtl-border-02-expected.txt:
72680         * platform/mac/fast/borders/rtl-border-03-expected.txt:
72681         * platform/mac/fast/box-sizing/box-sizing-expected.txt:
72682         * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
72683         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
72684         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
72685         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
72686         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
72687         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
72688         * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
72689         * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
72690         * platform/mac/fast/css-generated-content/011-expected.txt:
72691         * platform/mac/fast/css-generated-content/012-expected.txt:
72692         * platform/mac/fast/css-generated-content/013-expected.txt:
72693         * platform/mac/fast/css-generated-content/014-expected.txt:
72694         * platform/mac/fast/css-generated-content/015-expected.txt:
72695         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
72696         * platform/mac/fast/css/003-expected.txt:
72697         * platform/mac/fast/css/004-expected.txt:
72698         * platform/mac/fast/css/005-expected.txt:
72699         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
72700         * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
72701         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
72702         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
72703         * platform/mac/fast/css/continuationCrash-expected.txt:
72704         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
72705         * platform/mac/fast/css/css2-system-fonts-expected.txt:
72706         * platform/mac/fast/css/empty-pseudo-class-expected.txt:
72707         * platform/mac/fast/css/ex-after-font-variant-expected.txt:
72708         * platform/mac/fast/css/fieldset-display-row-expected.txt:
72709         * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
72710         * platform/mac/fast/css/first-line-text-decoration-expected.txt:
72711         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
72712         * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
72713         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
72714         * platform/mac/fast/css/hsl-color-expected.txt:
72715         * platform/mac/fast/css/hsla-color-expected.txt:
72716         * platform/mac/fast/css/inline-properties-important-expected.txt:
72717         * platform/mac/fast/css/invalid-percentage-property-expected.txt:
72718         * platform/mac/fast/css/large-number-round-trip-expected.txt: Added.
72719         * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
72720         * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
72721         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
72722         * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
72723         * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
72724         * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
72725         * platform/mac/fast/css/percentage-non-integer-expected.txt:
72726         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
72727         * platform/mac/fast/css/rgb-float-expected.txt:
72728         * platform/mac/fast/css/rtl-ordering-expected.txt:
72729         * platform/mac/fast/css/selector-set-attribute-expected.txt:
72730         * platform/mac/fast/css/text-align-expected.txt:
72731         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
72732         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
72733         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
72734         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
72735         * platform/mac/fast/css/transform-default-parameter-expected.txt:
72736         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
72737         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
72738         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
72739         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
72740         * platform/mac/fast/css/word-space-extra-expected.txt:
72741         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
72742         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
72743         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
72744         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
72745         * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
72746         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
72747         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
72748         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
72749         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
72750         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
72751         * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed.
72752         * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed.
72753         * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed.
72754         * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed.
72755         * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed.
72756         * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed.
72757         * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
72758         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
72759         * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
72760         * platform/mac/fast/dynamic/012-expected.txt:
72761         * platform/mac/fast/dynamic/anchor-lock-expected.txt:
72762         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
72763         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
72764         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
72765         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
72766         * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
72767         * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
72768         * platform/mac/fast/events/pointer-events-2-expected.txt:
72769         * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
72770         * platform/mac/fast/forms/001-expected.txt:
72771         * platform/mac/fast/forms/006-expected.txt:
72772         * platform/mac/fast/forms/007-expected.txt:
72773         * platform/mac/fast/forms/basic-buttons-expected.txt:
72774         * platform/mac/fast/forms/basic-inputs-expected.txt:
72775         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
72776         * platform/mac/fast/forms/blankbuttons-expected.txt:
72777         * platform/mac/fast/forms/box-shadow-override-expected.txt:
72778         * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
72779         * platform/mac/fast/forms/button-default-title-expected.txt:
72780         * platform/mac/fast/forms/button-generated-content-expected.txt:
72781         * platform/mac/fast/forms/button-positioned-expected.txt:
72782         * platform/mac/fast/forms/button-sizes-expected.txt:
72783         * platform/mac/fast/forms/button-style-color-expected.txt:
72784         * platform/mac/fast/forms/button-table-styles-expected.txt:
72785         * platform/mac/fast/forms/button-text-transform-expected.txt:
72786         * platform/mac/fast/forms/button-white-space-expected.txt:
72787         * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
72788         * platform/mac/fast/forms/fieldset-align-expected.txt:
72789         * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
72790         * platform/mac/fast/forms/fieldset-with-float-expected.txt:
72791         * platform/mac/fast/forms/file/file-input-direction-expected.txt:
72792         * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
72793         * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
72794         * platform/mac/fast/forms/float-before-fieldset-expected.txt:
72795         * platform/mac/fast/forms/form-element-geometry-expected.txt:
72796         * platform/mac/fast/forms/formmove-expected.txt:
72797         * platform/mac/fast/forms/formmove2-expected.txt:
72798         * platform/mac/fast/forms/formmove3-expected.txt:
72799         * platform/mac/fast/forms/indeterminate-expected.txt:
72800         * platform/mac/fast/forms/input-appearance-height-expected.txt:
72801         * platform/mac/fast/forms/input-button-sizes-expected.txt:
72802         * platform/mac/fast/forms/input-value-expected.txt:
72803         * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
72804         * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
72805         * platform/mac/fast/forms/menulist-clip-expected.txt:
72806         * platform/mac/fast/forms/minWidthPercent-expected.txt:
72807         * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
72808         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
72809         * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added.
72810         * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
72811         * platform/mac/fast/forms/searchfield-heights-expected.txt:
72812         * platform/mac/fast/forms/select-baseline-expected.txt:
72813         * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
72814         * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
72815         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
72816         * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
72817         * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
72818         * platform/mac/fast/gradients/generated-gradients-expected.txt:
72819         * platform/mac/fast/gradients/radial-centered-expected.txt:
72820         * platform/mac/fast/gradients/simple-gradients-expected.txt:
72821         * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
72822         * platform/mac/fast/html/details-add-child-1-expected.txt:
72823         * platform/mac/fast/html/details-add-child-2-expected.txt:
72824         * platform/mac/fast/html/details-add-details-child-1-expected.txt:
72825         * platform/mac/fast/html/details-add-details-child-2-expected.txt:
72826         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
72827         * platform/mac/fast/html/details-add-summary-1-expected.txt:
72828         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
72829         * platform/mac/fast/html/details-add-summary-10-expected.txt:
72830         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
72831         * platform/mac/fast/html/details-add-summary-2-expected.txt:
72832         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
72833         * platform/mac/fast/html/details-add-summary-3-expected.txt:
72834         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
72835         * platform/mac/fast/html/details-add-summary-4-expected.txt:
72836         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
72837         * platform/mac/fast/html/details-add-summary-5-expected.txt:
72838         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
72839         * platform/mac/fast/html/details-add-summary-6-expected.txt:
72840         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
72841         * platform/mac/fast/html/details-add-summary-7-expected.txt:
72842         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
72843         * platform/mac/fast/html/details-add-summary-8-expected.txt:
72844         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
72845         * platform/mac/fast/html/details-add-summary-9-expected.txt:
72846         * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
72847         * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
72848         * platform/mac/fast/html/details-marker-style-expected.txt: Added.
72849         * platform/mac/fast/html/details-nested-1-expected.txt:
72850         * platform/mac/fast/html/details-nested-2-expected.txt:
72851         * platform/mac/fast/html/details-no-summary1-expected.txt:
72852         * platform/mac/fast/html/details-no-summary2-expected.txt:
72853         * platform/mac/fast/html/details-no-summary3-expected.txt:
72854         * platform/mac/fast/html/details-no-summary4-expected.txt:
72855         * platform/mac/fast/html/details-open-javascript-expected.txt:
72856         * platform/mac/fast/html/details-open1-expected.txt:
72857         * platform/mac/fast/html/details-open2-expected.txt:
72858         * platform/mac/fast/html/details-open3-expected.txt:
72859         * platform/mac/fast/html/details-open4-expected.txt:
72860         * platform/mac/fast/html/details-open5-expected.txt:
72861         * platform/mac/fast/html/details-open6-expected.txt:
72862         * platform/mac/fast/html/details-position-expected.txt:
72863         * platform/mac/fast/html/details-remove-child-1-expected.txt:
72864         * platform/mac/fast/html/details-remove-child-2-expected.txt:
72865         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
72866         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
72867         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
72868         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
72869         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
72870         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
72871         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
72872         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
72873         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
72874         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
72875         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
72876         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
72877         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
72878         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
72879         * platform/mac/fast/html/details-replace-summary-child-expected.txt:
72880         * platform/mac/fast/html/details-replace-text-expected.txt:
72881         * platform/mac/fast/html/details-writing-mode-expected.txt:
72882         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
72883         * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
72884         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
72885         * platform/mac/fast/inline/002-expected.txt:
72886         * platform/mac/fast/inline/continuation-outlines-expected.txt:
72887         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
72888         * platform/mac/fast/inline/inline-box-background-expected.txt:
72889         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
72890         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
72891         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
72892         * platform/mac/fast/inline/outline-continuations-expected.txt:
72893         * platform/mac/fast/inline/positionedLifetime-expected.txt:
72894         * platform/mac/fast/invalid/010-expected.txt:
72895         * platform/mac/fast/invalid/014-expected.txt:
72896         * platform/mac/fast/invalid/junk-data-expected.txt:
72897         * platform/mac/fast/invalid/missing-end-tag-expected.txt:
72898         * platform/mac/fast/invalid/nestedh3s-expected.txt:
72899         * platform/mac/fast/invalid/residual-style-expected.txt:
72900         * platform/mac/fast/layers/video-layer-expected.txt:
72901         * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
72902         * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
72903         * platform/mac/fast/lists/003-expected.txt:
72904         * platform/mac/fast/lists/003-vertical-expected.txt:
72905         * platform/mac/fast/lists/008-expected.txt:
72906         * platform/mac/fast/lists/008-vertical-expected.txt:
72907         * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
72908         * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added.
72909         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
72910         * platform/mac/fast/multicol/break-properties-expected.txt: Added.
72911         * platform/mac/fast/multicol/client-rects-expected.txt:
72912         * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
72913         * platform/mac/fast/multicol/float-multicol-expected.txt:
72914         * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
72915         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
72916         * platform/mac/fast/multicol/nested-columns-expected.txt:
72917         * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
72918         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt.
72919         * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
72920         * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
72921         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
72922         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
72923         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
72924         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
72925         * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added.
72926         * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added.
72927         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
72928         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
72929         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
72930         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
72931         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
72932         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
72933         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
72934         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
72935         * platform/mac/fast/multicol/table-vertical-align-expected.txt:
72936         * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
72937         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
72938         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
72939         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
72940         * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
72941         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
72942         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
72943         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
72944         * platform/mac/fast/overflow/007-expected.txt:
72945         * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
72946         * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
72947         * platform/mac/fast/overflow/overflow-rtl-expected.txt:
72948         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
72949         * platform/mac/fast/overflow/overflow_hidden-expected.txt:
72950         * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
72951         * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
72952         * platform/mac/fast/parser/bad-xml-slash-expected.txt:
72953         * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
72954         * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
72955         * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
72956         * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
72957         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
72958         * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
72959         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
72960         * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
72961         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
72962         * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
72963         * platform/mac/fast/repaint/control-clip-expected.txt:
72964         * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
72965         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
72966         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
72967         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
72968         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
72969         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
72970         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
72971         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
72972         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
72973         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
72974         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
72975         * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
72976         * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
72977         * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
72978         * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
72979         * platform/mac/fast/repaint/transform-translate-expected.txt:
72980         * platform/mac/fast/replaced/replaced-breaking-expected.txt:
72981         * platform/mac/fast/replaced/table-percent-height-expected.txt: Added.
72982         * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
72983         * platform/mac/fast/replaced/width100percent-button-expected.txt:
72984         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
72985         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
72986         * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
72987         * platform/mac/fast/selectors/032-expected.txt:
72988         * platform/mac/fast/selectors/166-expected.txt:
72989         * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
72990         * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
72991         * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
72992         * platform/mac/fast/table/009-expected.txt:
72993         * platform/mac/fast/table/014-expected.txt:
72994         * platform/mac/fast/table/040-expected.txt:
72995         * platform/mac/fast/table/040-vertical-expected.txt:
72996         * platform/mac/fast/table/041-expected.txt:
72997         * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
72998         * platform/mac/fast/table/append-cells2-expected.txt:
72999         * platform/mac/fast/table/border-collapsing/004-expected.txt:
73000         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
73001         * platform/mac/fast/table/frame-and-rules-expected.txt:
73002         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
73003         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
73004         * platform/mac/fast/table/nested-percent-height-table-expected.txt:
73005         * platform/mac/fast/table/overflowHidden-expected.txt:
73006         * platform/mac/fast/table/percent-heights-expected.txt:
73007         * platform/mac/fast/table/remove-td-display-none-expected.txt:
73008         * platform/mac/fast/table/table-display-types-strict-expected.txt:
73009         * platform/mac/fast/table/table-hspace-align-center-expected.txt:
73010         * platform/mac/fast/text/basic/012-expected.txt:
73011         * platform/mac/fast/text/basic/013-expected.txt:
73012         * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
73013         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
73014         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
73015         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
73016         * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
73017         * platform/mac/fast/text/international/hindi-spacing-expected.txt:
73018         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
73019         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
73020         * platform/mac/fast/text/line-breaks-expected.txt:
73021         * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
73022         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
73023         * platform/mac/fast/text/whitespace/024-expected.txt:
73024         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
73025         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
73026         * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
73027         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
73028         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
73029         * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added.
73030         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
73031         * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
73032         * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
73033         * platform/mac/fast/writing-mode/fieldsets-expected.txt:
73034         * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
73035         * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
73036         * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
73037         * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
73038         * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added.
73039         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
73040         * platform/mac/http/tests/misc/acid3-expected.txt: Added.
73041         * platform/mac/http/tests/misc/iframe404-expected.txt:
73042         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
73043         * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
73044         * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added.
73045         * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added.
73046         * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added.
73047         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
73048         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
73049         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
73050         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
73051         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
73052         * platform/mac/mathml/presentation/attributes-expected.txt:
73053         * platform/mac/mathml/presentation/fenced-expected.txt:
73054         * platform/mac/mathml/presentation/fenced-mi-expected.txt:
73055         * platform/mac/mathml/presentation/fractions-expected.txt:
73056         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
73057         * platform/mac/mathml/presentation/mo-expected.txt:
73058         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
73059         * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
73060         * platform/mac/mathml/presentation/over-expected.txt:
73061         * platform/mac/mathml/presentation/roots-expected.txt:
73062         * platform/mac/mathml/presentation/row-alignment-expected.txt:
73063         * platform/mac/mathml/presentation/row-expected.txt:
73064         * platform/mac/mathml/presentation/style-expected.txt:
73065         * platform/mac/mathml/presentation/sub-expected.txt:
73066         * platform/mac/mathml/presentation/subsup-expected.txt:
73067         * platform/mac/mathml/presentation/sup-expected.txt:
73068         * platform/mac/mathml/presentation/tables-expected.txt:
73069         * platform/mac/mathml/presentation/tokenElements-expected.txt:
73070         * platform/mac/mathml/presentation/under-expected.txt:
73071         * platform/mac/mathml/presentation/underover-expected.txt:
73072         * platform/mac/mathml/xHeight-expected.txt:
73073         * platform/mac/media/audio-controls-rendering-expected.txt:
73074         * platform/mac/media/controls-after-reload-expected.txt:
73075         * platform/mac/media/controls-strict-expected.txt:
73076         * platform/mac/media/controls-styling-strict-expected.txt:
73077         * platform/mac/media/controls-without-preload-expected.txt:
73078         * platform/mac/media/media-controls-clone-expected.txt:
73079         * platform/mac/media/media-element-play-after-eos-expected.txt: Added.
73080         * platform/mac/media/video-controls-rendering-expected.txt:
73081         * platform/mac/media/video-display-toggle-expected.txt:
73082         * platform/mac/media/video-empty-source-expected.txt:
73083         * platform/mac/media/video-no-audio-expected.txt:
73084         * platform/mac/media/video-playing-and-pause-expected.txt:
73085         * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
73086         * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
73087         * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
73088         * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added.
73089         * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
73090         * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
73091         * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
73092         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
73093         * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt.
73094         * platform/mac/svg/custom/bug45331-expected.txt:
73095         * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
73096         * platform/mac/svg/custom/image-parent-translation-expected.txt:
73097         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
73098         * platform/mac/svg/custom/js-update-container-expected.txt: Added.
73099         * platform/mac/svg/custom/junk-data-expected.txt:
73100         * platform/mac/svg/custom/missing-xlink-expected.txt:
73101         * platform/mac/svg/custom/object-sizing-expected.txt:
73102         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
73103         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
73104         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
73105         * platform/mac/svg/custom/path-bad-data-expected.txt:
73106         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
73107         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
73108         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
73109         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
73110         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
73111         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
73112         * platform/mac/svg/custom/use-font-face-crash-expected.txt:
73113         * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
73114         * platform/mac/svg/hixie/error/012-expected.txt:
73115         * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
73116         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
73117         * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
73118         * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added.
73119         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added.
73120         * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added.
73121         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
73122         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
73123         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
73124         * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
73125         * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
73126         * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
73127         * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
73128         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
73129         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
73130         * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
73131         * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
73132         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
73133         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
73134         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
73135         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
73136         * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
73137         * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
73138         * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt.
73139         * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
73140         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
73141         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
73142         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
73143         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
73144         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
73145         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
73146         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
73147         * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
73148         * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
73149         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
73150         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
73151         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
73152         * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
73153         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
73154         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
73155         * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
73156         * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
73157         * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
73158         * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
73159         * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
73160         * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
73161         * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
73162         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
73163         * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
73164         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
73165         * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
73166         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
73167         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
73168         * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
73169         * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
73170         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
73171         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
73172         * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
73173         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
73174         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
73175         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
73176         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
73177         * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
73178         * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
73179         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
73180         * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
73181         * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
73182         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
73183         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
73184         * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
73185         * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
73186         * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
73187         * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
73188         * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
73189         * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
73190         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
73191         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
73192         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
73193         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
73194         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
73195         * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
73196         * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
73197         * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
73198         * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
73199         * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
73200         * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
73201         * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
73202         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
73203         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
73204         * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
73205         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
73206         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
73207         * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
73208         * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
73209         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
73210         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
73211         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
73212         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
73213         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
73214         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
73215         * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
73216         * platform/mac/tables/mozilla/core/margins-expected.txt:
73217         * platform/mac/tables/mozilla/core/misc-expected.txt:
73218         * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
73219         * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
73220         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
73221         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
73222         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
73223         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
73224         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
73225         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
73226         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
73227         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
73228         * platform/mac/tables/mozilla/other/move_row-expected.txt:
73229         * platform/mac/tables/mozilla/other/test3-expected.txt:
73230         * platform/mac/tables/mozilla/other/test6-expected.txt:
73231         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
73232         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
73233         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
73234         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
73235         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
73236         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
73237         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
73238         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
73239         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
73240         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
73241         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
73242         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
73243         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
73244         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
73245         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
73246         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
73247         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
73248         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
73249         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
73250         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
73251         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
73252         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
73253         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
73254         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
73255         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
73256         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
73257         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
73258         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
73259         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
73260         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
73261         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
73262         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
73263         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
73264         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
73265         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
73266         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
73267         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
73268         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
73269         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
73270         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
73271         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
73272         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
73273         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
73274         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
73275         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
73276         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
73277         * platform/mac/transforms/2d/hindi-rotated-expected.txt:
73278         * platform/mac/transforms/2d/zoom-menulist-expected.txt:
73279         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added.
73280         * platform/mac/transforms/svg-vs-css-expected.txt:
73281         * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added.
73282         * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added.
73283         * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added.
73284         * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added.
73285         * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added.
73286         * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added.
73287         * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added.
73288         * platform/mac/webarchive/doctype-expected.txt: Added.
73289         * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
73290         * platform/mac/webarchive/test-body-background-expected.txt: Added.
73291         * platform/mac/webarchive/test-css-import-expected.txt: Added.
73292         * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added.
73293         * platform/mac/webarchive/test-frameset-expected.txt: Added.
73294         * platform/mac/webarchive/test-img-src-expected.txt: Added.
73295         * platform/mac/webarchive/test-input-src-expected.txt: Added.
73296         * platform/mac/webarchive/test-link-href-expected.txt: Added.
73297         * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added.
73298         * platform/mac/webarchive/test-object-data-expected.txt: Added.
73299         * platform/mac/webarchive/test-script-src-expected.txt: Added.
73300         * platform/mac/webarchive/test-table-background-expected.txt: Added.
73301         * platform/mac/webarchive/test-td-background-expected.txt: Added.
73302         * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added.
73303
73304 2012-11-02  Stephen White  <senorblanco@chromium.org>
73305
73306         [Chromium] Unreviewed gardening.  Some new Mac baselines, and 
73307         add real bugs in place of Bug(senorblanco).
73308
73309         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73310         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73311         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73312         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73313         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73314         * platform/chromium/TestExpectations:
73315
73316 2012-11-02  Tony Chang  <tony@chromium.org>
73317
73318         [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing
73319         https://bugs.webkit.org/show_bug.cgi?id=100887
73320
73321         Reviewed by Ojan Vafai.
73322
73323         The tests were racing the load time of js-test-post.js and the test completion.
73324         Previously, js-test-post.js would already be in the cache, so it would always load first.
73325         Now that we clear the cache, sometimes js-test-post.js would run after the other test output.
73326         Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test
73327         ends (this delays the js-test-post.js output until finishJSTest() is called).
73328
73329         * platform/chromium/TestExpectations:
73330         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt:
73331         * platform/chromium/accessibility/is-ignored-change-sends-notification.html:
73332         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt:
73333         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html:
73334         * platform/chromium/accessibility/text-change-notification-expected.txt:
73335         * platform/chromium/accessibility/text-change-notification.html:
73336
73337 2012-11-02  Ian Vollick  <vollick@chromium.org>
73338
73339         Unreviewed baselines for chromium-mac.
73340
73341         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73342         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73343         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73344
73345 2012-11-02  Ian Vollick  <vollick@chromium.org>
73346
73347         Unreviewed baselines for chromium-mac.
73348
73349         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73350
73351 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73352
73353         Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing.
73354         https://bugs.webkit.org/show_bug.cgi?id=101096
73355
73356         * platform/chromium/TestExpectations:
73357
73358 2012-11-02  Ian Vollick  <vollick@chromium.org>
73359
73360         Support invalidation tracking for composited layers
73361         https://bugs.webkit.org/show_bug.cgi?id=97801
73362
73363         Reviewed by Simon Fraser.
73364
73365         GraphicsLayers now store invalidated rects and can include them in
73366         the layer tree dump.
73367
73368         * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73369         * compositing/repaint/invalidations-on-composited-layers.html: Added.
73370         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73371
73372 2012-11-02  Adam Barth  <abarth@webkit.org>
73373
73374         ASSERT in RenderLayer::hitTestContents can fire
73375         https://bugs.webkit.org/show_bug.cgi?id=99656
73376
73377         Reviewed by Eric Seidel.
73378
73379         This test ensures that we don't trigger the assert.
73380
73381         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added.
73382         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added.
73383
73384 2012-11-02  Mike West  <mkwst@chromium.org>
73385
73386         Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
73387         https://bugs.webkit.org/show_bug.cgi?id=101043
73388
73389         Reviewed by Adam Barth.
73390
73391         The canonical 'Content-Security-Policy' header landed in 133095, but we
73392         missed a few tests while updating to the new hotness. We also should
73393         start using the canonical header for the inspector.
73394
73395         This patch should have no visible change; tests should continue to pass
73396         with the new header, just as they did with the old header.
73397
73398         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html:
73399         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html:
73400         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html:
73401         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html:
73402         * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
73403         * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
73404         * inspector/console/console-eval-blocked.html:
73405         * inspector/debugger/debugger-pause-on-blocked-event-handler.html:
73406         * inspector/debugger/debugger-pause-on-blocked-script-injection.html:
73407         * inspector/debugger/debugger-pause-on-blocked-script-url.html:
73408         * inspector/debugger/eval-on-pause-blocked.html:
73409         * inspector/elements/resolve-node-blocked.html:
73410         * media/csp-blocks-video.html:
73411
73412 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73413
73414         Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky.
73415         https://bugs.webkit.org/show_bug.cgi?id=86909
73416
73417         * platform/chromium/TestExpectations:
73418
73419 2012-11-02  Tom Sepez  <tsepez@chromium.org>
73420
73421         Support X-XSS-Protection: report=URL header syntax in XSSAuditor.
73422         https://bugs.webkit.org/show_bug.cgi?id=100892
73423
73424         Reviewed by Adam Barth.
73425
73426         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
73427         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
73428         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
73429         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
73430         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added.
73431         * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added.
73432         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added.
73433         * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added.
73434         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added.
73435         * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added.
73436         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added.
73437         * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added.
73438         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added.
73439         * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added.
73440         * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added.
73441         * http/tests/security/xssAuditor/report-script-tag.html: Added.
73442         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
73443         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added.
73444         * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added.
73445         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added.
73446         * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added.
73447
73448 2012-11-02  Ian Vollick  <vollick@chromium.org>
73449
73450         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
73451         https://bugs.webkit.org/show_bug.cgi?id=98523
73452
73453         Reviewed by Simon Fraser.
73454
73455         The repaint-subrect-grid.html layout test is now text-based and
73456         doesn't use testRunner.displayInvalidatedRegion().
73457
73458         * fast/images/repaint-subrect-grid-expected.txt:
73459         * fast/images/repaint-subrect-grid.html:
73460         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed.
73461         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed.
73462         * platform/mac/TestExpectations:
73463         * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
73464         * platform/qt/TestExpectations:
73465
73466 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73467
73468         Unreviewed gardening. Marking some repaint tests as flaky.
73469         https://bugs.webkit.org/show_bug.cgi?id=84720
73470
73471         * platform/chromium/TestExpectations:
73472
73473 2012-11-02  Kevin Ellis  <kevers@chromium.org>
73474
73475         Imrpove scoring in touch adjustment to address bias towards smaller targets.
73476         https://bugs.webkit.org/show_bug.cgi?id=101046
73477
73478         Reviewed by Antonio Gomes.
73479
73480         Add missing mouse handlers to ensure proper handling of nested
73481         elements.  Nested elements with explicit handlers are favored over
73482         ancestor elements.  The change to scoring in touch adjustment,
73483         which removes bias towards small targets, broke two of the layout
73484         tests.  The updated tests more accurately reflect intended 
73485         behavior. 
73486  
73487         * touchadjustment/nested-shadow-node.html:
73488         * touchadjustment/rotated-node.html:
73489
73490 2012-11-02  Stephen White  <senorblanco@chromium.org>
73491
73492         [Chromium] Unreviewed gardening.
73493
73494         * platform/chromium/TestExpectations:
73495
73496 2012-11-02  Keishi Hattori  <keishi@webkit.org>
73497
73498         Fix test calendar-picker-key-operations.html
73499         https://bugs.webkit.org/show_bug.cgi?id=101020
73500
73501         Reviewed by Kent Tamura.
73502
73503         The test was wrong and failing.
73504
73505         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
73506         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
73507         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
73508
73509 2012-11-02  Arpita Bahuguna  <arpitabahuguna@gmail.com>
73510
73511         Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.
73512         https://bugs.webkit.org/show_bug.cgi?id=99442
73513
73514         Reviewed by Levi Weintraub.
73515
73516         * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added.
73517         * fast/block/block-with-inline-replaced-child-following-text.html: Added.
73518         Test added for verifying the width of the inline-block when an inline replaced
73519         object follows some text object which does not end in a whitespace.
73520
73521         The correct width of our containing box in this case should be 94px which is
73522         determined by the min-width of our text (using ahem font) which is 64px +
73523         the padding - 30px.
73524
73525         Prior to this fix, the trailing end-width from the text (64px) would be carried
73526         onto the next line containing the inline replaced object. This would then make
73527         that line's width as 64px (end width of text) + 30 px (padding) + 50px (width
73528         of our image object) making it 144px in total. This would then incorrectly
73529         define the width of our containing box.
73530
73531 2012-11-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
73532
73533         [EFL] Unreviewed pixel expectations gardening.
73534
73535         * platform/efl/TestExpectations: Skip some css3-text-decoration
73536         tests which depend on pending features.
73537
73538 2012-11-02  Vsevolod Vlasov  <vsevik@chromium.org>
73539
73540         Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"
73541         https://bugs.webkit.org/show_bug.cgi?id=97471
73542
73543         Reviewed by Pavel Feldman.
73544
73545         * http/tests/inspector/resource-main-cookies.php:
73546         * inspector/cookie-parser.html:
73547
73548 2012-11-01  Shinya Kawanaka  <shinyak@chromium.org>
73549
73550         [Shadow] Element should have getter and setter of attribute 'pseudo'
73551         https://bugs.webkit.org/show_bug.cgi?id=100831
73552
73553         Reviewed by Hajime Morita.
73554
73555         * fast/dom/shadow/pseudo-attribute-expected.txt: Added.
73556         * fast/dom/shadow/pseudo-attribute.html: Added.
73557
73558 2012-11-01  Seonae Kim  <sunaeluv.kim@samsung.com>
73559
73560         [EFL][DRT] Support Geolocation
73561         https://bugs.webkit.org/show_bug.cgi?id=97427
73562
73563         Reviewed by Gyuyoung Kim.
73564
73565         Change the comment of Geolocation test cases.
73566
73567         * platform/efl/TestExpectations:
73568
73569 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73570
73571         New image results for compositing tests. Cross-platform image results seem
73572         impossible to maintain, so these are all Mac-specific.
73573
73574         * platform/mac/compositing/animation/busy-indicator-expected.png:
73575         * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
73576         * platform/mac/compositing/color-matching/image-color-matching-expected.png:
73577         * platform/mac/compositing/color-matching/pdf-image-match-expected.png:
73578         * platform/mac/compositing/compositing-visible-descendant-expected.png:
73579         * platform/mac/compositing/direct-image-compositing-expected.png:
73580         * platform/mac/compositing/flat-with-transformed-child-expected.png:
73581         * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
73582         * platform/mac/compositing/generated-content-expected.png:
73583         * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
73584         * platform/mac/compositing/geometry/clipping-foreground-expected.png:
73585         * platform/mac/compositing/geometry/composited-html-size-expected.png:
73586         * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
73587         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
73588         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
73589         * platform/mac/compositing/geometry/fixed-position-expected.png:
73590         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
73591         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
73592         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73593         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
73594         * platform/mac/compositing/geometry/foreground-layer-expected.png:
73595         * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
73596         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
73597         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
73598         * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
73599         * platform/mac/compositing/geometry/outline-change-expected.png:
73600         * platform/mac/compositing/geometry/partial-layout-update-expected.png:
73601         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
73602         * platform/mac/compositing/geometry/root-layer-update-expected.png:
73603         * platform/mac/compositing/geometry/tall-page-composited-expected.png:
73604         * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
73605         * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
73606         * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
73607         * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
73608         * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
73609         * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
73610         * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
73611         * platform/mac/compositing/images/content-image-change-expected.png:
73612         * platform/mac/compositing/images/direct-image-background-color-expected.png:
73613         * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png:
73614         * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png:
73615         * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
73616         * platform/mac/compositing/masks/direct-image-mask-expected.png:
73617         * platform/mac/compositing/masks/masked-ancestor-expected.png:
73618         * platform/mac/compositing/masks/multiple-masks-expected.png:
73619         * platform/mac/compositing/masks/simple-composited-mask-expected.png:
73620         * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
73621         * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
73622         * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
73623         * platform/mac/compositing/overflow/overflow-positioning-expected.png:
73624         * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
73625         * platform/mac/compositing/overflow/overflow-scroll-expected.png:
73626         * platform/mac/compositing/overflow/parent-overflow-expected.png:
73627         * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
73628         * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
73629         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
73630         * platform/mac/compositing/plugins/composited-plugin-expected.png:
73631         * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
73632         * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
73633         * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
73634         * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
73635         * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
73636         * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
73637         * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
73638         * platform/mac/compositing/reflections/nested-reflection-expected.png:
73639         * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
73640         * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
73641         * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
73642         * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
73643         * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
73644         * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
73645         * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
73646         * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
73647         * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
73648         * platform/mac/compositing/reflections/reflection-opacity-expected.png:
73649         * platform/mac/compositing/reflections/reflection-ordering-expected.png:
73650         * platform/mac/compositing/reflections/reflection-positioning-expected.png:
73651         * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
73652         * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
73653         * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
73654         * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
73655         * platform/mac/compositing/repaint/composited-document-element-expected.png:
73656         * platform/mac/compositing/repaint/content-into-overflow-expected.png:
73657         * platform/mac/compositing/repaint/layer-repaint-expected.png:
73658         * platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
73659         * platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
73660         * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
73661         * platform/mac/compositing/repaint/overflow-into-content-expected.png:
73662         * platform/mac/compositing/repaint/same-size-invalidation-expected.png:
73663         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png:
73664         * platform/mac/compositing/self-painting-layers-expected.png:
73665         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
73666         * platform/mac/compositing/sibling-positioning-expected.png:
73667         * platform/mac/compositing/text-on-large-layer-expected.png:
73668         * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
73669         * platform/mac/compositing/transitions/singular-scale-transition-expected.png:
73670         * platform/mac/compositing/webgl/webgl-background-color-expected.png:
73671         * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
73672         * platform/mac/compositing/webgl/webgl-reflection-expected.png:
73673
73674 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73675
73676         Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html
73677         as flakey because it is.
73678         
73679         * platform/mac/TestExpectations:
73680         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
73681         * platform/mac/mathml/presentation/row-alignment-expected.png:
73682         * platform/mac/mathml/presentation/row-alignment-expected.txt:
73683         * platform/mac/mathml/presentation/subsup-expected.png:
73684         * platform/mac/mathml/presentation/subsup-expected.txt:
73685         * platform/mac/mathml/presentation/tables-expected.png:
73686         * platform/mac/mathml/presentation/tables-expected.txt:
73687
73688 2012-11-01  Stephen White  <senorblanco@chromium.org>
73689
73690         [Chromium] Unreviewed gardening.
73691
73692         * platform/chromium/TestExpectations:
73693
73694         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
73695         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png.
73696
73697 2012-11-01  David Barton  <dbarton@mathscribe.com>
73698
73699         Unreviewed mathml rebaseline.
73700
73701         * platform/chromium-linux-x86/mathml: Added.
73702         * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added.
73703         * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added.
73704         * platform/chromium-linux/mathml: Added.
73705         * platform/chromium-linux/mathml/xHeight-expected.png: Added.
73706         * platform/chromium-linux/mathml/xHeight-expected.txt: Added.
73707         * platform/chromium-win-xp/mathml: Added.
73708         * platform/chromium-win-xp/mathml/xHeight-expected.png: Added.
73709         * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added.
73710         * platform/chromium-win/mathml: Added.
73711         * platform/chromium-win/mathml/xHeight-expected.png: Added.
73712         * platform/chromium-win/mathml/xHeight-expected.txt: Added.
73713         * platform/chromium/TestExpectations:
73714
73715 2012-11-01  Stephen White  <senorblanco@chromium.org>
73716
73717         [Chromium] Unreviewed gardening.  Mark another flaky test.
73718
73719         * platform/chromium/TestExpectations:
73720
73721 2012-11-01  Stephen White  <senorblanco@chromium.org>
73722
73723         [Chromium] Unreviewed gardening.
73724
73725         * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
73726         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
73727         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
73728
73729 2012-11-01  Tom Sepez  <tsepez@chromium.org>
73730
73731         XSS blocker false positive when page contains <iframe src="">
73732         https://bugs.webkit.org/show_bug.cgi?id=93416
73733
73734         Reviewed by Adam Barth.
73735
73736         * http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Added.
73737         * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Added.
73738         * http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Added.
73739         * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Added.
73740         * http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Added.
73741         * http/tests/security/xssAuditor/iframe-injection-allowed.html: Added.
73742
73743 2012-11-01  Tien-Ren Chen  <trchen@chromium.org>
73744
73745         Fix assertion failure in RenderGeometryMap::absoluteRect when frame scale != 1.0
73746         https://bugs.webkit.org/show_bug.cgi?id=100912
73747
73748         Reviewed by Simon Fraser.
73749
73750         Frame scale will add transformation to RenderView, so fixed position doesn't
73751         get propagated up to the viewport by RenderGeometryMap. This is handled
73752         correctly in RenderView::mapLocalToContainer, causing the assertion to fail.
73753         This patch corrects RenderGeometryMap::mapToAbsolute to handle the RenderView
73754         transformation case.
73755
73756         A layout test is added to catch this issue. The test will crash debug build
73757         without this patch.
73758
73759
73760         * compositing/geometry/fixed-position-composited-page-scale-scroll-expected.txt: Added.
73761         * compositing/geometry/fixed-position-composited-page-scale-scroll.html: Added.
73762
73763 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73764
73765         Rebaseline tests listed in Mac TestExpectations as needing new baselines, other than those that
73766         are failing ref tests.
73767         
73768         Removed relevant lines from TestExpectations.
73769         
73770         Carry along some new image results for the directories which were rebaselined.
73771
73772         Rubber-stamped by Tim Horton
73773
73774         * accessibility/svg-remote-element-expected.txt: Added.
73775         * fast/images/exif-orientation-image-document-expected.txt: Added.
73776         * platform/mac/TestExpectations:
73777         * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Removed.
73778         * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed.
73779         * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
73780         * platform/mac/compositing/animation/busy-indicator-expected.txt: Removed.
73781         * platform/mac/compositing/flat-with-transformed-child-expected.txt: Removed.
73782         * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Removed.
73783         * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Removed.
73784         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Removed.
73785         * platform/mac/compositing/video/video-controls-layer-creation-expected.png: Added.
73786         * platform/mac/css1/formatting_model/canvas-expected.png:
73787         * platform/mac/css1/formatting_model/floating_elements-expected.png:
73788         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
73789         * platform/mac/css1/formatting_model/height_of_lines-expected.png:
73790         * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
73791         * platform/mac/css1/formatting_model/inline_elements-expected.png:
73792         * platform/mac/css1/formatting_model/replaced_elements-expected.png:
73793         * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
73794         * platform/mac/editing/selection/anchor-focus2-expected.txt: Removed.
73795         * platform/mac/editing/selection/anchor-focus3-expected.txt: Removed.
73796         * platform/mac/editing/selection/fake-drag-expected.txt: Removed.
73797         * platform/mac/fast/block/float/001-expected.png:
73798         * platform/mac/fast/block/float/002-expected.png:
73799         * platform/mac/fast/block/float/003-expected.png:
73800         * platform/mac/fast/block/float/004-expected.png:
73801         * platform/mac/fast/block/float/005-expected.png:
73802         * platform/mac/fast/block/float/006-expected.png:
73803         * platform/mac/fast/block/float/007-expected.png:
73804         * platform/mac/fast/block/float/008-expected.png:
73805         * platform/mac/fast/block/float/009-expected.png:
73806         * platform/mac/fast/block/float/010-expected.png:
73807         * platform/mac/fast/block/float/010-expected.txt:
73808         * platform/mac/fast/block/float/011-expected.png:
73809         * platform/mac/fast/block/float/012-expected.png:
73810         * platform/mac/fast/block/float/013-expected.png:
73811         * platform/mac/fast/block/float/014-expected.png:
73812         * platform/mac/fast/block/float/015-expected.png:
73813         * platform/mac/fast/block/float/017-expected.png:
73814         * platform/mac/fast/block/float/018-expected.png:
73815         * platform/mac/fast/block/float/019-expected.png:
73816         * platform/mac/fast/block/float/020-expected.png:
73817         * platform/mac/fast/block/float/021-expected.png:
73818         * platform/mac/fast/block/float/022-expected.png:
73819         * platform/mac/fast/block/float/023-expected.png:
73820         * platform/mac/fast/block/float/024-expected.png:
73821         * platform/mac/fast/block/float/024-expected.txt:
73822         * platform/mac/fast/block/float/025-expected.png:
73823         * platform/mac/fast/block/float/026-expected.png:
73824         * platform/mac/fast/block/float/027-expected.png:
73825         * platform/mac/fast/block/float/028-expected.png:
73826         * platform/mac/fast/block/float/029-expected.png:
73827         * platform/mac/fast/block/float/030-expected.png:
73828         * platform/mac/fast/block/float/031-expected.png:
73829         * platform/mac/fast/block/float/032-expected.png:
73830         * platform/mac/fast/block/float/033-expected.png:
73831         * platform/mac/fast/block/float/034-expected.png:
73832         * platform/mac/fast/block/float/035-expected.png:
73833         * platform/mac/fast/block/float/4145535Crash-expected.png:
73834         * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png:
73835         * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
73836         * platform/mac/fast/block/float/avoidance-rtl-expected.png: Added.
73837         * platform/mac/fast/block/float/avoiding-float-centered-expected.png:
73838         * platform/mac/fast/block/float/br-with-clear-2-expected.png:
73839         * platform/mac/fast/block/float/br-with-clear-expected.png:
73840         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
73841         * platform/mac/fast/block/float/clamped-right-float-expected.png:
73842         * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
73843         * platform/mac/fast/block/float/clear-to-fit-expected.png: Added.
73844         * platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.png:
73845         * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png:
73846         * platform/mac/fast/block/float/fit_line_below_floats-expected.png:
73847         * platform/mac/fast/block/float/float-avoidance-expected.png:
73848         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
73849         * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
73850         * platform/mac/fast/block/float/float-in-float-painting-expected.png:
73851         * platform/mac/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
73852         * platform/mac/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
73853         * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
73854         * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
73855         * platform/mac/fast/block/float/float-on-zero-height-line-expected.png:
73856         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
73857         * platform/mac/fast/block/float/float-overhangs-root-expected.png:
73858         * platform/mac/fast/block/float/floats-and-text-indent-expected.png:
73859         * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png:
73860         * platform/mac/fast/block/float/in-margin-expected.png:
73861         * platform/mac/fast/block/float/independent-align-positioning-expected.png:
73862         * platform/mac/fast/block/float/independent-align-positioning-expected.txt:
73863         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
73864         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
73865         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
73866         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
73867         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
73868         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
73869         * platform/mac/fast/block/float/intruding-painted-twice-expected.png:
73870         * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
73871         * platform/mac/fast/block/float/multiple-float-positioning-expected.png:
73872         * platform/mac/fast/block/float/narrow-after-wide-expected.png:
73873         * platform/mac/fast/block/float/negative-margin-clear-expected.png:
73874         * platform/mac/fast/block/float/nested-clearance-expected.png:
73875         * platform/mac/fast/block/float/nestedAnonymousBlocks-expected.png:
73876         * platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.png:
73877         * platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.png:
73878         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
73879         * platform/mac/fast/block/float/nowrap-clear-min-width-expected.png:
73880         * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.png:
73881         * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
73882         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
73883         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
73884         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
73885         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
73886         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
73887         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
73888         * platform/mac/fast/block/float/overhanging-tall-block-expected.png:
73889         * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
73890         * platform/mac/fast/block/float/relative-painted-twice-expected.png:
73891         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
73892         * platform/mac/fast/block/float/shrink-to-fit-width-expected.png:
73893         * platform/mac/fast/block/float/table-relayout-expected.png:
73894         * platform/mac/fast/block/float/vertical-move-relayout-expected.png:
73895         * platform/mac/fast/block/float/width-update-after-clear-expected.png:
73896         * platform/mac/fast/block/margin-collapse/001-expected.png:
73897         * platform/mac/fast/block/margin-collapse/002-expected.png:
73898         * platform/mac/fast/block/margin-collapse/003-expected.png:
73899         * platform/mac/fast/block/margin-collapse/004-expected.png:
73900         * platform/mac/fast/block/margin-collapse/005-expected.png:
73901         * platform/mac/fast/block/margin-collapse/006-expected.png:
73902         * platform/mac/fast/block/margin-collapse/010-expected.png:
73903         * platform/mac/fast/block/margin-collapse/011-expected.png:
73904         * platform/mac/fast/block/margin-collapse/012-expected.png:
73905         * platform/mac/fast/block/margin-collapse/015-expected.png:
73906         * platform/mac/fast/block/margin-collapse/016-expected.png:
73907         * platform/mac/fast/block/margin-collapse/017-expected.png:
73908         * platform/mac/fast/block/margin-collapse/018-expected.png:
73909         * platform/mac/fast/block/margin-collapse/019-expected.png:
73910         * platform/mac/fast/block/margin-collapse/020-expected.png:
73911         * platform/mac/fast/block/margin-collapse/021-expected.png:
73912         * platform/mac/fast/block/margin-collapse/022-expected.png:
73913         * platform/mac/fast/block/margin-collapse/025-expected.png:
73914         * platform/mac/fast/block/margin-collapse/025-expected.txt:
73915         * platform/mac/fast/block/margin-collapse/026-expected.png:
73916         * platform/mac/fast/block/margin-collapse/027-expected.png:
73917         * platform/mac/fast/block/margin-collapse/028-expected.png:
73918         * platform/mac/fast/block/margin-collapse/029-expected.png:
73919         * platform/mac/fast/block/margin-collapse/030-expected.png:
73920         * platform/mac/fast/block/margin-collapse/031-expected.png:
73921         * platform/mac/fast/block/margin-collapse/032-expected.png:
73922         * platform/mac/fast/block/margin-collapse/033-expected.png:
73923         * platform/mac/fast/block/margin-collapse/034-expected.png:
73924         * platform/mac/fast/block/margin-collapse/035-expected.png:
73925         * platform/mac/fast/block/margin-collapse/037-expected.png:
73926         * platform/mac/fast/block/margin-collapse/038-expected.png:
73927         * platform/mac/fast/block/margin-collapse/039-expected.png:
73928         * platform/mac/fast/block/margin-collapse/040-expected.png:
73929         * platform/mac/fast/block/margin-collapse/041-expected.png:
73930         * platform/mac/fast/block/margin-collapse/042-expected.png:
73931         * platform/mac/fast/block/margin-collapse/043-expected.png:
73932         * platform/mac/fast/block/margin-collapse/044-expected.png:
73933         * platform/mac/fast/block/margin-collapse/045-expected.png:
73934         * platform/mac/fast/block/margin-collapse/055-expected.png:
73935         * platform/mac/fast/block/margin-collapse/056-expected.png:
73936         * platform/mac/fast/block/margin-collapse/057-expected.png:
73937         * platform/mac/fast/block/margin-collapse/058-expected.png:
73938         * platform/mac/fast/block/margin-collapse/059-expected.png:
73939         * platform/mac/fast/block/margin-collapse/062-expected.png:
73940         * platform/mac/fast/block/margin-collapse/063-expected.png:
73941         * platform/mac/fast/block/margin-collapse/100-expected.png:
73942         * platform/mac/fast/block/margin-collapse/101-expected.png:
73943         * platform/mac/fast/block/margin-collapse/102-expected.png:
73944         * platform/mac/fast/block/margin-collapse/103-expected.png:
73945         * platform/mac/fast/block/margin-collapse/104-expected.png:
73946         * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png:
73947         * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png:
73948         * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png:
73949         * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png:
73950         * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png:
73951         * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png:
73952         * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png:
73953         * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png:
73954         * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png:
73955         * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png:
73956         * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png:
73957         * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png:
73958         * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png:
73959         * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png:
73960         * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png:
73961         * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png:
73962         * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png:
73963         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png:
73964         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
73965         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
73966         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
73967         * platform/mac/fast/block/margin-collapse/negative-margins-expected.png:
73968         * platform/mac/fast/borders/border-antialiasing-expected.png:
73969         * platform/mac/fast/css-generated-content/inline-display-types-expected.png:
73970         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
73971         * platform/mac/fast/css/001-expected.png:
73972         * platform/mac/fast/css/002-expected.png:
73973         * platform/mac/fast/css/003-expected.png:
73974         * platform/mac/fast/css/004-expected.png:
73975         * platform/mac/fast/css/005-expected.png:
73976         * platform/mac/fast/css/006-expected.png:
73977         * platform/mac/fast/css/007-expected.png:
73978         * platform/mac/fast/css/008-expected.png:
73979         * platform/mac/fast/css/ZeroOpacityLayers-expected.png:
73980         * platform/mac/fast/css/ZeroOpacityLayers2-expected.png:
73981         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
73982         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
73983         * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.png:
73984         * platform/mac/fast/css/acid2-expected.png:
73985         * platform/mac/fast/css/acid2-pixel-expected.png:
73986         * platform/mac/fast/css/apple-prefix-expected.png:
73987         * platform/mac/fast/css/attribute-selector-dynamic-expected.png:
73988         * platform/mac/fast/css/attribute-selector-empty-value-expected.png:
73989         * platform/mac/fast/css/background-clip-radius-values-expected.png: Added.
73990         * platform/mac/fast/css/background-clip-values-expected.png:
73991         * platform/mac/fast/css/background-image-with-baseurl-expected.png:
73992         * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
73993         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
73994         * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png:
73995         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
73996         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
73997         * platform/mac/fast/css/bogus-color-span-expected.png:
73998         * platform/mac/fast/css/border-height-expected.png:
73999         * platform/mac/fast/css/border-radius-non-negative-expected.png:
74000         * platform/mac/fast/css/border-radius-outline-offset-expected.png:
74001         * platform/mac/fast/css/border-solid-single-edge-antialias-expected.png: Added.
74002         * platform/mac/fast/css/box-shadow-and-border-radius-expected.png:
74003         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
74004         * platform/mac/fast/css/caption-width-absolute-position-expected.png: Added.
74005         * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
74006         * platform/mac/fast/css/caption-width-fixed-position-expected.png: Added.
74007         * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
74008         * platform/mac/fast/css/caption-width-relative-position-expected.png: Added.
74009         * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
74010         * platform/mac/fast/css/child-style-can-override-visited-style-expected.png: Added.
74011         * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
74012         * platform/mac/fast/css/clip-zooming-expected.png:
74013         * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
74014         * platform/mac/fast/css/color-correction-expected.png:
74015         * platform/mac/fast/css/color-correction-on-background-image-expected.png:
74016         * platform/mac/fast/css/color-correction-on-backgrounds-expected.png:
74017         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
74018         * platform/mac/fast/css/color-correction-on-text-expected.png:
74019         * platform/mac/fast/css/color-correction-on-text-shadow-expected.png:
74020         * platform/mac/fast/css/color-correction-untagged-images-expected.png:
74021         * platform/mac/fast/css/color-leakage-expected.png:
74022         * platform/mac/fast/css/color-quirk-expected.png:
74023         * platform/mac/fast/css/color-strict-expected.png:
74024         * platform/mac/fast/css/compare-content-style-expected.png:
74025         * platform/mac/fast/css/content-dynamic-expected.png:
74026         * platform/mac/fast/css/contentDiv-expected.png:
74027         * platform/mac/fast/css/contentDivWithChildren-expected.png:
74028         * platform/mac/fast/css/contentImage-expected.png:
74029         * platform/mac/fast/css/continuationCrash-expected.png:
74030         * platform/mac/fast/css/counters/counter-text-security-expected.png:
74031         * platform/mac/fast/css/counters/counter-text-transform-expected.png:
74032         * platform/mac/fast/css/create_element_align-expected.png:
74033         * platform/mac/fast/css/css-imports-expected.png:
74034         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.png:
74035         * platform/mac/fast/css/css2-system-fonts-expected.png:
74036         * platform/mac/fast/css/css3-modsel-22-expected.png:
74037         * platform/mac/fast/css/css3-nth-child-expected.png:
74038         * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png:
74039         * platform/mac/fast/css/disabled-author-styles-expected.png:
74040         * platform/mac/fast/css/dynamic-sibling-selector-expected.png:
74041         * platform/mac/fast/css/empty-body-test-expected.png:
74042         * platform/mac/fast/css/empty-generated-content-expected.png:
74043         * platform/mac/fast/css/empty-inline-003-quirksmode-expected.png: Added.
74044         * platform/mac/fast/css/empty-inline-line-height-first-line-expected.png: Added.
74045         * platform/mac/fast/css/empty-inline-line-height-first-line-quirksmode-expected.png: Added.
74046         * platform/mac/fast/css/empty-pseudo-class-expected.png:
74047         * platform/mac/fast/css/empty-webkit-mask-crash-expected.png: Added.
74048         * platform/mac/fast/css/error-in-last-decl-expected.png:
74049         * platform/mac/fast/css/ex-after-font-variant-expected.png:
74050         * platform/mac/fast/css/fieldset-display-row-expected.png:
74051         * platform/mac/fast/css/find-next-layer-expected.png:
74052         * platform/mac/fast/css/first-child-pseudo-class-expected.png:
74053         * platform/mac/fast/css/first-letter-capitalized-expected.png:
74054         * platform/mac/fast/css/first-letter-detach-expected.png:
74055         * platform/mac/fast/css/first-letter-first-line-hover-expected.png:
74056         * platform/mac/fast/css/first-letter-float-after-float-expected.png:
74057         * platform/mac/fast/css/first-letter-float-expected.png:
74058         * platform/mac/fast/css/first-letter-hover-expected.png:
74059         * platform/mac/fast/css/first-letter-punctuation-expected.png:
74060         * platform/mac/fast/css/first-letter-recalculation-expected.png:
74061         * platform/mac/fast/css/first-letter-set-text-expected.png: Added.
74062         * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png:
74063         * platform/mac/fast/css/first-letter-visibility-expected.png:
74064         * platform/mac/fast/css/first-line-text-decoration-expected.png: Added.
74065         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
74066         * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
74067         * platform/mac/fast/css/focus-ring-detached-expected.png:
74068         * platform/mac/fast/css/focus-ring-multiline-expected.png:
74069         * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
74070         * platform/mac/fast/css/focus-ring-outline-color-expected.png:
74071         * platform/mac/fast/css/focus-ring-outline-offset-expected.png:
74072         * platform/mac/fast/css/focus-ring-outline-width-expected.png:
74073         * platform/mac/fast/css/font-face-default-font-expected.png:
74074         * platform/mac/fast/css/font-face-implicit-local-font-expected.png:
74075         * platform/mac/fast/css/font-face-in-media-rule-expected.png:
74076         * platform/mac/fast/css/font-face-locally-installed-expected.png:
74077         * platform/mac/fast/css/font-face-multiple-faces-expected.png:
74078         * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png:
74079         * platform/mac/fast/css/font-face-opentype-expected.png:
74080         * platform/mac/fast/css/font-face-remote-expected.png:
74081         * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png:
74082         * platform/mac/fast/css/font-face-unicode-range-expected.png:
74083         * platform/mac/fast/css/font-face-weight-matching-expected.png:
74084         * platform/mac/fast/css/font-face-woff-expected.png:
74085         * platform/mac/fast/css/font-family-pictograph-expected.png:
74086         * platform/mac/fast/css/font-shorthand-weight-only-expected.png:
74087         * platform/mac/fast/css/font-size-negative-expected.png:
74088         * platform/mac/fast/css/font-smoothing-expected.png:
74089         * platform/mac/fast/css/font-weight-1-expected.png:
74090         * platform/mac/fast/css/font_property_normal-expected.png:
74091         * platform/mac/fast/css/h1-in-section-elements-expected.png:
74092         * platform/mac/fast/css/hover-subselector-expected.png:
74093         * platform/mac/fast/css/hsl-color-expected.png:
74094         * platform/mac/fast/css/hsla-color-expected.png:
74095         * platform/mac/fast/css/ignore-text-zoom-expected.png:
74096         * platform/mac/fast/css/imageTileOpacity-expected.png:
74097         * platform/mac/fast/css/import-rule-regression-11590-expected.png:
74098         * platform/mac/fast/css/import_with_baseurl-expected.png:
74099         * platform/mac/fast/css/inline-element-line-break-expected.png:
74100         * platform/mac/fast/css/inline-properties-important-expected.png:
74101         * platform/mac/fast/css/input-search-padding-expected.png:
74102         * platform/mac/fast/css/invalid-percentage-property-expected.png:
74103         * platform/mac/fast/css/invalid-pseudo-classes-expected.png:
74104         * platform/mac/fast/css/invalidation-errors-2-expected.png:
74105         * platform/mac/fast/css/invalidation-errors-3-expected.png:
74106         * platform/mac/fast/css/invalidation-errors-expected.png:
74107         * platform/mac/fast/css/last-child-pseudo-class-expected.png:
74108         * platform/mac/fast/css/last-child-style-sharing-expected.png:
74109         * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
74110         * platform/mac/fast/css/layerZOrderCrash-expected.png:
74111         * platform/mac/fast/css/line-after-floating-div-expected.png:
74112         * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png:
74113         * platform/mac/fast/css/line-height-expected.png:
74114         * platform/mac/fast/css/line-height-font-order-expected.png:
74115         * platform/mac/fast/css/line-height-negative-expected.png:
74116         * platform/mac/fast/css/line-height-overflow-expected.png:
74117         * platform/mac/fast/css/linear-gradient-currentcolor-expected.png:
74118         * platform/mac/fast/css/link-outside-head-expected.png:
74119         * platform/mac/fast/css/list-outline-expected.png:
74120         * platform/mac/fast/css/live-cssrules-expected.png:
74121         * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png:
74122         * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png:
74123         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
74124         * platform/mac/fast/css/max-height-none-expected.png:
74125         * platform/mac/fast/css/min-width-with-spanned-cell-expected.png: Added.
74126         * platform/mac/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
74127         * platform/mac/fast/css/namespaces/001-expected.png:
74128         * platform/mac/fast/css/namespaces/002-expected.png:
74129         * platform/mac/fast/css/namespaces/003-expected.png:
74130         * platform/mac/fast/css/namespaces/004-expected.png:
74131         * platform/mac/fast/css/namespaces/005-expected.png:
74132         * platform/mac/fast/css/namespaces/006-expected.png:
74133         * platform/mac/fast/css/namespaces/007-expected.png:
74134         * platform/mac/fast/css/namespaces/namespaces-comments-expected.png:
74135         * platform/mac/fast/css/namespaces/namespaces-empty-expected.png:
74136         * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png:
74137         * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png:
74138         * platform/mac/fast/css/negative-leading-expected.png:
74139         * platform/mac/fast/css/negative-nth-child-expected.png:
74140         * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
74141         * platform/mac/fast/css/nested-layers-with-hover-expected.txt:
74142         * platform/mac/fast/css/nested-rounded-corners-expected.png:
74143         * platform/mac/fast/css/non-empty-span-expected.png:
74144         * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
74145         * platform/mac/fast/css/nth-child-dynamic-expected.png:
74146         * platform/mac/fast/css/only-child-pseudo-class-expected.png:
74147         * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
74148         * platform/mac/fast/css/outline-auto-empty-rects-expected.png:
74149         * platform/mac/fast/css/outline-auto-location-expected.png:
74150         * platform/mac/fast/css/outline-narrowLine-expected.png: Added.
74151         * platform/mac/fast/css/pending-stylesheet-repaint-expected.png: Added.
74152         * platform/mac/fast/css/pendingStylesheetFontSize-expected.png:
74153         * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png:
74154         * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png:
74155         * platform/mac/fast/css/percentage-non-integer-expected.png:
74156         * platform/mac/fast/css/position-negative-top-margin-expected.png:
74157         * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
74158         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
74159         * platform/mac/fast/css/pseudo-any-expected.txt: Removed.
74160         * platform/mac/fast/css/pseudo-element-line-break-expected.png:
74161         * platform/mac/fast/css/pseudo-first-line-border-width-expected.png:
74162         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
74163         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
74164         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
74165         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
74166         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
74167         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
74168         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
74169         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
74170         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
74171         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
74172         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
74173         * platform/mac/fast/css/rem-dynamic-scaling-expected.png:
74174         * platform/mac/fast/css/rem-units-on-root-expected.png:
74175         * platform/mac/fast/css/replaced-element-implicit-size-expected.png:
74176         * platform/mac/fast/css/resize-corner-tracking-expected.png:
74177         * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png:
74178         * platform/mac/fast/css/rgb-float-expected.png:
74179         * platform/mac/fast/css/rtl-ordering-expected.png:
74180         * platform/mac/fast/css/rtl-to-viewport-expected.png:
74181         * platform/mac/fast/css/selector-set-attribute-expected.png:
74182         * platform/mac/fast/css/shadow-multiple-expected.png:
74183         * platform/mac/fast/css/simple-selector-chain-parsing-expected.png:
74184         * platform/mac/fast/css/square-button-appearance-expected.png:
74185         * platform/mac/fast/css/style-outside-head-expected.png:
74186         * platform/mac/fast/css/style-parsed-outside-head-expected.png:
74187         * platform/mac/fast/css/style-tag-display-none-expected.png: Added.
74188         * platform/mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
74189         * platform/mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
74190         * platform/mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
74191         * platform/mac/fast/css/table-text-align-quirk-expected.png:
74192         * platform/mac/fast/css/table-text-align-strict-expected.png:
74193         * platform/mac/fast/css/target-fragment-match-expected.png:
74194         * platform/mac/fast/css/text-align-expected.png:
74195         * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
74196         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
74197         * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
74198         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
74199         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
74200         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
74201         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
74202         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
74203         * platform/mac/fast/css/text-overflow-input-expected.png:
74204         * platform/mac/fast/css/text-rendering-expected.png:
74205         * platform/mac/fast/css/text-security-expected.png:
74206         * platform/mac/fast/css/text-transform-select-expected.png:
74207         * platform/mac/fast/css/textCapitalizeEdgeCases-expected.png:
74208         * platform/mac/fast/css/transform-default-parameter-expected.png:
74209         * platform/mac/fast/css/transformed-mask-expected.png:
74210         * platform/mac/fast/css/transition-color-unspecified-expected.png:
74211         * platform/mac/fast/css/universal-hover-quirk-expected.png:
74212         * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png:
74213         * platform/mac/fast/css/vertical-align-lengths-expected.png:
74214         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
74215         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
74216         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
74217         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
74218         * platform/mac/fast/css/visibility-hit-test-expected.png:
74219         * platform/mac/fast/css/zoom-font-size-expected.png:
74220         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
74221         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
74222         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
74223         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
74224         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.png:
74225         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
74226         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.png:
74227         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
74228         * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Removed.
74229         * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Removed.
74230         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
74231         * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
74232         * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
74233         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
74234         * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
74235         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
74236         * platform/mac/fast/encoding/xmacroman-encoding-test-expected.png:
74237         * platform/mac/fast/inline-block/001-expected.png:
74238         * platform/mac/fast/inline-block/001-expected.txt:
74239         * platform/mac/fast/inline/001-expected.png:
74240         * platform/mac/fast/inline/002-expected.png:
74241         * platform/mac/fast/inline/25277-2-expected.png:
74242         * platform/mac/fast/inline/25277-expected.png:
74243         * platform/mac/fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
74244         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
74245         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
74246         * platform/mac/fast/inline/br-text-decoration-expected.png:
74247         * platform/mac/fast/inline/continuation-outlines-expected.png:
74248         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
74249         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
74250         * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
74251         * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
74252         * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
74253         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
74254         * platform/mac/fast/inline/inline-box-background-expected.png:
74255         * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
74256         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png:
74257         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png:
74258         * platform/mac/fast/inline/inline-continuation-borders-expected.png:
74259         * platform/mac/fast/inline/inline-focus-ring-expected.png:
74260         * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png:
74261         * platform/mac/fast/inline/inline-text-quirk-bpm-expected.png:
74262         * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png:
74263         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
74264         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
74265         * platform/mac/fast/inline/long-wrapped-line-expected.png:
74266         * platform/mac/fast/inline/nested-top-alignment-expected.png:
74267         * platform/mac/fast/inline/outline-continuations-expected.png:
74268         * platform/mac/fast/inline/percentage-margins-expected.png:
74269         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
74270         * platform/mac/fast/inline/positionedLifetime-expected.png:
74271         * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
74272         * platform/mac/fast/inline/vertical-align-text-bottom-expected.png:
74273         * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
74274         * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png:
74275         * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png:
74276         * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png:
74277         * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png:
74278         * platform/mac/fast/multicol/border-padding-pagination-expected.png:
74279         * platform/mac/fast/multicol/client-rects-expected.png:
74280         * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
74281         * platform/mac/fast/multicol/column-count-with-rules-expected.png:
74282         * platform/mac/fast/multicol/column-rules-expected.png:
74283         * platform/mac/fast/multicol/column-rules-stacking-expected.png:
74284         * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
74285         * platform/mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
74286         * platform/mac/fast/multicol/float-avoidance-expected.png:
74287         * platform/mac/fast/multicol/float-multicol-expected.png:
74288         * platform/mac/fast/multicol/float-paginate-complex-expected.png:
74289         * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png:
74290         * platform/mac/fast/multicol/float-paginate-expected.png:
74291         * platform/mac/fast/multicol/layers-in-multicol-expected.png:
74292         * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
74293         * platform/mac/fast/multicol/margin-collapse-expected.png:
74294         * platform/mac/fast/multicol/max-height-columns-block-expected.png:
74295         * platform/mac/fast/multicol/nested-columns-expected.png:
74296         * platform/mac/fast/multicol/overflow-across-columns-expected.png:
74297         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
74298         * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
74299         * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
74300         * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
74301         * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
74302         * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
74303         * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
74304         * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
74305         * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
74306         * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
74307         * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
74308         * platform/mac/fast/multicol/positioned-split-expected.png:
74309         * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
74310         * platform/mac/fast/multicol/positive-leading-expected.png:
74311         * platform/mac/fast/multicol/progression-reverse-expected.png: Added.
74312         * platform/mac/fast/multicol/scrolling-overflow-expected.png:
74313         * platform/mac/fast/multicol/shadow-breaking-expected.png:
74314         * platform/mac/fast/multicol/single-line-expected.png: Added.
74315         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
74316         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
74317         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
74318         * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
74319         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
74320         * platform/mac/fast/multicol/span/clone-flexbox-expected.png: Added.
74321         * platform/mac/fast/multicol/span/clone-summary-expected.png: Added.
74322         * platform/mac/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
74323         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
74324         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
74325         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
74326         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
74327         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
74328         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
74329         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
74330         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
74331         * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
74332         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
74333         * platform/mac/fast/multicol/table-margin-collapse-expected.png:
74334         * platform/mac/fast/multicol/table-vertical-align-expected.png:
74335         * platform/mac/fast/multicol/unsplittable-inline-block-expected.png:
74336         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
74337         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
74338         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
74339         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png:
74340         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
74341         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
74342         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
74343         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
74344         * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
74345         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
74346         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
74347         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
74348         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
74349         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png:
74350         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
74351         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
74352         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
74353         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
74354         * platform/mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
74355         * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
74356         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
74357         * platform/mac/fast/repaint/table-section-repaint-expected.png:
74358         * platform/mac/fast/repaint/table-section-repaint-expected.txt:
74359         * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Removed.
74360         * platform/mac/fast/table/001-expected.png:
74361         * platform/mac/fast/table/002-expected.png:
74362         * platform/mac/fast/table/003-expected.png:
74363         * platform/mac/fast/table/004-expected.png:
74364         * platform/mac/fast/table/005-expected.png:
74365         * platform/mac/fast/table/006-expected.png:
74366         * platform/mac/fast/table/007-expected.png:
74367         * platform/mac/fast/table/008-expected.png:
74368         * platform/mac/fast/table/009-expected.png:
74369         * platform/mac/fast/table/010-expected.png:
74370         * platform/mac/fast/table/011-expected.png:
74371         * platform/mac/fast/table/012-expected.png:
74372         * platform/mac/fast/table/013-expected.png:
74373         * platform/mac/fast/table/014-expected.png:
74374         * platform/mac/fast/table/015-expected.png:
74375         * platform/mac/fast/table/016-expected.png:
74376         * platform/mac/fast/table/017-expected.png:
74377         * platform/mac/fast/table/018-expected.png:
74378         * platform/mac/fast/table/020-expected.png:
74379         * platform/mac/fast/table/021-expected.png:
74380         * platform/mac/fast/table/022-expected.png:
74381         * platform/mac/fast/table/023-expected.png:
74382         * platform/mac/fast/table/024-expected.png:
74383         * platform/mac/fast/table/025-expected.png:
74384         * platform/mac/fast/table/025-expected.txt:
74385         * platform/mac/fast/table/026-expected.png:
74386         * platform/mac/fast/table/027-expected.png:
74387         * platform/mac/fast/table/027-expected.txt:
74388         * platform/mac/fast/table/027-vertical-expected.png:
74389         * platform/mac/fast/table/027-vertical-expected.txt:
74390         * platform/mac/fast/table/028-expected.png:
74391         * platform/mac/fast/table/028-vertical-expected.png:
74392         * platform/mac/fast/table/029-expected.png:
74393         * platform/mac/fast/table/030-expected.png:
74394         * platform/mac/fast/table/031-expected.png:
74395         * platform/mac/fast/table/032-expected.png:
74396         * platform/mac/fast/table/033-expected.png:
74397         * platform/mac/fast/table/034-expected.png:
74398         * platform/mac/fast/table/035-expected.png:
74399         * platform/mac/fast/table/035-vertical-expected.png:
74400         * platform/mac/fast/table/036-expected.png:
74401         * platform/mac/fast/table/037-expected.png:
74402         * platform/mac/fast/table/038-expected.png:
74403         * platform/mac/fast/table/038-vertical-expected.png:
74404         * platform/mac/fast/table/039-expected.png:
74405         * platform/mac/fast/table/040-expected.png:
74406         * platform/mac/fast/table/040-vertical-expected.png:
74407         * platform/mac/fast/table/041-expected.png:
74408         * platform/mac/fast/table/100-percent-cell-width-expected.png:
74409         * platform/mac/fast/table/absolute-table-at-bottom-expected.png:
74410         * platform/mac/fast/table/add-before-anonymous-child-expected.png:
74411         * platform/mac/fast/table/align-right-within-left-aligned-div-expected.png: Added.
74412         * platform/mac/fast/table/append-cells-expected.png:
74413         * platform/mac/fast/table/append-cells2-expected.png:
74414         * platform/mac/fast/table/auto-100-percent-width-expected.png: Added.
74415         * platform/mac/fast/table/auto-with-percent-height-expected.png:
74416         * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png:
74417         * platform/mac/fast/table/border-collapsing/001-expected.png:
74418         * platform/mac/fast/table/border-collapsing/001-vertical-expected.png:
74419         * platform/mac/fast/table/border-collapsing/002-expected.png:
74420         * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
74421         * platform/mac/fast/table/border-collapsing/003-expected.png:
74422         * platform/mac/fast/table/border-collapsing/003-vertical-expected.png:
74423         * platform/mac/fast/table/border-collapsing/004-expected.png:
74424         * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
74425         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
74426         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
74427         * platform/mac/fast/table/border-collapsing/bug14274-expected.png: Added.
74428         * platform/mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
74429         * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
74430         * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
74431         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
74432         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
74433         * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
74434         * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
74435         * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
74436         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
74437         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
74438         * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
74439         * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
74440         * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
74441         * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
74442         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
74443         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
74444         * platform/mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
74445         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
74446         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
74447         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
74448         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
74449         * platform/mac/fast/table/caption-relayout-expected.png:
74450         * platform/mac/fast/table/cell-absolute-child-expected.png:
74451         * platform/mac/fast/table/cell-coalescing-expected.png:
74452         * platform/mac/fast/table/cell-pref-width-invalidation-expected.png:
74453         * platform/mac/fast/table/cell-width-auto-expected.png:
74454         * platform/mac/fast/table/cellindex-expected.png:
74455         * platform/mac/fast/table/click-near-anonymous-table-expected.png:
74456         * platform/mac/fast/table/colgroup-preceded-by-caption-expected.png:
74457         * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.png:
74458         * platform/mac/fast/table/colspan-with-all-percent-cells-expected.png: Added.
74459         * platform/mac/fast/table/colspanMinWidth-expected.png:
74460         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
74461         * platform/mac/fast/table/div-as-col-span-expected.png:
74462         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
74463         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png:
74464         * platform/mac/fast/table/dynamic-cellpadding-expected.png:
74465         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png:
74466         * platform/mac/fast/table/early-table-layout-expected.png:
74467         * platform/mac/fast/table/edge-offsets-expected.png:
74468         * platform/mac/fast/table/empty-cells-expected.png:
74469         * platform/mac/fast/table/empty-table-percent-height-expected.png:
74470         * platform/mac/fast/table/fixed-granular-cols-expected.png:
74471         * platform/mac/fast/table/fixed-nested-expected.png:
74472         * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.png:
74473         * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png:
74474         * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png:
74475         * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png:
74476         * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png:
74477         * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png:
74478         * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png:
74479         * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png:
74480         * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
74481         * platform/mac/fast/table/floating-th-expected.png:
74482         * platform/mac/fast/table/floatingTablePaintBackground-expected.png:
74483         * platform/mac/fast/table/form-with-table-style-expected.png:
74484         * platform/mac/fast/table/frame-and-rules-expected.png:
74485         * platform/mac/fast/table/frame-and-rules-expected.txt:
74486         * platform/mac/fast/table/generated-caption-expected.png:
74487         * platform/mac/fast/table/giantCellspacing-expected.png:
74488         * platform/mac/fast/table/giantRowspan-expected.png:
74489         * platform/mac/fast/table/giantRowspan2-expected.png:
74490         * platform/mac/fast/table/growCellForImageQuirk-expected.png:
74491         * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png:
74492         * platform/mac/fast/table/height-percent-test-expected.png:
74493         * platform/mac/fast/table/height-percent-test-vertical-expected.png:
74494         * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png:
74495         * platform/mac/fast/table/insert-cell-before-form-expected.png:
74496         * platform/mac/fast/table/insert-row-before-form-expected.png:
74497         * platform/mac/fast/table/invisible-cell-background-expected.png:
74498         * platform/mac/fast/table/large-width-expected.png:
74499         * platform/mac/fast/table/max-width-integer-overflow-expected.png:
74500         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
74501         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
74502         * platform/mac/fast/table/multiple-captions-display-expected.png:
74503         * platform/mac/fast/table/multiple-percent-height-rows-expected.png:
74504         * platform/mac/fast/table/nested-percent-height-table-expected.png:
74505         * platform/mac/fast/table/nobr-expected.png:
74506         * platform/mac/fast/table/overflowHidden-expected.png:
74507         * platform/mac/fast/table/percent-heights-expected.png:
74508         * platform/mac/fast/table/percent-widths-stretch-expected.png:
74509         * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png:
74510         * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
74511         * platform/mac/fast/table/quote-text-around-iframe-expected.png:
74512         * platform/mac/fast/table/relative-position-containment-expected.png:
74513         * platform/mac/fast/table/relative-position-offsets-expected.png:
74514         * platform/mac/fast/table/relative-position-stacking-expected.png:
74515         * platform/mac/fast/table/remove-td-display-none-expected.png:
74516         * platform/mac/fast/table/replaced-percent-height-expected.png:
74517         * platform/mac/fast/table/row-height-recalc-expected.png:
74518         * platform/mac/fast/table/rowindex-expected.png:
74519         * platform/mac/fast/table/rowspan-paint-order-expected.png:
74520         * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png:
74521         * platform/mac/fast/table/rtl-cell-display-none-assert-expected.png:
74522         * platform/mac/fast/table/rules-attr-dynchange1-expected.png:
74523         * platform/mac/fast/table/rules-attr-dynchange2-expected.png:
74524         * platform/mac/fast/table/simple_paint-expected.png:
74525         * platform/mac/fast/table/simple_paint-expected.txt: Removed.
74526         * platform/mac/fast/table/spanOverlapRepaint-expected.png:
74527         * platform/mac/fast/table/stale-grid-crash-expected.png:
74528         * platform/mac/fast/table/table-after-child-in-table-expected.png:
74529         * platform/mac/fast/table/table-and-parts-outline-expected.png:
74530         * platform/mac/fast/table/table-anonymous-cell-bug-expected.png: Added.
74531         * platform/mac/fast/table/table-anonymous-row-bug-expected.png: Added.
74532         * platform/mac/fast/table/table-anonymous-section-bug-expected.png: Added.
74533         * platform/mac/fast/table/table-before-child-in-table-expected.png:
74534         * platform/mac/fast/table/table-before-child-style-update-expected.png: Added.
74535         * platform/mac/fast/table/table-cell-after-child-in-block-expected.png:
74536         * platform/mac/fast/table/table-cell-after-child-in-table-expected.png:
74537         * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
74538         * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
74539         * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
74540         * platform/mac/fast/table/table-cell-before-child-in-block-expected.png:
74541         * platform/mac/fast/table/table-cell-before-child-in-table-expected.png:
74542         * platform/mac/fast/table/table-cell-split-expected.png: Added.
74543         * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png:
74544         * platform/mac/fast/table/table-display-types-expected.png:
74545         * platform/mac/fast/table/table-display-types-strict-expected.png:
74546         * platform/mac/fast/table/table-display-types-vertical-expected.png:
74547         * platform/mac/fast/table/table-hspace-align-center-expected.png:
74548         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-expected.png: Added.
74549         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode-expected.png: Added.
74550         * platform/mac/fast/table/table-in-table-percent-width-expected.png: Added.
74551         * platform/mac/fast/table/table-in-table-percent-width-quirks-mode-expected.png: Added.
74552         * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.png: Added.
74553         * platform/mac/fast/table/table-row-after-child-in-block-expected.png:
74554         * platform/mac/fast/table/table-row-after-child-in-table-expected.png:
74555         * platform/mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
74556         * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.png: Added.
74557         * platform/mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
74558         * platform/mac/fast/table/table-row-before-child-in-block-expected.png:
74559         * platform/mac/fast/table/table-row-before-child-in-table-expected.png:
74560         * platform/mac/fast/table/table-row-before-child-style-update-expected.png: Added.
74561         * platform/mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
74562         * platform/mac/fast/table/table-row-outline-paint-expected.png: Added.
74563         * platform/mac/fast/table/table-row-split-expected.png: Added.
74564         * platform/mac/fast/table/table-row-split2-expected.png: Added.
74565         * platform/mac/fast/table/table-row-style-not-updated-expected.png: Added.
74566         * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
74567         * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
74568         * platform/mac/fast/table/table-section-split-expected.png: Added.
74569         * platform/mac/fast/table/table-section-split-with-after-content-expected.png: Added.
74570         * platform/mac/fast/table/table-section-split2-expected.png: Added.
74571         * platform/mac/fast/table/table-split-expected.png: Added.
74572         * platform/mac/fast/table/table-split2-expected.png: Added.
74573         * platform/mac/fast/table/table-style-not-updated-expected.png: Added.
74574         * platform/mac/fast/table/tableInsideCaption-expected.png:
74575         * platform/mac/fast/table/text-field-baseline-expected.png:
74576         * platform/mac/fast/table/unbreakable-images-quirk-expected.png:
74577         * platform/mac/fast/table/unused-percent-heights-expected.png:
74578         * platform/mac/fast/table/vertical-align-baseline-expected.png:
74579         * platform/mac/fast/table/vertical-align-baseline-readjust-expected.png:
74580         * platform/mac/fast/table/wide-colspan-expected.png:
74581         * platform/mac/fast/table/wide-column-expected.png:
74582         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
74583         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
74584         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
74585         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
74586         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
74587         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
74588         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
74589         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
74590         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
74591         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
74592         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
74593         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
74594         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
74595         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
74596         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
74597         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
74598         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
74599         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
74600         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
74601         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
74602         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
74603         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
74604         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
74605         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
74606         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
74607         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
74608         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
74609         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
74610         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
74611         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
74612         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
74613         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
74614         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
74615         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
74616         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
74617         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png: Added.
74618         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.png: Added.
74619         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
74620         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
74621         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
74622         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
74623         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
74624         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
74625         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
74626         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
74627         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
74628         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
74629         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
74630         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
74631         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
74632         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
74633         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
74634         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
74635         * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
74636         * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
74637         * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
74638         * platform/mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
74639         * platform/mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
74640         * platform/mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
74641         * platform/mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
74642         * platform/mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
74643         * platform/mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
74644         * platform/mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
74645         * platform/mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
74646         * platform/mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
74647         * platform/mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
74648         * platform/mac/inspector/console/console-trace-in-eval-expected.txt: Removed.
74649         * platform/mac/mathml/presentation/attributes-expected.png:
74650         * platform/mac/mathml/presentation/fenced-expected.png:
74651         * platform/mac/mathml/presentation/fenced-expected.txt:
74652         * platform/mac/mathml/presentation/fenced-mi-expected.png:
74653         * platform/mac/mathml/presentation/fractions-expected.png:
74654         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
74655         * platform/mac/mathml/presentation/mo-expected.png:
74656         * platform/mac/mathml/presentation/mo-expected.txt:
74657         * platform/mac/mathml/presentation/mo-stretch-expected.png:
74658         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
74659         * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
74660         * platform/mac/mathml/presentation/over-expected.png:
74661         * platform/mac/mathml/presentation/over-expected.txt:
74662         * platform/mac/mathml/presentation/roots-expected.png:
74663         * platform/mac/mathml/presentation/row-alignment-expected.png:
74664         * platform/mac/mathml/presentation/row-alignment-expected.txt:
74665         * platform/mac/mathml/presentation/row-expected.png:
74666         * platform/mac/mathml/presentation/row-expected.txt:
74667         * platform/mac/mathml/presentation/style-expected.png:
74668         * platform/mac/mathml/presentation/sub-expected.png:
74669         * platform/mac/mathml/presentation/subsup-expected.png:
74670         * platform/mac/mathml/presentation/subsup-expected.txt:
74671         * platform/mac/mathml/presentation/sup-expected.png:
74672         * platform/mac/mathml/presentation/tables-expected.png:
74673         * platform/mac/mathml/presentation/tokenElements-expected.png:
74674         * platform/mac/mathml/presentation/under-expected.png:
74675         * platform/mac/mathml/presentation/underover-expected.png:
74676         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
74677         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
74678         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
74679         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
74680         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
74681         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
74682         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
74683         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
74684         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
74685         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
74686         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
74687         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
74688         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
74689         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
74690         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
74691         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
74692         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
74693         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
74694         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
74695         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
74696         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
74697         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
74698         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
74699         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
74700         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
74701         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
74702         * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
74703         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
74704         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
74705         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
74706         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
74707         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
74708         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
74709         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
74710         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
74711         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
74712         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
74713         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
74714         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
74715         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
74716         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
74717         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
74718         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
74719         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
74720         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
74721         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
74722         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
74723         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
74724         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
74725         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
74726         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
74727         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
74728         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
74729         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
74730         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
74731         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
74732         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
74733         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
74734         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
74735         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
74736         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
74737         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
74738         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
74739         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
74740         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
74741         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
74742         * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
74743         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
74744         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
74745         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
74746         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
74747         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
74748         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
74749         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
74750         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
74751         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
74752         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
74753         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
74754         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
74755         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
74756         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
74757         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
74758         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
74759         * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
74760         * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
74761         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
74762         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
74763         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
74764         * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
74765         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
74766         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
74767         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
74768         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
74769         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
74770         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
74771         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
74772         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
74773         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
74774         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
74775         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
74776         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
74777         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
74778         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
74779         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
74780         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
74781         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
74782         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
74783         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
74784         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
74785         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
74786         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
74787         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
74788         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
74789         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
74790         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
74791         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
74792         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
74793         * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
74794         * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
74795         * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
74796         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
74797         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
74798         * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
74799         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
74800         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
74801         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
74802         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
74803         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
74804         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
74805         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
74806         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
74807         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
74808         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
74809         * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
74810         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
74811         * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
74812         * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
74813         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
74814         * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
74815         * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
74816         * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
74817         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
74818         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
74819         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
74820         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
74821         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
74822         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
74823         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
74824         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
74825         * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
74826         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
74827         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
74828         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
74829         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
74830         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
74831         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
74832         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
74833         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
74834         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
74835         * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
74836         * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
74837         * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
74838         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
74839         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
74840         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
74841         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
74842         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
74843         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
74844         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
74845         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
74846         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
74847         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
74848         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
74849         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
74850         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
74851         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
74852         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
74853         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
74854         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
74855         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
74856         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
74857         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
74858         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
74859         * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
74860         * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
74861         * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
74862         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
74863         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
74864         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
74865         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
74866         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
74867         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
74868         * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
74869         * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
74870         * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
74871         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
74872         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
74873         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
74874         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
74875         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
74876         * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
74877         * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
74878         * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
74879         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
74880         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
74881         * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
74882         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
74883         * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
74884         * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
74885         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
74886         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
74887         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
74888         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
74889         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
74890         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
74891         * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
74892         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
74893         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
74894         * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
74895         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
74896         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
74897         * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
74898         * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
74899         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
74900         * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
74901         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
74902         * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
74903         * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
74904         * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
74905         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
74906         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
74907         * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
74908         * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
74909         * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
74910         * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
74911         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
74912         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
74913         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
74914         * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
74915         * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
74916         * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
74917         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
74918         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
74919         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
74920         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
74921         * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
74922         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
74923         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
74924         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
74925         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
74926         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
74927         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
74928         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
74929         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
74930         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
74931         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
74932         * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
74933         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
74934         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
74935         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
74936         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
74937         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
74938         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
74939         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
74940         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
74941         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
74942         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
74943         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
74944         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
74945         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
74946         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
74947         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
74948         * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
74949         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
74950         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
74951         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
74952         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
74953         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
74954         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
74955         * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
74956         * platform/mac/svg/custom/SVGNumber-interface-expected.png:
74957         * platform/mac/svg/custom/SVGPoint-interface-expected.png:
74958         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
74959         * platform/mac/svg/custom/SVGRect-interface-expected.png:
74960         * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Added.
74961         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
74962         * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
74963         * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
74964         * platform/mac/svg/custom/altglyph-expected.png:
74965         * platform/mac/svg/custom/animate-path-discrete-expected.png:
74966         * platform/mac/svg/custom/animate-path-morphing-expected.png:
74967         * platform/mac/svg/custom/animate-target-id-changed-expected.png:
74968         * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
74969         * platform/mac/svg/custom/animation-currentColor-expected.png:
74970         * platform/mac/svg/custom/attribute-namespace-check-expected.png:
74971         * platform/mac/svg/custom/baseval-animval-equality-expected.png:
74972         * platform/mac/svg/custom/broken-internal-references-expected.png:
74973         * platform/mac/svg/custom/bug45331-expected.png:
74974         * platform/mac/svg/custom/circle-move-invalidation-expected.png:
74975         * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
74976         * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
74977         * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
74978         * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
74979         * platform/mac/svg/custom/class-baseValue-expected.png:
74980         * platform/mac/svg/custom/class-selector-expected.png:
74981         * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
74982         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Added.
74983         * platform/mac/svg/custom/clip-path-child-changes-expected.png:
74984         * platform/mac/svg/custom/clip-path-href-changes-expected.png:
74985         * platform/mac/svg/custom/clip-path-id-changes-expected.png:
74986         * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
74987         * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
74988         * platform/mac/svg/custom/clip-path-units-changes-expected.png:
74989         * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png:
74990         * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png:
74991         * platform/mac/svg/custom/clip-path-with-transform-expected.png:
74992         * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
74993         * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
74994         * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
74995         * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
74996         * platform/mac/svg/custom/convolution-crash-expected.png:
74997         * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
74998         * platform/mac/svg/custom/create-metadata-element-expected.png:
74999         * platform/mac/svg/custom/createImageElement-expected.png:
75000         * platform/mac/svg/custom/createImageElement2-expected.png:
75001         * platform/mac/svg/custom/createelement-expected.png:
75002         * platform/mac/svg/custom/css-pixels-dpi-expected.png:
75003         * platform/mac/svg/custom/dasharrayOrigin-expected.png:
75004         * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
75005         * platform/mac/svg/custom/display-none-expected.png:
75006         * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
75007         * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
75008         * platform/mac/svg/custom/dynamic-empty-path-expected.png:
75009         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
75010         * platform/mac/svg/custom/dynamic-viewBox-expected.png:
75011         * platform/mac/svg/custom/embedding-external-svgs-expected.png:
75012         * platform/mac/svg/custom/empty-clip-path-expected.png:
75013         * platform/mac/svg/custom/empty-mask-expected.png:
75014         * platform/mac/svg/custom/empty-merge-expected.png:
75015         * platform/mac/svg/custom/evt-onload-expected.png:
75016         * platform/mac/svg/custom/external-paintserver-reference-expected.png:
75017         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
75018         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
75019         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
75020         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
75021         * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
75022         * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
75023         * platform/mac/svg/custom/fill-fallback-expected.png:
75024         * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
75025         * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
75026         * platform/mac/svg/custom/fill-opacity-update-expected.png:
75027         * platform/mac/svg/custom/fill-update-expected.png:
75028         * platform/mac/svg/custom/focus-ring-expected.png:
75029         * platform/mac/svg/custom/font-face-cascade-order-expected.png:
75030         * platform/mac/svg/custom/font-face-simple-expected.png:
75031         * platform/mac/svg/custom/foreign-object-skew-expected.png:
75032         * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
75033         * platform/mac/svg/custom/fractional-rects-expected.png:
75034         * platform/mac/svg/custom/getPresentationAttribute-expected.png:
75035         * platform/mac/svg/custom/getTransformToElement-expected.png:
75036         * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
75037         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
75038         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
75039         * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
75040         * platform/mac/svg/custom/getsvgdocument-expected.png:
75041         * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
75042         * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
75043         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
75044         * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
75045         * platform/mac/svg/custom/glyph-setting-d-attribute-expected.png: Added.
75046         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
75047         * platform/mac/svg/custom/gradient-add-stops-expected.png:
75048         * platform/mac/svg/custom/gradient-attr-update-expected.png:
75049         * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
75050         * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
75051         * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
75052         * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
75053         * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
75054         * platform/mac/svg/custom/gradient-stroke-width-expected.png:
75055         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
75056         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
75057         * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
75058         * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
75059         * platform/mac/svg/custom/group-opacity-expected.png:
75060         * platform/mac/svg/custom/hit-test-path-expected.png:
75061         * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
75062         * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
75063         * platform/mac/svg/custom/hit-test-with-br-expected.png:
75064         * platform/mac/svg/custom/hover-default-fill-expected.png:
75065         * platform/mac/svg/custom/image-parent-translation-expected.png:
75066         * platform/mac/svg/custom/image-rescale-clip-expected.png:
75067         * platform/mac/svg/custom/image-rescale-expected.png:
75068         * platform/mac/svg/custom/image-rescale-scroll-expected.png:
75069         * platform/mac/svg/custom/image-small-width-height-expected.png:
75070         * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
75071         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
75072         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
75073         * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
75074         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
75075         * platform/mac/svg/custom/inner-percent-expected.png:
75076         * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
75077         * platform/mac/svg/custom/intersection-list-transforms-expected.png: Added.
75078         * platform/mac/svg/custom/invalid-css-expected.png:
75079         * platform/mac/svg/custom/invalid-dasharray-expected.png:
75080         * platform/mac/svg/custom/invalid-fill-expected.png:
75081         * platform/mac/svg/custom/invalid-fill-hex-expected.png:
75082         * platform/mac/svg/custom/invalid-gradient-with-xlink-expected.png: Added.
75083         * platform/mac/svg/custom/invalid-lengthlist-expected.png:
75084         * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
75085         * platform/mac/svg/custom/invalid-text-content-expected.png: Added.
75086         * platform/mac/svg/custom/invalid-transforms-expected.png:
75087         * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
75088         * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
75089         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
75090         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
75091         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
75092         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
75093         * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
75094         * platform/mac/svg/custom/js-late-marker-creation-expected.png:
75095         * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
75096         * platform/mac/svg/custom/js-late-mask-creation-expected.png:
75097         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
75098         * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
75099         * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
75100         * platform/mac/svg/custom/js-update-bounce-expected.png:
75101         * platform/mac/svg/custom/js-update-container-expected.png:
75102         * platform/mac/svg/custom/js-update-container2-expected.png:
75103         * platform/mac/svg/custom/js-update-gradient-expected.png:
75104         * platform/mac/svg/custom/js-update-image-and-display-expected.png:
75105         * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
75106         * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
75107         * platform/mac/svg/custom/js-update-image-expected.png:
75108         * platform/mac/svg/custom/js-update-path-changes-expected.png:
75109         * platform/mac/svg/custom/js-update-path-removal-expected.png:
75110         * platform/mac/svg/custom/js-update-pattern-child-expected.png:
75111         * platform/mac/svg/custom/js-update-pattern-expected.png:
75112         * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
75113         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
75114         * platform/mac/svg/custom/js-update-stop-expected.png:
75115         * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
75116         * platform/mac/svg/custom/js-update-style-expected.png:
75117         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
75118         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
75119         * platform/mac/svg/custom/junk-data-expected.png:
75120         * platform/mac/svg/custom/large-bounding-box-percents-expected.png:
75121         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
75122         * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
75123         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
75124         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
75125         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
75126         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
75127         * platform/mac/svg/custom/linking-base-external-reference-expected.png:
75128         * platform/mac/svg/custom/linking-uri-01-b-expected.png:
75129         * platform/mac/svg/custom/marker-changes-expected.png:
75130         * platform/mac/svg/custom/marker-child-changes-css-expected.png:
75131         * platform/mac/svg/custom/marker-child-changes-expected.png:
75132         * platform/mac/svg/custom/marker-default-width-height-expected.png:
75133         * platform/mac/svg/custom/marker-empty-path-expected.png:
75134         * platform/mac/svg/custom/marker-opacity-expected.png:
75135         * platform/mac/svg/custom/marker-overflow-clip-expected.png:
75136         * platform/mac/svg/custom/marker-referencePoint-expected.png:
75137         * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
75138         * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
75139         * platform/mac/svg/custom/mask-changes-expected.png:
75140         * platform/mac/svg/custom/mask-child-changes-expected.png:
75141         * platform/mac/svg/custom/mask-colorspace-expected.png:
75142         * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
75143         * platform/mac/svg/custom/mask-inside-defs-expected.png:
75144         * platform/mac/svg/custom/mask-invalidation-expected.png:
75145         * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
75146         * platform/mac/svg/custom/mask-with-all-units-expected.png:
75147         * platform/mac/svg/custom/mask-with-default-value-expected.png:
75148         * platform/mac/svg/custom/massive-coordinates-expected.png:
75149         * platform/mac/svg/custom/missing-xlink-expected.png:
75150         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
75151         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
75152         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
75153         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
75154         * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
75155         * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
75156         * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
75157         * platform/mac/svg/custom/non-opaque-filters-expected.png:
75158         * platform/mac/svg/custom/non-scaling-stroke-expected.png:
75159         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
75160         * platform/mac/svg/custom/object-no-size-attributes-expected.png:
75161         * platform/mac/svg/custom/object-sizing-expected.png:
75162         * platform/mac/svg/custom/object-sizing-explicit-height-expected.png:
75163         * platform/mac/svg/custom/object-sizing-explicit-width-expected.png:
75164         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png:
75165         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
75166         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
75167         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
75168         * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
75169         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
75170         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
75171         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
75172         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
75173         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
75174         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
75175         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
75176         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
75177         * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
75178         * platform/mac/svg/custom/oversized-pattern-scale-expected.png: Added.
75179         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png:
75180         * platform/mac/svg/custom/pan-direction-expected.png:
75181         * platform/mac/svg/custom/path-bad-data-expected.png:
75182         * platform/mac/svg/custom/path-moveto-only-rendering-expected.png:
75183         * platform/mac/svg/custom/path-textPath-simulation-expected.png:
75184         * platform/mac/svg/custom/path-update-expected.png:
75185         * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
75186         * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
75187         * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
75188         * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
75189         * platform/mac/svg/custom/pattern-in-defs-expected.png:
75190         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
75191         * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
75192         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
75193         * platform/mac/svg/custom/pattern-rotate-expected.png:
75194         * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
75195         * platform/mac/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
75196         * platform/mac/svg/custom/pattern-scaling-expected.png: Added.
75197         * platform/mac/svg/custom/pattern-scaling-expected.txt: Added.
75198         * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
75199         * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
75200         * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
75201         * platform/mac/svg/custom/pattern-with-transformation-expected.png:
75202         * platform/mac/svg/custom/pattern-y-offset-expected.png:
75203         * platform/mac/svg/custom/pending-resource-after-removal-expected.png: Added.
75204         * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
75205         * platform/mac/svg/custom/percentage-rect-expected.png:
75206         * platform/mac/svg/custom/percentage-rect2-expected.png:
75207         * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
75208         * platform/mac/svg/custom/pointer-events-image-expected.png:
75209         * platform/mac/svg/custom/pointer-events-path-expected.png:
75210         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
75211         * platform/mac/svg/custom/pointer-events-text-expected.png:
75212         * platform/mac/svg/custom/poly-identify-expected.png:
75213         * platform/mac/svg/custom/polyline-hittest-expected.png:
75214         * platform/mac/svg/custom/polyline-invalid-points-expected.png:
75215         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
75216         * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
75217         * platform/mac/svg/custom/prevent-default-expected.png:
75218         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
75219         * platform/mac/svg/custom/recursive-clippath-expected.png:
75220         * platform/mac/svg/custom/recursive-filter-expected.png:
75221         * platform/mac/svg/custom/recursive-gradient-expected.png:
75222         * platform/mac/svg/custom/recursive-mask-expected.png:
75223         * platform/mac/svg/custom/recursive-pattern-expected.png:
75224         * platform/mac/svg/custom/relative-sized-content-expected.png:
75225         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
75226         * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
75227         * platform/mac/svg/custom/relative-sized-image-expected.png:
75228         * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
75229         * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
75230         * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
75231         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
75232         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
75233         * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
75234         * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
75235         * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
75236         * platform/mac/svg/custom/repaint-shadow-expected.png:
75237         * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
75238         * platform/mac/svg/custom/resource-client-removal-expected.png:
75239         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
75240         * platform/mac/svg/custom/resource-invalidation-crash-expected.png: Added.
75241         * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
75242         * platform/mac/svg/custom/rootelement-expected.png:
75243         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
75244         * platform/mac/svg/custom/rounded-rects-expected.png:
75245         * platform/mac/svg/custom/scroll-hit-test-expected.png:
75246         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
75247         * platform/mac/svg/custom/second-inline-text-expected.png:
75248         * platform/mac/svg/custom/shape-rendering-expected.png:
75249         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
75250         * platform/mac/svg/custom/sheet-title-expected.png:
75251         * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
75252         * platform/mac/svg/custom/simpleCDF-expected.png:
75253         * platform/mac/svg/custom/small-rect-scale-expected.png:
75254         * platform/mac/svg/custom/stroke-fallback-expected.png:
75255         * platform/mac/svg/custom/stroke-opacity-update-expected.png:
75256         * platform/mac/svg/custom/stroke-width-large-expected.png:
75257         * platform/mac/svg/custom/stroked-pattern-expected.png:
75258         * platform/mac/svg/custom/style-attribute-font-size-expected.png:
75259         * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png:
75260         * platform/mac/svg/custom/svg-absolute-children-expected.png:
75261         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
75262         * platform/mac/svg/custom/svg-float-border-padding-expected.png:
75263         * platform/mac/svg/custom/svg-fonts-fallback-expected.png:
75264         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
75265         * platform/mac/svg/custom/svg-fonts-segmented-expected.png:
75266         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
75267         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
75268         * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
75269         * platform/mac/svg/custom/svg-overflow-types-expected.png:
75270         * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
75271         * platform/mac/svg/custom/text-clip-expected.png:
75272         * platform/mac/svg/custom/text-ctm-expected.png:
75273         * platform/mac/svg/custom/text-decoration-visibility-expected.png:
75274         * platform/mac/svg/custom/text-dom-01-f-expected.png:
75275         * platform/mac/svg/custom/text-dom-removal-expected.png:
75276         * platform/mac/svg/custom/text-filter-expected.png:
75277         * platform/mac/svg/custom/text-gradient-no-content-expected.png:
75278         * platform/mac/svg/custom/text-hit-test-expected.png:
75279         * platform/mac/svg/custom/text-image-opacity-expected.png:
75280         * platform/mac/svg/custom/text-letter-spacing-expected.png:
75281         * platform/mac/svg/custom/text-linking-expected.png:
75282         * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
75283         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
75284         * platform/mac/svg/custom/text-rotation-expected.png:
75285         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png:
75286         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png:
75287         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
75288         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png:
75289         * platform/mac/svg/custom/text-whitespace-handling-expected.png:
75290         * platform/mac/svg/custom/text-x-dx-lists-expected.png:
75291         * platform/mac/svg/custom/text-x-dy-lists-expected.png:
75292         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
75293         * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
75294         * platform/mac/svg/custom/text-xy-updates-expected.png:
75295         * platform/mac/svg/custom/text-zoom-expected.png: Added.
75296         * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
75297         * platform/mac/svg/custom/transform-invalid-expected.png:
75298         * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
75299         * platform/mac/svg/custom/transform-scale-parse-expected.png:
75300         * platform/mac/svg/custom/transform-with-ending-space-expected.png:
75301         * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
75302         * platform/mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
75303         * platform/mac/svg/custom/transformedMaskFails-expected.png:
75304         * platform/mac/svg/custom/tref-own-content-removal-expected.png:
75305         * platform/mac/svg/custom/tref-update-expected.png:
75306         * platform/mac/svg/custom/uri-reference-handling-expected.png: Added.
75307         * platform/mac/svg/custom/use-clipped-hit-expected.png:
75308         * platform/mac/svg/custom/use-clipped-transform-expected.png: Added.
75309         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
75310         * platform/mac/svg/custom/use-detach-expected.png:
75311         * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
75312         * platform/mac/svg/custom/use-dynamic-append-expected.png:
75313         * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
75314         * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
75315         * platform/mac/svg/custom/use-empty-reference-expected.png:
75316         * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
75317         * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
75318         * platform/mac/svg/custom/use-events-crash-expected.png:
75319         * platform/mac/svg/custom/use-extern-href-expected.png:
75320         * platform/mac/svg/custom/use-font-face-crash-expected.png:
75321         * platform/mac/svg/custom/use-forward-refs-expected.png:
75322         * platform/mac/svg/custom/use-image-in-g-expected.png: Added.
75323         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png:
75324         * platform/mac/svg/custom/use-inherit-style-expected.png:
75325         * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
75326         * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
75327         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
75328         * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
75329         * platform/mac/svg/custom/use-modify-target-container-expected.png:
75330         * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
75331         * platform/mac/svg/custom/use-move-to-offset-expected.png: Added.
75332         * platform/mac/svg/custom/use-nested-transform-expected.png:
75333         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
75334         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
75335         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
75336         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
75337         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
75338         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
75339         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
75340         * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
75341         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
75342         * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
75343         * platform/mac/svg/custom/use-on-g-expected.png:
75344         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
75345         * platform/mac/svg/custom/use-on-rect-expected.png:
75346         * platform/mac/svg/custom/use-on-symbol-expected.png:
75347         * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
75348         * platform/mac/svg/custom/use-on-text-expected.png:
75349         * platform/mac/svg/custom/use-on-use-expected.png:
75350         * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
75351         * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
75352         * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
75353         * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
75354         * platform/mac/svg/custom/use-recursion-1-expected.png:
75355         * platform/mac/svg/custom/use-recursion-2-expected.png:
75356         * platform/mac/svg/custom/use-recursion-3-expected.png:
75357         * platform/mac/svg/custom/use-recursion-4-expected.png:
75358         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
75359         * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
75360         * platform/mac/svg/custom/use-symbol-overflow-expected.png:
75361         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png:
75362         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png:
75363         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png:
75364         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png:
75365         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png:
75366         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png:
75367         * platform/mac/svg/custom/use-transform-expected.png:
75368         * platform/mac/svg/custom/viewBox-hit-expected.png:
75369         * platform/mac/svg/custom/viewbox-syntax-expected.png:
75370         * platform/mac/svg/custom/viewport-clip-expected.png:
75371         * platform/mac/svg/custom/viewport-em-expected.png:
75372         * platform/mac/svg/custom/viewport-no-width-height-expected.png:
75373         * platform/mac/svg/custom/viewport-update-expected.png:
75374         * platform/mac/svg/custom/viewport-update2-expected.png:
75375         * platform/mac/svg/custom/visibility-override-clip-expected.png:
75376         * platform/mac/svg/custom/visibility-override-expected.png:
75377         * platform/mac/svg/custom/visibility-override-filter-expected.png:
75378         * platform/mac/svg/custom/visibility-override-mask-expected.png:
75379         * platform/mac/svg/custom/visited-link-color-expected.png: Added.
75380         * platform/mac/svg/custom/width-full-percentage-expected.png:
75381         * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
75382         * platform/mac/svg/custom/xlink-custom-namespace-expected.png: Added.
75383         * platform/mac/svg/custom/xlink-to-invalid-gradient-expected.png: Added.
75384         * platform/mac/svg/custom/xml-stylesheet-expected.png:
75385         * platform/mac/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
75386         * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
75387         * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
75388         * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
75389         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
75390         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
75391         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
75392         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
75393         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
75394         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
75395         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
75396         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
75397         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
75398         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
75399         * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
75400         * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
75401         * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
75402         * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
75403         * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
75404         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
75405         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
75406         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
75407         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
75408         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
75409         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
75410         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
75411         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
75412         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
75413         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
75414         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
75415         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
75416         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
75417         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
75418         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
75419         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
75420         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
75421         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
75422         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
75423         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
75424         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
75425         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
75426         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
75427         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
75428         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
75429         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
75430         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
75431         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
75432         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
75433         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
75434         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
75435         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
75436         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
75437         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
75438         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
75439         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
75440         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
75441         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
75442         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
75443         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
75444         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
75445         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
75446         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
75447         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
75448         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
75449         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
75450         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
75451         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
75452         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
75453         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
75454         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
75455         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
75456         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
75457         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
75458         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
75459         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
75460         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
75461         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
75462         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
75463         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
75464         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
75465         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
75466         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
75467         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
75468         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
75469         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
75470         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
75471         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
75472         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
75473         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
75474         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
75475         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
75476         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
75477         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
75478         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
75479         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
75480         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
75481         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
75482         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
75483         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
75484         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
75485         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
75486         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
75487         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
75488         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
75489         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
75490         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
75491         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
75492         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
75493         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
75494         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
75495         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
75496         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
75497         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
75498         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
75499         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
75500         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
75501         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
75502         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
75503         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
75504         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
75505         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
75506         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
75507         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
75508         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
75509         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
75510         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
75511         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
75512         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
75513         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
75514         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
75515         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
75516         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
75517         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
75518         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
75519         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
75520         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
75521         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
75522         * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
75523         * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
75524         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
75525         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
75526         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
75527         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
75528         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
75529         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
75530         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
75531         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
75532         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
75533         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
75534         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
75535         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
75536         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
75537         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
75538         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
75539         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
75540         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
75541         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
75542         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
75543         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
75544         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
75545         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
75546         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
75547         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
75548         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
75549         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
75550         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
75551         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
75552         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
75553         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
75554         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
75555         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
75556         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
75557         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
75558         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
75559         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
75560         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
75561         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
75562         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
75563         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
75564         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
75565         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
75566         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
75567         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
75568         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
75569         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
75570         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
75571         * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
75572         * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
75573         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
75574         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
75575         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
75576         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
75577         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
75578         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
75579         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
75580         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
75581         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
75582         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
75583         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
75584         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
75585         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
75586         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
75587         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
75588         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
75589         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
75590         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
75591         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
75592         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
75593         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
75594         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
75595         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
75596         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
75597         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
75598         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
75599         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
75600         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
75601         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
75602         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
75603         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
75604         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
75605         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
75606         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
75607         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
75608         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
75609         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
75610         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
75611         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
75612         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
75613         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
75614         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
75615         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
75616         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
75617         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
75618         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
75619         * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
75620         * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
75621         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
75622         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
75623         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
75624         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
75625         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
75626         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
75627         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
75628         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
75629         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
75630         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
75631         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
75632         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
75633         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
75634         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
75635         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
75636         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
75637         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
75638         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
75639         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
75640         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
75641         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
75642         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
75643         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
75644         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
75645         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
75646         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
75647         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
75648         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
75649         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
75650         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
75651         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
75652         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
75653         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
75654         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
75655         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
75656         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
75657         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
75658         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
75659         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
75660         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
75661         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
75662         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
75663         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
75664         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
75665         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
75666         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
75667         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
75668         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
75669         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
75670         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
75671         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
75672         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
75673         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
75674         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
75675         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
75676         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
75677         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
75678         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
75679         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
75680         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
75681         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
75682         * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
75683         * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
75684         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
75685         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
75686         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
75687         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
75688         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
75689         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
75690         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
75691         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
75692         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
75693         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
75694         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
75695         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
75696         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
75697         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
75698         * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
75699         * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
75700         * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
75701         * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
75702         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
75703         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
75704         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
75705         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
75706         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
75707         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
75708         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
75709         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
75710         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
75711         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
75712         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
75713         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
75714         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
75715         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
75716         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
75717         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
75718         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
75719         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
75720         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
75721         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
75722         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
75723         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
75724         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
75725         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
75726         * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
75727         * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
75728         * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
75729         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
75730         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
75731         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
75732         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
75733         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
75734         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
75735         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
75736         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
75737         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
75738         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
75739         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
75740         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
75741         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
75742         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
75743         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
75744         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
75745         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
75746         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
75747         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
75748         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
75749         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
75750         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
75751         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
75752         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
75753         * platform/mac/svg/filters/animate-fill-expected.png: Added.
75754         * platform/mac/svg/filters/big-sized-filter-2-expected.png:
75755         * platform/mac/svg/filters/big-sized-filter-expected.png:
75756         * platform/mac/svg/filters/color-interpolation-filters-expected.png: Added.
75757         * platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
75758         * platform/mac/svg/filters/feColorMatrix-invalid-animation-expected.png: Added.
75759         * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
75760         * platform/mac/svg/filters/feColorMatrix-saturate-expected.png: Added.
75761         * platform/mac/svg/filters/feColorMatrix-values-expected.png:
75762         * platform/mac/svg/filters/feComposite-expected.png:
75763         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
75764         * platform/mac/svg/filters/feDisplacementMap-expected.png:
75765         * platform/mac/svg/filters/feDropShadow-expected.png:
75766         * platform/mac/svg/filters/feDropShadow-subregion-expected.png: Added.
75767         * platform/mac/svg/filters/feGaussianBlur-expected.png:
75768         * platform/mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
75769         * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
75770         * platform/mac/svg/filters/feImage-change-target-id-expected.png:
75771         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
75772         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
75773         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
75774         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
75775         * platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
75776         * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
75777         * platform/mac/svg/filters/feImage-position-expected.png:
75778         * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
75779         * platform/mac/svg/filters/feImage-reference-invalidation-expected.png: Added.
75780         * platform/mac/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
75781         * platform/mac/svg/filters/feImage-remove-target-expected.png:
75782         * platform/mac/svg/filters/feImage-subregions-expected.png:
75783         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
75784         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
75785         * platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
75786         * platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
75787         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
75788         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
75789         * platform/mac/svg/filters/feImage-target-changes-id-expected.png:
75790         * platform/mac/svg/filters/feImage-target-id-change-expected.png:
75791         * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
75792         * platform/mac/svg/filters/feImage-target-property-change-expected.png:
75793         * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
75794         * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
75795         * platform/mac/svg/filters/feImage-target-style-change-expected.png:
75796         * platform/mac/svg/filters/feLighting-crash-expected.png:
75797         * platform/mac/svg/filters/feMerge-expected.png:
75798         * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
75799         * platform/mac/svg/filters/feOffset-expected.png:
75800         * platform/mac/svg/filters/feTile-expected.png:
75801         * platform/mac/svg/filters/filter-clip-expected.png:
75802         * platform/mac/svg/filters/filter-empty-g-expected.png:
75803         * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
75804         * platform/mac/svg/filters/filter-on-tspan-expected.png:
75805         * platform/mac/svg/filters/filter-placement-issue-expected.png:
75806         * platform/mac/svg/filters/filter-refresh-expected.png:
75807         * platform/mac/svg/filters/filter-rounding-issues-expected.png:
75808         * platform/mac/svg/filters/filter-source-position-expected.png:
75809         * platform/mac/svg/filters/filter-width-update-expected.png:
75810         * platform/mac/svg/filters/filterRes-expected.png:
75811         * platform/mac/svg/filters/filterRes1-expected.png:
75812         * platform/mac/svg/filters/filterRes2-expected.png:
75813         * platform/mac/svg/filters/filterRes3-expected.png:
75814         * platform/mac/svg/filters/filteredImage-expected.png:
75815         * platform/mac/svg/filters/invalidate-on-child-layout-expected.png:
75816         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
75817         * platform/mac/svg/filters/shadow-on-filter-expected.png:
75818         * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
75819         * platform/mac/svg/filters/sourceAlpha-expected.png:
75820         * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
75821         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
75822         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
75823         * platform/mac/svg/repaint/container-repaint-expected.png: Added.
75824         * platform/mac/svg/repaint/filter-child-repaint-expected.png:
75825         * platform/mac/svg/repaint/filter-repaint-expected.png:
75826         * platform/mac/svg/repaint/image-href-change-expected.png:
75827         * platform/mac/svg/repaint/image-with-clip-path-expected.png:
75828         * platform/mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
75829         * platform/mac/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
75830         * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
75831         * platform/mac/svg/repaint/mask-clip-target-transform-expected.png:
75832         * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png:
75833         * platform/mac/svg/repaint/text-mask-update-expected.png: Added.
75834         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
75835         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
75836         * platform/mac/svg/transforms/svg-css-transforms-expected.png:
75837         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
75838         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
75839         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
75840         * platform/mac/tables/layering/paint-test-layering-1-expected.png:
75841         * platform/mac/tables/layering/paint-test-layering-2-expected.png:
75842         * platform/mac/tables/mozilla/bugs/45621-expected.png:
75843         * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.png:
75844         * platform/mac/tables/mozilla/bugs/bug10009-expected.png:
75845         * platform/mac/tables/mozilla/bugs/bug100334-expected.png:
75846         * platform/mac/tables/mozilla/bugs/bug10036-expected.png:
75847         * platform/mac/tables/mozilla/bugs/bug10039-expected.png:
75848         * platform/mac/tables/mozilla/bugs/bug101201-expected.png:
75849         * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
75850         * platform/mac/tables/mozilla/bugs/bug102145-1-expected.png:
75851         * platform/mac/tables/mozilla/bugs/bug102145-2-expected.png:
75852         * platform/mac/tables/mozilla/bugs/bug102145-3-expected.png:
75853         * platform/mac/tables/mozilla/bugs/bug102145-4-expected.png:
75854         * platform/mac/tables/mozilla/bugs/bug10269-1-expected.png:
75855         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.png:
75856         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
75857         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
75858         * platform/mac/tables/mozilla/bugs/bug10296-2-expected.png:
75859         * platform/mac/tables/mozilla/bugs/bug103533-expected.png:
75860         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png:
75861         * platform/mac/tables/mozilla/bugs/bug10565-expected.png:
75862         * platform/mac/tables/mozilla/bugs/bug106158-1-expected.png:
75863         * platform/mac/tables/mozilla/bugs/bug106158-2-expected.png:
75864         * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
75865         * platform/mac/tables/mozilla/bugs/bug1067-1-expected.png:
75866         * platform/mac/tables/mozilla/bugs/bug1067-2-expected.png:
75867         * platform/mac/tables/mozilla/bugs/bug106795-expected.png:
75868         * platform/mac/tables/mozilla/bugs/bug106816-expected.png:
75869         * platform/mac/tables/mozilla/bugs/bug108340-expected.png:
75870         * platform/mac/tables/mozilla/bugs/bug109043-expected.png:
75871         * platform/mac/tables/mozilla/bugs/bug11026-expected.png:
75872         * platform/mac/tables/mozilla/bugs/bug110566-expected.png:
75873         * platform/mac/tables/mozilla/bugs/bug11321-expected.png:
75874         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
75875         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.png:
75876         * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
75877         * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
75878         * platform/mac/tables/mozilla/bugs/bug11384q-expected.png:
75879         * platform/mac/tables/mozilla/bugs/bug11384s-expected.png:
75880         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.png:
75881         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
75882         * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
75883         * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
75884         * platform/mac/tables/mozilla/bugs/bug119786-expected.png:
75885         * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
75886         * platform/mac/tables/mozilla/bugs/bug12008-expected.png:
75887         * platform/mac/tables/mozilla/bugs/bug120107-expected.png:
75888         * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
75889         * platform/mac/tables/mozilla/bugs/bug1220-expected.png:
75890         * platform/mac/tables/mozilla/bugs/bug1224-expected.png:
75891         * platform/mac/tables/mozilla/bugs/bug12268-expected.png:
75892         * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
75893         * platform/mac/tables/mozilla/bugs/bug123862-expected.png:
75894         * platform/mac/tables/mozilla/bugs/bug1261-expected.png:
75895         * platform/mac/tables/mozilla/bugs/bug126742-expected.png:
75896         * platform/mac/tables/mozilla/bugs/bug12709-expected.png:
75897         * platform/mac/tables/mozilla/bugs/bug1271-expected.png:
75898         * platform/mac/tables/mozilla/bugs/bug127267-expected.png:
75899         * platform/mac/tables/mozilla/bugs/bug128229-expected.png:
75900         * platform/mac/tables/mozilla/bugs/bug12908-1-expected.png:
75901         * platform/mac/tables/mozilla/bugs/bug12908-2-expected.png:
75902         * platform/mac/tables/mozilla/bugs/bug12910-2-expected.png:
75903         * platform/mac/tables/mozilla/bugs/bug12910-expected.png:
75904         * platform/mac/tables/mozilla/bugs/bug1296-expected.png:
75905         * platform/mac/tables/mozilla/bugs/bug1302-expected.png:
75906         * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
75907         * platform/mac/tables/mozilla/bugs/bug131020-2-expected.png:
75908         * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
75909         * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
75910         * platform/mac/tables/mozilla/bugs/bug13105-expected.png:
75911         * platform/mac/tables/mozilla/bugs/bug13118-expected.png:
75912         * platform/mac/tables/mozilla/bugs/bug13169-expected.png:
75913         * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
75914         * platform/mac/tables/mozilla/bugs/bug13196-expected.png:
75915         * platform/mac/tables/mozilla/bugs/bug133756-1-expected.png:
75916         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
75917         * platform/mac/tables/mozilla/bugs/bug133948-expected.png:
75918         * platform/mac/tables/mozilla/bugs/bug13484-expected.png:
75919         * platform/mac/tables/mozilla/bugs/bug13526-expected.png:
75920         * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png:
75921         * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
75922         * platform/mac/tables/mozilla/bugs/bug137388-3-expected.png:
75923         * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
75924         * platform/mac/tables/mozilla/bugs/bug139524-1-expected.png:
75925         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png:
75926         * platform/mac/tables/mozilla/bugs/bug139524-3-expected.png:
75927         * platform/mac/tables/mozilla/bugs/bug139524-4-expected.png:
75928         * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png:
75929         * platform/mac/tables/mozilla/bugs/bug14159-3-expected.png:
75930         * platform/mac/tables/mozilla/bugs/bug1430-expected.png:
75931         * platform/mac/tables/mozilla/bugs/bug14323-expected.png:
75932         * platform/mac/tables/mozilla/bugs/bug145572-expected.png:
75933         * platform/mac/tables/mozilla/bugs/bug1474-expected.png:
75934         * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
75935         * platform/mac/tables/mozilla/bugs/bug149275-2-expected.png:
75936         * platform/mac/tables/mozilla/bugs/bug14929-expected.png:
75937         * platform/mac/tables/mozilla/bugs/bug15247-expected.png:
75938         * platform/mac/tables/mozilla/bugs/bug154780-expected.png:
75939         * platform/mac/tables/mozilla/bugs/bug15544-expected.png:
75940         * platform/mac/tables/mozilla/bugs/bug157890-expected.png:
75941         * platform/mac/tables/mozilla/bugs/bug159108-expected.png:
75942         * platform/mac/tables/mozilla/bugs/bug15933-expected.png:
75943         * platform/mac/tables/mozilla/bugs/bug16012-expected.png:
75944         * platform/mac/tables/mozilla/bugs/bug16252-expected.png:
75945         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png:
75946         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png:
75947         * platform/mac/tables/mozilla/bugs/bug17138-expected.png:
75948         * platform/mac/tables/mozilla/bugs/bug17168-expected.png:
75949         * platform/mac/tables/mozilla/bugs/bug175455-4-expected.png:
75950         * platform/mac/tables/mozilla/bugs/bug17548-expected.png:
75951         * platform/mac/tables/mozilla/bugs/bug17587-expected.png:
75952         * platform/mac/tables/mozilla/bugs/bug1800-expected.png:
75953         * platform/mac/tables/mozilla/bugs/bug1802-expected.png:
75954         * platform/mac/tables/mozilla/bugs/bug1802s-expected.png:
75955         * platform/mac/tables/mozilla/bugs/bug1809-expected.png:
75956         * platform/mac/tables/mozilla/bugs/bug1818-1-expected.png:
75957         * platform/mac/tables/mozilla/bugs/bug1818-2-expected.png:
75958         * platform/mac/tables/mozilla/bugs/bug1818-3-expected.png:
75959         * platform/mac/tables/mozilla/bugs/bug1818-4-expected.png:
75960         * platform/mac/tables/mozilla/bugs/bug1818-5-expected.png:
75961         * platform/mac/tables/mozilla/bugs/bug1818-6-expected.png:
75962         * platform/mac/tables/mozilla/bugs/bug1828-expected.png:
75963         * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
75964         * platform/mac/tables/mozilla/bugs/bug18440-expected.png:
75965         * platform/mac/tables/mozilla/bugs/bug18558-expected.png:
75966         * platform/mac/tables/mozilla/bugs/bug18664-expected.png:
75967         * platform/mac/tables/mozilla/bugs/bug18955-expected.png:
75968         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png:
75969         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png:
75970         * platform/mac/tables/mozilla/bugs/bug19356-expected.png:
75971         * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
75972         * platform/mac/tables/mozilla/bugs/bug19599-expected.png:
75973         * platform/mac/tables/mozilla/bugs/bug196870-expected.png:
75974         * platform/mac/tables/mozilla/bugs/bug2050-expected.png:
75975         * platform/mac/tables/mozilla/bugs/bug20579-expected.png:
75976         * platform/mac/tables/mozilla/bugs/bug2065-expected.png:
75977         * platform/mac/tables/mozilla/bugs/bug20804-expected.png:
75978         * platform/mac/tables/mozilla/bugs/bug2123-expected.png:
75979         * platform/mac/tables/mozilla/bugs/bug21299-expected.png:
75980         * platform/mac/tables/mozilla/bugs/bug215629-expected.png:
75981         * platform/mac/tables/mozilla/bugs/bug21918-expected.png:
75982         * platform/mac/tables/mozilla/bugs/bug219693-1-expected.png:
75983         * platform/mac/tables/mozilla/bugs/bug219693-2-expected.png:
75984         * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
75985         * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
75986         * platform/mac/tables/mozilla/bugs/bug221784-1-expected.png:
75987         * platform/mac/tables/mozilla/bugs/bug221784-2-expected.png:
75988         * platform/mac/tables/mozilla/bugs/bug222336-expected.png:
75989         * platform/mac/tables/mozilla/bugs/bug22246-2-expected.png:
75990         * platform/mac/tables/mozilla/bugs/bug22246-2a-expected.png:
75991         * platform/mac/tables/mozilla/bugs/bug22246-3-expected.png:
75992         * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.png:
75993         * platform/mac/tables/mozilla/bugs/bug222467-expected.png:
75994         * platform/mac/tables/mozilla/bugs/bug222846-expected.png:
75995         * platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
75996         * platform/mac/tables/mozilla/bugs/bug22513-expected.png:
75997         * platform/mac/tables/mozilla/bugs/bug2267-expected.png:
75998         * platform/mac/tables/mozilla/bugs/bug227123-expected.png:
75999         * platform/mac/tables/mozilla/bugs/bug2296-expected.png:
76000         * platform/mac/tables/mozilla/bugs/bug23072-expected.png:
76001         * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
76002         * platform/mac/tables/mozilla/bugs/bug23235-expected.png:
76003         * platform/mac/tables/mozilla/bugs/bug23299-expected.png:
76004         * platform/mac/tables/mozilla/bugs/bug23994-expected.png:
76005         * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
76006         * platform/mac/tables/mozilla/bugs/bug24503-expected.png:
76007         * platform/mac/tables/mozilla/bugs/bug24627-expected.png:
76008         * platform/mac/tables/mozilla/bugs/bug24661-expected.png:
76009         * platform/mac/tables/mozilla/bugs/bug2469-expected.png:
76010         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.png:
76011         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
76012         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
76013         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
76014         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
76015         * platform/mac/tables/mozilla/bugs/bug24880-expected.png:
76016         * platform/mac/tables/mozilla/bugs/bug25004-expected.png:
76017         * platform/mac/tables/mozilla/bugs/bug25074-expected.png:
76018         * platform/mac/tables/mozilla/bugs/bug25086-expected.png:
76019         * platform/mac/tables/mozilla/bugs/bug2509-expected.png:
76020         * platform/mac/tables/mozilla/bugs/bug2516-expected.png:
76021         * platform/mac/tables/mozilla/bugs/bug25367-expected.png:
76022         * platform/mac/tables/mozilla/bugs/bug25663-expected.png:
76023         * platform/mac/tables/mozilla/bugs/bug2585-expected.png:
76024         * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
76025         * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
76026         * platform/mac/tables/mozilla/bugs/bug2684-expected.png:
76027         * platform/mac/tables/mozilla/bugs/bug269566-expected.png:
76028         * platform/mac/tables/mozilla/bugs/bug27038-1-expected.png:
76029         * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
76030         * platform/mac/tables/mozilla/bugs/bug27038-3-expected.png:
76031         * platform/mac/tables/mozilla/bugs/bug275625-expected.png:
76032         * platform/mac/tables/mozilla/bugs/bug2757-expected.png:
76033         * platform/mac/tables/mozilla/bugs/bug2763-expected.png:
76034         * platform/mac/tables/mozilla/bugs/bug277062-expected.png:
76035         * platform/mac/tables/mozilla/bugs/bug2773-expected.png:
76036         * platform/mac/tables/mozilla/bugs/bug278266-expected.png:
76037         * platform/mac/tables/mozilla/bugs/bug278385-expected.png:
76038         * platform/mac/tables/mozilla/bugs/bug27993-1-expected.png:
76039         * platform/mac/tables/mozilla/bugs/bug28341-expected.png:
76040         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.png:
76041         * platform/mac/tables/mozilla/bugs/bug2886-expected.png:
76042         * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
76043         * platform/mac/tables/mozilla/bugs/bug28933-expected.png:
76044         * platform/mac/tables/mozilla/bugs/bug29058-1-expected.png:
76045         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png:
76046         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
76047         * platform/mac/tables/mozilla/bugs/bug29157-expected.png:
76048         * platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
76049         * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
76050         * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
76051         * platform/mac/tables/mozilla/bugs/bug29429-expected.png:
76052         * platform/mac/tables/mozilla/bugs/bug2947-expected.png:
76053         * platform/mac/tables/mozilla/bugs/bug2954-expected.png:
76054         * platform/mac/tables/mozilla/bugs/bug2962-expected.png:
76055         * platform/mac/tables/mozilla/bugs/bug2973-expected.png:
76056         * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png:
76057         * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png:
76058         * platform/mac/tables/mozilla/bugs/bug2997-expected.png:
76059         * platform/mac/tables/mozilla/bugs/bug30273-expected.png:
76060         * platform/mac/tables/mozilla/bugs/bug30332-1-expected.png:
76061         * platform/mac/tables/mozilla/bugs/bug30332-2-expected.png:
76062         * platform/mac/tables/mozilla/bugs/bug3037-1-expected.png:
76063         * platform/mac/tables/mozilla/bugs/bug3037-2-expected.png:
76064         * platform/mac/tables/mozilla/bugs/bug30418-expected.png:
76065         * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
76066         * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
76067         * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
76068         * platform/mac/tables/mozilla/bugs/bug3103-expected.png:
76069         * platform/mac/tables/mozilla/bugs/bug3191-expected.png:
76070         * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
76071         * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png:
76072         * platform/mac/tables/mozilla/bugs/bug32205-5-expected.png:
76073         * platform/mac/tables/mozilla/bugs/bug32447-expected.png:
76074         * platform/mac/tables/mozilla/bugs/bug3260-expected.png:
76075         * platform/mac/tables/mozilla/bugs/bug3263-expected.png:
76076         * platform/mac/tables/mozilla/bugs/bug32841-expected.png:
76077         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.png:
76078         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.png:
76079         * platform/mac/tables/mozilla/bugs/bug33137-expected.png:
76080         * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
76081         * platform/mac/tables/mozilla/bugs/bug34176-expected.png:
76082         * platform/mac/tables/mozilla/bugs/bug34538-expected.png:
76083         * platform/mac/tables/mozilla/bugs/bug3454-expected.png:
76084         * platform/mac/tables/mozilla/bugs/bug35662-expected.png:
76085         * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png:
76086         * platform/mac/tables/mozilla/bugs/bug3681-2-expected.png:
76087         * platform/mac/tables/mozilla/bugs/bug3718-expected.png:
76088         * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
76089         * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
76090         * platform/mac/tables/mozilla/bugs/bug3977-expected.png:
76091         * platform/mac/tables/mozilla/bugs/bug40828-expected.png:
76092         * platform/mac/tables/mozilla/bugs/bug4093-expected.png:
76093         * platform/mac/tables/mozilla/bugs/bug41890-expected.png:
76094         * platform/mac/tables/mozilla/bugs/bug42187-expected.png:
76095         * platform/mac/tables/mozilla/bugs/bug42443-expected.png:
76096         * platform/mac/tables/mozilla/bugs/bug4284-expected.png:
76097         * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
76098         * platform/mac/tables/mozilla/bugs/bug43204-expected.png:
76099         * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
76100         * platform/mac/tables/mozilla/bugs/bug4385-expected.png:
76101         * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
76102         * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png:
76103         * platform/mac/tables/mozilla/bugs/bug4427-expected.png:
76104         * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
76105         * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
76106         * platform/mac/tables/mozilla/bugs/bug44523-expected.png:
76107         * platform/mac/tables/mozilla/bugs/bug4501-expected.png:
76108         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png:
76109         * platform/mac/tables/mozilla/bugs/bug45055-expected.png:
76110         * platform/mac/tables/mozilla/bugs/bug4520-expected.png:
76111         * platform/mac/tables/mozilla/bugs/bug4523-expected.png:
76112         * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
76113         * platform/mac/tables/mozilla/bugs/bug45350-expected.png:
76114         * platform/mac/tables/mozilla/bugs/bug45486-expected.png:
76115         * platform/mac/tables/mozilla/bugs/bug4576-expected.png:
76116         * platform/mac/tables/mozilla/bugs/bug46268-1-expected.png:
76117         * platform/mac/tables/mozilla/bugs/bug46268-2-expected.png:
76118         * platform/mac/tables/mozilla/bugs/bug46268-3-expected.png:
76119         * platform/mac/tables/mozilla/bugs/bug46268-5-expected.png:
76120         * platform/mac/tables/mozilla/bugs/bug46268-expected.png:
76121         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
76122         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
76123         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
76124         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
76125         * platform/mac/tables/mozilla/bugs/bug46623-1-expected.png:
76126         * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png:
76127         * platform/mac/tables/mozilla/bugs/bug46924-expected.png:
76128         * platform/mac/tables/mozilla/bugs/bug46944-expected.png:
76129         * platform/mac/tables/mozilla/bugs/bug4739-expected.png:
76130         * platform/mac/tables/mozilla/bugs/bug47432-expected.png:
76131         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.png:
76132         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
76133         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.png:
76134         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
76135         * platform/mac/tables/mozilla/bugs/bug4803-expected.png:
76136         * platform/mac/tables/mozilla/bugs/bug4849-2-expected.png:
76137         * platform/mac/tables/mozilla/bugs/bug4849-expected.png:
76138         * platform/mac/tables/mozilla/bugs/bug48827-expected.png:
76139         * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
76140         * platform/mac/tables/mozilla/bugs/bug50695-2-expected.png:
76141         * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
76142         * platform/mac/tables/mozilla/bugs/bug51140-expected.png:
76143         * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
76144         * platform/mac/tables/mozilla/bugs/bug5188-expected.png:
76145         * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
76146         * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
76147         * platform/mac/tables/mozilla/bugs/bug53690-1-expected.png:
76148         * platform/mac/tables/mozilla/bugs/bug53690-2-expected.png:
76149         * platform/mac/tables/mozilla/bugs/bug53891-expected.png:
76150         * platform/mac/tables/mozilla/bugs/bug54450-expected.png:
76151         * platform/mac/tables/mozilla/bugs/bug5538-expected.png:
76152         * platform/mac/tables/mozilla/bugs/bug55527-expected.png:
76153         * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
76154         * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
76155         * platform/mac/tables/mozilla/bugs/bug55789-expected.png:
76156         * platform/mac/tables/mozilla/bugs/bug56201-expected.png:
76157         * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
76158         * platform/mac/tables/mozilla/bugs/bug56563-expected.png:
76159         * platform/mac/tables/mozilla/bugs/bug57300-expected.png:
76160         * platform/mac/tables/mozilla/bugs/bug57378-expected.png:
76161         * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
76162         * platform/mac/tables/mozilla/bugs/bug57828-expected.png:
76163         * platform/mac/tables/mozilla/bugs/bug5797-expected.png:
76164         * platform/mac/tables/mozilla/bugs/bug5798-expected.png:
76165         * platform/mac/tables/mozilla/bugs/bug5799-expected.png:
76166         * platform/mac/tables/mozilla/bugs/bug5835-expected.png:
76167         * platform/mac/tables/mozilla/bugs/bug5838-expected.png:
76168         * platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
76169         * platform/mac/tables/mozilla/bugs/bug58402-1-expected.png:
76170         * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
76171         * platform/mac/tables/mozilla/bugs/bug60013-expected.png:
76172         * platform/mac/tables/mozilla/bugs/bug60749-expected.png:
76173         * platform/mac/tables/mozilla/bugs/bug60804-expected.png:
76174         * platform/mac/tables/mozilla/bugs/bug60807-expected.png:
76175         * platform/mac/tables/mozilla/bugs/bug60992-expected.png:
76176         * platform/mac/tables/mozilla/bugs/bug6184-expected.png:
76177         * platform/mac/tables/mozilla/bugs/bug625-expected.png:
76178         * platform/mac/tables/mozilla/bugs/bug6304-expected.png:
76179         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
76180         * platform/mac/tables/mozilla/bugs/bug63785-expected.png:
76181         * platform/mac/tables/mozilla/bugs/bug6404-expected.png:
76182         * platform/mac/tables/mozilla/bugs/bug641-1-expected.png:
76183         * platform/mac/tables/mozilla/bugs/bug641-2-expected.png:
76184         * platform/mac/tables/mozilla/bugs/bug647-expected.png:
76185         * platform/mac/tables/mozilla/bugs/bug650-expected.png:
76186         * platform/mac/tables/mozilla/bugs/bug6674-expected.png:
76187         * platform/mac/tables/mozilla/bugs/bug67864-expected.png:
76188         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
76189         * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
76190         * platform/mac/tables/mozilla/bugs/bug68998-expected.png:
76191         * platform/mac/tables/mozilla/bugs/bug69187-expected.png:
76192         * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png:
76193         * platform/mac/tables/mozilla/bugs/bug69382-2-expected.png:
76194         * platform/mac/tables/mozilla/bugs/bug709-expected.png:
76195         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png:
76196         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png:
76197         * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png:
76198         * platform/mac/tables/mozilla/bugs/bug72359-expected.png:
76199         * platform/mac/tables/mozilla/bugs/bug727-expected.png:
76200         * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
76201         * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
76202         * platform/mac/tables/mozilla/bugs/bug7471-expected.png:
76203         * platform/mac/tables/mozilla/bugs/bug75250-expected.png:
76204         * platform/mac/tables/mozilla/bugs/bug7714-expected.png:
76205         * platform/mac/tables/mozilla/bugs/bug78162-expected.png:
76206         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.png:
76207         * platform/mac/tables/mozilla/bugs/bug8032-2-expected.png:
76208         * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png:
76209         * platform/mac/tables/mozilla/bugs/bug81934-expected.png:
76210         * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png:
76211         * platform/mac/tables/mozilla/bugs/bug82946-2-expected.png:
76212         * platform/mac/tables/mozilla/bugs/bug8361-expected.png:
76213         * platform/mac/tables/mozilla/bugs/bug83786-expected.png:
76214         * platform/mac/tables/mozilla/bugs/bug8381-expected.png:
76215         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
76216         * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
76217         * platform/mac/tables/mozilla/bugs/bug86220-expected.png:
76218         * platform/mac/tables/mozilla/bugs/bug86708-expected.png:
76219         * platform/mac/tables/mozilla/bugs/bug88035-1-expected.png:
76220         * platform/mac/tables/mozilla/bugs/bug88035-2-expected.png:
76221         * platform/mac/tables/mozilla/bugs/bug88524-expected.png:
76222         * platform/mac/tables/mozilla/bugs/bug8858-expected.png:
76223         * platform/mac/tables/mozilla/bugs/bug8950-expected.png:
76224         * platform/mac/tables/mozilla/bugs/bug9024-expected.png:
76225         * platform/mac/tables/mozilla/bugs/bug9072-expected.png:
76226         * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png:
76227         * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png:
76228         * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
76229         * platform/mac/tables/mozilla/bugs/bug92647-2-expected.png:
76230         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.png:
76231         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.png:
76232         * platform/mac/tables/mozilla/bugs/bug92868-expected.png:
76233         * platform/mac/tables/mozilla/bugs/bug93363-expected.png:
76234         * platform/mac/tables/mozilla/bugs/bug963-expected.png:
76235         * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
76236         * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
76237         * platform/mac/tables/mozilla/bugs/bug965-expected.png:
76238         * platform/mac/tables/mozilla/bugs/bug97138-expected.png:
76239         * platform/mac/tables/mozilla/bugs/bug97383-expected.png:
76240         * platform/mac/tables/mozilla/bugs/bug98196-expected.png:
76241         * platform/mac/tables/mozilla/bugs/bug9879-1-expected.png:
76242         * platform/mac/tables/mozilla/bugs/bug99923-expected.png:
76243         * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
76244         * platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.png:
76245         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
76246         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
76247         * platform/mac/tables/mozilla/core/bloomberg-expected.png:
76248         * platform/mac/tables/mozilla/core/borders-expected.png:
76249         * platform/mac/tables/mozilla/core/box_sizing-expected.png:
76250         * platform/mac/tables/mozilla/core/captions-expected.png:
76251         * platform/mac/tables/mozilla/core/captions-expected.txt:
76252         * platform/mac/tables/mozilla/core/cell_heights-expected.png:
76253         * platform/mac/tables/mozilla/core/col_span-expected.png:
76254         * platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.png:
76255         * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
76256         * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
76257         * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
76258         * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
76259         * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
76260         * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png:
76261         * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.png:
76262         * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
76263         * platform/mac/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png:
76264         * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
76265         * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png:
76266         * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
76267         * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.png:
76268         * platform/mac/tables/mozilla/core/margins-expected.png:
76269         * platform/mac/tables/mozilla/core/misc-expected.png:
76270         * platform/mac/tables/mozilla/core/nested1-expected.png:
76271         * platform/mac/tables/mozilla/core/one_row-expected.png:
76272         * platform/mac/tables/mozilla/core/row_span-expected.png:
76273         * platform/mac/tables/mozilla/core/table_frame-expected.png:
76274         * platform/mac/tables/mozilla/core/table_heights-expected.png:
76275         * platform/mac/tables/mozilla/core/table_rules-expected.png:
76276         * platform/mac/tables/mozilla/core/table_widths-expected.png:
76277         * platform/mac/tables/mozilla/dom/appendCol2-expected.png:
76278         * platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.png:
76279         * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.png:
76280         * platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
76281         * platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.png:
76282         * platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.png:
76283         * platform/mac/tables/mozilla/dom/deleteCol1-expected.png:
76284         * platform/mac/tables/mozilla/dom/deleteCol2-expected.png:
76285         * platform/mac/tables/mozilla/dom/deleteCol3-expected.png:
76286         * platform/mac/tables/mozilla/dom/deleteColGroup1-expected.png:
76287         * platform/mac/tables/mozilla/dom/deleteColGroup2-expected.png:
76288         * platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
76289         * platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.png:
76290         * platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
76291         * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
76292         * platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.png:
76293         * platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.png:
76294         * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png:
76295         * platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.png:
76296         * platform/mac/tables/mozilla/dom/insertColGroups1-expected.png:
76297         * platform/mac/tables/mozilla/dom/insertColGroups2-expected.png:
76298         * platform/mac/tables/mozilla/dom/insertCols1-expected.png:
76299         * platform/mac/tables/mozilla/dom/insertCols2-expected.png:
76300         * platform/mac/tables/mozilla/dom/insertCols3-expected.png:
76301         * platform/mac/tables/mozilla/dom/insertCols4-expected.png:
76302         * platform/mac/tables/mozilla/dom/insertCols5-expected.png:
76303         * platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.png:
76304         * platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.png:
76305         * platform/mac/tables/mozilla/dom/tableDom-expected.png:
76306         * platform/mac/tables/mozilla/marvin/backgr_index-expected.png:
76307         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
76308         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
76309         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png:
76310         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
76311         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
76312         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
76313         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
76314         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
76315         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
76316         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
76317         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
76318         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
76319         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
76320         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
76321         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
76322         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
76323         * platform/mac/tables/mozilla/marvin/body_col-expected.png:
76324         * platform/mac/tables/mozilla/marvin/body_tbody-expected.png:
76325         * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png:
76326         * platform/mac/tables/mozilla/marvin/body_thead-expected.png:
76327         * platform/mac/tables/mozilla/marvin/col_span-expected.png:
76328         * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png:
76329         * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png:
76330         * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png:
76331         * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png:
76332         * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png:
76333         * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
76334         * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
76335         * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
76336         * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png:
76337         * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png:
76338         * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png:
76339         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png:
76340         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
76341         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png:
76342         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
76343         * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
76344         * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
76345         * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png:
76346         * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png:
76347         * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png:
76348         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png:
76349         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
76350         * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png:
76351         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png:
76352         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
76353         * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png:
76354         * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png:
76355         * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png:
76356         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
76357         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
76358         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
76359         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
76360         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
76361         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
76362         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
76363         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
76364         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
76365         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
76366         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
76367         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
76368         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
76369         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
76370         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
76371         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
76372         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
76373         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
76374         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
76375         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
76376         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
76377         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
76378         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
76379         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
76380         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
76381         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
76382         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
76383         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
76384         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
76385         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
76386         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
76387         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
76388         * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png:
76389         * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png:
76390         * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png:
76391         * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png:
76392         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
76393         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
76394         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.png:
76395         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
76396         * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png:
76397         * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
76398         * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png:
76399         * platform/mac/tables/mozilla/marvin/tables_class-expected.png:
76400         * platform/mac/tables/mozilla/marvin/tables_default-expected.png:
76401         * platform/mac/tables/mozilla/marvin/tables_id-expected.png:
76402         * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
76403         * platform/mac/tables/mozilla/marvin/tables_style-expected.png:
76404         * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png:
76405         * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png:
76406         * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png:
76407         * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png:
76408         * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png:
76409         * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png:
76410         * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png:
76411         * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png:
76412         * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png:
76413         * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png:
76414         * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png:
76415         * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png:
76416         * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png:
76417         * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png:
76418         * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png:
76419         * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png:
76420         * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png:
76421         * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png:
76422         * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png:
76423         * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png:
76424         * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png:
76425         * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png:
76426         * platform/mac/tables/mozilla/marvin/tbody_char-expected.png:
76427         * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
76428         * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
76429         * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
76430         * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
76431         * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
76432         * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
76433         * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png:
76434         * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png:
76435         * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png:
76436         * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png:
76437         * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png:
76438         * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png:
76439         * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png:
76440         * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png:
76441         * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
76442         * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
76443         * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
76444         * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
76445         * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
76446         * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
76447         * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png:
76448         * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png:
76449         * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png:
76450         * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png:
76451         * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png:
76452         * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png:
76453         * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png:
76454         * platform/mac/tables/mozilla/marvin/thead_char-expected.png:
76455         * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
76456         * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
76457         * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
76458         * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png:
76459         * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
76460         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
76461         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
76462         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
76463         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
76464         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
76465         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
76466         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
76467         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
76468         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
76469         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
76470         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
76471         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
76472         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
76473         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
76474         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
76475         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
76476         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
76477         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
76478         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
76479         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
76480         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
76481         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
76482         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
76483         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
76484         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
76485         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
76486         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
76487         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
76488         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
76489         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
76490         * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
76491         * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
76492         * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
76493         * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png:
76494         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
76495         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
76496         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.png:
76497         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
76498         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.png:
76499         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
76500         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.png:
76501         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
76502         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.png:
76503         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
76504         * platform/mac/tables/mozilla/marvin/x_col_align_center-expected.png:
76505         * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.png:
76506         * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png:
76507         * platform/mac/tables/mozilla/marvin/x_col_align_left-expected.png:
76508         * platform/mac/tables/mozilla/marvin/x_col_align_right-expected.png:
76509         * platform/mac/tables/mozilla/marvin/x_col_span-expected.png:
76510         * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
76511         * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
76512         * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.png:
76513         * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.png:
76514         * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png:
76515         * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.png:
76516         * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png:
76517         * platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
76518         * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
76519         * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
76520         * platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
76521         * platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
76522         * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.png:
76523         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
76524         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
76525         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
76526         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
76527         * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
76528         * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
76529         * platform/mac/tables/mozilla/marvin/x_table-expected.png:
76530         * platform/mac/tables/mozilla/marvin/x_table_align_center-expected.png:
76531         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.png:
76532         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.png:
76533         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
76534         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
76535         * platform/mac/tables/mozilla/marvin/x_table_border-expected.png:
76536         * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png:
76537         * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png:
76538         * platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.png:
76539         * platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
76540         * platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.png:
76541         * platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
76542         * platform/mac/tables/mozilla/marvin/x_table_class-expected.png:
76543         * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png:
76544         * platform/mac/tables/mozilla/marvin/x_table_id-expected.png:
76545         * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png:
76546         * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png:
76547         * platform/mac/tables/mozilla/marvin/x_table_style-expected.png:
76548         * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png:
76549         * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png:
76550         * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.png:
76551         * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png:
76552         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
76553         * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.png:
76554         * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.png:
76555         * platform/mac/tables/mozilla/marvin/x_tbody_class-expected.png:
76556         * platform/mac/tables/mozilla/marvin/x_tbody_id-expected.png:
76557         * platform/mac/tables/mozilla/marvin/x_tbody_style-expected.png:
76558         * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
76559         * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
76560         * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
76561         * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
76562         * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png:
76563         * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.png:
76564         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
76565         * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png:
76566         * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png:
76567         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
76568         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
76569         * platform/mac/tables/mozilla/marvin/x_td_class-expected.png:
76570         * platform/mac/tables/mozilla/marvin/x_td_colspan-expected.png:
76571         * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
76572         * platform/mac/tables/mozilla/marvin/x_td_id-expected.png:
76573         * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
76574         * platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.png:
76575         * platform/mac/tables/mozilla/marvin/x_td_style-expected.png:
76576         * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
76577         * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
76578         * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.png:
76579         * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.png:
76580         * platform/mac/tables/mozilla/marvin/x_td_width-expected.png:
76581         * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
76582         * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
76583         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
76584         * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
76585         * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
76586         * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.png:
76587         * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.png:
76588         * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.png:
76589         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
76590         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
76591         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
76592         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
76593         * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png:
76594         * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.png:
76595         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
76596         * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png:
76597         * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png:
76598         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
76599         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
76600         * platform/mac/tables/mozilla/marvin/x_th_class-expected.png:
76601         * platform/mac/tables/mozilla/marvin/x_th_colspan-expected.png:
76602         * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
76603         * platform/mac/tables/mozilla/marvin/x_th_id-expected.png:
76604         * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
76605         * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.png:
76606         * platform/mac/tables/mozilla/marvin/x_th_style-expected.png:
76607         * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
76608         * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
76609         * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.png:
76610         * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.png:
76611         * platform/mac/tables/mozilla/marvin/x_th_width-expected.png:
76612         * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.png:
76613         * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png:
76614         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
76615         * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.png:
76616         * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.png:
76617         * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png:
76618         * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png:
76619         * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png:
76620         * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
76621         * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
76622         * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
76623         * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png:
76624         * platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.png:
76625         * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.png:
76626         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
76627         * platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.png:
76628         * platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.png:
76629         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
76630         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
76631         * platform/mac/tables/mozilla/marvin/x_tr_class-expected.png:
76632         * platform/mac/tables/mozilla/marvin/x_tr_id-expected.png:
76633         * platform/mac/tables/mozilla/marvin/x_tr_style-expected.png:
76634         * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
76635         * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
76636         * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
76637         * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.png:
76638         * platform/mac/tables/mozilla/other/body_col-expected.png:
76639         * platform/mac/tables/mozilla/other/cell_widths-expected.png:
76640         * platform/mac/tables/mozilla/other/cellspacing-expected.png:
76641         * platform/mac/tables/mozilla/other/move_row-expected.png:
76642         * platform/mac/tables/mozilla/other/ms-expected.png:
76643         * platform/mac/tables/mozilla/other/nested2-expected.png:
76644         * platform/mac/tables/mozilla/other/nestedTables-expected.png:
76645         * platform/mac/tables/mozilla/other/padding-expected.png:
76646         * platform/mac/tables/mozilla/other/slashlogo-expected.png:
76647         * platform/mac/tables/mozilla/other/test3-expected.png:
76648         * platform/mac/tables/mozilla/other/test6-expected.png:
76649         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
76650         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
76651         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.png:
76652         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
76653         * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
76654         * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
76655         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
76656         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
76657         * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
76658         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
76659         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
76660         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
76661         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
76662         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
76663         * platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
76664         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
76665         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
76666         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
76667         * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
76668         * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
76669         * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
76670         * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
76671         * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
76672         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
76673         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
76674         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
76675         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
76676         * platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
76677         * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
76678         * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
76679         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
76680         * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
76681         * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
76682         * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
76683         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
76684         * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
76685         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
76686         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
76687         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
76688         * platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
76689         * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
76690         * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
76691         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
76692         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
76693         * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
76694         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
76695         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
76696         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
76697         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
76698         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
76699         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
76700         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
76701         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
76702         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
76703         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
76704         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
76705         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
76706         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
76707         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
76708         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
76709         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
76710         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
76711         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
76712         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
76713         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
76714         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
76715         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
76716         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
76717         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
76718         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
76719         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
76720         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
76721         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
76722         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
76723         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
76724         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
76725         * platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
76726         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.png:
76727         * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
76728         * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
76729         * platform/mac/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
76730         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
76731         * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
76732         * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
76733         * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
76734         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
76735         * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
76736         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
76737         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
76738         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
76739         * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
76740         * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
76741         * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
76742         * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
76743         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
76744         * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
76745         * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
76746         * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
76747         * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
76748         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
76749         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
76750         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
76751         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
76752         * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
76753         * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
76754         * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
76755         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
76756         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
76757         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
76758         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
76759         * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
76760         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
76761         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
76762         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
76763         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
76764         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png:
76765         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
76766         * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
76767         * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.png:
76768         * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
76769         * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
76770         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
76771         * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
76772         * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
76773         * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
76774         * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
76775         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
76776         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
76777         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
76778         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
76779         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
76780         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
76781         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
76782         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
76783         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
76784         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
76785         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
76786         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
76787         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
76788         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
76789         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
76790         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
76791         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
76792         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
76793         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
76794         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
76795         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
76796         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
76797         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
76798         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
76799         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
76800         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
76801         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
76802         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
76803         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
76804         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
76805         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
76806         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
76807         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
76808         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
76809         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
76810         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
76811         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
76812         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
76813         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
76814         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
76815         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
76816         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
76817         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
76818         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
76819         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
76820         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
76821         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
76822         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
76823         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
76824         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
76825         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
76826         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
76827         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
76828         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
76829         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
76830         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
76831         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
76832         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
76833         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
76834         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
76835         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
76836         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
76837         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
76838         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
76839         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
76840         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
76841         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
76842         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
76843         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
76844         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
76845         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
76846         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
76847         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
76848         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
76849         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
76850         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
76851         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
76852         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
76853         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
76854         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
76855         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
76856         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
76857         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
76858         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
76859         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
76860         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
76861         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
76862         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
76863         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
76864         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
76865         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
76866         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
76867         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
76868         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
76869         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
76870         * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
76871         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
76872         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
76873         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
76874         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
76875         * platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
76876         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
76877         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
76878         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
76879         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
76880         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
76881         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
76882         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
76883         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
76884         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
76885         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
76886         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
76887         * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
76888         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png:
76889         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
76890         * platform/mac/tables/mwarning: inexact rename detection was skipped due to too many files.:
76891
76892 2012-11-01  Max Vujovic  <mvujovic@adobe.com>
76893
76894         [CSS Shaders] Get rid of internal tex coord attribute
76895         https://bugs.webkit.org/show_bug.cgi?id=94358
76896
76897         Reviewed by Dean Jackson.
76898
76899         Add a test which verifies that a custom filter executes regardless of whether the author
76900         defines a_texCoord in the vertex shader. We check this because the implementation uses
76901         the author's a_texCoord definition if it exists. If it doesn't exist, the implementation
76902         adds its own a_texCoord definition to the author's shader.
76903
76904         * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Added.
76905         * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Added.
76906         * css3/filters/resources/a-tex-coord-defined.vs: Added.
76907         * css3/filters/resources/a-tex-coord-undefined.vs: Added.
76908
76909 2012-11-01  Stephen White  <senorblanco@chromium.org>
76910
76911         [chromium] Unreviewed gardening.  Suppressing an image failure after
76912         r133224.
76913
76914         * platform/chromium/TestExpectations:
76915
76916 2012-11-01  Roger Fong  <roger_fong@apple.com>
76917
76918         Unreviewed. Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
76919         It is inherently flaky: https://bugs.webkit.org/show_bug.cgi?id=100117
76920
76921         * platform/win/TestExpectations:
76922
76923 2012-11-01  Rob Buis  <rbuis@rim.com>
76924
76925         [BlackBerry] Add more form validation strings
76926         https://bugs.webkit.org/show_bug.cgi?id=100978
76927
76928         Reviewed by Yong Li.
76929
76930         PR 210072
76931
76932         Add the result we expect after adding translations for range over and underflow.
76933
76934         * platform/blackberry/fast/forms/number/number-validation-message-expected.txt: Added.
76935
76936 2012-11-01  Stephen White  <senorblanco@chromium.org>
76937
76938         [chromium] Unreviewed; marking another inspector test as flaky.
76939
76940         * platform/chromium/TestExpectations:
76941
76942 2012-11-01  Enrica Casucci  <enrica@apple.com>
76943
76944         Part2 of: Extend -webkit-user-select with new value "all"
76945         <rdar://problem/10161404>
76946         https://bugs.webkit.org/show_bug.cgi?id=91912
76947
76948         Reviewed by Ryosuke Niwa.
76949
76950         Testing moving and extending selections with the new CSS propertyvalue, with mouse movements
76951         and with the keyboard.
76952         Updated test expectations for all the platforms, since this is only enabled for the Mac port.
76953
76954         * editing/selection/user-select-all-selection-expected.txt: Added.
76955         * editing/selection/user-select-all-selection.html: Added.
76956         * platform/chromium/TestExpectations:
76957         * platform/qt/TestExpectations:
76958         * platform/gtk/TestExpectations:
76959         * platform/win/TestExpectations:
76960         * platform/efl/TestExpectations:
76961
76962
76963 2012-11-01  David Barton  <dbarton@mathscribe.com>
76964
76965         REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky
76966         https://bugs.webkit.org/show_bug.cgi?id=97390
76967
76968         Reviewed by Ojan Vafai.
76969
76970         * platform/chromium/TestExpectations:
76971         * platform/efl/TestExpectations:
76972         * platform/gtk/TestExpectations:
76973         * platform/mac/TestExpectations:
76974
76975 2012-11-01  Stephen White  <senorblanco@chromium.org>
76976
76977         [chromium] Unreviewed gardening.  Mark an inspector test as flaky.
76978
76979         * platform/chromium/TestExpectations:
76980
76981 2012-11-01  Stephen White  <senorblanco@chromium.org>
76982
76983         [chromium] Unreviewed gardening.
76984
76985         * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
76986         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
76987
76988 2012-11-01  Stephen White  <senorblanco@chromium.org>
76989
76990         [chromium] Unreviewed gardening.  Move baselines for a couple of
76991         compositing tests to platform-mac, so MountainLion can use them too.
76992
76993         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
76994         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
76995         * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
76996         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
76997
76998 2012-11-01  Stephen White  <senorblanco@chromium.org>
76999
77000         [chromium] Unreviewed gardening.  Mark yet another test as flaky.
77001
77002         * platform/chromium/TestExpectations:
77003
77004 2012-11-01  Stephen White  <senorblanco@chromium.org>
77005
77006         [chromium] Unreviewed gardening.  Mark a test as flaky.
77007
77008         * platform/chromium/TestExpectations:
77009
77010 2012-11-01  Dana Jansens  <danakj@chromium.org>
77011
77012         Unreviewed, remove failing expectations after rebaseline.
77013
77014         * platform/chromium/TestExpectations:
77015
77016 2012-11-01  Beth Dakin  <bdakin@apple.com>
77017
77018         https://bugs.webkit.org/show_bug.cgi?id=100917
77019         There should be a way to dump the scrolling tree from the layout tests
77020
77021         Reviewed by Simon Fraser.
77022
77023         * platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
77024         * platform/mac/tiled-drawing/scrolling-tree-after-scroll.html: Added.
77025         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
77026         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: Added.
77027
77028 2012-11-01  Dana Jansens  <danakj@chromium.org>
77029
77030         Rebaseline after compositor migration to gfx types.
77031         http://crbug.com/147395
77032
77033         Unreviewed rebaselines.
77034
77035         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
77036         * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
77037         * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
77038         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
77039         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
77040         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
77041         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Added.
77042         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
77043         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
77044         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
77045         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
77046         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
77047         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
77048         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
77049         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
77050         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
77051         * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
77052         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png.
77053         * platform/efl-wk1/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
77054
77055 2012-11-01  Dana Jansens  <danakj@chromium.org>
77056
77057         Unreviewed, marking tests as failing preemptively.
77058         http://crbug.com/147395
77059
77060         * platform/chromium/TestExpectations:
77061
77062 2012-11-01  Stephen White  <senorblanco@chromium.org>
77063
77064         [chromium] Unreviewed gardening.  Mark a test as flaky.
77065
77066         * platform/chromium/TestExpectations:
77067
77068 2012-11-01  Roger Fong  <roger_fong@apple.com>
77069
77070         Unreviewed. Skip fast/workers/worker-domurl.html on Windows. ENABLE_BLOB not enabled.
77071
77072         * platform/win/TestExpectations:
77073
77074 2012-11-01  Mike West  <mkwst@chromium.org>
77075
77076         CSP 1.0: Warn when old-style directives encountered.
77077         https://bugs.webkit.org/show_bug.cgi?id=100883
77078
77079         Reviewed by Adam Barth.
77080
77081         * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
77082         * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt:
77083         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
77084         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
77085         * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
77086         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
77087         * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
77088         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
77089         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated-expected.txt: Added.
77090         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated.html: Added.
77091         * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
77092         * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
77093
77094 2012-11-01  Tony Chang  <tony@chromium.org>
77095
77096         [Chromium] Unreviewed, marking http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
77097         as slow on Linux Debug based on the flakiness dashboard.
77098
77099         * platform/chromium/TestExpectations:
77100
77101 2012-11-01  Emil A Eklund  <eae@chromium.org>
77102
77103         Unreviewed chromium windows rebaseline.
77104
77105         * platform/chromium-linux-x86/svg/zoom: Removed.
77106         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
77107         * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png:
77108         * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
77109         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77110         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77111         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77112         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77113         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77114         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77115
77116 2012-11-01  Emil A Eklund  <eae@chromium.org>
77117
77118         Unreviewed chromium rebaseline for r133172.
77119
77120         * platform/chromium-linux-x86/svg/zoom/page: Removed.
77121         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
77122         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
77123         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
77124         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
77125         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77126         * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
77127         * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
77128         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77129         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77130         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
77131         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
77132         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
77133         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77134         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77135         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77136         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77137         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
77138         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77139         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77140         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
77141         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
77142         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
77143         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
77144         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
77145
77146 2012-11-01  Mike Reed  <reed@google.com>
77147
77148         Add suppressions for images for new skia roll
77149         https://bugs.webkit.org/show_bug.cgi?id=100961
77150
77151         Reviewed by NOBODY.
77152
77153         New skia roll improves clipped antialias hairlines, and this means a few images need to be rebaselined.
77154         crbug.com/148638
77155
77156         * platform/chromium/TestExpectations:
77157
77158 2012-11-01  Stephen White  <senorblanco@chromium.org>
77159
77160         [Chromium] Unreviewed gardening.  Remove some no-longer-flaky tests
77161         from TestExpectations.
77162
77163         * platform/chromium/TestExpectations:
77164
77165 2012-11-01  Emil A Eklund  <eae@chromium.org>
77166
77167         [subpixel] Change intrinsicSize to LayoutUnit
77168         https://bugs.webkit.org/show_bug.cgi?id=99104
77169
77170         Reviewed by Levi Weintraub.
77171
77172         Add test for tiled replaced elements and update existing expectations as needed.
77173
77174         * fast/sub-pixel/tiled-canvas-elements-expected.txt: Added.
77175         * fast/sub-pixel/tiled-canvas-elements.html: Added.
77176         * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
77177         * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
77178         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77179         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77180         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77181         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77182         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77183         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77184         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
77185         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
77186         * platform/chromium/fast/reflections/reflection-with-zoom-expected.txt:
77187         * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt:
77188         * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt:
77189         * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:
77190
77191 2012-11-01  Stephen White  <senorblanco@chromium.org>
77192
77193         [Chromium] Unreviewed gardening.  New reftest from 
77194         http://trac.webkit.org/changeset/133146 doesn't seem to work on
77195         MacOS 10.8.
77196
77197         * platform/chromium/TestExpectations:
77198
77199 2012-11-01  Mike West  <mkwst@chromium.org>
77200
77201         [Chromium] Unreviewed gardening.
77202
77203         Skipping http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
77204         as it's consistently leaking state into the next text (object-src-url-allowed.html).
77205         Filed https://bugs.webkit.org/show_bug.cgi?id=100955 to follow up.
77206
77207         * platform/chromium/TestExpectations:
77208
77209 2012-11-01  Stephen Chenney  <schenney@chromium.org>
77210
77211         SVG as an image may recreate the renderer on zoom
77212         https://bugs.webkit.org/show_bug.cgi?id=99508
77213
77214         Reviewed by Abhishek Arya.
77215
77216         Test and ref-test-result for zooming of SVG content when loaded as-image, and the svg is actually a css file.
77217
77218         * svg/as-image/img-zoom-svg-stylesheet-expected.html: Added.
77219         * svg/as-image/img-zoom-svg-stylesheet.html: Added.
77220         * svg/as-image/resources/svg-stylesheet-for-zoom.svg: Added.
77221
77222 2012-11-01  Vsevolod Vlasov  <vsevik@chromium.org>
77223
77224         Web Inspector: Restoring breakpoints for formatted UISourceCode should be triggered by BreakpointManager, not ScriptsPanel.
77225         https://bugs.webkit.org/show_bug.cgi?id=100593
77226
77227         Reviewed by Pavel Feldman.
77228
77229         * inspector/debugger/script-formatter-breakpoints.html:
77230         * inspector/debugger/script-formatter-console.html:
77231         * inspector/debugger/script-formatter-search-expected.txt:
77232         * inspector/debugger/script-formatter-search.html:
77233
77234 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
77235
77236         Web Inspector: Output code evaluated in the console the same as console.log
77237         https://bugs.webkit.org/show_bug.cgi?id=100695
77238
77239         Reviewed by Pavel Feldman.
77240
77241         Rebaselined some tests after object preview is started beeing used for
77242         console eval results.
77243
77244         * inspector/console/command-line-api-expected.txt:
77245         * inspector/console/command-line-api-inspect-expected.txt:
77246         * inspector/console/console-eval-global-expected.txt:
77247         * inspector/console/console-eval-undefined-override-expected.txt:
77248         * platform/chromium/inspector/console/console-eval-undefined-override-expected.txt:
77249
77250 2012-11-01  Mihnea Ovidenie  <mihnea@adobe.com>
77251
77252         [CSSRegions]Former auto-height regions should not ignore their defined height
77253         https://bugs.webkit.org/show_bug.cgi?id=100749
77254
77255         Reviewed by Julien Chaffraix.
77256
77257         Add a test in which we flow content into a region chain with 2 regions, the first one having height auto.
77258         After a first layout, the region with height auto has an override logical content height, which should be
77259         cleared when the first region has its height changed from auto to defined.
77260
77261         * fast/regions/autoheight-definedheight-changenotdetected-expected.html: Added.
77262         * fast/regions/autoheight-definedheight-changenotdetected.html: Added.
77263
77264 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77265
77266         [chromium] Add new baseline for exif-orientation-css.html on linux.
77267
77268         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
77269
77270 2012-11-01  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
77271
77272         [EFL] Gardening after r133056
77273         https://bugs.webkit.org/show_bug.cgi?id=100929
77274
77275         Unreviewed gardening.
77276
77277         Newly added compositing/tiling tests are failing on EFL port due to missing AC support.
77278
77279         * platform/efl/TestExpectations:
77280
77281 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77282
77283         [chromium] Unreviewed, two fast/images/exif-orientation-* tests now pass.
77284
77285         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
77286         * platform/chromium/TestExpectations:
77287
77288 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77289
77290         [chromium] Unreviewed, remove several tests that started to pass from TestExpectations.
77291
77292         * platform/chromium/TestExpectations:
77293
77294 2012-10-31  Takashi Sakamoto  <tasak@google.com>
77295
77296         [Refactoring] Move initial style setting for ProgressValueElement from attach method to createShadowSubtree method in HTMLProgressElement.
77297         https://bugs.webkit.org/show_bug.cgi?id=83664
77298
77299         Reviewed by Hajime Morita.
77300
77301         * fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html: Added.
77302         * fast/dom/HTMLProgressElement/progress-bar-set-value.html: Added.
77303
77304 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77305
77306         Unreviewed, remove entries for tests no longer failing.
77307
77308         * platform/chromium/TestExpectations:
77309
77310 2012-10-31  Stephen White  <senorblanco@chromium.org>
77311
77312         [Chromium] Unreviewed gardening.  Mark a crashy test.
77313
77314         * platform/chromium/TestExpectations:
77315
77316 2012-10-31  Stephen White  <senorblanco@chromium.org>
77317
77318         [Chromium] Unreviewed gardening.
77319
77320         * platform/chromium/TestExpectations:
77321
77322 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77323
77324         Unreviewed chromium mac ml expectation updating.
77325
77326         * platform/chromium-mac-mountainlion/TestExpectations:
77327
77328 2012-10-31  Adam Barth  <abarth@webkit.org>
77329
77330         [V8] Garbage collection should use opaque roots rather than implicit references
77331         https://bugs.webkit.org/show_bug.cgi?id=100707
77332
77333         Reviewed by Kentaro Hara.
77334
77335         Test progression.
77336
77337         * platform/chromium/fast/dom/gc-9-expected.txt:
77338
77339 2012-10-31  KyungTae Kim  <ktf.kim@samsung.com>
77340
77341         [EFL] Move jquery/traversing.html to flaky list
77342         https://bugs.webkit.org/show_bug.cgi?id=100908
77343
77344         Unreviewed gardening.
77345
77346         jquery/traversing.html sometimes crashes and sometimes passes, so needs to be moved to the flaky list.
77347
77348         * platform/efl/TestExpectations:
77349
77350 2012-10-31  Stephen White  <senorblanco@chromium.org>
77351
77352         [Chromium] Unreviewed gardening.
77353
77354         * platform/chromium/TestExpectations:
77355
77356 2012-10-31  Roger Fong  <roger_fong@apple.com>
77357
77358         Unreviewed. fast\text\international\text-combine-image-test-expected.txt needs some 1 pixel off rebaselines on Windows.
77359
77360         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
77361
77362 2012-10-31  Bear Travis  <betravis@adobe.com>
77363
77364         [CSS Exclusions] Test that dynamically setting shape-inside causes relayout in child elements
77365         https://bugs.webkit.org/show_bug.cgi?id=97721
77366
77367         Reviewed by Dirk Schulze.
77368
77369         Adding a test that dynamically sets shape-inside on a block containing multiple block children.
77370
77371         * fast/exclusions/resources/simple-rectangle.js:
77372         (createRectangleTest): Modifying test to work with elements with existing content.
77373         (createRectangleTestResult): Modifying test expectation to work with elements with existing content.
77374         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic-expected.html: Added.
77375         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic.html: Added.
77376
77377 2012-10-31  Roger Fong  <roger_fong@apple.com>
77378
77379         Unreviewed. Skip another failing drag and drop test.
77380         Drag & Drop doesn't work correctly in DRT <rdar://5621244>
77381
77382         * platform/win/TestExpectations:
77383
77384 2012-10-31  Roger Fong  <roger_fong@apple.com>
77385
77386         Unreviewed. Skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html. 
77387         Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349.
77388
77389         * platform/win/TestExpectations:
77390
77391 2012-10-31  Chris Rogers  <crogers@google.com>
77392
77393         Implement optional arguments in AudioBufferSourceNode start() method
77394         https://bugs.webkit.org/show_bug.cgi?id=100894
77395
77396         Reviewed by Kenneth Russell.
77397
77398         * webaudio/audiobuffersource-loop-comprehensive.html:
77399         * webaudio/audiobuffersource-start-expected.txt: Added.
77400         * webaudio/audiobuffersource-start.html: Added.
77401         * webaudio/resources/audiobuffersource-testing.js: Added.
77402         (createTestBuffer):
77403         (checkSingleTest):
77404         (checkAllTests):
77405
77406 2012-10-31  Stephen White  <senorblanco@chromium.org>
77407
77408         [Chromium] Unreviewed gardening.
77409         fast/js/post-message-numeric-property.html is flaky in Release as well.
77410
77411         * platform/chromium/TestExpectations:
77412
77413 2012-10-31  Stephen White  <senorblanco@chromium.org>
77414
77415         [Chromium] Unreviewed gardening.  svg/custom/font-face-simple.svg
77416         seems to be failing on Windows (wrong font).
77417
77418         * platform/chromium/TestExpectations:
77419
77420 2012-10-31  Mike West  <mkwst@chromium.org>
77421
77422         Implement the canonical "Content-Security-Policy" header.
77423         https://bugs.webkit.org/show_bug.cgi?id=96765
77424
77425         Reviewed by Adam Barth.
77426
77427         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html:
77428         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html:
77429         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html:
77430         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html:
77431         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html:
77432         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html:
77433             Updating these 1.1 tests along with the multiple-iframe-*.js test
77434             "framework" to ensure that the experimental prefixed header is sent.
77435         * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html:
77436         * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html:
77437         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html:
77438         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html:
77439         * http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html:
77440         * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html:
77441         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html:
77442         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
77443         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html:
77444         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html:
77445         * http/tests/security/contentSecurityPolicy/duplicate-directive.html:
77446         * http/tests/security/contentSecurityPolicy/eval-allowed.html:
77447         * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
77448         * http/tests/security/contentSecurityPolicy/eval-blocked.html:
77449         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
77450         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
77451         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
77452         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
77453         * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html:
77454         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html:
77455         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-scheme.html:
77456         * http/tests/security/contentSecurityPolicy/frame-src-allowed.html:
77457         * http/tests/security/contentSecurityPolicy/frame-src-blocked.html:
77458         * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html:
77459         * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html:
77460         * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
77461         * http/tests/security/contentSecurityPolicy/image-allowed.html:
77462         * http/tests/security/contentSecurityPolicy/image-blocked.html:
77463         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html:
77464         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html:
77465         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html:
77466         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html:
77467         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html:
77468         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html:
77469         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
77470         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
77471         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html:
77472         * http/tests/security/contentSecurityPolicy/inline-script-blocked.html:
77473         * http/tests/security/contentSecurityPolicy/inline-style-allowed.html:
77474         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html:
77475         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html:
77476         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html:
77477         * http/tests/security/contentSecurityPolicy/inline-style-blocked.html:
77478         * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
77479         * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
77480         * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
77481         * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
77482         * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html:
77483         * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html:
77484         * http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html:
77485         * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
77486         * http/tests/security/contentSecurityPolicy/report-and-enforce.html:
77487         * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html:
77488         * http/tests/security/contentSecurityPolicy/report-blocked-uri.html:
77489         * http/tests/security/contentSecurityPolicy/report-only-from-header.php:
77490         * http/tests/security/contentSecurityPolicy/report-only.html:
77491         * http/tests/security/contentSecurityPolicy/report-uri.html:
77492         * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl:
77493         * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl:
77494             s/X-WebKit-CSP/Content-Security-Policy/g
77495         * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
77496         * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
77497             Reworking these two scripts in order to support sending both
77498             the experimental header and the canonical header, as required.
77499         * http/tests/security/contentSecurityPolicy/resources/event-handler.pl:
77500         * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html:
77501         * http/tests/security/contentSecurityPolicy/resources/javascript-url.pl:
77502         * http/tests/security/contentSecurityPolicy/resources/mixed-content-with-csp.html:
77503             s/X-WebKit-CSP/Content-Security-Policy/g
77504         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
77505         (testExperimentalPolicy):
77506         (test):
77507         (testImpl.iframe.onload):
77508         (testImpl):
77509         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
77510         (testPreescapedPolicy):
77511         (testExperimentalPolicy):
77512         (test):
77513         (testImpl.iframe.onload):
77514         (testImpl):
77515             Reworking these two "frameworks" in order to support sending both
77516             the experimental header and the canonical header, as required.
77517         * http/tests/security/contentSecurityPolicy/resources/sandbox.php:
77518         * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
77519         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-subframe.html:
77520         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html:
77521         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html:
77522         * http/tests/security/contentSecurityPolicy/sandbox-empty.html:
77523         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html:
77524         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html:
77525         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html:
77526         * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html:
77527         * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html:
77528         * http/tests/security/contentSecurityPolicy/style-allowed.html:
77529         * http/tests/security/contentSecurityPolicy/style-blocked.html:
77530         * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html:
77531         * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html:
77532         * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html:
77533         * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html:
77534         * http/tests/security/contentSecurityPolicy/worker-script-src.html:
77535         * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html:
77536         * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
77537         * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
77538         * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php:
77539         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php:
77540         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php:
77541             s/X-WebKit-CSP/Content-Security-Policy/g
77542
77543 2012-10-31  Otto Derek Cheung  <otcheung@rim.com>
77544
77545         [BlackBerry] Adding window.external to our port
77546         https://bugs.webkit.org/show_bug.cgi?id=100868
77547
77548         Reviewed by Rob Buis.
77549
77550         Adding BlackBerry platform specific DRT tests for window.external interface.
77551
77552         * platform/blackberry/external/search-provider/search-provider-installed-expected.txt: Added.
77553         * platform/blackberry/external/search-provider/search-provider-installed.html: Added.
77554
77555 2012-10-31  Stephen White  <senorblanco@chromium.org>
77556
77557         [chromium] Win rebaselines for media tests.  Unreviewed.
77558
77559         * platform/chromium-win/media/video-aspect-ratio-expected.png:
77560         * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
77561         * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
77562         * platform/chromium-win/media/video-layer-crash-expected.png:
77563         * platform/chromium-win/media/video-transformed-expected.png:
77564         * platform/chromium-win/media/video-zoom-controls-expected.png:
77565         * platform/chromium-win/media/video-zoom-expected.png:
77566         * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
77567         * platform/efl/media/video-aspect-ratio-expected.png: Removed.
77568         * platform/efl/media/video-layer-crash-expected.png: Removed.
77569         * platform/efl/media/video-transformed-expected.png: Removed.
77570         * platform/efl/media/video-zoom-expected.png: Removed.
77571
77572 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77573
77574         Unreviewed, chromium-mac-mountainlion expectation updating.
77575
77576         * platform/chromium-mac-mountainlion/TestExpectations:
77577
77578 2012-10-31  Tien-Ren Chen  <trchen@chromium.org>
77579
77580         Apply transformation for highlights on non-composited contents
77581         https://bugs.webkit.org/show_bug.cgi?id=100438
77582
77583         Reviewed by Adam Barth.
77584
77585         Non-composited content host layer "steals" the contents on the
77586         RenderView layer, including the highlight layer.
77587         The transformation for regular contents are applied by the paint
77588         function of the non-composited content host however the highlight
77589         uses its own WebLayer. Need to apply the same transformation to
77590         the highlight layer as well.
77591
77592         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html: Added.
77593         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.png: Added.
77594         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.txt: Added.
77595
77596 2012-10-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>
77597
77598         Added viewport at-rule to the CSS parser and tokenizer
77599         https://bugs.webkit.org/show_bug.cgi?id=95961
77600
77601         Reviewed by Kenneth Rohde Christiansen.
77602
77603         Added a test that detects if the @-webkit-viewport rule is being
77604         parsed and skip the tests on all ports since the feature is disabled
77605         by default for instance.
77606
77607         Note that this test doesn't do property validation, which will be
77608         added in the next patch of the series.
77609
77610         * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Added.
77611         * css3/device-adapt/viewport-at-rule-parsing.html: Added.
77612         * platform/chromium/TestExpectations:
77613         * platform/gtk/TestExpectations:
77614         * platform/mac/TestExpectations:
77615         * platform/qt/TestExpectations:
77616         * platform/win/TestExpectations:
77617         * platform/wincairo/TestExpectations:
77618
77619 2012-10-31  Max Vujovic  <mvujovic@adobe.com>
77620
77621         [CSS Shaders] Validate types of built-in uniforms
77622         https://bugs.webkit.org/show_bug.cgi?id=98974
77623
77624         Reviewed by Dean Jackson.
77625
77626         Add a test to verify that shaders which define built-in uniforms with the wrong type do not
77627         execute. Add shaders for each built-in uniform in CSS Custom Filters.
77628
77629         Relevant Spec Section:
77630         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables
77631
77632         * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Added.
77633         * css3/filters/custom/invalid-custom-filter-uniform-types.html: Added.
77634         * css3/filters/resources/invalid-type-u-mesh-box.fs: Added.
77635         * css3/filters/resources/invalid-type-u-mesh-size.fs: Added.
77636         * css3/filters/resources/invalid-type-u-projection-matrix.fs: Added.
77637         * css3/filters/resources/invalid-type-u-texture-size.fs: Added.
77638         * css3/filters/resources/invalid-type-u-tile-size.fs: Added.
77639         * css3/filters/resources/invalid-type-uniform-array.fs: Added.
77640
77641 2012-10-31  Terry Anderson  <tdanderson@chromium.org>
77642
77643         [touchadjustment] touch-links-two-finger-tap test pass incorrectly
77644         https://bugs.webkit.org/show_bug.cgi?id=100619
77645
77646         Reviewed by Antonio Gomes.
77647
77648         Make use of the gesture's touch area when testing the correct targeting of elements.
77649
77650         * touchadjustment/touch-links-two-finger-tap.html:
77651
77652 2012-10-31  Stephen White  <senorblanco@chromium.org>
77653
77654         [Chromium] Unreviewed gardening.  More flaky fallout from 
77655         http://trac.webkit.org/changeset/133069.
77656
77657         * platform/chromium/TestExpectations:
77658
77659 2012-10-31  Sheriff Bot  <webkit.review.bot@gmail.com>
77660
77661         Unreviewed, rolling out r133044.
77662         http://trac.webkit.org/changeset/133044
77663         https://bugs.webkit.org/show_bug.cgi?id=100888
77664
77665         Hits an ASSERT in the isolatedWorlds tests (Requested by
77666         abarth on #webkit).
77667
77668         * platform/chromium/fast/dom/gc-9-expected.txt:
77669
77670 2012-10-31  Stephen White  <senorblanco@chromium.org>
77671
77672         [Chromium] Unreviewed gardening.  Updating TestExpectations for
77673         recent failures.
77674
77675         * platform/chromium/TestExpectations:
77676
77677 2012-10-31  Philip Rogers  <pdr@google.com>
77678
77679         Cache animationMode() in SVG animations.
77680         https://bugs.webkit.org/show_bug.cgi?id=99694
77681
77682         Reviewed by Eric Seidel.
77683
77684         This refactoring is covered by existing tests.
77685         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch
77686         because our element dependency tracking has a bug with duplicate ids; see WK99893.
77687
77688         * platform/chromium/TestExpectations:
77689         * platform/mac/TestExpectations:
77690
77691 2012-10-31  Stephen White  <senorblanco@chromium.org>
77692
77693         [Chromium] Unreviewed gardening.  Updating TestExpectations for
77694         recent failures.
77695
77696         * platform/chromium/TestExpectations:
77697
77698 2012-10-31  Stephen White  <senorblanco@chromium.org>
77699
77700         [Chromium] Unreviewed gardening.
77701
77702         * platform/chromium/TestExpectations:
77703
77704 2012-10-31  Ami Fischman  <fischman@chromium.org>
77705
77706         [chromium] DRT and WTR should clear the cache between tests
77707         https://bugs.webkit.org/show_bug.cgi?id=93195
77708
77709         Reviewed by Tony Chang.
77710
77711         * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports.
77712
77713 2012-10-31  Stephen White  <senorblanco@chromium.org>
77714
77715         [Chromium] Unreviewed gardening.  Mark a few tests as crashing.
77716
77717         * platform/chromium/TestExpectations:
77718
77719 2012-10-31  Tom Sepez  <tsepez@chromium.org>
77720
77721         Malformed X-XSS-Protection headers not reported
77722         https://bugs.webkit.org/show_bug.cgi?id=100538
77723
77724         Reviewed by Adam Barth.
77725
77726         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed.
77727         * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed.
77728         * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html.
77729         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt.
77730         renamed to -1 to match convention.
77731         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added.
77732         * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added.
77733         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added.
77734         * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added.
77735         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added.
77736         * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added.
77737         New test to cover new error message cases.
77738         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
77739         Added more x-xss-protection header values to its set of values.
77740         * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
77741         Converted for interface change to echo_intertag.pl
77742         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added.
77743         * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added.
77744         New test for testing x-xss-protect: 0; (allow trailing semicolon).
77745         
77746 2012-10-31  Stephen White  <senorblanco@chromium.org>
77747
77748         [chromium] Fix incorrect test names landed in
77749         http://trac.webkit.org/changeset/133056
77750
77751         Unreviewed.
77752
77753         * platform/chromium/TestExpectations:
77754
77755 2012-10-31  Stephen White  <senorblanco@chromium.org>
77756
77757         [chromium] New linux baseline for basic-inputs-expected.png, due to
77758         crrev.com/164985.
77759
77760         Unreviewed.
77761
77762         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
77763         * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png.
77764
77765 2012-10-31  Stephen White  <senorblanco@chromium.org>
77766
77767         [Chromium] Adjust expectations for float-wrap-zoom on mac.
77768         Unreviewed.
77769
77770         * platform/chromium/TestExpectations:
77771
77772 2012-10-31  Simon Fraser  <simon.fraser@apple.com>
77773
77774         REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms
77775         https://bugs.webkit.org/show_bug.cgi?id=100808
77776         <rdar://problem/12562541>
77777
77778         Reviewed by Dean Jackson.
77779
77780         Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped',
77781         and the other 'mapWasClamped'.
77782
77783         * compositing/tiling/rotated-tiled-clamped-expected.png: Added.
77784         * compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
77785         * compositing/tiling/rotated-tiled-clamped.html: Added.
77786         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
77787         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
77788         * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added.
77789         * platform/chromium/TestExpectations:
77790         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
77791         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
77792
77793 2012-10-31  Adam Barth  <abarth@webkit.org>
77794
77795         [V8] Garbage collection should use opaque roots rather than implicit references
77796         https://bugs.webkit.org/show_bug.cgi?id=100707
77797
77798         Reviewed by Kentaro Hara.
77799
77800         Test progression.
77801
77802         * platform/chromium/fast/dom/gc-9-expected.txt:
77803
77804 2012-10-31  Stephen White  <senorblanco@chromium.org>
77805
77806         [chromium] Added skipped expectations for new test
77807         svg-remote-element.html with no results.
77808
77809         Unreviewed.
77810
77811         * platform/chromium/TestExpectations:
77812
77813 2012-10-31  Stephen White  <senorblanco@chromium.org>
77814
77815         [chromium] New baselines for
77816         fast/images/exif-orientation-css-expected.png.  Unreviewed.
77817
77818         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed.
77819         * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added.
77820         * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed.
77821
77822 2012-10-31  Arpita Bahuguna  <arpitabahuguna@gmail.com>
77823
77824         Table with percentage column widths doesn't scale to fill the entire width of a table containing it
77825         https://bugs.webkit.org/show_bug.cgi?id=11645
77826
77827         Reviewed by Julien Chaffraix.
77828
77829         * fast/table/scale-nested-percent-width-cols-expected.html: Added.
77830         * fast/table/scale-nested-percent-width-cols.html: Added.
77831         Added a ref test verifying that our nested (auto width) table's columns
77832         are scaled and sized appropriately if the containing table has
77833         percent width.
77834
77835         * platform/chromium/TestExpectations:
77836         * platform/efl/TestExpectations:
77837         * platform/gtk/TestExpectations:
77838         * platform/mac/TestExpectations:
77839         * platform/win/TestExpectations:
77840         Added an entry for fast/table/025.html for these ports. It would need
77841         rebaselining as a result of this fix.
77842
77843         * platform/qt/fast/table/025-expected.png:
77844         * platform/qt/fast/table/025-expected.txt:
77845         Modified expected results for the existing test on qt port.
77846
77847         In the given test, our innermost nested table has auto width and consits
77848         of three table cells with percent width specified for the first and the
77849         third cells. Its containing table on the other hand is a percent width
77850         table.
77851
77852         Previously, we were not scaling our inner table's column(s) from expanding
77853         to the width of the containing table if it had percent width type. Because
77854         of this our first and last table cells in the innermost table were being
77855         rendered only with the minimum width (4px).
77856
77857         Post this fix, since now our inner table columns shall scale, the first and
77858         the last table cell would thus expand in width (41px each) and hence the
77859         change in the column and the table dimensions.
77860
77861 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77862
77863         [EFL] More unreviewed pixel expectations gardening.
77864
77865         Accept Missing as a valid result for some ietestcenter tests, and
77866         skip another one of them.
77867
77868         * platform/efl/TestExpectations:
77869
77870 2012-10-31  Ian Vollick  <vollick@chromium.org>
77871
77872         Add support for text-based repaint testing
77873         https://bugs.webkit.org/show_bug.cgi?id=100584
77874
77875         Reviewed by Simon Fraser.
77876
77877         Allows tracked repaint rects to be dumped as text.
77878
77879         * fast/repaint/layer-full-repaint-expected.txt: Added.
77880         * fast/repaint/layer-full-repaint.html:
77881         * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77882         * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
77883         * fast/repaint/overflow-flipped-writing-mode-table.html:
77884         * fast/repaint/resources/repaint.js:
77885         * fast/repaint/resources/text-based-repaint.js: Added.
77886         (runRepaintTest):
77887           The function calls internals.startTrackingRepaints() rather than display()
77888           before calling repaintTest(). It also generates a <pre> element and sets
77889           its innerHTML to internals.repaintRectsAsText().
77890         * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
77891         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77892         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77893         * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
77894         * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
77895         * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
77896         * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
77897         * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
77898         * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
77899         * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77900         * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
77901         * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
77902         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
77903         * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.
77904
77905 2012-10-31  Stephen White  <senorblanco@chromium.org>
77906
77907         New Chromium baselines for css3/filters/composited-reflected.html.
77908
77909         Unreviewed.
77910
77911         * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
77912         * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.
77913
77914 2012-10-31  Mike West  <mkwst@chromium.org>
77915
77916         [Qt] Unreviewed gardening. Rebaselining tests after r133019.
77917
77918         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
77919         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
77920         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
77921
77922 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
77923
77924         Web Inspector: page crash when pausing in dedicated worker
77925         https://bugs.webkit.org/show_bug.cgi?id=100837
77926
77927         Reviewed by Pavel Feldman.
77928
77929         Test that Debugger.pause works for dedicated workers. The test is skipped
77930         on all platforms that use JSC as worker debugging is not supported there
77931         yet.
77932
77933         * http/tests/inspector-protocol/resources/InspectorTest.js:
77934         (WebInspector.dispatchMessageFromBackend):
77935         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
77936         * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
77937         * inspector-protocol/resources/dedicated-worker.js: Added.
77938         (onmessage):
77939         (doWork):
77940         * platform/efl/TestExpectations:
77941         * platform/gtk/TestExpectations:
77942         * platform/mac/TestExpectations:
77943         * platform/qt/TestExpectations:
77944         * platform/win/TestExpectations:
77945         * platform/wincairo/TestExpectations:
77946
77947 2012-10-31  Zoltan Nyul  <zoltan.nyul@intel.com>
77948
77949         perspective-origin should ignore values with more then two lengths and use the default values
77950         https://bugs.webkit.org/show_bug.cgi?id=100835
77951
77952         Reviewed by Kenneth Rohde Christiansen.
77953
77954         Add test for perspective-origin with more the than two lengths.
77955
77956         * transforms/2d/computed-style-origin-expected.txt:
77957         * transforms/2d/computed-style-origin.html:
77958
77959 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77960
77961         [EFL] Unreviewed pixel expectations gardening.
77962
77963         Skip a few ietestcenter/css3/text texts which are rendering
77964         incorrectly, and accept Missing as a valid result for some culling
77965         tests.
77966
77967         * platform/efl/TestExpectations:
77968         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
77969         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
77970
77971 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
77972
77973         [EFL][GTK] Unreviewed gardening.
77974
77975         Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.
77976
77977         * platform/efl/TestExpectations:
77978         * platform/gtk/TestExpectations:
77979
77980 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
77981
77982         [EFL][GTK] Unreviewed gardening.
77983
77984         Exif orientation test marked as failing for GTK & EFL,
77985         On EFL, the vibration IPC issue may cause crash, see bug 100334.
77986
77987         * platform/efl-wk2/TestExpectations:
77988         * platform/efl/TestExpectations:
77989         * platform/gtk/TestExpectations:
77990
77991 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77992
77993         [EFL] More unreviewed gardening.
77994
77995         Skip the EXIF-related tests since the feature is not implemented
77996         for the port anyway, and skip the recently-added
77997         fast/images/exif-orientation-image-document.html as well.
77998
77999         * platform/efl/TestExpectations:
78000
78001 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78002
78003         [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.
78004
78005         Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.
78006
78007         * platform/efl-wk2/TestExpectations:
78008
78009 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78010
78011         [EFL] Unreviewed, add a few more pixel expectations.
78012
78013         * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
78014         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
78015         * platform/efl/fast/forms/indeterminate-expected.png: Added.
78016         * platform/efl/media/video-aspect-ratio-expected.png: Added.
78017         * platform/efl/media/video-layer-crash-expected.png: Added.
78018         * platform/efl/media/video-transformed-expected.png: Added.
78019         * platform/efl/media/video-zoom-expected.png: Added.
78020
78021 2012-10-31  Mike West  <mkwst@chromium.org>
78022
78023         X-Frame-Options console message should be associated with a request.
78024         https://bugs.webkit.org/show_bug.cgi?id=100735
78025
78026         Reviewed by Pavel Feldman.
78027
78028         * http/tests/inspector/network/x-frame-options-deny-expected.txt:
78029         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
78030         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
78031         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
78032         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
78033         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
78034         * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
78035             Update tests with new console message.
78036
78037 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78038
78039         [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.
78040
78041         It has been passing on the WK2 bot for quite a while, so unskip
78042         and hope for the best.
78043
78044         * platform/efl-wk2/TestExpectations:
78045
78046 2012-10-31  Keishi Hattori  <keishi@webkit.org>
78047
78048         Calendar picker can flicker when opened from the suggestion picker
78049         https://bugs.webkit.org/show_bug.cgi?id=100816
78050
78051         Reviewed by Kent Tamura.
78052
78053         * fast/forms/resources/picker-common.js:
78054         (openPicker): Fix mistake.
78055         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
78056         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
78057         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Test that didHide event fires after the entry was selected and before the calendar picker opened.
78058
78059 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78060
78061         [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
78062         https://bugs.webkit.org/show_bug.cgi?id=100248
78063
78064         The test is consistently passing again, and "fixing" the EFL side
78065         is not trivial.
78066
78067         * platform/efl-wk2/TestExpectations:
78068
78069 2012-10-31  Mike West  <mkwst@chromium.org>
78070
78071         Script run from an isolated world should bypass a page's CSP.
78072         https://bugs.webkit.org/show_bug.cgi?id=97398
78073
78074         Reviewed by Adam Barth.
78075
78076         * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
78077         * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
78078         * platform/efl/TestExpectations:
78079         * platform/mac/TestExpectations:
78080         * platform/qt/TestExpectations:
78081         * platform/win/TestExpectations:
78082             Skip the new tests on ports that don't support the new functionality
78083
78084 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78085
78086         [chromium] Rebaseline media/video-zoom.html.
78087
78088         * platform/chromium-linux/media/video-zoom-expected.png:
78089         * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
78090         * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
78091         * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.
78092
78093 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78094
78095         [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.
78096
78097         * platform/chromium-linux/media/video-aspect-ratio-expected.png:
78098         * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
78099         * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
78100         * platform/chromium-linux/media/video-layer-crash-expected.png:
78101         * platform/chromium-linux/media/video-transformed-expected.png:
78102         * platform/chromium-linux/media/video-zoom-controls-expected.png:
78103         * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
78104         * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
78105         * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
78106         * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
78107         * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
78108         * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
78109         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
78110         * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
78111         * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
78112         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
78113         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
78114         * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
78115         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
78116         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
78117         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
78118         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
78119         * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
78120         * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
78121         * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
78122
78123 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78124
78125         [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.
78126
78127         * platform/chromium-linux/fast/forms/indeterminate-expected.png:
78128         * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.
78129
78130 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78131
78132         [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.
78133
78134         * platform/chromium/TestExpectations:
78135
78136 2012-10-31  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
78137
78138         [EFL][DRT] EventSender requires contextClick implementation
78139         https://bugs.webkit.org/show_bug.cgi?id=86091
78140
78141         Reviewed by Gyuyoung Kim.
78142
78143         Move contextClick dependent tests to WebKit2 TestExpectations and
78144         add new expected results.
78145
78146         * platform/efl-wk2/TestExpectations:
78147         * platform/efl/TestExpectations:
78148         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
78149         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
78150         * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.
78151
78152 2012-10-30  Nico Weber  <thakis@chromium.org>
78153
78154         [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
78155         https://bugs.webkit.org/show_bug.cgi?id=100807
78156
78157         Unreviewed, expectations update.
78158
78159         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
78160         * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
78161         * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
78162         * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
78163         * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
78164         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
78165         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
78166         * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
78167         * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
78168         * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
78169         * platform/chromium/TestExpectations:
78170
78171 2012-10-30  Keishi Hattori  <keishi@webkit.org>
78172
78173         F4 inside <input type=time> should not open calendar picker
78174         https://bugs.webkit.org/show_bug.cgi?id=100730
78175
78176         Reviewed by Kent Tamura.
78177
78178         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
78179         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.
78180
78181 2012-10-30  Kent Tamura  <tkent@chromium.org>
78182
78183         Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
78184         https://bugs.webkit.org/show_bug.cgi?id=100772
78185
78186         Reviewed by Abhishek Arya.
78187
78188         * fast/forms/range/range-type-change-onchange-expected.txt: Added.
78189         * fast/forms/range/range-type-change-onchange.html: Added.
78190
78191 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
78192
78193         Fix issues with filters and reflections
78194         https://bugs.webkit.org/show_bug.cgi?id=100308
78195
78196         Reviewed by Dirk Schulze.
78197
78198         Test composited filters inside a nested reflection.
78199
78200         * css3/filters/composited-reflected-expected.png: Added.
78201         * css3/filters/composited-reflected-expected.txt: Added.
78202         * css3/filters/composited-reflected.html: Added.
78203         * platform/mac/css3/filters/composited-reflected-expected.png: Added.
78204
78205 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78206
78207         Unreviewed test expectations update
78208
78209         * platform/chromium/TestExpectations:
78210
78211 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78212
78213         Unreviewed test update after r132969
78214
78215         Add alternate font family name (Courier New).
78216
78217         * fast/css/font-face-descending-unicode-range.html:
78218         * fast/css/font-face-download-error.html:
78219         * fast/css/font-face-unicode-range.html:
78220
78221 2012-10-30  Nico Weber  <thakis@chromium.org>
78222
78223         [chromium] Enable fast/images/exif-orientation-css.html
78224         https://bugs.webkit.org/show_bug.cgi?id=100767
78225
78226         Unreviewed, expectations-only change.
78227
78228         * platform/chromium/TestExpectations:
78229
78230 2012-10-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78231
78232         DOM URL is flaky when workers are used
78233         https://bugs.webkit.org/show_bug.cgi?id=99178
78234
78235         Reviewed by Geoffrey Garen.
78236
78237         Test that the methods of the URL constructor are accesible from both main and worker threads.
78238
78239         * fast/workers/resources/worker-domurl.js: Added.
78240         (log):
78241         (onmessage):
78242         * fast/workers/worker-domurl-expected.txt: Added.
78243         * fast/workers/worker-domurl.html: Added.
78244
78245 2012-10-30  Hans Muller  <hmuller@adobe.com>
78246
78247         [CSS Exclusions] Multiple segment polygon layout does not get all segments
78248         https://bugs.webkit.org/show_bug.cgi?id=100039
78249
78250         Reviewed by Dirk Schulze.
78251
78252         Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
78253         Corrected the simple-polygon.js code for computing a polygon's included intervals.
78254
78255         * fast/exclusions/resources/simple-polygon.js:
78256         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
78257         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
78258         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
78259         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
78260         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
78261         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
78262
78263 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78264
78265         local(Helvetica) in src descriptor prevent fallback
78266         https://bugs.webkit.org/show_bug.cgi?id=100446
78267
78268         Reviewed by Dan Bernstein.
78269
78270         Add alternate font family names to src descriptor of @font-face rules
78271         so that the change doesn't change the expectations of tests.
78272
78273         * fast/css/font-face-implicit-local-font.html:
78274         * fast/css/font-face-multiple-faces.html:
78275         * svg/custom/font-face-simple.svg:
78276
78277 2012-10-30  Rick Byers  <rbyers@chromium.org>
78278
78279         cssText for cursor property doesn't include hotspot
78280         https://bugs.webkit.org/show_bug.cgi?id=99530
78281
78282         Reviewed by Darin Adler.
78283
78284         Add simple test for parsing of CSS cursor property.
78285
78286         * fast/css/cursor-parsing-expected.txt: Added.
78287         * fast/css/cursor-parsing.html: Added.
78288
78289 2012-10-30  Roger Fong  <roger_fong@apple.com>
78290
78291         Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html
78292
78293         * platform/win/TestExpectations:
78294
78295 2012-10-30  Roger Fong  <roger_fong@apple.com>
78296
78297         Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.
78298
78299         * platform/win/TestExpectations:
78300
78301 2012-10-30  Vincent Scheib  <scheib@chromium.org>
78302
78303         [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
78304         https://bugs.webkit.org/show_bug.cgi?id=100784
78305
78306         * platform/chromium/TestExpectations:
78307
78308 2012-10-30  W. James MacLean  <wjmaclean@chromium.org>
78309
78310         [chromium] Restrict link highlights to targets that display a hand-cursor
78311         https://bugs.webkit.org/show_bug.cgi?id=99862
78312
78313         Reviewed by James Robinson.
78314
78315         To avoid applying highlights to inappropriate targets, such as large divs with
78316         click handlers installed, test candidate targets and only highlight them if they
78317         would normally display a hand cursor on mouse over. This is a heuristic, but has
78318         been tested and found effective in practice.
78319
78320         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:
78321
78322 2012-10-30  Vincent Scheib  <scheib@chromium.org>
78323
78324         [Chromium] Unreviwed suppression of 6 webgl tests.
78325         https://bugs.webkit.org/show_bug.cgi?id=100784
78326
78327         * platform/chromium/TestExpectations:
78328
78329 2012-10-30  Glenn Adams  <glenn@skynav.com>
78330
78331         [CSS] Expand -webkit-line-break value space
78332         https://bugs.webkit.org/show_bug.cgi?id=100739
78333
78334         Reviewed by Eric Seidel.
78335
78336         Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.
78337
78338         * fast/css/getComputedStyle/computed-style-expected.txt:
78339         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78340
78341         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
78342         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78343
78344         * svg/css/getComputedStyle-basic-expected.txt:
78345         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78346
78347 2012-10-30  Robert Hogan  <robert@webkit.org>
78348
78349         white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
78350         https://bugs.webkit.org/show_bug.cgi?id=29648
78351
78352         Reviewed by Levi Weintraub.
78353
78354         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
78355         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.
78356
78357 2012-10-30  Roger Fong  <roger_fong@apple.com>
78358
78359         Unreviewed. Some flaky http/security tests to add to the skip list.
78360         Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.
78361
78362         * platform/win/TestExpectations:
78363
78364 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
78365
78366         Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
78367         built for Mountain Lion and later.
78368
78369         * platform/mac-lion/TestExpectations:
78370
78371 2012-10-30  Rick Byers  <rbyers@chromium.org>
78372
78373         [touchadjustment] touch-links-longpress tests passes incorrectly
78374         https://bugs.webkit.org/show_bug.cgi?id=96810
78375
78376         Reviewed by Antonio Gomes.
78377
78378         Fix touch-links-longpress test to be consistent with touch-links-active.
78379         Now it's actually touching where we intended - at the center of the
78380         touch region identified instead of the top/left corner.  Also pass
78381         the width/height of the touch to EventSender in order to enable touch
78382         adjustment.
78383
78384         Also adds checks to verify that our touches are actually landing on
78385         or outside the element we're targetting as desired.
78386
78387         * touchadjustment/resources/touchadjustment.js:
78388         (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
78389         * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
78390         * touchadjustment/touch-links-longpress.html:
78391
78392 2012-10-30  Dan Bernstein  <mitz@apple.com>
78393
78394         <rdar://problem/12395187> REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
78395         https://bugs.webkit.org/show_bug.cgi?id=100768
78396
78397         Reviewed by Anders Carlsson.
78398
78399         * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
78400         * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.
78401
78402 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
78403
78404         [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.
78405
78406         * platform/qt/TestExpectations:
78407
78408 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
78409
78410         [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.
78411
78412         * platform/qt-5.0-wk2/TestExpectations:
78413
78414 2012-10-30 Chris Fleizach  <cfleizach@apple.com>
78415
78416         AX: Support embedded SVG objects in AX tree
78417         https://bugs.webkit.org/show_bug.cgi?id=97571
78418
78419         Reviewed by Tim Horton.
78420
78421         Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
78422         Test skipped on chromium until clickPoint() is implemented in DRT.
78423
78424         * accessibility/svg-remote-element.html: Added.
78425         * accessibility/resources/svg-face.svg: Added.
78426         * platform/chromium/TestExpectations:
78427         * platform/mac/accessibility/svg-remote-element-expected.txt: Added.
78428
78429 2012-10-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
78430
78431         [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
78432         https://bugs.webkit.org/show_bug.cgi?id=100747
78433
78434         Reviewed by Kenneth Rohde Christiansen.
78435
78436         Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.
78437
78438         * platform/wk2/TestExpectations:
78439
78440 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78441
78442         Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.
78443
78444         * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78445         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78446         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78447
78448 2012-10-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
78449
78450         [EFL] Unreviewed, combine color profile failures to correct bug
78451         https://bugs.webkit.org/show_bug.cgi?id=100746
78452
78453         * platform/efl/TestExpectations:
78454
78455 2012-10-30  Emil A Eklund  <eae@chromium.org>
78456
78457         [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
78458         https://bugs.webkit.org/show_bug.cgi?id=100742
78459
78460         Reviewed by Levi Weintraub.
78461
78462         Add test for wrapping when combining float and inline elements.
78463
78464         * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
78465         * fast/sub-pixel/float-wrap-zoom.html: Added.
78466
78467 2012-10-30  Max Vujovic  <mvujovic@adobe.com>
78468
78469         [CSS Shaders] Reject vertex shaders with custom attributes
78470         https://bugs.webkit.org/show_bug.cgi?id=98973
78471
78472         Reviewed by Dean Jackson.
78473
78474         Add checks to verify:
78475         (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
78476         (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.
78477
78478         Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
78479         meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
78480         belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
78481         vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
78482         only a vec3.
78483
78484         CSS Filters Spec, Vertex Attributes:
78485         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables
78486
78487         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
78488         * css3/filters/custom/invalid-custom-filter-attribute-types.html:
78489             Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
78490             a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
78491             defined with an incorrect type, not because it defines a_triangleCoord in an attached
78492             mesh.
78493         * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
78494             Added. This vertex shader defines a_triangleCoord with the correct type. However, this
78495             shader is run with an an attached mesh, so it should not execute.
78496         * css3/filters/resources/invalid-custom-attribute.vs:
78497             Added. This vertex shader defines a custom attribute. The associated test verifies
78498             that it does not execute.
78499         * css3/filters/resources/invalid-type-a-mesh-coord.vs:
78500             Remove some empty lines to improve readability.
78501         * css3/filters/resources/invalid-type-a-position.vs: Ditto.
78502         * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
78503         * css3/filters/resources/invalid-type-a-triangle-coord.vs:
78504             Add a comment that this shader should be run with a detached mesh.
78505         * css3/filters/resources/invalid-type-attribute-array.vs:
78506             Remove some empty lines to improve readability.
78507         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.
78508
78509 2012-10-30  Andrey Lushnikov  <lushnikov@google.com>
78510
78511         Web Inspector: adds isOwnProperty to remote protocol
78512         https://bugs.webkit.org/show_bug.cgi?id=100664
78513
78514         Reviewed by Pavel Feldman.
78515
78516         * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
78517         * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.
78518
78519 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78520
78521         Unreviewed, add baselines for exif-orientation-image-document.
78522
78523         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78524         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78525         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78526         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78527         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78528
78529 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78530
78531         Unrewieved, rebaseline audiobuffersource-loop-points.
78532
78533         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.
78534
78535 2012-10-30  Kent Tamura  <tkent@chromium.org>
78536
78537         Fix crash by calendar picker or suggestion picker
78538         https://bugs.webkit.org/show_bug.cgi?id=100728
78539
78540         Reviewed by Hajime Morita.
78541
78542         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
78543         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.
78544
78545 2012-10-30  Michelangelo De Simone  <michelangelo@webkit.org>
78546
78547         [CSS Shaders] Change the default compositing mode and the default CSS value for <fragmentShader>
78548         https://bugs.webkit.org/show_bug.cgi?id=94020
78549
78550         Reviewed by Dean Jackson.
78551
78552         Existing tests have been modified to update them to the new default
78553         compositing values (normal source-atop).
78554
78555         Also, the dummy empty shader has been removed: not needed.
78556
78557         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
78558         * css3/filters/custom/custom-filter-shader-cache.html:
78559         * css3/filters/custom/effect-custom-transform-parameters.html:
78560         * css3/filters/custom/effect-custom.html:
78561         * css3/filters/custom/filter-fallback-to-software.html:
78562         * css3/filters/resources/empty-shader.fs: Removed.
78563         * css3/filters/script-tests/custom-filter-property-computed-style.js:
78564
78565 2012-10-30  Zoltan Nyul  <zoltan.nyul@intel.com>
78566
78567         3d rotation with [0, 0, 0] direction vector should not be applied
78568         https://bugs.webkit.org/show_bug.cgi?id=100733
78569
78570         Reviewed by Levi Weintraub.
78571
78572         Add test for 3d rotation with [0, 0, 0] direction vector.
78573
78574         * transforms/3d/general/3dtransform-values-expected.txt:
78575         * transforms/3d/general/3dtransform-values.html:
78576
78577 2012-10-30  Kangil Han  <kangil.han@samsung.com>
78578
78579         [EFL][DRT] Bitmap should show whole view area.
78580         https://bugs.webkit.org/show_bug.cgi?id=100642
78581
78582         Reviewed by Gyuyoung Kim.
78583
78584         Unskip css sticky position as well as scroll and fixed position related test cases.
78585
78586         * platform/efl-wk1/TestExpectations:
78587
78588 2012-10-30  Byungwoo Lee  <bw80.lee@samsung.com>
78589
78590         [EFL][WK2] Unskip sputnik flaky tests.
78591         https://bugs.webkit.org/show_bug.cgi?id=100732
78592
78593         Unreviewed, EFL gardening.
78594
78595         These tests are always passing now.
78596
78597         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
78598         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
78599         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
78600         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
78601         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
78602         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html
78603
78604         * platform/efl-wk2/TestExpectations:
78605
78606 2012-10-30  Nico Weber  <thakis@chromium.org>
78607
78608         Add a test for reading exif orientation off image documents
78609         https://bugs.webkit.org/show_bug.cgi?id=100698
78610
78611         Reviewed by Eric Seidel.
78612
78613         fast/images/exif-orientation.html tests <img> elements, but image documents were untested previously.
78614
78615         * fast/images/exif-orientation-image-document.html: Added.
78616         * platform/chromium/TestExpectations:
78617         * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.
78618
78619 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
78620
78621         Unreviewed, rolling out r132819.
78622         http://trac.webkit.org/changeset/132819
78623         https://bugs.webkit.org/show_bug.cgi?id=100388
78624
78625         It made layout testing 40% slower and storage tests assert
78626
78627         * platform/qt/TestExpectations:
78628
78629 2012-10-25  Stephen Chenney  <schenney@chromium.org>
78630
78631         feImage should not be allowed to self reference
78632         https://bugs.webkit.org/show_bug.cgi?id=94652
78633
78634         Reviewed by Eric Seidel.
78635
78636         Additional test case for situations when the filter is applied to multiple objects that it also references.
78637
78638         * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
78639         * svg/filters/feImage-self-and-other-referencing.html: Added.
78640
78641 2012-10-29  Michael Saboff  <msaboff@apple.com>
78642
78643         Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
78644         https://bugs.webkit.org/show_bug.cgi?id=100576
78645
78646         Reviewed by Darin Adler.
78647
78648         Added a new test to validated the behavior of the corresponding changes to string processing
78649         in the Lexer.
78650
78651         * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
78652         * fast/js/normal-character-escapes-in-string-literals.html: Added.
78653         * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.
78654
78655 2012-10-29  Roger Fong  <roger_fong@apple.com>
78656
78657         Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.
78658
78659         * platform/win/TestExpectations:
78660
78661 2012-10-29  Adam Barth  <abarth@webkit.org>
78662
78663         Block SVG external references pending a security review
78664         https://bugs.webkit.org/show_bug.cgi?id=100635
78665
78666         Reviewed by Eric Seidel.
78667
78668         Skip tests that depend on external SVG references.
78669
78670         * platform/chromium/TestExpectations:
78671
78672 2012-10-29  Chris Rogers  <crogers@google.com>
78673
78674         Unreviewed rebaseline of webaudio/audiobuffersource-loop-points
78675
78676         * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
78677         * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.
78678
78679 2012-10-29  Alpha Lam  <hclam@chromium.org>
78680
78681         [skia] Handle mask box image.
78682         https://bugs.webkit.org/show_bug.cgi?id=100570
78683
78684         Reviewed by James Robinson.
78685
78686         Added a test for -webkit-mask-box-image. Test should complete without crashes.
78687         Output image should be blank.
78688
78689         * fast/images/mask-box-image-crash-expected.png: Added.
78690         * fast/images/mask-box-image-crash-expected.txt: Added.
78691         * fast/images/mask-box-image-crash.html: Added.
78692
78693 2012-10-29  David Barton  <dbarton@mathscribe.com>
78694
78695         Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
78696         cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.
78697
78698         * mathml/msubsup-fuzz-expected.txt: Added.
78699         * mathml/msubsup-fuzz.html: Added.
78700         * platform/chromium/TestExpectations:
78701         * platform/efl/TestExpectations:
78702         * platform/gtk/TestExpectations:
78703         * platform/mac/TestExpectations:
78704
78705 2012-10-29  Justin Novosad  <junov@google.com>
78706
78707         [Chromium] flickering observed when copying 2D canvas to webGL texture
78708         https://bugs.webkit.org/show_bug.cgi?id=100691
78709
78710         Reviewed by Stephen White.
78711
78712         Modified test by adding a canvas draw imediately after webgl texture
78713         upload in order to exercise graphics context synchronization between
78714         the webGL and 2D canvas graphics contexts.
78715
78716         * fast/canvas/webgl/canvas-2d-webgl-texture.html:
78717
78718 2012-10-29  Glenn Adams  <glenn@skynav.com>
78719        
78720         [CSSOM] Extraneous whitespace in CSSImportRule.cssText
78721         https://bugs.webkit.org/show_bug.cgi?id=100657
78722
78723         Reviewed by Simon Fraser.
78724
78725         Test (from CSS WG) that checks serializion of CSSImportRule.cssText.
78726
78727         * http/tests/css/shared-stylesheet-mutation-expected.txt:
78728         * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
78729         Fix expected output to match removal of extraneous space.
78730
78731         * cssom/cssimportrule-media-expected.txt: Added.
78732         * cssom/cssimportrule-media.html: Added.
78733         * cssom/resources/import.css: Added.
78734
78735 2012-10-29  Zan Dobersek  <zandobersek@gmail.com>
78736
78737         Unreviewed GTK gardening.
78738
78739         Adding flaky crash expectations for tests that crash after r132699
78740         if the accessibility object cache is populated.
78741
78742         * platform/gtk/TestExpectations:
78743
78744 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78745
78746         [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
78747         https://bugs.webkit.org/show_bug.cgi?id=100687
78748
78749         Unreviewed EFL gardening.
78750
78751         Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
78752         since it is intrinsically flaky and cannot be fixed.
78753
78754         * platform/efl/TestExpectations:
78755
78756 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78757
78758         [Qt] Flaky security tests
78759         https://bugs.webkit.org/show_bug.cgi?id=100388
78760
78761         Reviewed by Jocelyn Turcotte.
78762
78763         Unskip no longer flaky tests.
78764
78765         * platform/qt/TestExpectations:
78766
78767 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78768
78769         [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
78770         https://bugs.webkit.org/show_bug.cgi?id=100668
78771
78772         Reviewed by Kenneth Rohde Christiansen.
78773
78774         Remove Shadow DOM layout tests from the global wk2 TestExpectations
78775         and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
78776         enabled so they don't need to be skipped for those ports. The Qt port
78777         is already skipping those tests in its global TestExpectations file.
78778
78779         * platform/efl-wk2/TestExpectations:
78780         * platform/mac-wk2/TestExpectations:
78781         * platform/wk2/TestExpectations:
78782
78783 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
78784
78785         [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
78786         https://bugs.webkit.org/show_bug.cgi?id=100115
78787
78788         Reviewed by Noam Rosenthal.
78789
78790         * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.
78791
78792 2012-10-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78793
78794         [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
78795         https://bugs.webkit.org/show_bug.cgi?id=100646
78796
78797         Reviewed by Kenneth Rohde Christiansen.
78798
78799         * platform/efl-wk2/TestExpectations: Unskip
78800         fast/events/frame-tab-focus.html.
78801
78802 2012-10-29  Michelangelo De Simone  <michelangelo@webkit.org>
78803
78804         [CSS Shaders] Implement CustomFilterArrayParameter::blend
78805         https://bugs.webkit.org/show_bug.cgi?id=96437
78806
78807         Reviewed by Dean Jackson.
78808
78809         New tests to asses the correctness of CustomFilterArrayParameter::blend.
78810         
78811         * animations/resources/animation-test-helpers.js:
78812         (customFilterParameterMatch): A check for functions' parameters length has been added.
78813         * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
78814         * css3/filters/custom/custom-filter-array-blending.html: Added.
78815
78816 2012-10-29  Sheriff Bot  <webkit.review.bot@gmail.com>
78817
78818         Unreviewed, rolling out r132782.
78819         http://trac.webkit.org/changeset/132782
78820         https://bugs.webkit.org/show_bug.cgi?id=100653
78821
78822         It made 400+ tests fail and 180 tests flakey on Qt (Requested
78823         by Ossy on #webkit).
78824
78825         * platform/qt/TestExpectations:
78826
78827 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78828
78829         [Qt] Flaky security tests
78830         https://bugs.webkit.org/show_bug.cgi?id=100388
78831
78832         Reviewed by Jocelyn Turcotte.
78833
78834         Unskip no longer flaky tests.
78835
78836         * platform/qt/TestExpectations:
78837
78838 2012-10-29  Pavel Podivilov  <podivilov@google.com>
78839
78840         [Chromium] Test expectation update.
78841
78842         Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.
78843
78844         * platform/chromium/TestExpectations:
78845
78846 2012-10-29  Kent Tamura  <tkent@chromium.org>
78847
78848         [Chromium] Test expectation update.
78849         https://bugs.webkit.org/show_bug.cgi?id=99818
78850
78851         The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
78852         and XP is expected.
78853
78854         - OS X SnowLeopard
78855           The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
78856           on other platforms.
78857
78858         - Windows XP
78859           It doesn't support the lang-attribute-aware-form-control-UI testing
78860         feature.
78861
78862         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
78863         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
78864         * platform/chromium/TestExpectations:
78865
78866 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78867
78868         [EFL] Skip 2 tests failing due to missing drag'n drop support
78869         https://bugs.webkit.org/show_bug.cgi?id=100638
78870
78871         Unreviewed EFL gardening.
78872
78873         Skip 2 test cases failing due to missing drag'n drop support
78874         in EFL port.
78875
78876         * platform/efl/TestExpectations:
78877
78878 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78879
78880         [EFL] Skip 2 jquery tests crashing after r132757
78881         https://bugs.webkit.org/show_bug.cgi?id=100637
78882
78883         Unreviewed EFL gardening.
78884
78885         Skip 2 jquery test cases that started crashing after
78886         r132757.
78887
78888         * platform/efl/TestExpectations:
78889
78890 2012-10-29  Alexander Pavlov  <apavlov@chromium.org>
78891
78892         Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
78893         https://bugs.webkit.org/show_bug.cgi?id=100119
78894
78895         Reviewed by Vsevolod Vlasov.
78896
78897         * http/tests/inspector/elements-test.js:
78898         (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
78899         * inspector/styles/inactive-properties-expected.txt: Added.
78900         * inspector/styles/inactive-properties.html: Added.
78901
78902 2012-10-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
78903
78904         [Qt] Unreviewed gardening.
78905
78906         Skip some tests because SHADOW_DOM is disabled on Qt.
78907         Unskip another one that doesn't exist already.
78908
78909         * platform/qt/TestExpectations:
78910
78911 2012-10-28  Shinya Kawanaka  <shinyak@chromium.org>
78912
78913         The shadow element is not reprojected to a nested ShadowRoot.
78914         https://bugs.webkit.org/show_bug.cgi?id=99228
78915
78916         Reviewed by Dimitri Glazkov.
78917
78918         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
78919         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
78920         to shadow element are reprojected.
78921         * fast/dom/shadow/composed-shadow-tree-walker.html:
78922         * fast/dom/shadow/content-reprojection-complex.html:
78923         * fast/dom/shadow/content-reprojection-fallback-expected.html:
78924         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
78925         * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
78926         * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
78927         * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
78928         * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
78929         * fast/dom/shadow/shadow-reprojection-expected.html: Added.
78930         * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
78931         * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
78932         are reprojected.
78933         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
78934         * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
78935         * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
78936         * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
78937         * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.
78938
78939 2012-10-28  Kunihiko Sakamoto  <ksakamoto@chromium.org>
78940
78941         Webkit adds a boundary to the Content-Type: text/plain POST header
78942         https://bugs.webkit.org/show_bug.cgi?id=100445
78943
78944         Reviewed by Kent Tamura.
78945
78946         Fixed test failure and added a test case for Content-Type header.
78947
78948         * http/tests/misc/form-post-textplain-expected.txt:
78949         * http/tests/misc/form-post-textplain.html:
78950         * http/tests/misc/resources/form-post-textplain.php:
78951         Added a test case for testing Content-Type POST header.
78952         Also fixed existing test case that attempted to test newline in the input value.
78953         LF in the input value is replaced with CRLF durling the construction of the form data set.
78954
78955 2012-10-28  Kent Tamura  <tkent@chromium.org>
78956
78957         [Chromium] Test expectation update
78958
78959         Rebaseline for http://trac.webkit.org/changeset/132753
78960
78961         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78962         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78963         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78964         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78965         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78966
78967 2012-10-28  Sheriff Bot  <webkit.review.bot@gmail.com>
78968
78969         Unreviewed, rolling out r132696.
78970         http://trac.webkit.org/changeset/132696
78971         https://bugs.webkit.org/show_bug.cgi?id=100609
78972
78973         Needs a bit more clean-up on Chrome Web UI side. (Requested by
78974         dglazkov on #webkit).
78975
78976         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
78977         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
78978         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
78979         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
78980         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
78981         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
78982         * fast/forms/pseudo-elements-expected.html: Removed.
78983         * fast/forms/pseudo-elements.html: Removed.
78984         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
78985         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
78986         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
78987         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
78988         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
78989         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
78990         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78991         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78992         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78993         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78994         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
78995         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78996         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
78997         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
78998         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
78999         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79000         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79001         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79002         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79003         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79004         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79005         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79006         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79007         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79008         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79009         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79010
79011 2012-10-28  Kent Tamura  <tkent@chromium.org>
79012
79013         [Chromium] Test expectation update
79014         https://bugs.webkit.org/show_bug.cgi?id=100128
79015
79016         Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.
79017
79018         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79019         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79020         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79021         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79022         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79023         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79024         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79025         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79026         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79027         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79028         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79029         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79030         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79031         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79032         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79033         * platform/chromium/TestExpectations:
79034
79035 2012-10-28  Csaba Osztrogonác  <ossy@webkit.org>
79036
79037         [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.
79038
79039         * platform/qt-5.0-wk2/TestExpectations:
79040         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
79041         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
79042         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
79043         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
79044         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
79045         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.
79046
79047 2012-10-27  Noam Rosenthal  <noam.rosenthal@nokia.com>
79048
79049         Coordinated Graphics: Animation jerkiness when rAF is enabled
79050         https://bugs.webkit.org/show_bug.cgi?id=100536
79051
79052         Reviewed by Kenneth Rohde Christiansen.
79053
79054         Added a test to make sure we don't respond too eagerly to requestAnimationFrame.
79055
79056         * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
79057         * fast/animation/request-animation-frame-too-rapid.html: Added.
79058         * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.
79059
79060 2012-10-27  David Barton  <dbarton@mathscribe.com>
79061
79062         [MathML] Improve some addChild methods
79063         https://bugs.webkit.org/show_bug.cgi?id=98791
79064
79065         Reviewed by Eric Seidel.
79066
79067         * mathml/presentation/dynamic-expected.html: Added.
79068         * mathml/presentation/dynamic.html: Added.
79069
79070 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
79071
79072         Unreviewed gardening.
79073
79074         Removing my garbage, now from svn.
79075
79076         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.
79077
79078 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
79079
79080         Unreviewed gardening.
79081
79082         Added one more png to a wrong path in my previous commit, removing it and hoping that
79083         the directory will not stay in svn.
79084
79085         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
79086
79087 2012-10-27  Levi Weintraub  <leviw@chromium.org>
79088
79089         Background images can incorrectly repeat with sub-pixel layout
79090         https://bugs.webkit.org/show_bug.cgi?id=94622
79091
79092         Reviewed by Emil A Eklund.
79093
79094         * fast/sub-pixel/scaled-background-image-expected.html: Added.
79095         * fast/sub-pixel/scaled-background-image.html: Added.
79096
79097 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79098
79099         [Qt] Pixel tests need rebaseline
79100         https://bugs.webkit.org/show_bug.cgi?id=99323
79101
79102         Unreviewed gardening.
79103
79104         Reland Qt-WebKit2 new expectations part 2 with fixed paths.
79105
79106         * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
79107         * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
79108         * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
79109         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
79110         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
79111         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
79112         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
79113         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
79114         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
79115         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
79116         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
79117         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
79118         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
79119         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
79120         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
79121         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
79122         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
79123         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
79124         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
79125         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
79126         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
79127         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
79128         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
79129         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
79130         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
79131         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
79132         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.
79133
79134 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79135
79136         [Qt] Pixel tests need rebaseline
79137         https://bugs.webkit.org/show_bug.cgi?id=99323
79138
79139         Unreviewed gardening.
79140
79141         Reland Qt-WebKit2 new expectations part 1 with fixed paths.
79142
79143         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
79144         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
79145         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
79146         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
79147         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
79148         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
79149         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
79150         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
79151         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
79152         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
79153         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
79154         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
79155         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
79156         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
79157         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
79158         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
79159         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
79160         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
79161         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
79162         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
79163         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
79164         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
79165         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
79166         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
79167         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
79168         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
79169         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
79170         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
79171         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
79172         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
79173         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
79174         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
79175         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
79176         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
79177         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
79178         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
79179         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
79180         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
79181         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
79182         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
79183         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
79184         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
79185         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
79186         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
79187         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
79188         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
79189         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
79190         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
79191         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
79192         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
79193         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
79194         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
79195         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
79196         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
79197         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
79198         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
79199         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
79200         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
79201         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
79202         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
79203         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
79204         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
79205         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
79206         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
79207         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
79208         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
79209         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
79210         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
79211         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
79212         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
79213         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
79214         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
79215         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
79216         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
79217
79218 2012-10-27  Tony Chang  <tony@chromium.org>
79219
79220         Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
79221         https://bugs.webkit.org/show_bug.cgi?id=100564
79222
79223         Reviewed by Adam Barth.
79224
79225         Update tests to use the internals.settings method.
79226
79227         * media/track/track-language-preference-expected.txt:
79228         * media/track/track-language-preference.html:
79229         * media/track/track-prefer-captions-expected.txt:
79230         * media/track/track-prefer-captions.html:
79231
79232 2012-10-26  Philip Rogers  <pdr@google.com>
79233
79234         Prevent NaN offset values in ElementTimeControl.
79235         https://bugs.webkit.org/show_bug.cgi?id=100322
79236
79237         Reviewed by Abhishek Arya.
79238
79239         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
79240         * svg/custom/elementTimeControl-nan-crash.html: Added.
79241
79242 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
79243
79244         [Qt] Unreviewed weekend gardening, skip new failing tests.
79245
79246         * platform/qt/TestExpectations:
79247
79248 2012-10-26  Chris Rogers  <crogers@google.com>
79249
79250         Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
79251         https://bugs.webkit.org/show_bug.cgi?id=100170
79252
79253         Reviewed by Kenneth Russell.
79254
79255         * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
79256         * webaudio/audiobuffersource-loop-comprehensive.html: Added.
79257         * webaudio/audiobuffersource-loop-points-expected.wav: Added.
79258         * webaudio/audiobuffersource-loop-points.html: Added.
79259
79260 2012-10-26  Kent Tamura  <tkent@chromium.org>
79261
79262         [Chromium] Test expectation update.
79263
79264         Rebaseline for recent forms changes.
79265
79266         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79267         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79268         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79269         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79270         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
79271         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
79272         * platform/chromium/TestExpectations:
79273
79274 2012-10-26  Daniel Cheng  <dcheng@chromium.org>
79275
79276         dragover's default action should prevent drop for file drags
79277         https://bugs.webkit.org/show_bug.cgi?id=79173
79278
79279         Reviewed by Tony Chang.
79280
79281         * fast/dom/shadow/drop-event-in-shadow.html:
79282             Added dragover handler as required by the HTML specification.
79283         * fast/events/input-element-display-none-in-dragleave-crash.html:
79284             Added dragover handler as required by the HTML specification.
79285         * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
79286         * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
79287         * http/tests/security/clipboard/clipboard-file-access.html:
79288             Added dragover handler as required by the HTML specification.
79289
79290 2012-10-26  Anders Carlsson  <andersca@apple.com>
79291
79292         Crash when making NPRuntime calls with a null NPP pointer
79293         https://bugs.webkit.org/show_bug.cgi?id=100569
79294
79295         Reviewed by Darin Adler.
79296
79297         Add new tests.
79298
79299         * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
79300         * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.
79301
79302 2012-10-26  Vincent Scheib  <scheib@chromium.org>
79303
79304         Unreviewed, rolling out r132702.
79305         http://trac.webkit.org/changeset/132702
79306         https://bugs.webkit.org/show_bug.cgi?id=100322
79307
79308         Compile error on Chromium Linux dbg builder (and others)
79309
79310         * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
79311         * svg/custom/elementTimeControl-nan-crash.html: Removed.
79312
79313 2012-10-26  Tony Chang  <tony@chromium.org>
79314
79315         [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.
79316
79317         * platform/chromium/TestExpectations:
79318
79319 2012-10-26  Tony Chang  <tony@chromium.org>
79320
79321         [chromium] Unreviewed, remove tests that consistently pass.
79322
79323         * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
79324         * platform/chromium/TestExpectations:
79325
79326 2012-10-26  Philip Rogers  <pdr@google.com>
79327
79328         Prevent NaN offset values in ElementTimeControl.
79329         https://bugs.webkit.org/show_bug.cgi?id=100322
79330
79331         Reviewed by Abhishek Arya.
79332
79333         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
79334         * svg/custom/elementTimeControl-nan-crash.html: Added.
79335
79336 2012-10-26  Tony Chang  <tony@chromium.org>
79337
79338         Move non-Settings Inspector methods from internals.settings to internals
79339         https://bugs.webkit.org/show_bug.cgi?id=100392
79340
79341         Reviewed by Adam Barth.
79342
79343         Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
79344         Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.
79345
79346         * fast/profiler/anonymous-event-handler.html:
79347         * fast/profiler/anonymous-function-called-from-different-contexts.html:
79348         * fast/profiler/anonymous-function-calls-built-in-functions.html:
79349         * fast/profiler/anonymous-function-calls-eval.html:
79350         * fast/profiler/anonymous-functions-with-display-names.html:
79351         * fast/profiler/apply.html:
79352         * fast/profiler/built-in-function-calls-anonymous.html:
79353         * fast/profiler/built-in-function-calls-user-defined-function.html:
79354         * fast/profiler/call-register-leak.html:
79355         * fast/profiler/call.html:
79356         * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
79357         * fast/profiler/compare-multiple-profiles.html:
79358         * fast/profiler/constructor.html:
79359         * fast/profiler/dead-time.html:
79360         * fast/profiler/document-dot-write.html:
79361         * fast/profiler/event-handler.html:
79362         * fast/profiler/execution-context-and-eval-on-same-line.html:
79363         * fast/profiler/inline-event-handler.html:
79364         * fast/profiler/many-calls-in-the-same-scope.html:
79365         * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
79366         * fast/profiler/multiple-and-different-scoped-function-calls.html:
79367         * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
79368         * fast/profiler/multiple-frames.html:
79369         * fast/profiler/named-functions-with-display-names.html:
79370         * fast/profiler/nested-anonymous-functon.html:
79371         * fast/profiler/nested-start-and-stop-profiler.html:
79372         * fast/profiler/no-execution-context.html:
79373         * fast/profiler/one-execution-context.html:
79374         * fast/profiler/profile-calls-in-included-file.html:
79375         * fast/profiler/profile-with-no-title.html:
79376         * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
79377         * fast/profiler/profiling-from-a-nested-location.html:
79378         * fast/profiler/simple-event-call.html:
79379         * fast/profiler/simple-no-level-change.html:
79380         * fast/profiler/start-and-stop-profiler-multiple-times.html:
79381         * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
79382         * fast/profiler/start-but-dont-stop-profiling.html:
79383         * fast/profiler/stop-profiling-after-setTimeout.html:
79384         * fast/profiler/stop-then-function-call.html:
79385         * fast/profiler/two-execution-contexts.html:
79386         * fast/profiler/user-defined-function-calls-built-in-functions.html:
79387         * fast/profiler/window-dot-eval.html:
79388         * http/tests/inspector/network-test.js:
79389         (resetInspectorResourcesData):
79390         * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
79391         * http/tests/inspector/network/network-content-replacement-embed.html:
79392         * http/tests/inspector/network/network-content-replacement-xhr.html:
79393         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
79394
79395 2012-10-26  Dominic Mazzoni  <dmazzoni@google.com>
79396
79397         AX: Notification should be sent when accessibilityIsIgnored changes
79398         https://bugs.webkit.org/show_bug.cgi?id=99547
79399
79400         Reviewed by Chris Fleizach.
79401
79402         Adds 3 new test to ensure:
79403         1. A "children changed" notification is fired on the parent object when an
79404            object that was previously ignored becomes unignored.
79405         2. A notification is sent when an element's text (incl. title or label) changes.
79406         3. A notification is sent when another ARIA attribute changes.
79407
79408         Modifies add-to-menu-list-crashes because it was too brittle; it was
79409             referencing a stale object rather than retrieving its latest handle.
79410         Modifies aria-checkbox-sends-notification to listen on the correct
79411             object on all platforms.
79412         Simplifies notification-listeners so it doesn't generate additional
79413             notifications that are inconsistent between platforms now.
79414
79415         * accessibility/aria-checkbox-sends-notification.html:
79416         * accessibility/notification-listeners.html:
79417         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
79418         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
79419         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
79420         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
79421         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
79422         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
79423         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
79424         * platform/chromium/accessibility/text-change-notification.html: Added.
79425
79426 2012-10-26  Vincent Scheib  <scheib@chromium.org>
79427
79428         Generated should not be supported for things with a shadow
79429         https://bugs.webkit.org/show_bug.cgi?id=98836
79430
79431         Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
79432         Initial rollout was speculative and was shown not to be related to crashes.
79433         Change author: Elliott Sprehn  <esprehn@chromium.org>
79434
79435         Change all pseudos on <input> tests to be ref tests and clean up the tests.
79436         They now make sure we don't support generated content on things with a shadow.
79437         Also added another test for the other form control types to ensure they don't
79438         support pseudos either.
79439
79440         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79441         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79442         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
79443         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79444         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79445         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
79446         * fast/forms/pseudo-elements-expected.html: Added.
79447         * fast/forms/pseudo-elements.html: Added.
79448         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79449         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79450         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
79451         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79452         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79453         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
79454         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79455         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79456         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79457         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79458         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
79459         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79460         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
79461         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79462         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79463         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79464         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79465         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79466         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79467         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79468         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79469         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79470         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79471         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79472         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79473         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79474
79475 2012-10-26  Aaron Colwell  <acolwell@chromium.org>
79476
79477         Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
79478         https://bugs.webkit.org/show_bug.cgi?id=100160
79479
79480         Reviewed by Adam Barth.
79481
79482         The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
79483         have been updated to reflect the correct behavior.
79484
79485         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
79486         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.
79487
79488 2012-10-26  Bear Travis  <betravis@adobe.com>
79489
79490         [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
79491         https://bugs.webkit.org/show_bug.cgi?id=98189
79492
79493         Reviewed by Dirk Schulze.
79494
79495         Test that block content in subsequent shape-insides lays out correctly. Introducing a script
79496         that can eventually be used to simplify the rectangle cases.
79497
79498         * fast/exclusions/resources/simple-rectangle.js: Added.
79499         (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
79500         (createRectangleTestResult): Generate a shape-inside rectangle expected result using
79501         the given parameters.
79502         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
79503         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.
79504
79505 2012-10-26  Dirk Schulze  <krit@webkit.org>
79506
79507         -webkit-clip-path property should just reference clipPath
79508         https://bugs.webkit.org/show_bug.cgi?id=100531
79509
79510         Reviewed by Eric Seidel.
79511
79512         Check that anther SVG resource like mask can not be referenced as clipPath.
79513
79514         * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
79515         * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.
79516
79517 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79518
79519         webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
79520         https://bugs.webkit.org/show_bug.cgi?id=98602
79521
79522         Reviewed by Dirk Pranke.
79523
79524         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
79525         directive and related comments, it is passed to httpd by webkitpy
79526         now.
79527         * http/conf/apache2-httpd.conf: Ditto.
79528         * http/conf/cygwin-httpd.conf: Ditto.
79529         * http/conf/fedora-httpd.conf: Ditto.
79530
79531 2012-10-26  Simon Fraser  <simon.fraser@apple.com>
79532
79533         compositing/tiling/huge-layer* flakey
79534         https://bugs.webkit.org/show_bug.cgi?id=48454
79535
79536         Reviewed by Dan Bernstein.
79537
79538         In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
79539         we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
79540         also able to remove all the setTimeouts() from these tests.
79541         
79542         The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
79543         this flag, and added Mac-specific results with it.
79544         
79545         Unskipped some tests on non-Mac platforms that should now pass.
79546
79547         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
79548         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
79549         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
79550         * compositing/tiling/huge-layer-add-remove-child.html: Added.
79551         * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
79552         * compositing/tiling/huge-layer-expected.txt:
79553         * compositing/tiling/huge-layer-img-expected.txt:
79554         * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
79555         * compositing/tiling/huge-layer-resize-expected.txt:
79556         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
79557         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
79558         * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
79559         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
79560         * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
79561         * platform/chromium/TestExpectations:
79562         * platform/efl/TestExpectations:
79563         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
79564         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
79565         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
79566         * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
79567         * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
79568         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
79569         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
79570         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt.
79571         * platform/qt-5.0-wk2/TestExpectations:
79572
79573 2012-10-26  Nico Weber  <thakis@chromium.org>
79574
79575         [chromium] Enable fast/images/exif-orientation.html
79576         https://bugs.webkit.org/show_bug.cgi?id=100534
79577
79578         Unreviewed, TestExpecations change.
79579
79580         The baselines for this test landed yesterday.
79581
79582         * platform/chromium/TestExpectations:
79583
79584 2012-10-26  Florin Malita  <fmalita@chromium.org>
79585
79586         Crash on loading SVG filter resource on HTML element
79587         https://bugs.webkit.org/show_bug.cgi?id=100491
79588
79589         Reviewed by Dirk Schulze.
79590
79591         * svg/filters/filter-reference-crash-expected.txt: Added.
79592         * svg/filters/filter-reference-crash.html: Added.
79593
79594 2012-10-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
79595
79596         [WK2] should enable two postredirect tests
79597         https://bugs.webkit.org/show_bug.cgi?id=100508
79598
79599         Unreviewed gardening.
79600
79601         The EFL results for these tests seem to have been wrong from the beginning.
79602         Update expected results, enable tests for WK2 (based on comment in
79603         TestExpectations these were skipped because efl failed).
79604
79605         * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
79606         * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
79607         * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
79608         * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
79609         * platform/wk2/TestExpectations:
79610
79611 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79612
79613         [EFL] Skip a few tests which produce wrong pixel expectations.
79614
79615         * platform/efl/TestExpectations:
79616
79617 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79618
79619         [EFL] Add custom expectation for test added in r131557.
79620
79621         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
79622
79623 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79624
79625         Unreviewed, rolling out r132612.
79626         http://trac.webkit.org/changeset/132612
79627         https://bugs.webkit.org/show_bug.cgi?id=100512
79628
79629         Crashes fast/events/tabindex-focus-blur-all.html in debug mode
79630         (Requested by pfeldman on #webkit).
79631
79632         * fast/table/col-span-change-relayout-expected.txt: Removed.
79633         * fast/table/col-span-change-relayout.html: Removed.
79634         * fast/table/simplified-layout-table-expected.html: Removed.
79635         * fast/table/simplified-layout-table.html: Removed.
79636
79637 2012-10-26  Dominik Röttsches  <dominik.rottsches@intel.com>
79638
79639         Unreviewed Apple Win gardening.
79640
79641         * platform/win/TestExpectations: Skipping XHR timeout tests.
79642
79643 2012-10-26  Zan Dobersek  <zandobersek@gmail.com>
79644
79645         Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
79646         positioned after the IEND PNG chunk.
79647
79648         * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
79649
79650 2012-10-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>
79651
79652         Printing should use use high resolution images when available
79653         https://bugs.webkit.org/show_bug.cgi?id=100488
79654
79655         Reviewed by Antti Koivisto.
79656
79657         The images loaded using -webkit-device-pixel-ratio depends on
79658         the display type (deviceScaleFactor) and thus affects which
79659         images are being used for printing. Printing should always
79660         use the higher resolution images (aka 'retina' images).
79661
79662         Added a test testing -webkit-device-pixel-ratio media query
79663         in conjuntion with 'print' media type.
79664
79665         * fast/media/mq-pixel-ratio-print-expected.txt: Added.
79666         * fast/media/mq-pixel-ratio-print.html: Added.
79667
79668 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79669
79670         [EFL] ... And another pixel rebaseline after r131941 and r131991.
79671
79672         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
79673
79674 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
79675
79676         Not reviewed: chromium baselines for selection-after-remove updated.
79677
79678         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
79679         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
79680         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
79681
79682 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79683
79684         Unreviewed, rolling out r132607.
79685         http://trac.webkit.org/changeset/132607
79686         https://bugs.webkit.org/show_bug.cgi?id=100502
79687
79688         "SOS! More wrong paths." (Requested by kbalazs on #webkit).
79689
79690         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
79691         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
79692         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
79693         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
79694         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
79695         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
79696         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
79697         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
79698         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
79699         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
79700         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
79701         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
79702         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
79703         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
79704         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
79705         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
79706         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
79707         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
79708         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
79709         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
79710         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
79711         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
79712         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
79713         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
79714         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
79715         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
79716         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.
79717
79718 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79719
79720         Unreviewed, rolling out r132604.
79721         http://trac.webkit.org/changeset/132604
79722         https://bugs.webkit.org/show_bug.cgi?id=100501
79723
79724         "SOS! Wrong paths." (Requested by kbalazs on #webkit).
79725
79726         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
79727         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
79728         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
79729         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
79730         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
79731         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
79732         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
79733         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
79734         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
79735         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
79736         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
79737         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
79738         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
79739         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
79740         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
79741         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
79742         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
79743         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
79744         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
79745         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
79746         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
79747         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
79748         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
79749         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
79750         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
79751         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
79752         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
79753         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
79754         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
79755         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
79756         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
79757         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
79758         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
79759         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
79760         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
79761         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
79762         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
79763         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
79764         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
79765         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
79766         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
79767         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
79768         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
79769         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
79770         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
79771         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
79772         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
79773         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
79774         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
79775         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
79776         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
79777         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
79778         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
79779         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
79780         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
79781         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
79782         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
79783         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
79784         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
79785         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
79786         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
79787         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
79788         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
79789         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
79790         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
79791         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
79792         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
79793         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
79794         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
79795         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
79796         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
79797         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
79798         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
79799         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.
79800
79801 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79802
79803         [EFL] More pixel rebaselines after r131941 and r131991.
79804
79805         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
79806         * platform/efl/fast/dynamic/containing-block-change-expected.png:
79807         * platform/efl/fast/forms/listbox-clip-expected.png:
79808         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
79809         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
79810         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
79811         * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
79812         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
79813         * platform/efl/fast/reflections/inline-crash-expected.png:
79814         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
79815         * platform/efl/fast/text/font-initial-expected.png:
79816
79817 2012-10-26  Takashi Sakamoto  <tasak@google.com>
79818
79819         [Shadow]: removing styles in shadow dom subtree causes crash.
79820         https://bugs.webkit.org/show_bug.cgi?id=100455
79821
79822         Reviewed by Hajime Morita.
79823
79824         * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
79825         * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.
79826
79827 2012-10-26  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
79828
79829         [EFL] Gardening to make the bots green
79830         https://bugs.webkit.org/show_bug.cgi?id=100481
79831
79832         Unreviewed EFL gardening.
79833
79834         Skip failing test and also unskip tests that are
79835         consistently passing.
79836
79837         * platform/efl-wk1/TestExpectations:
79838         * platform/efl/TestExpectations:
79839
79840 2012-10-26  Takashi Sakamoto  <tasak@google.com>
79841
79842         [Shadow DOM] Needs @host rule for ShadowDOM styling
79843         https://bugs.webkit.org/show_bug.cgi?id=88606
79844
79845         Reviewed by Hajime Morita.
79846
79847         * fast/dom/shadow/athost-atrules-expected.txt: Added.
79848         * fast/dom/shadow/athost-atrules.html: Added.
79849
79850 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79851
79852         [EFL] Fix test pixel expectation.
79853
79854         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
79855
79856 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
79857
79858         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
79859         https://bugs.webkit.org/show_bug.cgi?id=99861
79860
79861         Reviewed by Ojan Vafai.
79862
79863         Added 2 tests:
79864         - 1 to cover the code in RenderTableCol::updateFromElement.
79865         - 1 to cover simplified layout on a table.
79866
79867         * fast/table/col-span-change-relayout-expected.txt: Added.
79868         * fast/table/col-span-change-relayout.html: Added.
79869         * fast/table/simplified-layout-table-expected.html: Added.
79870         * fast/table/simplified-layout-table.html: Added.
79871
79872 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79873
79874         [Qt] Pixel tests need rebaseline
79875         https://bugs.webkit.org/show_bug.cgi?id=99323
79876
79877         Unreviewed pixel gardening.
79878
79879         Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).
79880
79881         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
79882         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
79883         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
79884         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
79885         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
79886         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
79887         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
79888         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
79889         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
79890         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
79891         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
79892         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
79893         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
79894         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
79895         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
79896         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
79897         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
79898         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
79899         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
79900         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
79901         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
79902         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
79903         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
79904         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
79905         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
79906         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
79907         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
79908         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
79909         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
79910         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
79911         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
79912         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
79913         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
79914         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
79915         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
79916         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
79917         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
79918         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
79919         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
79920         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
79921         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
79922         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
79923         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
79924         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
79925         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
79926         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
79927         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
79928         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
79929         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
79930         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
79931         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
79932         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
79933         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
79934         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
79935         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
79936         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
79937         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
79938         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
79939         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
79940         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
79941         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
79942         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
79943         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
79944         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
79945         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
79946         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
79947         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
79948         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
79949         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
79950         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
79951         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
79952         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
79953         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
79954         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
79955         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
79956         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
79957         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
79958         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
79959         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
79960         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
79961
79962 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79963
79964         [Qt] Pixel tests need rebaseline
79965         https://bugs.webkit.org/show_bug.cgi?id=99323
79966
79967         Unreviewed pixel gardening.
79968
79969         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
79970
79971         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
79972         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
79973         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
79974         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
79975         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
79976         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
79977         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
79978         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
79979         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
79980         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
79981         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
79982         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
79983         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
79984         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
79985         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
79986         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
79987         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
79988         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
79989         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
79990         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
79991         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
79992         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
79993         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
79994         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
79995         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
79996         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
79997         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
79998         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
79999         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
80000         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
80001         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
80002         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
80003         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
80004         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
80005         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
80006         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
80007         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
80008         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
80009         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
80010         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
80011         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
80012         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
80013         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
80014         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
80015         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
80016         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
80017         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
80018         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
80019         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
80020         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
80021         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
80022         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
80023         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
80024         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
80025         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
80026         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
80027         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
80028         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
80029         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
80030         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
80031         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
80032         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
80033         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80034         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
80035         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
80036         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
80037         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
80038         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
80039         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
80040         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
80041         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
80042         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
80043         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
80044         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
80045         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
80046         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
80047         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
80048         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
80049         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
80050         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
80051         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
80052         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
80053         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
80054         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
80055         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
80056         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
80057         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
80058         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
80059         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
80060         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
80061         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
80062         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
80063         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
80064         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
80065         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
80066         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
80067         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
80068         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
80069         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
80070         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
80071
80072 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80073
80074         [Qt] Pixel tests need rebaseline
80075         https://bugs.webkit.org/show_bug.cgi?id=99323
80076
80077         Unreviewed pixel gardening.
80078
80079         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
80080
80081         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
80082         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
80083         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
80084         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
80085         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
80086         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
80087         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
80088         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
80089         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
80090         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
80091         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
80092         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
80093         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
80094         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
80095         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
80096         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
80097         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
80098         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
80099         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
80100         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
80101         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
80102         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
80103         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
80104         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
80105         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
80106         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
80107         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
80108         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
80109         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
80110         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
80111         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
80112         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
80113         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
80114         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
80115         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
80116         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
80117         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
80118         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
80119         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
80120         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
80121         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
80122         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
80123         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
80124         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
80125         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
80126         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
80127         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
80128         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
80129         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
80130         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
80131         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
80132         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
80133         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
80134         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
80135         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
80136         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
80137         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
80138         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
80139         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
80140         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
80141         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
80142         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
80143         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80144         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
80145         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
80146         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
80147         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
80148         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
80149         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
80150         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
80151         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
80152         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
80153         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
80154         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
80155         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
80156         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
80157         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
80158         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
80159         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
80160         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
80161         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
80162         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
80163         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
80164         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
80165         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
80166         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
80167         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
80168         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
80169         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
80170         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
80171         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
80172         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
80173         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
80174         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
80175         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
80176         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
80177         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
80178         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
80179         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
80180         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
80181
80182 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80183
80184         [Qt] Pixel tests need rebaseline
80185         https://bugs.webkit.org/show_bug.cgi?id=99323
80186
80187         Unreviewed pixel gardening.
80188
80189         Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).
80190
80191         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
80192         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
80193         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
80194         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
80195         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
80196         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
80197         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
80198         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
80199         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
80200         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
80201         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
80202         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
80203         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
80204         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
80205         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
80206         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
80207         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
80208         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
80209         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
80210         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
80211         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
80212         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
80213         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
80214         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
80215         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
80216         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
80217         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
80218         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
80219         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
80220         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
80221         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
80222         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
80223         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
80224         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
80225         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
80226         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
80227         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
80228         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
80229         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
80230         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
80231         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
80232         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
80233         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
80234         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
80235         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
80236         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
80237         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
80238         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
80239         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
80240         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
80241         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
80242         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
80243         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
80244         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
80245         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
80246         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
80247         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
80248         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
80249         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
80250         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
80251         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
80252         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
80253         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
80254         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
80255         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
80256         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
80257         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
80258         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
80259         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
80260         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
80261         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
80262         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
80263         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
80264         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
80265         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
80266         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
80267         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
80268         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
80269         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
80270         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
80271         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
80272         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
80273         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
80274         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
80275         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
80276         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
80277         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
80278         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
80279         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
80280         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
80281         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
80282         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
80283         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
80284         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
80285         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
80286         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
80287         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80288         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
80289         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
80290         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
80291
80292 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80293
80294         [Qt] Pixel tests need rebaseline
80295         https://bugs.webkit.org/show_bug.cgi?id=99323
80296
80297         Unreviewed pixel gardening.
80298
80299         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
80300
80301         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
80302         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
80303         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
80304         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
80305         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
80306         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
80307         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
80308         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
80309         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
80310         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
80311         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
80312         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
80313         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
80314         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
80315         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
80316         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
80317         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
80318         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
80319         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
80320         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
80321         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
80322         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
80323         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
80324         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
80325         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
80326         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
80327         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.
80328
80329 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80330
80331         [Qt] Pixel tests need rebaseline
80332         https://bugs.webkit.org/show_bug.cgi?id=99323
80333
80334         Unreviewed pixel gardening.
80335
80336         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
80337
80338         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
80339         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
80340         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
80341         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
80342         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
80343         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
80344         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
80345         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
80346         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
80347         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
80348         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
80349         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
80350         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
80351         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
80352         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
80353         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
80354         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
80355         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
80356         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
80357         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
80358         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
80359         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
80360         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
80361         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
80362         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
80363         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
80364         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
80365         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
80366         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
80367         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
80368         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
80369         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
80370         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
80371         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
80372         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
80373         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
80374         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
80375         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
80376         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
80377         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
80378         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
80379         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
80380         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
80381         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
80382         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
80383         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
80384         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
80385         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
80386         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
80387         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
80388         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
80389         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
80390         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
80391         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
80392         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
80393         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
80394         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
80395         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
80396         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
80397         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
80398         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
80399         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
80400         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
80401         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
80402         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
80403         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
80404         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
80405         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
80406         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
80407         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
80408         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
80409         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
80410         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
80411         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
80412
80413 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
80414
80415         [Qt][WK2] Unreviewed gardening, skip a new failing test.
80416
80417         * platform/qt-5.0-wk2/TestExpectations:
80418
80419 2012-10-26  Mihnea Ovidenie  <mihnea@adobe.com>
80420
80421         [CSSRegions] Add support for auto-height regions with region-breaks
80422         https://bugs.webkit.org/show_bug.cgi?id=99952
80423
80424         Reviewed by David Hyatt.
80425
80426         Add tests for auto logical height regions with content having region breaks.
80427
80428         * fast/regions/autoheight-allregions-expected.html: Added.
80429         * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
80430         * fast/regions/autoheight-allregions-nobreaks.html: Added.
80431         * fast/regions/autoheight-allregions.html: Added.
80432         * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
80433         * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
80434         * fast/regions/autoheight-breakbeforealways-expected.html: Added.
80435         * fast/regions/autoheight-breakbeforealways.html: Added.
80436         * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
80437         * fast/regions/autoheight-firstregion-breakalways.html: Added.
80438         * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
80439         * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
80440         * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
80441         * fast/regions/autoheight-lastregion-overflowauto.html: Added.
80442         * fast/regions/autoheight-middleregion-expected.html: Added.
80443         * fast/regions/autoheight-middleregion.html: Added.
80444         * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
80445         * fast/regions/autoheight-secondregion-breakoutside.html: Added.
80446         * fast/regions/autoheight-secondregion-expected.html: Added.
80447         * fast/regions/autoheight-secondregion.html: Added.
80448         * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
80449         * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
80450         * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
80451         * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
80452         * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
80453         * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
80454         * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
80455         * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
80456         * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
80457         * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
80458         * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
80459         * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
80460         * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
80461         * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
80462         * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
80463         * fast/regions/autoheight-singleregion-overflowauto.html: Added.
80464
80465 2012-10-26  Li Yin  <li.yin@intel.com>
80466
80467         fast/forms/file/input-file-write-files.html should cover correct setting value
80468         https://bugs.webkit.org/show_bug.cgi?id=100085
80469
80470         Reviewed by Kentaro Hara.
80471
80472         The test input-file-value.html is split from input-file-write-test.html.
80473         And add correct setting value for files attribute, verify the files attribute
80474         is writable or not.
80475
80476         * fast/forms/file/input-file-value-expected.txt: Added.
80477         * fast/forms/file/input-file-value.html: Added.
80478         * fast/forms/file/input-file-write-files-expected.txt:
80479         * fast/forms/file/input-file-write-files.html:
80480
80481 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
80482
80483         [EFL] Gardening after bug 99824
80484         https://bugs.webkit.org/show_bug.cgi?id=100469
80485
80486         Unreviewed, EFL gardening.
80487
80488         Unskip following 3 test cases after bug 99824 is resolved.
80489          - fast/lists/w3-css3-list-styles-alphabetic.html
80490          - fast/lists/w3-css3-list-styles-fallback-style.html
80491          - fast/lists/w3-list-styles.html
80492
80493         * platform/efl-wk1/TestExpectations:
80494
80495 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
80496
80497         [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
80498         https://bugs.webkit.org/show_bug.cgi?id=100467
80499
80500         Unreviewed, EFL gardening.
80501
80502         Removing a test failure expectations, the test was fixed in r132548.
80503
80504         * platform/efl-wk2/TestExpectations:
80505
80506 2012-10-27  Kent Tamura  <tkent@chromium.org>
80507
80508         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
80509         https://bugs.webkit.org/show_bug.cgi?id=100480
80510
80511         Reviewed by Pavel Feldman.
80512
80513         Because the date field in the test has step=3, the availability of
80514         [Today] button depends on the current date. We make the test stable by
80515         specifying max attribute.
80516
80517         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
80518         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
80519
80520 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
80521
80522         Generate less repaint calls during subtree detaching
80523         https://bugs.webkit.org/show_bug.cgi?id=99741
80524
80525         Reviewed by Eric Seidel.
80526
80527         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
80528         Rebaselined this test after the change. It is progressing as we still properly repaint
80529         the selection, but repaint less (ie don't repaint the top border which didn't change).
80530
80531 2012-10-26  Kent Tamura  <tkent@chromium.org>
80532
80533         [Chromium] Test expectation update.
80534         https://bugs.webkit.org/show_bug.cgi?id=100471
80535
80536         * platform/chromium/TestExpectations:
80537         We should do rebaseline for time-suggestion-picker-*.html too.
80538
80539 2012-10-26  Kent Tamura  <tkent@chromium.org>
80540
80541         Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
80542         https://bugs.webkit.org/show_bug.cgi?id=100457
80543
80544         Reviewed by Kentaro Hara.
80545
80546         * platform/chromium/TestExpectations:
80547         Tests in fast/forms/week/ may fail on Android.
80548
80549 2012-10-26  Pavel Feldman  <pfeldman@chromium.org>
80550
80551         Not reviewed: chromiuim expectations updated.
80552
80553         * platform/chromium/TestExpectations:
80554
80555 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
80556
80557         [Qt] Pixel tests need rebaseline
80558         https://bugs.webkit.org/show_bug.cgi?id=99323
80559
80560         Unreviewed pixel rebaseline.
80561
80562         Adding new expectations, mark failures.
80563
80564         * platform/qt-5.0-wk2/TestExpectations:
80565         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
80566         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
80567         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
80568         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
80569         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
80570         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
80571         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
80572         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
80573         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
80574         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
80575         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
80576         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
80577         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
80578         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
80579         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
80580         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
80581         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
80582         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
80583         * platform/qt/TestExpectations:
80584         * platform/qt/animations/state-at-end-event-expected.png: Added.
80585         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
80586         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
80587         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
80588         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
80589         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
80590         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
80591         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
80592         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
80593         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
80594         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
80595         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
80596         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
80597         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
80598         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
80599         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
80600         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
80601         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
80602         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
80603         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
80604         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
80605         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
80606         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
80607         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
80608         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
80609         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
80610         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
80611         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
80612         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
80613         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
80614         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
80615         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
80616         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
80617         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
80618         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
80619         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
80620         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
80621         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
80622         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
80623         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
80624         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
80625         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
80626         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
80627         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
80628         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
80629         * platform/qt/fast/block/float/009-expected.png: Added.
80630         * platform/qt/fast/block/float/034-expected.png: Added.
80631         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
80632         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
80633         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
80634         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
80635         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
80636         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
80637         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
80638         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
80639         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
80640         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
80641         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
80642         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
80643         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
80644         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
80645         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
80646         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
80647         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
80648         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
80649         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
80650         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
80651         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
80652         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
80653         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
80654         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
80655         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
80656         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
80657         * platform/qt/fast/css/006-expected.png: Added.
80658         * platform/qt/fast/css/background-clip-values-expected.png: Added.
80659         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
80660         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
80661         * platform/qt/fast/css/content-dynamic-expected.png: Added.
80662         * platform/qt/fast/css/contentDiv-expected.png: Added.
80663         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
80664         * platform/qt/fast/css/contentImage-expected.png: Added.
80665         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
80666         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
80667         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
80668         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
80669         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
80670         * platform/qt/fast/dynamic/001-expected.png: Added.
80671         * platform/qt/fast/dynamic/005-expected.png: Added.
80672         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
80673         * platform/qt/fast/dynamic/staticY-expected.png: Added.
80674         * platform/qt/fast/forms/002-expected.png: Added.
80675         * platform/qt/fast/forms/003-expected.png: Added.
80676         * platform/qt/fast/forms/004-expected.png: Added.
80677         * platform/qt/fast/forms/005-expected.png: Added.
80678         * platform/qt/fast/forms/006-expected.png: Added.
80679         * platform/qt/fast/forms/007-expected.png: Added.
80680         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
80681         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
80682         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
80683         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
80684         * platform/qt/fast/forms/button-submit-expected.png: Added.
80685         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
80686         * platform/qt/fast/forms/control-clip-expected.png: Added.
80687         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
80688         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
80689         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
80690         * platform/qt/fast/forms/formmove-expected.png: Added.
80691         * platform/qt/fast/forms/formmove2-expected.png: Added.
80692         * platform/qt/fast/forms/image-border-expected.png: Added.
80693         * platform/qt/fast/forms/indeterminate-expected.png: Added.
80694         * platform/qt/fast/forms/input-align-image-expected.png: Added.
80695         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
80696         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
80697         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
80698         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
80699         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
80700         * platform/qt/fast/forms/option-index-expected.png: Added.
80701         * platform/qt/fast/forms/option-script-expected.png: Added.
80702         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
80703         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
80704         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
80705         * platform/qt/fast/forms/select-align-expected.png: Added.
80706         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
80707         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
80708         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
80709         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
80710         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
80711         * platform/qt/fast/forms/select-selected-expected.png: Added.
80712         * platform/qt/fast/forms/select-size-expected.png: Added.
80713         * platform/qt/fast/forms/select-style-expected.png: Added.
80714         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
80715         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
80716         * platform/qt/fast/frames/002-expected.png: Added.
80717         * platform/qt/fast/frames/calculate-round-expected.png: Added.
80718         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
80719         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
80720         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
80721         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
80722         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
80723         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
80724         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
80725         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
80726         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
80727         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
80728         * platform/qt/fast/images/embed-image-expected.png: Added.
80729         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
80730         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
80731         * platform/qt/fast/images/object-image-expected.png: Added.
80732         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
80733         * platform/qt/fast/inline-block/004-expected.png: Added.
80734         * platform/qt/fast/inline-block/005-expected.png: Added.
80735         * platform/qt/fast/invalid/015-expected.png: Added.
80736         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
80737         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
80738         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
80739         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
80740         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
80741         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
80742         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
80743         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
80744         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
80745         * platform/qt/fast/media/monochrome-expected.png: Added.
80746         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
80747         * platform/qt/fast/overflow/position-relative-expected.png: Added.
80748         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
80749         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
80750         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
80751         * platform/qt/fast/reflections/table-cell-expected.png: Added.
80752         * platform/qt/fast/repaint/background-generated-expected.png: Added.
80753         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
80754         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
80755         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
80756         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
80757         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
80758         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
80759         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
80760         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
80761         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
80762         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
80763         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
80764         * platform/qt/fast/repaint/table-row-expected.png: Added.
80765         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
80766         * platform/qt/fast/replaced/008-expected.png: Added.
80767         * platform/qt/fast/replaced/image-tag-expected.png: Added.
80768         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
80769         * platform/qt/fast/table/008-expected.png: Added.
80770         * platform/qt/fast/table/024-expected.png: Added.
80771         * platform/qt/fast/table/031-expected.png: Added.
80772         * platform/qt/fast/table/caption-relayout-expected.png: Added.
80773         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
80774         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
80775         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
80776         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
80777         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
80778         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
80779         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
80780         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
80781         * platform/qt/fast/table/giantRowspan-expected.png: Added.
80782         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
80783         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
80784         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
80785         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
80786         * platform/qt/fast/text/basic/013-expected.png: Added.
80787         * platform/qt/fast/text/basic/015-expected.png: Added.
80788         * platform/qt/fast/text/line-breaks-expected.png: Added.
80789         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
80790         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
80791         * platform/qt/fast/text/whitespace/017-expected.png: Added.
80792         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
80793         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
80794         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
80795         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
80796         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
80797         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
80798         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
80799         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
80800         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
80801         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
80802         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
80803         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
80804         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
80805         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
80806         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
80807         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
80808         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
80809         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
80810         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
80811         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
80812         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
80813         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
80814         * platform/qt/svg/custom/createImageElement-expected.png: Added.
80815         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
80816         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
80817         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
80818         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
80819         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
80820         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
80821         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
80822         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
80823         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
80824         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
80825         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
80826         * platform/qt/svg/custom/pan-direction-expected.png: Added.
80827         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
80828         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
80829         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
80830         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
80831         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
80832         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
80833         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
80834         * platform/qt/svg/filters/feMerge-expected.png: Added.
80835         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
80836         * platform/qt/svg/filters/feOffset-expected.png: Added.
80837         * platform/qt/svg/filters/feTile-expected.png: Added.
80838         * platform/qt/svg/filters/filter-clip-expected.png: Added.
80839         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
80840         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
80841         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
80842         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
80843         * platform/qt/svg/hixie/error/006-expected.png: Added.
80844         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
80845         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
80846         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
80847         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
80848         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
80849         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
80850         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
80851         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
80852         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
80853         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
80854         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
80855         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
80856         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
80857         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
80858         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
80859         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
80860         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
80861         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
80862         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
80863         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
80864         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
80865         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
80866         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
80867
80868 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
80869
80870         Not reviewed: chromiuim expectations updated.
80871
80872         * platform/chromium/TestExpectations:
80873
80874 2012-10-26  Kent Tamura  <tkent@chromium.org>
80875
80876         [Chromium-Win] Support shortTimeFormat
80877         https://bugs.webkit.org/show_bug.cgi?id=100471
80878
80879         Reviewed by Kentaro Hara.
80880
80881         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
80882         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
80883         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
80884         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
80885         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
80886         * platform/chromium/TestExpectations:
80887
80888 2012-10-26  Nandor Huszka  <hnandor@inf.u-szeged.hu>
80889
80890         [Qt] Unreviewed gardening.
80891
80892         Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
80893         Remove another one that does not exists already.
80894
80895         * platform/qt/TestExpectations:
80896
80897 2012-10-25  Adam Barth  <abarth@webkit.org>
80898
80899         Unreviewed.
80900
80901         Skipping these tests again because Bug 96951 isn't actually fixed.
80902
80903         * platform/chromium/TestExpectations:
80904
80905 2012-10-25  Nico Weber  <thakis@chromium.org>
80906
80907         [chromium] Add expectations for fast/images/exif-orientation.html
80908         https://bugs.webkit.org/show_bug.cgi?id=100434
80909
80910         Unreviewed, just baselines.
80911
80912         * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
80913         * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
80914         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
80915         * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
80916         * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
80917         * platform/chromium/fast/images/exif-orientation-expected.png: Removed.
80918
80919 2012-10-25  Min Qin  <qinmin@chromium.org>
80920
80921         Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
80922         https://bugs.webkit.org/show_bug.cgi?id=100406
80923
80924         Reviewed by Adam Barth.
80925
80926         Test for adding a webplugin into an iframe and make sure it doesn't crash.
80927
80928         * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
80929         * platform/chromium/plugins/plugin-inside-iframe.html: Added.
80930         * platform/chromium/plugins/resources/plugin-page.html: Added.
80931
80932 2012-10-25  Tom Sepez  <tsepez@chromium.org>
80933
80934         Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
80935         https://bugs.webkit.org/show_bug.cgi?id=100423
80936
80937         Reviewed by Adam Barth.
80938
80939         Changed header syntax from full-block to mode=block.
80940
80941         * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
80942
80943 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
80944
80945         DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
80946         https://bugs.webkit.org/show_bug.cgi?id=100441
80947
80948         Reviewed by Oliver Hunt and Gavin Barraclough.
80949
80950         * fast/js/dfg-arrayify-elimination-expected.txt: Added.
80951         * fast/js/dfg-arrayify-elimination.html: Added.
80952         * fast/js/jsc-test-list:
80953         * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
80954         (foo):
80955
80956 2012-10-25  Keishi Hattori  <keishi@webkit.org>
80957
80958         Hide popup while transitioning from the suggestion picker to the calendar picker
80959         https://bugs.webkit.org/show_bug.cgi?id=99537
80960
80961         Reviewed by Kent Tamura.
80962
80963         * fast/forms/resources/picker-common.js:
80964         (popupOpenCallbackWrapper): Use didOpenPicker event.
80965
80966 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
80967
80968         Unreviewed, rolling out r132514.
80969         http://trac.webkit.org/changeset/132514
80970         https://bugs.webkit.org/show_bug.cgi?id=100440
80971
80972         "Broke chromium content_browsertests AccessibilityAriaMenu
80973         AccessibilityInputRange AccessibilityListMarkers" (Requested
80974         by scheib on #webkit).
80975
80976         * accessibility/aria-checkbox-sends-notification.html:
80977         * accessibility/notification-listeners.html:
80978         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
80979         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
80980         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
80981         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
80982         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
80983         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
80984         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
80985         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
80986         * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
80987         * platform/chromium/accessibility/text-change-notification.html: Removed.
80988
80989 2012-10-25  Vincent Scheib  <scheib@chromium.org>
80990
80991         Unreviewed rebaseline of tests failing after 132529 rolled out 132269.
80992
80993         See http://trac.webkit.org/changeset/132529 for details of the rollout.
80994
80995         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
80996         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
80997         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
80998         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
80999         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81000         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81001         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81002         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81003         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81004         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81005         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81006         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81007         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81008         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81009         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81010         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81011         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81012         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81013         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81014         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81015
81016 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
81017
81018         REGRESSION (r131793-r131826): Crash going to wikifonia.org
81019         https://bugs.webkit.org/show_bug.cgi?id=100281
81020
81021         Reviewed by Oliver Hunt.
81022
81023         * fast/js/jsc-test-list:
81024         * fast/js/resolve-arguments-from-scope-expected.txt: Added.
81025         * fast/js/resolve-arguments-from-scope.html: Added.
81026         * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
81027         (bar):
81028         (foo):
81029
81030 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81031
81032         Tiled layers are missing content on zooming
81033         https://bugs.webkit.org/show_bug.cgi?id=100422
81034
81035         Reviewed by Beth Dakin.
81036
81037         New test for zooming with a tiled layer, and adjust an existing result.
81038         
81039         * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
81040         * compositing/tiling/tile-cache-zoomed.html: Added.
81041         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
81042
81043 2012-10-25  Roger Fong  <roger_fong@apple.com>
81044
81045         Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.
81046
81047         * platform/win/svg/custom/pattern-scaling-expected.txt: Added.
81048
81049 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81050
81051         Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
81052         https://bugs.webkit.org/show_bug.cgi?id=100416
81053
81054         Reviewed by Beth Dakin.
81055
81056         New tests that exercise the page tiled backing under zooming.
81057
81058         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
81059         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
81060         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
81061         * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.
81062
81063 2012-10-25  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
81064
81065         [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
81066         https://bugs.webkit.org/show_bug.cgi?id=100126
81067
81068         Unreviewed EFL gardening.
81069
81070         * platform/efl-wk1/TestExpectations:
81071         * platform/efl-wk2/TestExpectations:
81072         * platform/efl/TestExpectations:
81073         * platform/efl/editing/deleting/4922367-expected.png: Added.
81074         * platform/efl/editing/deleting/4922367-expected.txt: Added.
81075         * platform/efl/editing/deleting/5099303-expected.png: Added.
81076         * platform/efl/editing/deleting/5099303-expected.txt: Added.
81077         * platform/efl/editing/deleting/5126166-expected.png: Added.
81078         * platform/efl/editing/deleting/5126166-expected.txt: Added.
81079         * platform/efl/editing/deleting/5144139-2-expected.png: Added.
81080         * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
81081         * platform/efl/editing/deleting/5206311-1-expected.png: Added.
81082         * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
81083         * platform/efl/editing/deleting/5272440-expected.png: Added.
81084         * platform/efl/editing/deleting/5272440-expected.txt: Added.
81085         * platform/efl/editing/deleting/5369009-expected.png: Added.
81086         * platform/efl/editing/deleting/5369009-expected.txt: Added.
81087         * platform/efl/editing/deleting/5433862-2-expected.png: Added.
81088         * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
81089         * platform/efl/editing/deleting/5483370-expected.png: Added.
81090         * platform/efl/editing/deleting/5483370-expected.txt: Added.
81091         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
81092         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
81093         * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
81094         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
81095         * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
81096         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
81097         * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
81098         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
81099         * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
81100         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
81101         * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
81102         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
81103         * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
81104         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
81105         * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
81106         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
81107         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
81108         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
81109         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
81110         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
81111         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
81112         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
81113         * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
81114         * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
81115         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
81116         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
81117         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
81118         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
81119         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
81120         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
81121         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
81122         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
81123         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
81124         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
81125         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
81126         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
81127         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
81128         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
81129         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
81130         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
81131         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
81132         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
81133         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
81134         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
81135         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
81136         * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
81137         * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
81138         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
81139         * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
81140         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
81141         * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
81142         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
81143         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
81144         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
81145         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
81146         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
81147         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
81148         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
81149         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
81150         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
81151         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
81152         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
81153         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
81154         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
81155         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
81156         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
81157         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
81158         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
81159         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
81160         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
81161         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
81162         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
81163         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
81164         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
81165         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
81166         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
81167         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
81168         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
81169         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
81170         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
81171         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
81172         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
81173         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
81174         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
81175         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
81176         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
81177         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
81178         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
81179         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
81180         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
81181         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
81182         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
81183         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
81184         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
81185         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
81186         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
81187         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
81188         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
81189         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
81190         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
81191         * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
81192         * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
81193         * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
81194         * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
81195         * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
81196         * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
81197         * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
81198         * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
81199         * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
81200         * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
81201         * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
81202         * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
81203         * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
81204         * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
81205         * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
81206         * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
81207         * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
81208         * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
81209         * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
81210         * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
81211         * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
81212         * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
81213         * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
81214         * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
81215         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
81216         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
81217         * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
81218         * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
81219         * platform/efl/editing/deleting/delete-hr-expected.png: Added.
81220         * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
81221         * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
81222         * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
81223         * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
81224         * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
81225         * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
81226         * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
81227         * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
81228         * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
81229         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
81230         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
81231         * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
81232         * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
81233         * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
81234         * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
81235         * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
81236         * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
81237         * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
81238         * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
81239         * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
81240         * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
81241         * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
81242         * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
81243         * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
81244         * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
81245         * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
81246         * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
81247         * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
81248         * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
81249         * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
81250         * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
81251         * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
81252         * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
81253         * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
81254         * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
81255         * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
81256         * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
81257         * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
81258         * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
81259         * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
81260         * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
81261         * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
81262         * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
81263         * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
81264         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
81265         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
81266         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
81267         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
81268         * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
81269         * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
81270         * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
81271         * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
81272         * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
81273         * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
81274         * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
81275         * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
81276         * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
81277         * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
81278         * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
81279         * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
81280         * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
81281         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
81282         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
81283         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
81284         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
81285         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
81286         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
81287         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
81288         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
81289         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
81290         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
81291         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
81292         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
81293         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
81294         * platform/efl/editing/deleting/forward-delete-expected.png: Added.
81295         * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
81296         * platform/efl/editing/deleting/list-item-1-expected.png: Added.
81297         * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
81298         * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
81299         * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
81300         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
81301         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
81302         * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
81303         * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
81304         * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
81305         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
81306         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
81307         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
81308         * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
81309         * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
81310         * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
81311         * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
81312         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
81313         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
81314         * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
81315         * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
81316         * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
81317         * platform/efl/editing/deleting/table-cells-expected.png: Added.
81318         * platform/efl/editing/deleting/table-cells-expected.txt: Added.
81319         * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
81320         * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
81321         * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
81322         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
81323         * platform/efl/editing/inserting/12882-expected.png: Added.
81324         * platform/efl/editing/inserting/12882-expected.txt: Added.
81325         * platform/efl/editing/inserting/4278698-expected.png: Added.
81326         * platform/efl/editing/inserting/4278698-expected.txt: Added.
81327         * platform/efl/editing/inserting/4840662-expected.png: Added.
81328         * platform/efl/editing/inserting/4840662-expected.txt: Added.
81329         * platform/efl/editing/inserting/4875189-1-expected.png: Added.
81330         * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
81331         * platform/efl/editing/inserting/4875189-2-expected.png: Added.
81332         * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
81333         * platform/efl/editing/inserting/4959067-expected.png: Added.
81334         * platform/efl/editing/inserting/4959067-expected.txt: Added.
81335         * platform/efl/editing/inserting/4960120-1-expected.png: Added.
81336         * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
81337         * platform/efl/editing/inserting/4960120-2-expected.png: Added.
81338         * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
81339         * platform/efl/editing/inserting/5002441-expected.png: Added.
81340         * platform/efl/editing/inserting/5002441-expected.txt: Added.
81341         * platform/efl/editing/inserting/5058163-1-expected.png: Added.
81342         * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
81343         * platform/efl/editing/inserting/5058163-2-expected.png: Added.
81344         * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
81345         * platform/efl/editing/inserting/5156401-2-expected.png: Added.
81346         * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
81347         * platform/efl/editing/inserting/5418891-expected.png: Added.
81348         * platform/efl/editing/inserting/5418891-expected.txt: Added.
81349         * platform/efl/editing/inserting/5510537-expected.png: Added.
81350         * platform/efl/editing/inserting/5510537-expected.txt: Added.
81351         * platform/efl/editing/inserting/5549929-2-expected.png: Added.
81352         * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
81353         * platform/efl/editing/inserting/5549929-3-expected.png: Added.
81354         * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
81355         * platform/efl/editing/inserting/6703873-expected.png: Added.
81356         * platform/efl/editing/inserting/6703873-expected.txt: Added.
81357         * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
81358         * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
81359         * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
81360         * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
81361         * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
81362         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
81363         * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
81364         * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
81365         * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
81366         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
81367         * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
81368         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
81369         * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
81370         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
81371         * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
81372         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
81373         * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
81374         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
81375         * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
81376         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
81377         * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
81378         * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
81379         * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
81380         * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
81381         * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
81382         * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
81383         * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
81384         * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
81385         * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
81386         * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
81387         * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
81388         * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
81389         * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
81390         * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
81391         * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
81392         * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
81393         * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
81394         * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
81395         * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
81396         * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
81397         * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
81398         * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
81399         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
81400         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
81401         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
81402         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
81403         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
81404         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
81405         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
81406         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
81407         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
81408         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
81409         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
81410         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
81411         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
81412         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
81413         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
81414         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
81415         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
81416         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
81417         * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
81418         * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
81419         * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
81420         * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
81421         * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
81422         * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
81423         * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
81424         * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
81425         * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
81426         * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
81427         * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
81428         * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
81429         * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
81430         * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
81431         * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
81432         * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
81433         * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
81434         * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
81435         * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
81436         * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
81437         * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
81438         * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
81439         * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
81440         * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
81441         * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
81442         * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
81443         * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
81444         * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
81445         * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
81446         * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
81447         * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
81448         * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
81449         * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
81450         * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
81451         * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
81452         * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
81453         * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
81454         * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
81455         * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
81456         * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
81457         * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
81458         * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
81459         * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
81460         * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
81461         * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
81462         * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
81463         * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
81464         * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
81465         * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
81466         * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
81467         * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
81468         * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
81469         * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
81470         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
81471         * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
81472         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
81473         * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
81474         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
81475         * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
81476         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
81477         * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
81478         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
81479         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
81480         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
81481         * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
81482         * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
81483         * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
81484         * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
81485         * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
81486         * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
81487         * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
81488         * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
81489         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
81490         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
81491         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
81492         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
81493         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
81494         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
81495         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
81496         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
81497         * platform/efl/editing/inserting/line-break-expected.png: Added.
81498         * platform/efl/editing/inserting/line-break-expected.txt: Added.
81499         * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
81500         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
81501         * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
81502         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
81503         * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
81504         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
81505         * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
81506         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
81507         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
81508         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
81509         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
81510         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
81511         * platform/efl/editing/inserting/redo-expected.png: Added.
81512         * platform/efl/editing/inserting/redo-expected.txt: Added.
81513         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
81514         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
81515         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
81516         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
81517         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
81518         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
81519         * platform/efl/editing/inserting/typing-001-expected.png: Added.
81520         * platform/efl/editing/inserting/typing-001-expected.txt: Added.
81521         * platform/efl/editing/inserting/typing-002-expected.png: Added.
81522         * platform/efl/editing/inserting/typing-002-expected.txt: Added.
81523         * platform/efl/editing/inserting/typing-003-expected.png: Added.
81524         * platform/efl/editing/inserting/typing-003-expected.txt: Added.
81525         * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
81526         * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
81527         * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
81528         * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
81529         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
81530         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
81531         * platform/efl/editing/selection/13804-expected.png: Added.
81532         * platform/efl/editing/selection/13804-expected.txt: Added.
81533         * platform/efl/editing/selection/14971-expected.png: Added.
81534         * platform/efl/editing/selection/14971-expected.txt: Added.
81535         * platform/efl/editing/selection/4402375-expected.png: Added.
81536         * platform/efl/editing/selection/4402375-expected.txt: Added.
81537         * platform/efl/editing/selection/4776665-expected.png: Added.
81538         * platform/efl/editing/selection/4776665-expected.txt: Added.
81539         * platform/efl/editing/selection/4818145-expected.png: Added.
81540         * platform/efl/editing/selection/4818145-expected.txt: Added.
81541         * platform/efl/editing/selection/4866671-expected.png: Added.
81542         * platform/efl/editing/selection/4866671-expected.txt: Added.
81543         * platform/efl/editing/selection/4889598-expected.png: Added.
81544         * platform/efl/editing/selection/4889598-expected.txt: Added.
81545         * platform/efl/editing/selection/4895428-2-expected.png: Added.
81546         * platform/efl/editing/selection/4895428-2-expected.txt: Added.
81547         * platform/efl/editing/selection/4932260-1-expected.png: Added.
81548         * platform/efl/editing/selection/4932260-1-expected.txt: Added.
81549         * platform/efl/editing/selection/4932260-2-expected.png: Added.
81550         * platform/efl/editing/selection/4932260-2-expected.txt: Added.
81551         * platform/efl/editing/selection/4932260-3-expected.png: Added.
81552         * platform/efl/editing/selection/4932260-3-expected.txt: Added.
81553         * platform/efl/editing/selection/4947387-expected.png: Added.
81554         * platform/efl/editing/selection/4947387-expected.txt: Added.
81555         * platform/efl/editing/selection/4960116-expected.png: Added.
81556         * platform/efl/editing/selection/4960116-expected.txt: Added.
81557         * platform/efl/editing/selection/4960137-expected.png: Added.
81558         * platform/efl/editing/selection/4960137-expected.txt: Added.
81559         * platform/efl/editing/selection/4983858-expected.png: Added.
81560         * platform/efl/editing/selection/4983858-expected.txt: Added.
81561         * platform/efl/editing/selection/5057506-2-expected.png: Added.
81562         * platform/efl/editing/selection/5057506-2-expected.txt: Added.
81563         * platform/efl/editing/selection/5076323-1-expected.png: Added.
81564         * platform/efl/editing/selection/5076323-1-expected.txt: Added.
81565         * platform/efl/editing/selection/5076323-2-expected.png: Added.
81566         * platform/efl/editing/selection/5076323-2-expected.txt: Added.
81567         * platform/efl/editing/selection/5076323-3-expected.png: Added.
81568         * platform/efl/editing/selection/5076323-3-expected.txt: Added.
81569         * platform/efl/editing/selection/5081257-1-expected.png: Added.
81570         * platform/efl/editing/selection/5081257-1-expected.txt: Added.
81571         * platform/efl/editing/selection/5081257-2-expected.png: Added.
81572         * platform/efl/editing/selection/5081257-2-expected.txt: Added.
81573         * platform/efl/editing/selection/5099303-expected.png: Added.
81574         * platform/efl/editing/selection/5099303-expected.txt: Added.
81575         * platform/efl/editing/selection/5131716-1-expected.png: Added.
81576         * platform/efl/editing/selection/5131716-1-expected.txt: Added.
81577         * platform/efl/editing/selection/5131716-2-expected.png: Added.
81578         * platform/efl/editing/selection/5131716-2-expected.txt: Added.
81579         * platform/efl/editing/selection/5131716-3-expected.png: Added.
81580         * platform/efl/editing/selection/5131716-3-expected.txt: Added.
81581         * platform/efl/editing/selection/5131716-4-expected.png: Added.
81582         * platform/efl/editing/selection/5131716-4-expected.txt: Added.
81583         * platform/efl/editing/selection/5195166-2-expected.png: Added.
81584         * platform/efl/editing/selection/5195166-2-expected.txt: Added.
81585         * platform/efl/editing/selection/5232159-expected.png: Added.
81586         * platform/efl/editing/selection/5232159-expected.txt: Added.
81587         * platform/efl/editing/selection/5234383-1-expected.png: Added.
81588         * platform/efl/editing/selection/5234383-1-expected.txt: Added.
81589         * platform/efl/editing/selection/5234383-2-expected.png: Added.
81590         * platform/efl/editing/selection/5234383-2-expected.txt: Added.
81591         * platform/efl/editing/selection/5240265-expected.png: Added.
81592         * platform/efl/editing/selection/5240265-expected.txt: Added.
81593         * platform/efl/editing/selection/5333725-expected.png: Added.
81594         * platform/efl/editing/selection/5333725-expected.txt: Added.
81595         * platform/efl/editing/selection/6476-expected.png: Added.
81596         * platform/efl/editing/selection/6476-expected.txt: Added.
81597         * platform/efl/editing/selection/7152-1-expected.png: Added.
81598         * platform/efl/editing/selection/7152-1-expected.txt: Added.
81599         * platform/efl/editing/selection/addRange-expected.png: Added.
81600         * platform/efl/editing/selection/addRange-expected.txt: Added.
81601         * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
81602         * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
81603         * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
81604         * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
81605         * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
81606         * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
81607         * platform/efl/editing/selection/caret-ltr-expected.png: Added.
81608         * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
81609         * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
81610         * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
81611         * platform/efl/editing/selection/caret-rtl-expected.png: Added.
81612         * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
81613         * platform/efl/editing/selection/clear-selection-expected.png: Added.
81614         * platform/efl/editing/selection/clear-selection-expected.txt: Added.
81615         * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
81616         * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
81617         * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
81618         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
81619         * platform/efl/editing/selection/display-table-text-expected.png: Added.
81620         * platform/efl/editing/selection/display-table-text-expected.txt: Added.
81621         * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
81622         * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
81623         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
81624         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
81625         * platform/efl/editing/selection/editable-html-element-expected.png: Added.
81626         * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
81627         * platform/efl/editing/selection/editable-links-expected.png: Added.
81628         * platform/efl/editing/selection/editable-links-expected.txt: Added.
81629         * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
81630         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
81631         * platform/efl/editing/selection/end-of-document-expected.png: Added.
81632         * platform/efl/editing/selection/end-of-document-expected.txt: Added.
81633         * platform/efl/editing/selection/expanding-selections-expected.png: Added.
81634         * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
81635         * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
81636         * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
81637         * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
81638         * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
81639         * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
81640         * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
81641         * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
81642         * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
81643         * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
81644         * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
81645         * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
81646         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
81647         * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
81648         * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
81649         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
81650         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
81651         * platform/efl/editing/selection/focus-body-expected.png: Added.
81652         * platform/efl/editing/selection/focus-body-expected.txt: Added.
81653         * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
81654         * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
81655         * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
81656         * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
81657         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
81658         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
81659         * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
81660         * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
81661         * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
81662         * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
81663         * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
81664         * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
81665         * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
81666         * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
81667         * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
81668         * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
81669         * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
81670         * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
81671         * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
81672         * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
81673         * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
81674         * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
81675         * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
81676         * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
81677         * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
81678         * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
81679         * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
81680         * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
81681         * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
81682         * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
81683         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
81684         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
81685         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
81686         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
81687         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
81688         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
81689         * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
81690         * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
81691         * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
81692         * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
81693         * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
81694         * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
81695         * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
81696         * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
81697         * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
81698         * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
81699         * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
81700         * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
81701         * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
81702         * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
81703         * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
81704         * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
81705         * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
81706         * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
81707         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
81708         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
81709         * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
81710         * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
81711         * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
81712         * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
81713         * platform/efl/editing/selection/node-removal-1-expected.png: Added.
81714         * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
81715         * platform/efl/editing/selection/previous-line-position-expected.png: Added.
81716         * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
81717         * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
81718         * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
81719         * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
81720         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
81721         * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
81722         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
81723         * platform/efl/editing/selection/select-all-001-expected.png: Added.
81724         * platform/efl/editing/selection/select-all-001-expected.txt: Added.
81725         * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
81726         * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
81727         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
81728         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
81729         * platform/efl/editing/selection/selectNode-expected.png: Added.
81730         * platform/efl/editing/selection/selectNode-expected.txt: Added.
81731         * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
81732         * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
81733         * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
81734         * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
81735         * platform/efl/editing/selection/table-caret-1-expected.png: Added.
81736         * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
81737         * platform/efl/editing/selection/table-caret-2-expected.png: Added.
81738         * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
81739         * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
81740         * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
81741         * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
81742         * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
81743         * platform/efl/editing/selection/unrendered-001-expected.png: Added.
81744         * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
81745         * platform/efl/editing/selection/unrendered-002-expected.png: Added.
81746         * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
81747         * platform/efl/editing/selection/unrendered-003-expected.png: Added.
81748         * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
81749         * platform/efl/editing/selection/unrendered-004-expected.png: Added.
81750         * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
81751         * platform/efl/editing/selection/unrendered-005-expected.png: Added.
81752         * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
81753         * platform/efl/editing/selection/unrendered-space-expected.png: Added.
81754         * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
81755         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
81756         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
81757         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
81758         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
81759         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
81760         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
81761         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
81762         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
81763         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
81764         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
81765         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
81766         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
81767         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
81768         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
81769         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
81770         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
81771         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
81772         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
81773         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
81774         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
81775         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
81776         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
81777         * platform/efl/editing/selection/word-granularity-expected.png: Added.
81778         * platform/efl/editing/selection/word-granularity-expected.txt: Added.
81779         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
81780         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
81781         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
81782         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
81783         * platform/efl/editing/style/4916887-expected.png: Added.
81784         * platform/efl/editing/style/4916887-expected.txt: Added.
81785         * platform/efl/editing/style/5017613-2-expected.png: Added.
81786         * platform/efl/editing/style/5017613-2-expected.txt: Added.
81787         * platform/efl/editing/style/5046875-2-expected.png: Added.
81788         * platform/efl/editing/style/5046875-2-expected.txt: Added.
81789         * platform/efl/editing/style/5084241-expected.png: Added.
81790         * platform/efl/editing/style/5084241-expected.txt: Added.
81791         * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
81792         * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
81793         * platform/efl/editing/style/block-style-001-expected.png: Added.
81794         * platform/efl/editing/style/block-style-001-expected.txt: Added.
81795         * platform/efl/editing/style/block-style-002-expected.png: Added.
81796         * platform/efl/editing/style/block-style-002-expected.txt: Added.
81797         * platform/efl/editing/style/block-style-003-expected.png: Added.
81798         * platform/efl/editing/style/block-style-003-expected.txt: Added.
81799         * platform/efl/editing/style/block-styles-007-expected.png: Added.
81800         * platform/efl/editing/style/block-styles-007-expected.txt: Added.
81801         * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
81802         * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
81803         * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
81804         * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
81805         * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
81806         * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
81807         * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
81808         * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
81809         * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
81810         * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
81811         * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
81812         * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
81813         * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
81814         * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
81815         * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
81816         * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
81817         * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
81818         * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
81819         * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
81820         * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
81821         * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
81822         * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
81823         * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
81824         * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
81825         * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
81826         * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
81827         * platform/efl/editing/style/designmode-expected.png: Added.
81828         * platform/efl/editing/style/designmode-expected.txt: Added.
81829         * platform/efl/editing/style/highlight-expected.png: Added.
81830         * platform/efl/editing/style/highlight-expected.txt: Added.
81831         * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
81832         * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
81833         * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
81834         * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
81835         * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
81836         * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
81837         * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
81838         * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
81839         * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
81840         * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
81841         * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
81842         * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
81843         * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
81844         * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
81845         * platform/efl/editing/style/style-boundary-001-expected.png: Added.
81846         * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
81847         * platform/efl/editing/style/style-boundary-002-expected.png: Added.
81848         * platform/efl/editing/style/style-boundary-003-expected.png: Added.
81849         * platform/efl/editing/style/style-boundary-004-expected.png: Added.
81850         * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
81851         * platform/efl/editing/style/table-selection-expected.png: Added.
81852         * platform/efl/editing/style/table-selection-expected.txt: Added.
81853         * platform/efl/editing/style/typing-style-001-expected.png: Added.
81854         * platform/efl/editing/style/typing-style-002-expected.png: Added.
81855         * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
81856         * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.
81857
81858 2012-10-25  Roger Fong  <roger_fong@apple.com>
81859
81860         Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.
81861
81862         * platform/win/fast/css/image-set-setting-expected.txt:
81863
81864 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
81865
81866         Unreviewed, rolling out r132269.
81867         http://trac.webkit.org/changeset/132269
81868         https://bugs.webkit.org/show_bug.cgi?id=100412
81869
81870         "Speculative rollout of r132269 in hopes of fixing a
81871         mysterious recalcStyle crasher" (Requested by eseidel on
81872         #webkit).
81873
81874         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81875         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81876         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
81877         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81878         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81879         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
81880         * fast/forms/pseudo-elements-expected.html: Removed.
81881         * fast/forms/pseudo-elements.html: Removed.
81882         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81883         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81884         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
81885         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81886         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81887         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
81888         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81889         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81890         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81891         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81892         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81893         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81894         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81895         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81896         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81897         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81898         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81899         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81900         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81901         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81902         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81903         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81904
81905 2012-10-25  Stephen White  <senorblanco@chromium.org>
81906
81907         Add new layout test for reference filters.
81908         https://bugs.webkit.org/show_bug.cgi?id=97715
81909
81910         Reviewed by Nate Chapin.
81911
81912         * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
81913         * css3/filters/reference-filter-update-after-remove.html: Added.
81914
81915 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81916
81917         Incorrect tile size in the slow scrolling case
81918         https://bugs.webkit.org/show_bug.cgi?id=100411
81919
81920         Reviewed by Beth Dakin.
81921
81922         New result with better tile size.
81923
81924         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
81925
81926 2012-10-25  Roger Fong  <roger_fong@apple.com>
81927
81928         Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
81929         Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.
81930
81931         * platform/win/TestExpectations:
81932
81933 2012-10-25  Nico Weber  <thakis@chromium.org>
81934
81935         Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
81936         https://bugs.webkit.org/show_bug.cgi?id=100319
81937
81938         Reviewed by Eric Seidel.
81939
81940         * platform/chromium/TestExpectations:
81941
81942 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81943
81944         Log the tile cache tile size in test output
81945         https://bugs.webkit.org/show_bug.cgi?id=100409
81946
81947         Reviewed by Beth Dakin.
81948
81949         New results with tile size in the output.
81950
81951         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
81952         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
81953         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
81954         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
81955
81956 2012-10-25  Zan Dobersek  <zandobersek@gmail.com>
81957
81958         Unreviewed GTK gardening.
81959
81960         Removing three fast/lists test failure expectations, the tests
81961         were fixed in r132507.
81962
81963         * platform/gtk/TestExpectations:
81964
81965 2012-10-25  Roger Fong  <roger_fong@apple.com>
81966
81967         Unreviewed. Skip failing accessibility tests.
81968         accessibility/title-ui-element-correctness.html
81969         accessibility/aria-slider-value.html
81970         accesibility/hidden-legend.html
81971
81972         * platform/win/TestExpectations:
81973
81974 2012-10-25  Dominic Mazzoni  <dmazzoni@google.com>
81975
81976         AX: Notification should be sent when accessibilityIsIgnored changes
81977         https://bugs.webkit.org/show_bug.cgi?id=99547
81978
81979         Reviewed by Chris Fleizach.
81980
81981         Adds 3 new test to ensure:
81982         1. A "children changed" notification is fired on the parent object when an
81983            object that was previously ignored becomes unignored.
81984         2. A notification is sent when an element's text (incl. title or label) changes.
81985         3. A notification is sent when another ARIA attribute changes.
81986
81987         Modifies add-to-menu-list-crashes because it was too brittle; it was
81988             referencing a stale object rather than retrieving its latest handle.
81989         Modifies aria-checkbox-sends-notification to listen on the correct
81990             object on all platforms.
81991         Simplifies notification-listeners so it doesn't generate additional
81992             notifications that are inconsistent between platforms now.
81993
81994         * accessibility/aria-checkbox-sends-notification.html:
81995         * accessibility/notification-listeners.html:
81996         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
81997         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
81998         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
81999         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
82000         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
82001         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
82002         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
82003         * platform/chromium/accessibility/text-change-notification.html: Added.
82004
82005 2012-10-25  Tom Sepez  <tsepez@chromium.org>
82006
82007         XSSAuditor must replace form action with about:blank when reflected action detected.
82008         https://bugs.webkit.org/show_bug.cgi?id=100280
82009
82010         Reviewed by Daniel Bates.
82011
82012         Update tests to log form action attribute.
82013
82014         * http/tests/security/xssAuditor/form-action-expected.txt:
82015         * http/tests/security/xssAuditor/form-action.html:
82016         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
82017
82018 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
82019
82020         [EFL] Plugin test gardening
82021         https://bugs.webkit.org/show_bug.cgi?id=100359
82022
82023         Unreviewed, EFL gardening.
82024
82025         fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
82026         plugin-document.html are passing on WK2 now.
82027
82028         * platform/efl-wk1/TestExpectations:
82029         * platform/efl/TestExpectations:
82030
82031 2012-10-25  Kevin Ellis  <kevers@chromium.org>
82032
82033         Touch adjustment snaps to wrong target at a plugin boundary.
82034         https://bugs.webkit.org/show_bug.cgi?id=99938
82035
82036         Reviewed by Antonio Gomes.
82037
82038         Test for touch adjustment at a plugin boundary.
82039         Prior to the patch, plugins were not considered
82040         candidates for touch adjustment.
82041
82042         * touchadjustment/plugin-expected.txt: Added.
82043         * touchadjustment/plugin.html: Added.
82044
82045 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
82046
82047         [Qt] Unreviewed gardening, skip failing tests to speedup testing.
82048
82049         * platform/qt/TestExpectations:
82050
82051 2012-10-25  Yury Semikhatsky  <yurys@chromium.org>
82052
82053         Web Inspector: inspector tests failing after r132454
82054         https://bugs.webkit.org/show_bug.cgi?id=100381
82055
82056         Reviewed by Pavel Feldman.
82057
82058         Enable memory instrumentation tests now that the problem is fixed.
82059
82060         * platform/chromium/TestExpectations:
82061
82062 2012-10-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>
82063
82064         'resolution' MQ: Printing should use use high resolution images when available
82065         https://bugs.webkit.org/show_bug.cgi?id=100382
82066
82067         Reviewed by Antti Koivisto.
82068
82069         Special case print to not use the dpi of the screen, but one of 300.
82070
82071         Updated the resolution media query test to cover this.
82072
82073         * fast/media/mq-resolution-expected.txt:
82074         * fast/media/mq-resolution.html:
82075
82076 2012-10-25  Kevin Ellis  <kevers@chromium.org>
82077
82078         Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
82079         https://bugs.webkit.org/show_bug.cgi?id=97576
82080
82081         Reviewed by Antonio Gomes.
82082
82083         Add test to verify that touch adjustment is coarse for
82084         editable content, being based on the bounds of the
82085         editable content and not its children.
82086
82087         * touchadjustment/editable-content-expected.txt: Added.
82088         * touchadjustment/editable-content.html: Added.
82089
82090 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
82091
82092         [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
82093         does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.
82094
82095         * platform/qt-5.0-wk1/TestExpectations:
82096
82097 2012-10-25  'Pavel Feldman'  <pfeldman@chromium.org>
82098
82099         Not reviewed: chromium test expectations updated.
82100
82101         * platform/chromium/TestExpectations:
82102
82103 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82104
82105         Add setMediaTypeOverride to window.internals.settings
82106         https://bugs.webkit.org/show_bug.cgi?id=100249
82107
82108         Reviewed by Kenneth Rohde Christiansen.
82109
82110         Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
82111         window.internals.settings.setMediaTypeOverride.
82112         Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
82113         on other ports but it needs to be checked first.
82114
82115         * fast/media/print-restores-previous-mediatype.html:
82116         * platform/efl/TestExpectations:
82117
82118 2012-10-22  Mikhail Naganov  <mnaganov@chromium.org>
82119
82120         [Chromium] Add supportMultipleWindows setting, needed for Android
82121         https://bugs.webkit.org/show_bug.cgi?id=99716
82122
82123         Reviewed by Adam Barth.
82124
82125         Add supportMultipleWindows settings for reusing the same view when
82126         opening popups. This is required for emulating the behavior of
82127         Android WebView. Adding into WebCore, as other ports might want to
82128         use this setting in the future.
82129
82130         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
82131         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
82132         * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
82133         * fast/dom/Window/window-open-no-multiple-windows.html: Added.
82134         * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
82135         * fast/forms/post-popup-no-multiple-windows.html: Added.
82136         * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
82137         * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
82138         * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
82139
82140 2012-10-25  Florin Malita  <fmalita@chromium.org>
82141
82142         [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.
82143
82144         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
82145         * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
82146         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
82147         * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
82148         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
82149         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
82150         * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
82151         * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
82152         * platform/chromium/TestExpectations:
82153
82154 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
82155
82156         [Qt] Pixel tests need rebaseline
82157         https://bugs.webkit.org/show_bug.cgi?id=99323
82158
82159         Unreviewed pixel gardening.
82160
82161         Rebase some tests, add missing expectations, mark wrong results as image failure.
82162
82163         * platform/qt-5.0-wk2/TestExpectations:
82164         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82165         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
82166         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
82167         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
82168         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
82169         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
82170         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
82171         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
82172         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
82173         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
82174         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
82175         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
82176         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
82177         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
82178         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
82179         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
82180         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
82181         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
82182         * platform/qt/TestExpectations:
82183         * platform/qt/animations/state-at-end-event-expected.png: Added.
82184         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
82185         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
82186         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
82187         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
82188         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
82189         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
82190         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
82191         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
82192         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
82193         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
82194         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
82195         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
82196         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
82197         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
82198         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
82199         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
82200         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
82201         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
82202         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
82203         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
82204         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
82205         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
82206         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82207         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
82208         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
82209         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
82210         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
82211         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
82212         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
82213         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
82214         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
82215         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
82216         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
82217         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
82218         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
82219         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
82220         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
82221         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
82222         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
82223         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
82224         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
82225         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
82226         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
82227         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
82228         * platform/qt/fast/block/float/009-expected.png: Added.
82229         * platform/qt/fast/block/float/034-expected.png: Added.
82230         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
82231         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
82232         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
82233         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
82234         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
82235         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
82236         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
82237         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
82238         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
82239         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
82240         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
82241         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
82242         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
82243         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
82244         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
82245         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
82246         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
82247         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
82248         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
82249         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
82250         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
82251         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
82252         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
82253         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
82254         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
82255         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
82256         * platform/qt/fast/css/006-expected.png: Added.
82257         * platform/qt/fast/css/background-clip-values-expected.png: Added.
82258         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
82259         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
82260         * platform/qt/fast/css/content-dynamic-expected.png: Added.
82261         * platform/qt/fast/css/contentDiv-expected.png: Added.
82262         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
82263         * platform/qt/fast/css/contentImage-expected.png: Added.
82264         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
82265         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
82266         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
82267         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
82268         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
82269         * platform/qt/fast/dynamic/001-expected.png: Added.
82270         * platform/qt/fast/dynamic/005-expected.png: Added.
82271         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
82272         * platform/qt/fast/dynamic/staticY-expected.png: Added.
82273         * platform/qt/fast/forms/002-expected.png: Added.
82274         * platform/qt/fast/forms/003-expected.png: Added.
82275         * platform/qt/fast/forms/004-expected.png: Added.
82276         * platform/qt/fast/forms/005-expected.png: Added.
82277         * platform/qt/fast/forms/006-expected.png: Added.
82278         * platform/qt/fast/forms/007-expected.png: Added.
82279         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
82280         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
82281         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
82282         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
82283         * platform/qt/fast/forms/button-submit-expected.png: Added.
82284         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
82285         * platform/qt/fast/forms/control-clip-expected.png: Added.
82286         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
82287         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
82288         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
82289         * platform/qt/fast/forms/formmove-expected.png: Added.
82290         * platform/qt/fast/forms/formmove2-expected.png: Added.
82291         * platform/qt/fast/forms/image-border-expected.png: Added.
82292         * platform/qt/fast/forms/indeterminate-expected.png: Added.
82293         * platform/qt/fast/forms/input-align-image-expected.png: Added.
82294         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
82295         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
82296         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
82297         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
82298         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
82299         * platform/qt/fast/forms/option-index-expected.png: Added.
82300         * platform/qt/fast/forms/option-script-expected.png: Added.
82301         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
82302         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
82303         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
82304         * platform/qt/fast/forms/select-align-expected.png: Added.
82305         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
82306         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
82307         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
82308         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
82309         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
82310         * platform/qt/fast/forms/select-selected-expected.png: Added.
82311         * platform/qt/fast/forms/select-size-expected.png: Added.
82312         * platform/qt/fast/forms/select-style-expected.png: Added.
82313         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
82314         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
82315         * platform/qt/fast/frames/002-expected.png: Added.
82316         * platform/qt/fast/frames/calculate-round-expected.png: Added.
82317         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
82318         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
82319         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
82320         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
82321         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
82322         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
82323         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
82324         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
82325         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
82326         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
82327         * platform/qt/fast/images/embed-image-expected.png: Added.
82328         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
82329         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
82330         * platform/qt/fast/images/object-image-expected.png: Added.
82331         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
82332         * platform/qt/fast/inline-block/004-expected.png: Added.
82333         * platform/qt/fast/inline-block/005-expected.png: Added.
82334         * platform/qt/fast/invalid/015-expected.png: Added.
82335         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
82336         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
82337         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
82338         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
82339         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
82340         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
82341         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
82342         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
82343         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
82344         * platform/qt/fast/media/monochrome-expected.png: Added.
82345         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
82346         * platform/qt/fast/overflow/position-relative-expected.png: Added.
82347         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
82348         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
82349         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
82350         * platform/qt/fast/reflections/table-cell-expected.png: Added.
82351         * platform/qt/fast/repaint/background-generated-expected.png: Added.
82352         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
82353         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
82354         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
82355         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
82356         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
82357         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
82358         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
82359         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
82360         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
82361         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
82362         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
82363         * platform/qt/fast/repaint/table-row-expected.png: Added.
82364         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
82365         * platform/qt/fast/replaced/008-expected.png: Added.
82366         * platform/qt/fast/replaced/image-tag-expected.png: Added.
82367         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
82368         * platform/qt/fast/table/008-expected.png: Added.
82369         * platform/qt/fast/table/024-expected.png: Added.
82370         * platform/qt/fast/table/031-expected.png: Added.
82371         * platform/qt/fast/table/caption-relayout-expected.png: Added.
82372         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
82373         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
82374         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
82375         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
82376         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
82377         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
82378         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
82379         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
82380         * platform/qt/fast/table/giantRowspan-expected.png: Added.
82381         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
82382         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
82383         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
82384         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
82385         * platform/qt/fast/text/basic/013-expected.png: Added.
82386         * platform/qt/fast/text/basic/015-expected.png: Added.
82387         * platform/qt/fast/text/line-breaks-expected.png: Added.
82388         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
82389         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
82390         * platform/qt/fast/text/whitespace/017-expected.png: Added.
82391         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
82392         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
82393         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
82394         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
82395         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
82396         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
82397         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
82398         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
82399         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
82400         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
82401         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
82402         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
82403         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
82404         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
82405         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
82406         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
82407         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
82408         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
82409         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
82410         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
82411         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
82412         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
82413         * platform/qt/svg/custom/createImageElement-expected.png: Added.
82414         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
82415         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
82416         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
82417         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
82418         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
82419         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
82420         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
82421         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
82422         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
82423         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
82424         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
82425         * platform/qt/svg/custom/pan-direction-expected.png: Added.
82426         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
82427         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
82428         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
82429         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
82430         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
82431         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
82432         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
82433         * platform/qt/svg/filters/feMerge-expected.png: Added.
82434         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
82435         * platform/qt/svg/filters/feOffset-expected.png: Added.
82436         * platform/qt/svg/filters/feTile-expected.png: Added.
82437         * platform/qt/svg/filters/filter-clip-expected.png: Added.
82438         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
82439         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
82440         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
82441         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
82442         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
82443         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
82444         * platform/qt/svg/hixie/error/006-expected.png: Added.
82445         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
82446         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
82447         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
82448         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
82449         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
82450         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
82451         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
82452         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
82453         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
82454         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
82455         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
82456         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
82457         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
82458         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
82459         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
82460         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
82461         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
82462         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
82463         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
82464         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
82465         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
82466         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
82467         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
82468
82469 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
82470
82471         [Qt] Pixel tests need rebaseline
82472         https://bugs.webkit.org/show_bug.cgi?id=99323
82473
82474         Unreviewed pixel gardening.
82475
82476         Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.
82477
82478         * platform/qt-5.0-wk2/TestExpectations:
82479         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
82480         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
82481         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
82482         * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
82483         * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
82484         * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
82485         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
82486         * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
82487         * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
82488         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
82489         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
82490         * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
82491         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
82492         * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
82493         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
82494         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
82495         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
82496         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
82497         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
82498         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
82499         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
82500         * platform/qt/TestExpectations:
82501         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
82502
82503 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82504
82505         [EFL] Gardening after r132394
82506         https://bugs.webkit.org/show_bug.cgi?id=100365
82507
82508         Unreviewed gardening.
82509
82510         Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
82511         test fail on EFL port due to missing AC support.
82512
82513         * platform/efl/TestExpectations:
82514
82515 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
82516
82517         [EFL][QT] Remove test which is not exist
82518         https://bugs.webkit.org/show_bug.cgi?id=100366
82519
82520         Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.
82521
82522         * platform/efl-wk1/TestExpectations:
82523         * platform/qt/TestExpectations:
82524
82525 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82526
82527         [EFL][WK2] Gardening after r132386
82528         https://bugs.webkit.org/show_bug.cgi?id=100362
82529
82530         Unreviewed gardening.
82531
82532         Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
82533         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
82534         networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.
82535
82536         * platform/efl-wk2/TestExpectations:
82537
82538 2012-10-25  Alexander Shalamov  <alexander.shalamov@intel.com>
82539
82540         Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
82541         https://bugs.webkit.org/show_bug.cgi?id=100272
82542
82543         Reviewed by Kenneth Rohde Christiansen.
82544
82545         Test if resolution media query is supported before identifying dpi of the media.
82546
82547         * fast/media/w3c/test_media_queries.html:
82548
82549 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
82550
82551         [Qt] Unreviewed gardening.
82552
82553         Unskip tests that are not exist already.
82554
82555         * platform/qt-5.0-wk2/TestExpectations:
82556
82557 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
82558
82559         [Qt] Unreviewed gardening.
82560
82561         Skip a new failing test introduced in r132394.
82562
82563         * platform/qt-5.0-wk2/TestExpectations:
82564
82565 2012-10-24  Csaba Osztrogonác  <ossy@webkit.org>
82566
82567         [Qt] Unreviewed gardening, skip a new failing test.
82568
82569         * platform/qt/TestExpectations:
82570
82571 2012-10-24  Kent Tamura  <tkent@chromium.org>
82572
82573         REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
82574         https://bugs.webkit.org/show_bug.cgi?id=100326
82575
82576         Reviewed by Eric Seidel.
82577
82578         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
82579         * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.
82580
82581 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82582
82583         Not reviewed: updating chromium TestExpectations for the roll.
82584
82585         * platform/chromium/TestExpectations:
82586
82587 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82588
82589         Not reviewed: updating chromium TestExpectations for the roll.
82590
82591         * platform/chromium/TestExpectations:
82592
82593 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82594
82595         Not reviewed: platform/chromium/TestExpectations lint.
82596
82597         * platform/chromium/TestExpectations:
82598
82599 2012-10-24  Kangil Han  <kangil.han@samsung.com>
82600
82601         Rebaseline some sputnik unicode failed cases.
82602         https://bugs.webkit.org/show_bug.cgi?id=99976
82603
82604         Unreviewed rebaseline.
82605
82606         According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
82607         As Ubuntu 12.04 installs 4.8 and mac has same result with windows, expected results on BUG 93103 could replace common result file except chromium-mac-snowleopard.
82608
82609         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82610         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82611         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82612         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82613         * platform/efl/TestExpectations:
82614         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82615         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82616         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82617         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82618         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82619         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82620         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82621         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82622         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82623         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82624         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82625         * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
82626         * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
82627         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
82628         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:
82629
82630 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82631
82632         Add two more tiled scrolling tests
82633         https://bugs.webkit.org/show_bug.cgi?id=100314
82634
82635         Reviewed by Beth Dakin.
82636
82637         Two new tests for TileCache tile coverage after scrolling.
82638
82639         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
82640         * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
82641         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
82642         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.
82643
82644 2012-10-24  Beth Dakin  <bdakin@apple.com>
82645
82646         Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
82647         I checked in results that relied on some local changes in WK2.
82648
82649         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
82650
82651 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82652
82653         Skip tiled drawing tests for WK1
82654         https://bugs.webkit.org/show_bug.cgi?id=100312
82655
82656         Reviewed by Beth Dakin.
82657
82658         Skip platform/mac/tiled-drawing tests in the main TestExpections file,
82659         but re-enable it in the WK2 TestExpections file.
82660
82661         * platform/mac-wk2/TestExpectations:
82662         * platform/mac/TestExpectations:
82663
82664 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
82665
82666         Unreviewed, update chromium-mac-mountainlion baselines.
82667
82668         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png.
82669         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt.
82670         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
82671         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
82672
82673 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
82674
82675         Unreviewed, expectations and baseline cleanup.
82676
82677         Remove some old baselines for a test that was converted to a reftest,
82678         and remove entries for tests no longer failing on Chromium Mac ML.
82679
82680         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
82681         * platform/chromium-mac-mountainlion/TestExpectations:
82682         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
82683         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.
82684
82685 2012-10-24  Beth Dakin  <bdakin@apple.com>
82686
82687         https://bugs.webkit.org/show_bug.cgi?id=100169
82688         We should make TileCache tiles the size of the tile coverage rect 
82689         when we can't do fast scrolling
82690         -and-
82691         <rdar://problem/12505021>
82692
82693         Reviewed by Simon Fraser.
82694
82695         New test.
82696         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
82697         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.
82698
82699 2012-10-24  David Barton  <dbarton@mathscribe.com>
82700
82701         MathML tests trigger font cache assertions in debug bots
82702         https://bugs.webkit.org/show_bug.cgi?id=100268
82703
82704         Reviewed by Eric Seidel.
82705
82706         * platform/chromium/TestExpectations:
82707
82708 2012-10-24  Tommy Widenflycht  <tommyw@google.com>
82709
82710         MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
82711         https://bugs.webkit.org/show_bug.cgi?id=100286
82712
82713         Reviewed by Adam Barth.
82714
82715         RTCPeerConnection::close is the only function that dispatches an event directly so only test that.
82716
82717         * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
82718         * fast/mediastream/RTCPeerConnection-events.html: Added.
82719
82720 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82721
82722         Unreviewed gardening. Chromium revision 163873 also made
82723         platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.
82724
82725         * platform/chromium/TestExpectations:
82726
82727 2012-10-24  Max Vujovic  <mvujovic@adobe.com>
82728
82729         [CSS Shaders] The mesh should be specified using <column, row> order
82730         https://bugs.webkit.org/show_bug.cgi?id=96285
82731
82732         Reviewed by Dean Jackson.
82733
82734         Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
82735         Update existing tests for u_meshSize and u_tileSize to expect column, row order.
82736
82737         * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
82738         * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
82739         * css3/filters/resources/checkerboard.vs: Added.
82740         * css3/filters/resources/u-mesh-size.fs:
82741         * css3/filters/resources/u-tile-size.fs:
82742         * css3/filters/resources/varying-mix-color.fs: Added.
82743
82744 2012-10-24  Tony Chang  <tony@chromium.org>
82745
82746         [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.
82747
82748         * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82749         * platform/chromium-win/css3/flexbox/repaint-during-resize-no-flex-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png.
82750         * platform/chromium/TestExpectations:
82751
82752 2012-10-24  Sailesh Agrawal  <sail@chromium.org>
82753
82754         Incorrect keycodes for numpad /, -, +, .
82755         https://bugs.webkit.org/show_bug.cgi?id=99188
82756
82757         Reviewed by Tony Chang.
82758
82759         Added test to map numpad keys to windows virtual keycodes. This test is for the Mac port only. DumpRenderTree in the chromium-mac port doesn't use Mac keycodes so this can't be tested on that platform.
82760
82761         * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
82762         * platform/mac/fast/events/numpad-keycode-mapping.html: Added.
82763
82764 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82765
82766         Unreviewed gardening. Marking the software compositing version of
82767         compositing/tiling/backface-preserve-3d-tiled.html as failing as well.
82768
82769         * platform/chromium/TestExpectations:
82770
82771 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82772
82773         Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.
82774
82775         * platform/chromium/TestExpectations:
82776
82777 2012-10-24  Terry Anderson  <tdanderson@chromium.org>
82778
82779         Handle two-finger tap gestures in the same way as long-press gestures
82780         https://bugs.webkit.org/show_bug.cgi?id=99947
82781
82782         Reviewed by Adam Barth.
82783
82784         New layout test for dispatching context menus on a two-finger tap
82785         gesture when touch adjustment is enabled.
82786
82787         * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
82788         * touchadjustment/touch-links-two-finger-tap.html: Added.
82789
82790 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
82791
82792         AX:When aria-label is used, the text under an element is still appearing as the AXTitle
82793         https://bugs.webkit.org/show_bug.cgi?id=98167
82794
82795         Reviewed by Beth Dakin.
82796
82797         * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
82798         * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
82799         * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
82800
82801 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
82802
82803         Unreviewed, rolling out r132303 and r132312.
82804         http://trac.webkit.org/changeset/132303
82805         http://trac.webkit.org/changeset/132312
82806         https://bugs.webkit.org/show_bug.cgi?id=100287
82807
82808         Triggering crashes on many popular websites (Requested by
82809         leviw|gardening on #webkit).
82810
82811         * fast/dom/shadow/athost-atrules-expected.txt: Removed.
82812         * fast/dom/shadow/athost-atrules.html: Removed.
82813
82814 2012-10-24  Joshua Bell  <jsbell@chromium.org>
82815
82816         IndexedDB: Cursor property value identities should be preserved
82817         https://bugs.webkit.org/show_bug.cgi?id=100051
82818
82819         Reviewed by Tony Chang.
82820
82821         Add tests to verify identity/read-only/mutability of cursor properties.
82822
82823         * storage/indexeddb/cursor-properties-expected.txt: Added.
82824         * storage/indexeddb/cursor-properties.html: Added.
82825         * storage/indexeddb/resources/cursor-properties.js: Added.
82826         (test.request.onsuccess):
82827         (test):
82828         (onUpgradeNeeded):
82829         (onOpenSuccess.request.onsuccess):
82830         (onOpenSuccess):
82831         (checkProperty):
82832
82833 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82834
82835         Unreviewed gardening. Updating slow expectations for two tests following a Chromium
82836         change. See https://bugs.webkit.org/show_bug.cgi?id=100287
82837
82838         * platform/chromium/TestExpectations:
82839
82840 2012-10-24  Tony Chang  <tony@chromium.org>
82841
82842         Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
82843         https://bugs.webkit.org/show_bug.cgi?id=99925
82844
82845         Reviewed by Ojan Vafai.
82846
82847         Add a repaint test.  The render tree should be cross platform, but due to
82848         slight color differences in the grey overlay, the png can't be shared.
82849
82850         * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
82851         * css3/flexbox/repaint-during-resize-no-flex.html: Added.
82852         * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82853         * platform/chromium/TestExpectations:
82854
82855 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82856
82857         Fix CALayer hiearchy when combining tiling with preserve-3d
82858         https://bugs.webkit.org/show_bug.cgi?id=100205
82859
82860         Reviewed by Dean Jackson.
82861
82862         Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
82863         failing on Chromium.
82864
82865         * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
82866         * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
82867         * compositing/tiling/backface-preserve-3d-tiled.html: Added.
82868         * platform/chromium/TestExpectations:
82869
82870 2012-10-24  Rick Byers  <rbyers@chromium.org>
82871
82872         image-set doesn't round-trip properly with cssText
82873         https://bugs.webkit.org/show_bug.cgi?id=99725
82874
82875         Reviewed by Beth Dakin.
82876
82877         Update image-set-setting test to expect the css text to round-trip properly.
82878
82879         * fast/css/image-set-setting-expected.txt:
82880         * fast/css/script-tests/image-set-setting.js:
82881         (testComputedStyle):
82882         (testImageSetRule):
82883
82884 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
82885
82886         Unreviewed GTK gardening.
82887
82888         Rebaselining two Video Track tests after r132349.
82889
82890         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
82891         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
82892
82893 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
82894
82895         AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
82896         https://bugs.webkit.org/show_bug.cgi?id=100204
82897
82898         Reviewed by Beth Dakin.
82899
82900         Remove the aria-range.html test because the same functionality is covered in aria-slider.html
82901         Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
82902         move that to the general accessibility platform).
82903
82904         * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
82905         * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
82906         * platform/mac/accessibility/aria-range-expected.txt: Removed.
82907         * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
82908         * platform/mac/accessibility/aria-range-value.html: Removed.
82909         * platform/mac/accessibility/aria-range.html: Removed.
82910
82911 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82912
82913         Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
82914         Chromium debug bots following r132352. It may still timeout...
82915
82916         * platform/chromium/TestExpectations:
82917
82918 2012-10-24  Florin Malita  <fmalita@chromium.org>
82919
82920         [Chromium] SVG repaint issues
82921         https://bugs.webkit.org/show_bug.cgi?id=99874
82922
82923         Reviewed by Levi Weintraub.
82924
82925         * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
82926         * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
82927         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
82928         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
82929         * platform/chromium/TestExpectations:
82930
82931 2012-10-24  Dana Jansens  <danakj@chromium.org>
82932
82933         Layout tests to verify scaled composited layers have crisp text
82934         https://bugs.webkit.org/show_bug.cgi?id=96940
82935
82936         Reviewed by Adrienne Walker.
82937
82938         Chromium bug: crbug.com/149943
82939
82940         * compositing/text-on-scaled-layer-expected.html: Added.
82941         * compositing/text-on-scaled-layer.html: Added.
82942         * compositing/text-on-scaled-surface-expected.html: Added.
82943         * compositing/text-on-scaled-surface.html: Added.
82944         * platform/chromium/TestExpectations:
82945         * platform/mac/TestExpectations:
82946
82947 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82948
82949         Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
82950         and adding passing Lion expectations for a third mathml test.
82951
82952         * platform/chromium/TestExpectations:
82953         * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.
82954
82955 2012-10-24  Toni Barzic  <tbarzic@chromium.org>
82956
82957         Crash when trying to write exception message to null console
82958         https://bugs.webkit.org/show_bug.cgi?id=99658
82959
82960         Reviewed by Adam Barth.
82961
82962         The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
82963         The test passes if there is no crash.
82964         Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).
82965
82966         * fast/workers/resources/worker-exception.js: Added.
82967         * fast/workers/worker-exception-during-navigation-expected.txt: Added.
82968         * fast/workers/worker-exception-during-navigation.html: Added.
82969
82970 2012-10-24  David Barton  <dbarton@mathscribe.com>
82971
82972         [MathML] Timeouts on linux after r132264
82973         https://bugs.webkit.org/show_bug.cgi?id=100202
82974
82975         Reviewed by Eric Seidel.
82976
82977         The failing tests no longer timeout.
82978
82979         * platform/chromium/TestExpectations:
82980
82981 2012-10-24  Alexander Shalamov  <alexander.shalamov@intel.com>
82982
82983         CSS3 Media Queries - add resolution tests to W3C test suite
82984         https://bugs.webkit.org/show_bug.cgi?id=100231
82985
82986         Reviewed by Kenneth Rohde Christiansen.
82987
82988         Resolution media feature was implemented, therefore,
82989         W3C tests are added back to the test suite.
82990
82991         * fast/media/w3c/test_media_queries-expected.txt:
82992         * fast/media/w3c/test_media_queries.html:
82993
82994         Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.
82995
82996         * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
82997         * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
82998         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
82999         * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
83000         * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.
83001
83002 2012-10-24  Dominik Röttsches  <dominik.rottsches@intel.com>
83003
83004         [EFL] Unreviewed gardening.
83005
83006         * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
83007         * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.
83008
83009 2012-10-24  Eric Carlson  <eric.carlson@apple.com>
83010
83011         Allow ports to override text track rendering style
83012         https://bugs.webkit.org/show_bug.cgi?id=97800
83013         <rdar://problem/12044964>
83014
83015         Reviewed by Maciej Stachowiak.
83016
83017         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
83018         * media/track/track-cue-rendering.html: 
83019         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
83020
83021 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
83022
83023         Web Inspector: Introduce workspace provider as a content providing backend for project.
83024         https://bugs.webkit.org/show_bug.cgi?id=100244
83025
83026         Reviewed by Pavel Feldman.
83027
83028         * http/tests/inspector/compiler-script-mapping.html:
83029         * http/tests/inspector/workspace-test.js:
83030         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
83031         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
83032         * inspector/debugger/network-uisourcecode-provider.html:
83033         * inspector/debugger/script-snippet-model.html:
83034         * inspector/debugger/scripts-panel.html:
83035         * inspector/uisourcecode-revisions.html:
83036
83037 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
83038
83039         Web Inspector: UiSourceCode should rely on the workspace as a content provider.
83040         https://bugs.webkit.org/show_bug.cgi?id=100216
83041
83042         Reviewed by Pavel Feldman.
83043
83044         * http/tests/inspector/compiler-script-mapping.html:
83045         * inspector/debugger/breakpoint-manager.html:
83046         * inspector/debugger/script-formatter-search.html:
83047         * inspector/debugger/scripts-file-selector.html:
83048         * inspector/debugger/scripts-panel.html:
83049         * inspector/debugger/scripts-sorting.html:
83050         * inspector/debugger/ui-source-code-display-name.html:
83051         * inspector/debugger/ui-source-code.html:
83052         * inspector/uisourcecode-revisions.html:
83053
83054 2012-10-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
83055
83056         [EFL] Hopefully finish rebaselining after r131941 and r131991.
83057
83058         * platform/efl/compositing/clip-change-expected.png: Added.
83059         * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
83060         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
83061         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
83062         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
83063         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
83064         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
83065         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
83066         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
83067         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
83068         * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
83069         * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
83070         * platform/efl/compositing/rtl: Added.
83071         * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
83072         * platform/efl/compositing/video-page-visibility-expected.png:
83073         * platform/efl/css3/flexbox/repaint-expected.png:
83074         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
83075         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
83076         * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
83077         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
83078         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
83079         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
83080
83081 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
83082
83083         Unreviewed GTK gardening.
83084
83085         Adding crash expectations for tests that started crashing after r132286.
83086
83087         * platform/gtk/TestExpectations:
83088
83089 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
83090
83091         Unreviewed, rolling out r132333.
83092         http://trac.webkit.org/changeset/132333
83093         https://bugs.webkit.org/show_bug.cgi?id=100234
83094
83095         Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
83096         #webkit).
83097
83098         * platform/efl-wk2/TestExpectations:
83099         * platform/efl/TestExpectations:
83100         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
83101         * platform/efl/editing/spelling/spelling-expected.txt: Removed.
83102
83103 2012-10-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
83104
83105         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
83106         https://bugs.webkit.org/show_bug.cgi?id=93611
83107
83108         Reviewed by Hajime Morita.
83109
83110         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
83111         Add new baselines for two spelling tests.
83112
83113         * platform/efl-wk2/TestExpectations:
83114         * platform/efl/TestExpectations:
83115         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
83116         * platform/efl/editing/spelling/spelling-expected.txt: Added.
83117
83118 2012-10-24  Kent Tamura  <tkent@chromium.org>
83119
83120         [Chromium] Test expectation update
83121
83122         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83123         * platform/chromium/TestExpectations:
83124
83125 2012-10-24  Kent Tamura  <tkent@chromium.org>
83126
83127         [Chromium] Test expectation update
83128
83129         * platform/chromium/TestExpectations:
83130          - exif-orientation-css.html is ImageOnlyFailure.
83131          - Still need rebaseline for calendar-picker-appearance-step.html on Windows?
83132
83133 2012-10-12  Balazs Kelemen  <kbalazs@webkit.org>
83134
83135         [Qt][WK2] Skip tests that depend on disabling accelerated compositing
83136         https://bugs.webkit.org/show_bug.cgi?id=99167
83137
83138         Rubber-stamped by Simon Hausmann.
83139
83140         Skip those tests because we don't support the non-accelerated
83141         rendering path.
83142
83143         * platform/qt-5.0-wk2/TestExpectations:
83144
83145 2012-10-24  Kent Tamura  <tkent@chromium.org>
83146
83147         [Chromium] Rebaseline for r132310.
83148
83149         * platform/chromium/TestExpectations:
83150         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
83151         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
83152         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83153         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83154         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83155         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83156         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83157         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83158         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83159         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83160         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83161         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83162         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83163         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83164         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83165         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83166         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83167         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83168         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83169         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83170         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83171         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83172         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83173         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83174         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83175         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83176         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83177         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83178         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83179         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83180         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83181         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83182         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83183         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83184         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83185         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83186         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
83187         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
83188         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
83189         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
83190         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
83191         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
83192         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
83193         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
83194         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83195         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83196         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83197         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83198         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83199         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83200         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83201         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83202         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83203         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83204         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83205         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83206         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83207         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83208         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83209         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83210         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83211         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83212         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83213         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83214         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83215         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83216         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83217         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83218         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83219         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83220         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83221         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83222         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83223         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83224         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83225         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83226         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83227         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83228         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83229         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83230         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83231         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83232         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
83233         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
83234         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83235         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83236         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83237         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83238         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83239         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83240         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83241         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83242         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83243         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83244         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83245         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83246         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83247         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83248         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83249         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83250         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83251         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83252         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83253         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83254         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83255         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83256         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83257
83258 2012-10-24  Nandor Huszka  <hnandor@inf.u-szeged.hu>
83259
83260         [Qt] Unreviewed gardening.
83261
83262         Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.
83263
83264         * platform/qt/TestExpectations:
83265
83266 2012-10-24  Byungwoo Lee  <bw80.lee@samsung.com>
83267
83268         [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
83269         https://bugs.webkit.org/show_bug.cgi?id=100206
83270
83271         Unreviewed, EFL gardening.
83272
83273         The bug webkit.org/b/100065 is fixed and the test is passing now.
83274
83275         * platform/efl-wk1/TestExpectations:
83276
83277 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
83278
83279         Unreviewed GTK gardening.
83280         Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
83281         as flaky after r132143.
83282         Adding baselines for tvo SVG Transforms tests required after r132121.
83283
83284         * platform/gtk/TestExpectations:
83285         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
83286         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
83287         * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
83288         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.
83289
83290 2012-10-23  David Barton  <dbarton@mathscribe.com>
83291
83292         Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.
83293
83294         * platform/chromium/TestExpectations:
83295
83296 2012-10-23  Kent Tamura  <tkent@chromium.org>
83297
83298         Multiple fields input UI: Don't use CSS properties for physical direction
83299         https://bugs.webkit.org/show_bug.cgi?id=100195
83300
83301         Reviewed by Kentaro Hara.
83302
83303         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83304         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83305
83306 2012-10-23  Kent Tamura  <tkent@chromium.org>
83307
83308         [Chromium] Rebaseline for r132291
83309         https://bugs.webkit.org/show_bug.cgi?id=100088
83310
83311         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83312         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83313         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83314         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83315         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83316         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83317         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83318         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83319         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83320         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83321         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83322         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83323         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83324         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83325         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83326         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83327         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83328         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83329         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83330         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
83331         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83332         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
83333         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
83334         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83335         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83336         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
83337         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83338         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83339         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83340         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83341         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83342         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83343         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83344         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83345         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83346         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83347         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83348         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83349         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83350         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83351         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83352         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83353         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83354         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83355         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83356         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83357         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83358         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83359         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83360         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83361         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83362         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83363         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83364         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83365         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83366         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83367         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83368         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83369         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83370         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83371         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83372         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83373         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83374         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83375         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83376         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83377         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83378         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83379         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83380         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83381         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83382         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83383         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83384         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83385         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83386         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83387
83388 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
83389
83390         [Qt] Unreviewed nightly gardening, skip new failing tests.
83391
83392         * platform/qt/TestExpectations:
83393
83394 2012-10-23  Tony Chang  <tony@chromium.org>
83395
83396         [chromium] Remove duplicate platform/mac entries
83397         https://bugs.webkit.org/show_bug.cgi?id=100167
83398
83399         Reviewed by Dirk Pranke.
83400
83401         We intentionally don't run platform/mac tests in Chromium.  Remove lines
83402         that duplicate the directory WontFix.
83403
83404         * platform/chromium/TestExpectations:
83405
83406 2012-10-23  Takashi Sakamoto  <tasak@google.com>
83407
83408         [Shadow DOM] Needs @host rule for ShadowDOM styling
83409         https://bugs.webkit.org/show_bug.cgi?id=88606
83410
83411         Reviewed by Hajime Morita.
83412
83413         * fast/dom/shadow/athost-atrules-expected.txt: Added.
83414         * fast/dom/shadow/athost-atrules.html: Added.
83415
83416 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
83417
83418         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
83419         https://bugs.webkit.org/show_bug.cgi?id=100159
83420
83421         Reviewed by Tim Horton.
83422
83423         A new test that dumps tile cache data for a large page.
83424
83425         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
83426         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
83427
83428 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
83429
83430         Unreviewed, rolling out r132276.
83431         http://trac.webkit.org/changeset/132276
83432         https://bugs.webkit.org/show_bug.cgi?id=100189
83433
83434         It broke the Qt-WK2 build intentionally (Requested by
83435         Ossy_night on #webkit).
83436
83437         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
83438         * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.
83439
83440 2012-10-23  Noel Gordon  <noel.gordon@gmail.com>
83441
83442         exif-orientation tests should use dumpAsText(true) 
83443         https://bugs.webkit.org/show_bug.cgi?id=100076
83444
83445         Reviewed by Eric Seidel.
83446
83447         * fast/images/exif-orientation-css.html: Use dumpAsText(true).
83448         * fast/images/exif-orientation.html: ditto.
83449
83450 2012-10-23  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
83451
83452         [EFL] Unreviewed EFL gardening.
83453         https://bugs.webkit.org/show_bug.cgi?id=100125
83454
83455         Added pixel baselines for editing/pasteboard.
83456
83457         * platform/efl/editing/pasteboard: 26 new pixel baselines.
83458
83459 2012-10-23  Kent Tamura  <tkent@chromium.org>
83460
83461         REGRESSION(r131421): Text baseline is not aligned in some locales
83462         https://bugs.webkit.org/show_bug.cgi?id=100088
83463
83464         Reviewed by Hajime Morita.
83465
83466         Add a pixel image which has notable changes.
83467         Input elements in other tests have slightly small height and
83468         slightly narrow width.
83469
83470         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83471         * platform/chromium/TestExpectations:
83472
83473 2012-10-23  Varun Jain  <varunjain@chromium.org>
83474
83475         Context menu generated from touch gestures on textareas has
83476         context of the cursor position instead of the position where the event occurs.
83477         https://bugs.webkit.org/show_bug.cgi?id=99520
83478
83479         Reviewed by Kenneth Rohde Christiansen.
83480
83481         Send a synthetic mouse down event for context menu-summoning-gesture events so that
83482         textareas can correctly set cursors before receiving the context menu event.
83483
83484         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
83485         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
83486
83487 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83488
83489         The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.
83490
83491         * platform/chromium-mac-lion/mathml: Added.
83492         * platform/chromium-mac-lion/mathml/presentation: Added.
83493         * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
83494         * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
83495         * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
83496         * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83497         * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
83498         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
83499         * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
83500         * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
83501         * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
83502         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
83503         * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
83504         * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
83505         * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
83506         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
83507         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
83508         * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
83509         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
83510         * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
83511         * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
83512         * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
83513         * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
83514         * platform/chromium-mac/mathml: Added.
83515         * platform/chromium-mac/mathml/presentation: Added.
83516         * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
83517         * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
83518         * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
83519         * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
83520         * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83521         * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
83522         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
83523         * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
83524         * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
83525         * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
83526         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
83527         * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
83528         * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
83529         * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
83530         * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
83531         * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
83532         * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
83533         * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
83534         * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
83535         * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
83536         * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
83537         * platform/chromium-mac/mathml/xHeight-expected.png: Added.
83538
83539 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83540
83541         Unreviewed gardening. Updating expectations after r132264.
83542
83543         * platform/chromium-mac-snowleopard/mathml: Added.
83544         * platform/chromium-mac-snowleopard/mathml/presentation: Added.
83545         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
83546         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
83547         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
83548         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
83549         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
83550         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
83551         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
83552         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
83553         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83554         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
83555         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
83556         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
83557         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
83558         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
83559         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
83560         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
83561         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
83562         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
83563         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
83564         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
83565         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
83566         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
83567         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
83568         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
83569         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
83570         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
83571         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
83572         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
83573         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
83574         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
83575         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
83576         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
83577         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
83578         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
83579         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
83580         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
83581         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
83582         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
83583         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
83584         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
83585         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
83586         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.
83587
83588 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
83589
83590         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
83591         https://bugs.webkit.org/show_bug.cgi?id=100159
83592
83593         Reviewed by Tim Horton.
83594
83595         A new test that dumps tile cache data for a large page.
83596
83597         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
83598         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
83599
83600 2012-10-23  Chris Rogers  <crogers@google.com>
83601
83602         Change setTargetValueAtTime() to setTargetAtTime()
83603         https://bugs.webkit.org/show_bug.cgi?id=100153
83604
83605         Reviewed by Adam Barth.
83606
83607         * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
83608         * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
83609         * webaudio/resources/audioparam-testing.js:
83610
83611 2012-10-23  Elliott Sprehn  <esprehn@chromium.org>
83612
83613         Generated should not be supported for things with a shadow
83614         https://bugs.webkit.org/show_bug.cgi?id=98836
83615
83616         Reviewed by Dimitri Glazkov.
83617
83618         Change all pseudos on <input> tests to be ref tests and clean up the tests.
83619         They now make sure we don't support generated content on things with a shadow.
83620         Also added another test for the other form control types to ensure they don't
83621         support pseudos either.
83622
83623         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83624         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83625         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
83626         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83627         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83628         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
83629         * fast/forms/pseudo-elements-expected.html: Added.
83630         * fast/forms/pseudo-elements.html: Added.
83631         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83632         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83633         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
83634         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83635         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83636         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
83637         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83638         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83639         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83640         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83641         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83642         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83643         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83644         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83645         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83646         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83647         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83648         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83649         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83650         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83651         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83652         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83653
83654 2012-10-23  Huang Dongsung  <luxtella@company100.net>
83655
83656         [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
83657         https://bugs.webkit.org/show_bug.cgi?id=98504
83658
83659         Reviewed by Dean Jackson.
83660
83661         Update the test for the aforementioned blend modes.
83662
83663         * css3/filters/custom/custom-filter-blend-modes-expected.html:
83664         * css3/filters/custom/custom-filter-blend-modes.html:
83665
83666 2012-10-23  Huang Dongsung  <luxtella@company100.net>
83667
83668         [CSS Shaders] Implement all composite operators except destination and lighter.
83669         https://bugs.webkit.org/show_bug.cgi?id=97859
83670
83671         Reviewed by Dean Jackson.
83672
83673         Add test to check that the DOM element texture composites correctly with the css_MixColor
83674         variable from the author's shader for each composite operator.
83675
83676         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
83677         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
83678         * css3/filters/custom/custom-filter-composite-operators.html: Added.
83679
83680 2012-10-23  Max Vujovic  <mvujovic@adobe.com>
83681
83682         [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
83683         https://bugs.webkit.org/show_bug.cgi?id=99887
83684
83685         Reviewed by Dirk Schulze.
83686
83687         Add a test that resolves a custom filter's style with the "multiply" blend mode and then
83688         changes the blend mode to "normal". The test makes sure not to change any other parameters
83689         besides the blend mode, since the other parameters can trigger style recalculations on their
83690         own.
83691
83692         * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
83693         * css3/filters/custom/custom-filter-change-blend-mode.html: Added.
83694
83695 2012-10-23  David Barton  <dbarton@mathscribe.com>
83696
83697         [MathML] Symbol font uses greek letters for roman ones on linux and Windows
83698         https://bugs.webkit.org/show_bug.cgi?id=99921
83699
83700         Reviewed by Eric Seidel.
83701
83702         * mathml/presentation/mo.xhtml:
83703         * platform/chromium/TestExpectations:
83704         * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
83705         * platform/chromium/mathml/presentation/attributes-expected.txt:
83706         * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
83707         * platform/chromium/mathml/presentation/fenced-expected.txt:
83708         * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
83709         * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
83710         * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
83711         * platform/chromium/mathml/presentation/fractions-expected.txt:
83712         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
83713         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
83714         * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
83715         * platform/chromium/mathml/presentation/mo-expected.txt:
83716         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
83717         * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
83718         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
83719         * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
83720         * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
83721         * platform/chromium/mathml/presentation/over-expected.txt:
83722         * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
83723         * platform/chromium/mathml/presentation/roots-expected.txt:
83724         * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
83725         * platform/chromium/mathml/presentation/row-alignment-expected.txt:
83726         * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
83727         * platform/chromium/mathml/presentation/row-expected.txt:
83728         * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
83729         * platform/chromium/mathml/presentation/style-expected.txt:
83730         * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
83731         * platform/chromium/mathml/presentation/sub-expected.txt:
83732         * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
83733         * platform/chromium/mathml/presentation/subsup-expected.txt:
83734         * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
83735         * platform/chromium/mathml/presentation/sup-expected.txt:
83736         * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
83737         * platform/chromium/mathml/presentation/tables-expected.txt:
83738         * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
83739         * platform/chromium/mathml/presentation/tokenElements-expected.txt:
83740         * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
83741         * platform/chromium/mathml/presentation/under-expected.txt:
83742         * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
83743         * platform/chromium/mathml/presentation/underover-expected.txt:
83744         * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
83745         * platform/chromium/mathml/xHeight-expected.txt:
83746         * platform/efl/TestExpectations:
83747         * platform/gtk/TestExpectations:
83748         * platform/mac/TestExpectations:
83749
83750 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83751
83752         Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
83753         tests, as was the author's intention.
83754
83755         * platform/chromium/TestExpectations:
83756
83757 2012-10-22  Dirk Schulze  <krit@webkit.org>
83758
83759         BasicShapePolygon::path takes width instead of height for boundary calculation
83760         https://bugs.webkit.org/show_bug.cgi?id=99919
83761
83762         Reviewed by Darin Adler.
83763
83764         Test that the correct relation is used for calculating point position of an polygon.
83765
83766         * css3/masking/clip-path-polygon-percentage-expected.html: Added.
83767         * css3/masking/clip-path-polygon-percentage.html: Added.
83768
83769 2012-10-23  Dirk Pranke  <dpranke@chromium.org>
83770
83771         Remove remaining fast/innerHTML pixel test baselines after r131960.
83772
83773         Unreviewed, expectations change.
83774
83775         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
83776         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
83777         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
83778         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
83779         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
83780         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
83781         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
83782         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
83783         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
83784         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
83785         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
83786         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
83787         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
83788         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
83789         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
83790         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
83791         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
83792         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
83793         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
83794         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
83795         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
83796         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
83797         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
83798         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
83799         * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
83800         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
83801         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
83802         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
83803         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
83804         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
83805         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
83806         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
83807         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
83808
83809 2012-10-23  Dominik Röttsches  <dominik.rottsches@intel.com>
83810
83811         Add timeout support to XMLHttpRequest
83812         https://bugs.webkit.org/show_bug.cgi?id=74802
83813
83814         Reviewed by Nate Chapin.
83815
83816         XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
83817         permission to reuse them under PD/BSD license
83818         in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
83819         I adapted them for W3C testharness.js and split them into groups with shorter test running time
83820         so that they can be used as WebKit layout tests. Each individual test should
83821         complete in less than 20 seconds.
83822
83823         The case of late updates to the timeout property, changing the timeout value after send()
83824         is not supported yet and handled separately in bug 98156. Tests that are testing this feature
83825         are commented out until this bug is tackled.
83826
83827         The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
83828         all tests that are run. The result of assertions is reported back to testharness.js.
83829
83830         For example, the "overrides" group is currently not run yet since all tests in that group are cases
83831         of late updates, see above. Once late updates are supported we can add a file
83832         xmlhttprequest-timeout-overrides.html to run them.
83833
83834         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
83835         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
83836         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
83837         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
83838         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
83839         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
83840         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
83841         (testResultCallbackHandler.return):
83842         (groupFromLocation):
83843         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
83844         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
83845         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
83846         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
83847         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
83848         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
83849         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
83850         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
83851         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
83852         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
83853         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
83854         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
83855         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
83856         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
83857         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
83858         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
83859         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
83860         (message): Wrapper for postMessage in worker and document context case.
83861         (is),
83862         (ok): Assertion functions.
83863         (RequestTracker): Class for variations of the regular timeout case.
83864         (RequestTracker.prototype.startXHR.handleEvent):
83865         (RequestTracker.prototype.startXHR):
83866         (RequestTracker.prototype.getMessage):
83867         (RequestTracker.prototype.handleEvent):
83868         (AbortedRequest): Class for testing timeout event vs. abort events.
83869         (AbortedRequest.prototype.startXHR.handleEvent):
83870         (AbortedRequest.prototype.startXHR.abortReq):
83871         (AbortedRequest.prototype.startXHR.else):
83872         (AbortedRequest.prototype.startXHR):
83873         (AbortedRequest.prototype.noEventsFired):
83874         (AbortedRequest.prototype.getMessage):
83875         (AbortedRequest.prototype.handleEvent):
83876         (SyncRequestSettingTimeoutAfterOpen.startXHR),
83877         (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
83878         (TestCounter.testComplete),
83879         (TestCounter.next): Used for cycling through tests.
83880         * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
83881         * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
83882         * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
83883
83884 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83885
83886         Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
83887         now as well as generating incorrect image results :(
83888
83889         * platform/chromium/TestExpectations:
83890
83891 2012-10-23  Yael Aharon  <yael.aharon@intel.com>
83892
83893         [WIN7] Skip fast/media/mq-resolution.html.
83894         https://bugs.webkit.org/show_bug.cgi?id=100143.
83895
83896         Reviewed by Kenneth Rohde Christiansen.
83897
83898         The feature is not yet implemented.
83899
83900         * platform/win/TestExpectations:
83901
83902 2012-10-23  Christophe Dumez  <christophe.dumez@intel.com>
83903
83904         Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
83905         https://bugs.webkit.org/show_bug.cgi?id=99967
83906
83907         Reviewed by Tony Chang.
83908
83909         Added layout test to reproduce an assertion hit in
83910         WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
83911         button outside a multiselect and then moving the mouse over the multiselect
83912         element while holding the button down.
83913
83914         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
83915         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.
83916
83917 2012-10-23  Pavel Feldman  <pfeldman@chromium.org>
83918
83919         Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
83920         https://bugs.webkit.org/show_bug.cgi?id=100131
83921
83922         Reviewed by Vsevolod Vlasov.
83923
83924         * inspector/console/console-big-array-expected.txt:
83925         * inspector/console/console-big-array.html:
83926
83927 2012-10-23  Shinya Kawanaka  <shinyak@chromium.org>
83928
83929         The order of resolving distribution in tree composition is wrong.
83930         https://bugs.webkit.org/show_bug.cgi?id=99552
83931
83932         Reviewed by Dimitri Glazkov.
83933
83934         We also fix the existing wrong test.
83935
83936         * fast/dom/shadow/content-reprojection-order-expected.html: Added.
83937         * fast/dom/shadow/content-reprojection-order.html: Added.
83938         * fast/dom/shadow/shadow-element-rendering-single.html:
83939
83940 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
83941
83942         Unreviewed GTK gardening.
83943
83944         Adding failure expectation for fast/media/mq-resolution.html, it relies
83945         on the Resolution Media Query feature being enabled.
83946         Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.
83947
83948         * platform/gtk/TestExpectations:
83949
83950 2012-10-23  Vsevolod Vlasov  <vsevik@chromium.org>
83951
83952         Web Inspector: Move UISourceCode creation out of mappings to workspace.
83953         https://bugs.webkit.org/show_bug.cgi?id=100092
83954
83955         Reviewed by Pavel Feldman.
83956
83957         * http/tests/inspector/workspace-test.js:
83958         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
83959         * inspector/debugger/resource-script-mapping-expected.txt:
83960         * inspector/debugger/scripts-panel.html:
83961
83962 2012-10-23  Mike West  <mkwst@chromium.org>
83963
83964         Web Inspector: MIME type errors should truncate long URLs.
83965         https://bugs.webkit.org/show_bug.cgi?id=100083
83966
83967         Reviewed by Pavel Feldman.
83968
83969         * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
83970         * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.
83971
83972 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
83973
83974         Web Inspector: Crash when adding a keyframes rule in the Styles pane
83975         https://bugs.webkit.org/show_bug.cgi?id=99826
83976
83977         Reviewed by Pavel Feldman.
83978
83979         * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
83980         * inspector/styles/add-new-rule-invalid-selector.html: Added.
83981
83982 2012-10-15  Kenneth Rohde Christiansen  <kenneth@webkit.org>
83983
83984         Add support for resolution media query
83985         https://bugs.webkit.org/show_bug.cgi?id=99077
83986
83987         Reviewed by Antti Koivisto.
83988
83989         Test (resolution: x) media query to ensure compliance
83990         with spec plus proposed dppx values.
83991
83992         * fast/media/mq-resolution-expected.txt: Added.
83993         * fast/media/mq-resolution.html: Added.
83994
83995         * LayoutTests/platform/mac/TestExpectations:
83996         * LayoutTests/platform/chromium/TestExpectations:
83997
83998             Skip the test as the ports do not enable CSS Image Resolution.
83999
84000 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84001
84002         [Qt][WK2] Unreviewed gardening.
84003
84004         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:
84005
84006 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84007
84008         [Qt] Unreviewed holiday gardening to paint the bots green.
84009
84010         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
84011         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
84012         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
84013         * platform/qt/TestExpectations: Skip new failing tests.
84014
84015 2012-10-23  Adam Klein  <adamk@chromium.org>
84016
84017         Always parse pasted fragments as HTML even on XHTML pages
84018         https://bugs.webkit.org/show_bug.cgi?id=99880
84019
84020         Reviewed by Ojan Vafai.
84021
84022         Updated existing tests to match new expected behavior.
84023
84024         * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
84025         parser leaves <script> tags in the DOM when pasting, but removes their
84026         attributes and children, so this is just as safe as the previous
84027         behavior.
84028         * platform/mac/editing/pasteboard/paste-xml-expected.txt: Now that we
84029         use the HTML parser, parsing the paste succeeds and so we insert DOM
84030         instead of plain text. Similar rebaselines may be needed on other
84031         platforms.
84032
84033 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
84034
84035         Unreviewed GTK gardening.
84036
84037         Fixing failure expectation for fast/sub-pixel/file-upload-control-at-fractional-offset.html,
84038         the test is a reftest so the expectation should be ImageOnlyFailure.
84039
84040         * platform/gtk/TestExpectations:
84041
84042 2012-10-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
84043
84044         [WK2] [WTR] WebKitTestRunner needs testRunner.queueForwardNavigation
84045         https://bugs.webkit.org/show_bug.cgi?id=99700
84046
84047         Reviewed by Kenneth Rohde Christiansen.
84048
84049         Unskipped http/tests/cache/subresource-failover-to-network.html for WK2 ports.
84050
84051         * platform/wk2/TestExpectations:
84052
84053 2012-10-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
84054
84055         [Qt] REGRESSION (r130851): fast/text/word-space-with-kerning.html fails
84056         https://bugs.webkit.org/show_bug.cgi?id=98876
84057
84058         Reviewed by Simon Hausmann.
84059
84060         Unskip passing word-width tests.
84061
84062         * platform/qt/TestExpectations:
84063
84064 2012-10-23  Dongwoo Joshua Im  <dw.im@samsung.com>
84065
84066         viewport-128-expected.txt has been removed unexpectedly.
84067         https://bugs.webkit.org/show_bug.cgi?id=100108
84068
84069         Reviewed by Gyuyoung Kim.
84070
84071         viewport-128-expected.txt has been removed by http://trac.webkit.org/changeset/132186 unexpectedly.
84072
84073         * fast/viewport/viewport-128-expected.txt: Added.
84074
84075 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
84076
84077         Web Inspector: Incorrect resolution of relative URLs containing a scheme in query parameters
84078         https://bugs.webkit.org/show_bug.cgi?id=100084
84079
84080         Reviewed by Vsevolod Vlasov.
84081
84082         * inspector/styles/styles-url-linkify-expected.txt:
84083         * inspector/styles/styles-url-linkify.html:
84084
84085 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
84086
84087         Unreviewed, rolling out r132149.
84088         http://trac.webkit.org/changeset/132149
84089         https://bugs.webkit.org/show_bug.cgi?id=100098
84090
84091         Breaks inspector profiler tests in debug mode. (Requested by
84092         pfeldman1 on #webkit).
84093
84094         * fast/table/col-span-change-relayout-expected.txt: Removed.
84095         * fast/table/col-span-change-relayout.html: Removed.
84096
84097 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84098
84099         [Qt] Unreviewed holiday gardening.
84100
84101         * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled.
84102
84103 2012-10-23  Kent Tamura  <tkent@chromium.org>
84104
84105         Support full month names in DateTimeEditElement, and use them in input[type=month] by default
84106         https://bugs.webkit.org/show_bug.cgi?id=100060
84107
84108         Reviewed by Kentaro Hara.
84109
84110         Note: Other affected tests are already marked in TestExpectations.
84111
84112         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html:
84113          Add max attributes to show appearance in typical usage.
84114         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
84115         Updated.
84116
84117 2012-10-23  Mike West  <mkwst@chromium.org>
84118
84119         Viewport errors should be slightly friendlier with regard to ';'.
84120         https://bugs.webkit.org/show_bug.cgi?id=100003
84121
84122         Reviewed by Adam Barth.
84123
84124         * fast/viewport/viewport-128-expected.txt:
84125         * fast/viewport/viewport-133-expected.txt:
84126         * fast/viewport/viewport-134-expected.txt:
84127         * fast/viewport/viewport-54-expected.txt:
84128         * fast/viewport/viewport-65-expected.txt:
84129         * fast/viewport/viewport-67-expected.txt:
84130         * fast/viewport/viewport-77-expected.txt:
84131         * fast/viewport/viewport-warnings-5-expected.txt:
84132             Updating tests with new expectations.
84133
84134 2012-10-23  Dan Carney  <dcarney@google.com>
84135
84136         When blocking localStorage, Firefox throws a security exception on access, and maybe so should we
84137         https://bugs.webkit.org/show_bug.cgi?id=63257
84138
84139         Reviewed by Jochen Eisinger.
84140
84141         Adjust tests to handle new exceptions.
84142
84143         * fast/storage/storage-detached-iframe-expected.txt:
84144         * fast/storage/storage-detached-iframe.html:
84145         * platform/chromium/permissionclient/storage-permission-expected.txt:
84146         * platform/chromium/permissionclient/storage-permission.html:
84147
84148 2012-10-23  Mark Lam  <mark.lam@apple.com>
84149
84150         Make topCallFrame reliable.
84151         https://bugs.webkit.org/show_bug.cgi?id=98928.
84152
84153         Reviewed by Geoffrey Garen.
84154
84155         - Re-baseline some tests to match the new stack dump results.
84156
84157         * http/tests/inspector/console-resource-errors-expected.txt:
84158         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
84159         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
84160
84161 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
84162
84163         Unreviewed GTK gardening.
84164
84165         Removing failure for an accessibility test that's already passing.
84166         Updating and adding expectations for subpixel tests to reflect
84167         the current situation.
84168
84169         * platform/gtk/TestExpectations:
84170
84171 2012-10-22  Kangil Han  <kangil.han@samsung.com>
84172
84173         [EFL] Skip fast/events/tabindex-focus-blur-all.html case.
84174         https://bugs.webkit.org/show_bug.cgi?id=100067
84175
84176         Unreviewed, EFL gardening.
84177
84178         fast/events/tabindex-focus-blur-all.html case has been crashed due to ASSERT in hashtable.
84179         Please refer to BUG 100065 for crash details.
84180
84181         * platform/efl-wk1/TestExpectations:
84182
84183 2012-10-22  MORITA Hajime  <morrita@google.com>
84184
84185         Assertion failed at WebCore::toInsertionPoint / WebCore::ContentDistributor::distribute
84186         https://bugs.webkit.org/show_bug.cgi?id=100038
84187
84188         Reviewed by Kent Tamura.
84189
84190         * fast/dom/shadow/insertion-points-with-shadow-disabled-expected.txt: Added.
84191         * fast/dom/shadow/insertion-points-with-shadow-disabled.html: Added.
84192
84193 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
84194
84195         Include path in the repaint-text-decoration-style.html should be changed.
84196         https://bugs.webkit.org/show_bug.cgi?id=100063
84197
84198         Unreviewed gardening.
84199
84200         The include path is differentiated by http://trac.webkit.org/changeset/132043
84201
84202         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html:
84203
84204 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
84205
84206         [Shadow] Fallback content should also be reprojection.
84207         https://bugs.webkit.org/show_bug.cgi?id=99750
84208
84209         Reviewed by Dimitri Glazkov.
84210
84211         * fast/dom/shadow/content-reprojection-fallback-expected.html: Added.
84212         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html: Added.
84213         * fast/dom/shadow/content-reprojection-fallback-reprojection.html: Added.
84214         * fast/dom/shadow/content-reprojection-fallback.html: Added.
84215
84216 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84217
84218         Unreviewed, more Chromium ML expectation updating.
84219
84220         * platform/chromium-mac-mountainlion/TestExpectations:
84221         * platform/chromium/TestExpectations:
84222
84223 2012-10-22  Tony Chang  <tony@chromium.org>
84224
84225         margin-top/bottom has no effect for child nodes of flex items
84226         https://bugs.webkit.org/show_bug.cgi?id=99923
84227
84228         Reviewed by Ojan Vafai.
84229
84230         Add a test to make sure we don't collapse margins in flex items.
84231
84232         * css3/flexbox/flexitem-no-margin-collapsing-expected.txt: Added.
84233         * css3/flexbox/flexitem-no-margin-collapsing.html: Added.
84234         * css3/flexbox/repaint.html:
84235
84236 2012-10-22  Emil A Eklund  <eae@chromium.org>
84237
84238         Unreviewed chromium win rebaselines.
84239
84240         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
84241         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
84242
84243 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84244
84245         Unreviewed, more Chromium ML expectation updating.
84246
84247         * platform/chromium-mac-mountainlion/TestExpectations:
84248         * platform/chromium/TestExpectations:
84249
84250 2012-10-22  Michael Saboff  <msaboff@apple.com>
84251
84252         Regression(r131655): Crash in StringImpl::findIgnoringCase
84253         https://bugs.webkit.org/show_bug.cgi?id=99753
84254
84255         Reviewed by Geoffrey Garen.
84256
84257         New regression test.
84258
84259         * fast/js/find-ignoring-case-regress-99753-expected.txt: Added.
84260         * fast/js/find-ignoring-case-regress-99753.html: Added.
84261
84262 2012-10-22  Tony Chang  <tony@chromium.org>
84263
84264         Unreviewed, land render tree results for css3/flexbox pixel test that
84265         landed earlier this morning. The results were pulled from the bots.
84266
84267         * platform/gtk/TestExpectations:
84268         * platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84269         * platform/mac/TestExpectations:
84270         * platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84271         * platform/qt/TestExpectations:
84272         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84273
84274 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84275
84276         [EFL] Rebaseline another test after r131941 and r131991.
84277
84278         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
84279
84280 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84281
84282         [EFL] Add some missing SVG expectations.
84283
84284         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
84285         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.
84286
84287 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84288
84289         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 11.
84290
84291         Finally finish rebaselining the SVG tests!
84292
84293         * platform/efl/svg/filters/animate-fill-expected.png:
84294         * platform/efl/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
84295         * platform/efl/svg/filters/feImage-change-target-id-expected.png:
84296         * platform/efl/svg/filters/feImage-multiple-targets-id-change-expected.png:
84297         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png:
84298         * platform/efl/svg/filters/feImage-remove-target-expected.png:
84299         * platform/efl/svg/filters/feImage-target-add-to-document-expected.png:
84300         * platform/efl/svg/filters/feImage-target-attribute-change-expected.png:
84301         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
84302         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
84303         * platform/efl/svg/filters/feImage-target-changes-id-expected.png:
84304         * platform/efl/svg/filters/feImage-target-id-change-expected.png:
84305         * platform/efl/svg/filters/feImage-target-inline-style-change-expected.png:
84306         * platform/efl/svg/filters/feImage-target-property-change-expected.png:
84307         * platform/efl/svg/filters/feImage-target-reappend-to-document-expected.png:
84308         * platform/efl/svg/filters/feImage-target-remove-from-document-expected.png:
84309         * platform/efl/svg/filters/feImage-target-style-change-expected.png:
84310         * platform/efl/svg/filters/filter-refresh-expected.png:
84311         * platform/efl/svg/filters/filter-width-update-expected.png: Added.
84312         * platform/efl/svg/filters/invalidate-on-child-layout-expected.png:
84313         * platform/efl/svg/hixie/perf/001-expected.png:
84314         * platform/efl/svg/hixie/perf/002-expected.png:
84315         * platform/efl/svg/hixie/perf/003-expected.png:
84316         * platform/efl/svg/hixie/perf/004-expected.png:
84317         * platform/efl/svg/hixie/perf/005-expected.png:
84318         * platform/efl/svg/hixie/perf/006-expected.png:
84319         * platform/efl/svg/hixie/perf/007-expected.png:
84320         * platform/efl/svg/repaint/filter-child-repaint-expected.png:
84321         * platform/efl/svg/repaint/image-href-change-expected.png:
84322         * platform/efl/svg/repaint/image-with-clip-path-expected.png:
84323         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
84324         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png:
84325         * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
84326         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png:
84327         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png:
84328         * platform/efl/svg/repaint/text-mask-update-expected.png:
84329         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
84330         * platform/efl/svg/text/ems-display-none-expected.png:
84331         * platform/efl/svg/text/exs-display-none-expected.png:
84332         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
84333         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
84334         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
84335         * platform/efl/svg/text/text-rescale-expected.png:
84336         * platform/efl/svg/text/text-text-05-t-expected.png:
84337         * platform/efl/svg/text/text-viewbox-rescale-expected.png:
84338         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png:
84339         * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png:
84340         * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
84341         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
84342         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
84343         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
84344         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
84345         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
84346         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
84347         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
84348         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
84349
84350 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84351
84352         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 10.
84353
84354         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
84355         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
84356         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
84357         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
84358         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
84359         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
84360         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
84361         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
84362         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
84363         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
84364         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
84365         * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
84366         * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
84367         * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
84368         * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
84369         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
84370         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
84371         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
84372         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
84373         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
84374         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
84375         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
84376         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
84377         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
84378         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
84379         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
84380         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
84381         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
84382         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
84383         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
84384         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
84385         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
84386         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
84387         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
84388         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
84389         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
84390         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
84391         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
84392         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
84393         * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
84394         * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
84395         * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
84396         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
84397         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
84398         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
84399         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
84400         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
84401         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
84402         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
84403         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
84404         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
84405         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
84406         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
84407         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
84408         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
84409         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
84410         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
84411         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
84412         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
84413         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
84414         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
84415         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
84416         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
84417         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
84418         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
84419         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
84420
84421 2012-10-22  Julien Chaffraix  <jchaffraix@webkit.org>
84422
84423         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
84424         https://bugs.webkit.org/show_bug.cgi?id=99861
84425
84426         Reviewed by Ojan Vafai.
84427
84428         Added this test as the code in RenderTableCol::updateFromElement wasn't properly covered.
84429
84430         * fast/table/col-span-change-relayout-expected.txt: Added.
84431         * fast/table/col-span-change-relayout.html: Added.
84432
84433 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84434
84435         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 9.
84436
84437         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
84438         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
84439         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
84440         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
84441         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
84442         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
84443         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
84444         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
84445         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
84446         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
84447         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
84448         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
84449         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
84450         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
84451         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
84452         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
84453         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
84454         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
84455         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
84456         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
84457         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
84458         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
84459         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
84460         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
84461         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
84462         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
84463         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
84464         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
84465         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
84466         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
84467         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
84468         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
84469         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
84470         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
84471         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
84472         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
84473         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
84474         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
84475         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
84476         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
84477         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
84478         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
84479         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
84480         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
84481         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
84482         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
84483         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
84484         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
84485         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
84486         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
84487         * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
84488         * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
84489         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
84490         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
84491         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
84492
84493 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84494
84495         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 8.
84496
84497         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
84498         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
84499         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
84500         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
84501         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
84502         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
84503         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
84504         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
84505         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
84506         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
84507         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
84508         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
84509         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
84510         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
84511         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
84512         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
84513         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
84514         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
84515         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
84516         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
84517         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
84518         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
84519         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
84520         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
84521         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
84522         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
84523         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
84524         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
84525         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
84526         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
84527         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
84528         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
84529         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
84530         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
84531         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
84532         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
84533         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
84534         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
84535         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
84536         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
84537         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
84538         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
84539         * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
84540         * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
84541         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
84542         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
84543         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
84544         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
84545         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
84546         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
84547         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
84548         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
84549         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
84550         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
84551         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
84552
84553 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84554
84555         Unreviewed, update more Chromium ML expectations.
84556
84557         * platform/chromium-mac-mountainlion/TestExpectations:
84558         * platform/chromium/TestExpectations:
84559
84560 2012-10-22  Mark Lam  <mark.lam@apple.com>
84561
84562         Change stack recursion checks to be based on stack availability.
84563         https://bugs.webkit.org/show_bug.cgi?id=99872.
84564
84565         Reviewed by Filip Pizlo and Geoffrey Garen.
84566
84567         Updated test baseline.
84568
84569         * fast/js/global-recursion-on-full-stack-expected.txt:
84570         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
84571
84572 2012-10-22  Andreas Kling  <kling@webkit.org>
84573
84574         REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged
84575         <http://webkit.org/b/99937>
84576
84577         Reviewed by Anders Carlsson.
84578
84579         * fast/html/input-type-change-crash-expected.txt: Added.
84580         * fast/html/input-type-change-crash.html: Added.
84581
84582 2012-10-22  Joshua Bell  <jsbell@chromium.org>
84583
84584         IndexedDB: Bounds check for IDBCursor.advance() incorrect
84585         https://bugs.webkit.org/show_bug.cgi?id=100014
84586
84587         Reviewed by Tony Chang.
84588
84589         Assert that advance(2^32) throws and advance(2^32-1) does not, per WebIDL.
84590
84591         * storage/indexeddb/cursor-advance-expected.txt:
84592         * storage/indexeddb/resources/cursor-advance.js:
84593         (testBadAdvance.advanceBadly):
84594         (testBadAdvance):
84595         (testEdges.request.onsuccess):
84596         (testEdges):
84597
84598 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84599
84600         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 7.
84601
84602         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
84603         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
84604         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
84605         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
84606         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
84607         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
84608         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
84609         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
84610         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
84611         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
84612         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
84613         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
84614         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
84615         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
84616         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
84617         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
84618         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
84619         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
84620         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
84621         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
84622         * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
84623         * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
84624         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
84625         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
84626         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
84627         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
84628         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
84629         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
84630         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
84631         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
84632         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
84633         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
84634         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
84635         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
84636         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
84637         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
84638         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
84639         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
84640         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
84641         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
84642         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
84643         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
84644         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
84645         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
84646         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
84647         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
84648         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
84649         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
84650         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
84651         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
84652         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
84653         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
84654         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
84655         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
84656         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
84657         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
84658         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
84659         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
84660         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
84661         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
84662         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
84663         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
84664         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
84665         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
84666         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
84667         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
84668         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
84669         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
84670         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
84671         * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
84672         * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
84673         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
84674         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
84675         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
84676         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
84677
84678 2012-10-22  Tony Chang  <tony@chromium.org>
84679
84680         WebKit does not support 'flex-wrap: nowrap'
84681         https://bugs.webkit.org/show_bug.cgi?id=99924
84682
84683         Reviewed by Ojan Vafai.
84684
84685         Update expectations (find and replace none with nowrap).
84686
84687         * css3/flexbox/css-properties-expected.txt:
84688         * css3/flexbox/css-properties.html:
84689         * fast/css/getComputedStyle/computed-style-expected.txt:
84690         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
84691         * svg/css/getComputedStyle-basic-expected.txt:
84692
84693 2012-10-22  Emil A Eklund  <eae@chromium.org>
84694
84695         Unreviewed chromium windows gardening.
84696
84697         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
84698         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Removed.
84699         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
84700         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Removed.
84701         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
84702         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
84703         * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
84704         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
84705         * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
84706         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Removed.
84707         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Removed.
84708         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Removed.
84709         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Removed.
84710         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Removed.
84711         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Removed.
84712         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
84713         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Removed.
84714         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
84715         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Removed.
84716         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
84717         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Removed.
84718         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
84719         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Removed.
84720         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
84721         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Removed.
84722         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
84723         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Removed.
84724         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
84725         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Removed.
84726         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
84727         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Removed.
84728         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
84729         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Removed.
84730         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
84731         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Removed.
84732         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Removed.
84733         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Removed.
84734         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
84735         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Removed.
84736         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
84737         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Removed.
84738         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Removed.
84739         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Removed.
84740         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Removed.
84741         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Removed.
84742         * platform/chromium-linux/fast/html/details-open1-expected.txt: Removed.
84743         * platform/chromium-linux/fast/html/details-open2-expected.txt: Removed.
84744         * platform/chromium-linux/fast/html/details-open3-expected.txt: Removed.
84745         * platform/chromium-linux/fast/html/details-open4-expected.txt: Removed.
84746         * platform/chromium-linux/fast/html/details-open5-expected.txt: Removed.
84747         * platform/chromium-linux/fast/html/details-open6-expected.txt: Removed.
84748         * platform/chromium-linux/fast/html/details-position-expected.txt: Removed.
84749         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Removed.
84750         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Removed.
84751         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
84752         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Removed.
84753         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
84754         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Removed.
84755         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
84756         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Removed.
84757         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
84758         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Removed.
84759         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
84760         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Removed.
84761         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
84762         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Removed.
84763         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Removed.
84764         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Removed.
84765         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
84766         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
84767         * platform/chromium-linux/fast/inline/002-expected.txt: Removed.
84768         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
84769         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Removed.
84770         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
84771         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
84772         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Removed.
84773         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Removed.
84774         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
84775         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
84776         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
84777         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Removed.
84778         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
84779         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
84780         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
84781         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
84782         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
84783         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
84784         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Removed.
84785         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
84786         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Removed.
84787         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Removed.
84788         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
84789         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Removed.
84790         * platform/chromium-mac-lion/fast/css/acid2-expected.png: Added.
84791         * platform/chromium-mac-lion/fast/css/acid2-pixel-expected.png: Added.
84792         * platform/chromium-mac-lion/fast/inline/002-expected.png: Added.
84793         * platform/chromium-mac-lion/fast/multicol: Added.
84794         * platform/chromium-mac-lion/fast/multicol/table-vertical-align-expected.png: Added.
84795         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
84796         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
84797         * platform/chromium-mac-lion/http/tests/misc: Added.
84798         * platform/chromium-mac-lion/http/tests/misc/acid2-expected.png: Added.
84799         * platform/chromium-mac-lion/http/tests/misc/acid2-pixel-expected.png: Added.
84800         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
84801         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-expected.png: Added.
84802         * platform/chromium-mac-lion/tables/mozilla/bugs/bug14323-expected.png: Added.
84803         * platform/chromium-mac-lion/tables/mozilla/bugs/bug43854-2-expected.png: Added.
84804         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4427-expected.png: Added.
84805         * platform/chromium-mac-lion/tables/mozilla/bugs/bug6404-expected.png: Added.
84806         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
84807         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
84808         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
84809         * platform/chromium-mac-lion/transforms: Added.
84810         * platform/chromium-mac-lion/transforms/svg-vs-css-expected.png: Added.
84811         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Removed.
84812         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Removed.
84813         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
84814         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Removed.
84815         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Removed.
84816         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Removed.
84817         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Removed.
84818         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
84819         * platform/chromium-win-xp/fast/inline: Added.
84820         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt:
84821         * platform/chromium-win-xp/fast/inline/vertical-align-text-bottom-expected.txt: Added.
84822         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
84823         * platform/chromium-win-xp/http/tests/misc/acid2-pixel-expected.txt: Added.
84824         * platform/chromium-win-xp/svg/transforms: Removed.
84825         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
84826         * platform/chromium-win-xp/tables/mozilla/bugs/bug14323-expected.txt: Added.
84827         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
84828         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
84829         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
84830         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
84831         * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
84832         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
84833         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
84834         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
84835         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
84836         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
84837         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
84838         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
84839         * platform/chromium-win/fast/css/acid2-expected.txt:
84840         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
84841         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
84842         * platform/chromium-win/fast/forms/007-expected.png:
84843         * platform/chromium-win/fast/forms/007-expected.txt:
84844         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
84845         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
84846         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
84847         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
84848         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
84849         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
84850         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
84851         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
84852         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
84853         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
84854         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
84855         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
84856         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
84857         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
84858         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
84859         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
84860         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
84861         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
84862         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
84863         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
84864         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
84865         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
84866         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
84867         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
84868         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
84869         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
84870         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
84871         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
84872         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
84873         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
84874         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
84875         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
84876         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
84877         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
84878         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
84879         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
84880         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
84881         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
84882         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
84883         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
84884         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
84885         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
84886         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
84887         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
84888         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
84889         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
84890         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
84891         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
84892         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
84893         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
84894         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
84895         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
84896         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
84897         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
84898         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
84899         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
84900         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
84901         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
84902         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
84903         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
84904         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
84905         * platform/chromium-win/fast/html/details-marker-style-expected.png:
84906         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
84907         * platform/chromium-win/fast/html/details-nested-1-expected.png:
84908         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
84909         * platform/chromium-win/fast/html/details-nested-2-expected.png:
84910         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
84911         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
84912         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
84913         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
84914         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
84915         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
84916         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
84917         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
84918         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
84919         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
84920         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
84921         * platform/chromium-win/fast/html/details-open1-expected.png:
84922         * platform/chromium-win/fast/html/details-open1-expected.txt:
84923         * platform/chromium-win/fast/html/details-open2-expected.png:
84924         * platform/chromium-win/fast/html/details-open2-expected.txt:
84925         * platform/chromium-win/fast/html/details-open3-expected.png:
84926         * platform/chromium-win/fast/html/details-open3-expected.txt:
84927         * platform/chromium-win/fast/html/details-open4-expected.png:
84928         * platform/chromium-win/fast/html/details-open4-expected.txt:
84929         * platform/chromium-win/fast/html/details-open5-expected.png:
84930         * platform/chromium-win/fast/html/details-open5-expected.txt:
84931         * platform/chromium-win/fast/html/details-open6-expected.png:
84932         * platform/chromium-win/fast/html/details-open6-expected.txt:
84933         * platform/chromium-win/fast/html/details-position-expected.png:
84934         * platform/chromium-win/fast/html/details-position-expected.txt:
84935         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
84936         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
84937         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
84938         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
84939         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
84940         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
84941         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
84942         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
84943         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
84944         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
84945         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
84946         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
84947         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
84948         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
84949         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
84950         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
84951         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
84952         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
84953         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
84954         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
84955         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
84956         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
84957         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
84958         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
84959         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
84960         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
84961         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
84962         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
84963         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
84964         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
84965         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
84966         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
84967         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
84968         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
84969         * platform/chromium-win/fast/html/details-replace-text-expected.png:
84970         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
84971         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
84972         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
84973         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
84974         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
84975         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
84976         * platform/chromium-win/fast/inline/002-expected.txt:
84977         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
84978         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
84979         * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
84980         * platform/chromium-win/fast/repaint/4774354-expected.png:
84981         * platform/chromium-win/fast/repaint/4776765-expected.png:
84982         * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
84983         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
84984         * platform/chromium-win/fast/repaint/selection-rl-expected.png:
84985         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
84986         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
84987         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
84988         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
84989         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
84990         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
84991         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
84992         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
84993         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
84994         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
84995         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
84996         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
84997         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
84998         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
84999         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85000         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
85001         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85002         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
85003         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85004         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
85005         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85006         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
85007         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
85008         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
85009         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85010         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
85011         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85012         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
85013         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85014         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
85015         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
85016         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
85017         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
85018         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
85019         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
85020         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
85021         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
85022         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
85023         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
85024         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
85025         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
85026         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
85027         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
85028         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
85029         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
85030
85031 2012-10-22  Tony Chang  <tony@chromium.org>
85032
85033         [chromium] Unreviewed, Win and Mac baselines for css3/flexbox/flexbox-baseline-margins.html.
85034
85035         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85036         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85037         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85038         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
85039         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85040         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt.
85041         * platform/chromium/TestExpectations:
85042
85043 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85044
85045         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 6.
85046
85047         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
85048         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
85049         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
85050         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
85051         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
85052         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
85053         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
85054         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
85055         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
85056         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
85057         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
85058         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
85059         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
85060         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
85061         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
85062         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
85063         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
85064         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
85065         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
85066         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
85067         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
85068         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
85069         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
85070         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
85071         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
85072         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
85073         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
85074         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
85075         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
85076         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
85077         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
85078         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
85079         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
85080         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
85081         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
85082         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
85083         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
85084         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
85085         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
85086         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
85087         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
85088         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
85089         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
85090         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
85091         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
85092         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
85093         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
85094         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
85095         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
85096         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
85097         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
85098
85099 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85100
85101         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 5.
85102
85103         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
85104         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
85105         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
85106         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
85107         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
85108         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
85109         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
85110         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
85111         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
85112         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
85113         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
85114         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
85115         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
85116         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
85117         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
85118         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
85119         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
85120         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
85121         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
85122         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
85123         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
85124         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
85125         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
85126         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
85127         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
85128         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
85129         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
85130         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
85131         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
85132         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
85133         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
85134         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
85135         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
85136         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
85137         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
85138         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
85139         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
85140         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
85141         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
85142         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
85143
85144 2012-10-22  Emil A Eklund  <eae@chromium.org>
85145
85146         Unreviewed chromium test expectations update.
85147
85148         * platform/chromium/TestExpectations:
85149
85150 2012-10-22  Sheriff Bot  <webkit.review.bot@gmail.com>
85151
85152         Unreviewed, rolling out r132119.
85153         http://trac.webkit.org/changeset/132119
85154         https://bugs.webkit.org/show_bug.cgi?id=100019
85155
85156         Fails its own test on Mac platforms. (Requested by leviw on
85157         #webkit).
85158
85159         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Removed.
85160         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Removed.
85161
85162 2012-10-22  Emil A Eklund  <eae@chromium.org>
85163
85164         Unreviewed gardening.
85165
85166         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Removed.
85167         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Removed.
85168         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Removed.
85169         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Removed.
85170         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Removed.
85171         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Removed.
85172         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Removed.
85173         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Removed.
85174         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Removed.
85175         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Removed.
85176         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Removed.
85177         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
85178         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Removed.
85179         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Removed.
85180         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Removed.
85181         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Removed.
85182         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Removed.
85183         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Removed.
85184         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Removed.
85185         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Removed.
85186         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Removed.
85187         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Removed.
85188         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Removed.
85189         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Removed.
85190         * platform/chromium-mac-lion/fast/forms/input-appearance-height-expected.png: Added.
85191         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Removed.
85192         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Removed.
85193         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Removed.
85194         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Removed.
85195         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Removed.
85196         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Removed.
85197         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Removed.
85198         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Removed.
85199         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Removed.
85200         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Removed.
85201         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
85202         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Removed.
85203         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Removed.
85204         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Removed.
85205         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Removed.
85206         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
85207         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
85208         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
85209         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Removed.
85210         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Removed.
85211         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Removed.
85212         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Removed.
85213         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Removed.
85214         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
85215         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
85216         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Removed.
85217         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Removed.
85218         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Removed.
85219         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Removed.
85220         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Removed.
85221         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Removed.
85222         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Removed.
85223         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Removed.
85224         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
85225         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Removed.
85226         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Added.
85227         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Added.
85228         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
85229         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
85230         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Added.
85231         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Added.
85232         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
85233         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Added.
85234         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Added.
85235         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
85236         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
85237         * platform/chromium-mac/editing/selection/3690703-expected.png:
85238         * platform/chromium-mac/editing/selection/3690703-expected.txt:
85239         * platform/chromium-mac/editing/selection/3690719-expected.png:
85240         * platform/chromium-mac/editing/selection/3690719-expected.txt:
85241         * platform/chromium-mac/editing/selection/4397952-expected.png:
85242         * platform/chromium-mac/editing/selection/4397952-expected.txt:
85243         * platform/chromium-mac/editing/selection/5240265-expected.png:
85244         * platform/chromium-mac/editing/selection/5240265-expected.txt:
85245         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
85246         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
85247         * platform/chromium-mac/fast/block/float/032-expected.txt:
85248         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
85249         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
85250         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
85251         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
85252         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
85253         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
85254         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
85255         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
85256         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
85257         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
85258         * platform/chromium-mac/fast/forms/001-expected.png:
85259         * platform/chromium-mac/fast/forms/001-expected.txt:
85260         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
85261         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
85262         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
85263         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
85264         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
85265         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
85266         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
85267         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
85268         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
85269         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
85270         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
85271         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
85272         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
85273         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
85274         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
85275         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
85276         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
85277         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
85278         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
85279         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
85280         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
85281         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
85282         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
85283         * platform/chromium-mac/fast/forms/formmove3-expected.png:
85284         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
85285         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
85286         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
85287         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
85288         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
85289         * platform/chromium-mac/fast/forms/input-value-expected.png:
85290         * platform/chromium-mac/fast/forms/input-value-expected.txt:
85291         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
85292         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
85293         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
85294         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
85295         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
85296         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
85297         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
85298         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
85299         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
85300         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
85301         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
85302         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
85303         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
85304         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
85305         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
85306         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
85307         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
85308         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
85309         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
85310         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
85311         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
85312         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
85313         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
85314         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
85315         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
85316         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
85317         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
85318         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
85319         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
85320         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
85321         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
85322         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
85323         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
85324         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
85325         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
85326         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
85327         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
85328         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
85329         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
85330         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
85331         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
85332         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
85333         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
85334         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
85335         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
85336         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
85337         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
85338         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
85339         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
85340         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
85341         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
85342         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
85343         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
85344         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
85345         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
85346         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
85347         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
85348         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
85349         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
85350         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
85351         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
85352         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
85353         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
85354         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
85355         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
85356         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
85357         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
85358         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
85359         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
85360         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
85361         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
85362         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
85363
85364 2012-10-22  Hans Muller  <hmuller@adobe.com>
85365
85366         [CSS Exclusions] Points on the bottom and right edges of an exclusion shape should be classified as "outside"
85367         https://bugs.webkit.org/show_bug.cgi?id=98967
85368
85369         Reviewed by Dirk Schulze.
85370
85371         Verify that a exclusion shape-inside overlaps lines whose top is less than the
85372         shape bounds' top+height but not equal to the shape bounds' top+height.
85373
85374         * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html: Added.
85375         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Added.
85376
85377 2012-10-22  Chris Rogers  <crogers@google.com>
85378
85379         Update some AudioContext create() method names to latest Web Audio spec
85380         https://bugs.webkit.org/show_bug.cgi?id=99888
85381
85382         Reviewed by Adam Barth.
85383
85384         * webaudio/delaynode-expected.txt:
85385         * webaudio/delaynode.html:
85386         * webaudio/gain.html:
85387         * webaudio/javascriptaudionode-expected.txt:
85388         * webaudio/javascriptaudionode.html:
85389
85390 2012-10-22  Levi Weintraub  <leviw@chromium.org>
85391
85392         Unreviewed gardening. Baselines following r132112.
85393
85394         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
85395         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
85396
85397 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85398
85399         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 4.
85400
85401         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png:
85402         * platform/efl/svg/as-image/animated-svg-as-image-expected.png:
85403         * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
85404         * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png:
85405         * platform/efl/svg/as-image/svg-image-change-content-size-expected.png:
85406         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
85407         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
85408         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
85409         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png:
85410         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
85411         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png:
85412         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
85413         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
85414         * platform/efl/svg/carto.net/tabgroup-expected.png:
85415         * platform/efl/svg/carto.net/window-expected.png:
85416         * platform/efl/svg/css/shadow-changes-expected.png:
85417         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png:
85418         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
85419         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
85420         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
85421         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
85422         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
85423         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
85424         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
85425         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
85426         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
85427         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
85428         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
85429         * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
85430         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
85431         * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
85432         * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
85433         * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
85434         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
85435         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
85436         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
85437         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
85438         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
85439         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
85440         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
85441
85442 2012-10-22  Emil A Eklund  <eae@chromium.org>
85443
85444         Unreviewed gardening.
85445
85446         * css1/text_properties/vertical_align-expected.txt: Added.
85447         * fast/multicol/table-vertical-align-expected.png: Added.
85448         * fast/multicol/table-vertical-align-expected.txt: Added.
85449         * fast/repaint/caret-outside-block-expected.png: Added.
85450         * http/tests/misc/acid2-expected.png: Added.
85451         * platform/chromium-linux-x86/fast/inline: Added.
85452         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt:
85453         * platform/chromium-linux-x86/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85454         * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Removed.
85455         * platform/chromium-linux-x86/http/tests/misc/acid2-pixel-expected.txt: Added.
85456         * platform/chromium-linux-x86/svg/transforms: Removed.
85457         * platform/chromium-linux-x86/tables/mozilla/bugs/bug14323-expected.txt: Added.
85458         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
85459         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
85460         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
85461         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
85462         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Added.
85463         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
85464         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
85465         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
85466         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
85467         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
85468         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
85469         * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
85470         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
85471         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
85472         * platform/chromium-linux/fast/forms/007-expected.png:
85473         * platform/chromium-linux/fast/forms/007-expected.txt: Added.
85474         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
85475         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
85476         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85477         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
85478         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
85479         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Added.
85480         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
85481         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Added.
85482         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
85483         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
85484         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85485         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
85486         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Added.
85487         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
85488         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Added.
85489         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
85490         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Added.
85491         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
85492         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Added.
85493         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
85494         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Added.
85495         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
85496         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Added.
85497         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
85498         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Added.
85499         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
85500         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Added.
85501         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
85502         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Added.
85503         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
85504         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Added.
85505         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
85506         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Added.
85507         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
85508         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Added.
85509         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
85510         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Added.
85511         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
85512         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Added.
85513         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
85514         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Added.
85515         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
85516         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Added.
85517         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
85518         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Added.
85519         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
85520         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Added.
85521         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
85522         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Added.
85523         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
85524         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Added.
85525         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
85526         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Added.
85527         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
85528         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Added.
85529         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
85530         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Added.
85531         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
85532         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Added.
85533         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
85534         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Added.
85535         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
85536         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Added.
85537         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
85538         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
85539         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
85540         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Added.
85541         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
85542         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added.
85543         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
85544         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Added.
85545         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
85546         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Added.
85547         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
85548         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Added.
85549         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
85550         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Added.
85551         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
85552         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Added.
85553         * platform/chromium-linux/fast/html/details-open1-expected.png:
85554         * platform/chromium-linux/fast/html/details-open1-expected.txt: Added.
85555         * platform/chromium-linux/fast/html/details-open2-expected.png:
85556         * platform/chromium-linux/fast/html/details-open2-expected.txt: Added.
85557         * platform/chromium-linux/fast/html/details-open3-expected.png:
85558         * platform/chromium-linux/fast/html/details-open3-expected.txt: Added.
85559         * platform/chromium-linux/fast/html/details-open4-expected.png:
85560         * platform/chromium-linux/fast/html/details-open4-expected.txt: Added.
85561         * platform/chromium-linux/fast/html/details-open5-expected.png:
85562         * platform/chromium-linux/fast/html/details-open5-expected.txt: Added.
85563         * platform/chromium-linux/fast/html/details-open6-expected.png:
85564         * platform/chromium-linux/fast/html/details-open6-expected.txt: Added.
85565         * platform/chromium-linux/fast/html/details-position-expected.png:
85566         * platform/chromium-linux/fast/html/details-position-expected.txt: Added.
85567         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
85568         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Added.
85569         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
85570         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Added.
85571         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
85572         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
85573         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
85574         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Added.
85575         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
85576         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
85577         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
85578         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Added.
85579         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
85580         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
85581         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
85582         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Added.
85583         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
85584         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
85585         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
85586         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Added.
85587         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
85588         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
85589         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
85590         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Added.
85591         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
85592         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
85593         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
85594         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Added.
85595         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
85596         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Added.
85597         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
85598         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Added.
85599         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
85600         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
85601         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
85602         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
85603         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
85604         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
85605         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
85606         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85607         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt:
85608         * platform/chromium-linux/fast/inline/002-expected.txt: Added.
85609         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
85610         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85611         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
85612         * platform/chromium-linux/fast/repaint/4774354-expected.png:
85613         * platform/chromium-linux/fast/repaint/4776765-expected.png:
85614         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
85615         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
85616         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
85617         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
85618         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
85619         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
85620         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Added.
85621         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
85622         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
85623         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85624         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85625         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing: Added.
85626         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
85627         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
85628         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
85629         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
85630         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
85631         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
85632         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
85633         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Added.
85634         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
85635         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85636         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
85637         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85638         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
85639         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85640         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
85641         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85642         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
85643         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
85644         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
85645         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85646         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
85647         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85648         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
85649         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85650         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
85651         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
85652         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.txt: Added.
85653         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Added.
85654         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
85655         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
85656         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
85657         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Added.
85658         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
85659         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Added.
85660         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
85661         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
85662         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
85663         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
85664         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
85665         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Added.
85666         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
85667         * platform/chromium-mac-lion/fast/forms/007-expected.png:
85668         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png:
85669         * platform/chromium-mac-lion/fast/forms/datalist: Added.
85670         * platform/chromium-mac-lion/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
85671         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png:
85672         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png:
85673         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
85674         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png:
85675         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png:
85676         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png:
85677         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png:
85678         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png:
85679         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png:
85680         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png:
85681         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png:
85682         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png:
85683         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png:
85684         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png:
85685         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png:
85686         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png:
85687         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png:
85688         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png:
85689         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png:
85690         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png:
85691         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png:
85692         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png:
85693         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png:
85694         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png:
85695         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png:
85696         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png:
85697         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png:
85698         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png:
85699         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png:
85700         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png:
85701         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png:
85702         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png:
85703         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png:
85704         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png:
85705         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png:
85706         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png:
85707         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png:
85708         * platform/chromium-mac-lion/fast/html/details-open1-expected.png:
85709         * platform/chromium-mac-lion/fast/html/details-open2-expected.png:
85710         * platform/chromium-mac-lion/fast/html/details-open3-expected.png:
85711         * platform/chromium-mac-lion/fast/html/details-open4-expected.png:
85712         * platform/chromium-mac-lion/fast/html/details-open5-expected.png:
85713         * platform/chromium-mac-lion/fast/html/details-open6-expected.png:
85714         * platform/chromium-mac-lion/fast/html/details-position-expected.png:
85715         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png:
85716         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png:
85717         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png:
85718         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png:
85719         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png:
85720         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png:
85721         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png:
85722         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png:
85723         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png:
85724         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png:
85725         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png:
85726         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png:
85727         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png:
85728         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png:
85729         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png:
85730         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png:
85731         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png:
85732         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png:
85733         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png:
85734         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png:
85735         * platform/chromium-mac-lion/fast/inline: Added.
85736         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.png: Added.
85737         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85738         * platform/chromium-mac-lion/fast/repaint: Added.
85739         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png: Added.
85740         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png: Added.
85741         * platform/chromium-mac-lion/fast/repaint/caret-outside-block-expected.png: Added.
85742         * platform/chromium-mac-lion/fast/repaint/selection-rl-expected.png: Added.
85743         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
85744         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png:
85745         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85746         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png:
85747         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
85748         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85749         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
85750         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85751         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85752         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85753         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85754         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85755         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85756         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
85757         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
85758         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
85759         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85760         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
85761         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85762         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
85763         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
85764         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
85765         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
85766         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
85767         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
85768         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
85769         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
85770         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
85771         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
85772         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
85773         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
85774         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
85775         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
85776         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
85777         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
85778         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
85779         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
85780         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
85781         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
85782         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
85783         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
85784         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
85785         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
85786         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
85787         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
85788         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
85789         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
85790         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
85791         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
85792         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
85793         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
85794         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
85795         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
85796         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
85797         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
85798         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
85799         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
85800         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
85801         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
85802         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
85803         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
85804         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
85805         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
85806         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
85807         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
85808         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
85809         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
85810         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
85811         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
85812         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
85813         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
85814         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
85815         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
85816         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
85817         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
85818         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
85819         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
85820         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
85821         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.png:
85822         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85823         * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Removed.
85824         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
85825         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
85826         * platform/chromium-mac-snowleopard/fast/repaint/caret-outside-block-expected.png:
85827         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
85828         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85829         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85830         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85831         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85832         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85833         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85834         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
85835         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
85836         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
85837         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
85838         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
85839         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
85840         * platform/chromium-mac/fast/css/acid2-expected.png: Added.
85841         * platform/chromium-mac/fast/css/acid2-pixel-expected.png:
85842         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
85843         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
85844         * platform/chromium-mac/fast/forms/007-expected.png:
85845         * platform/chromium-mac/fast/forms/007-expected.txt:
85846         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
85847         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
85848         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85849         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
85850         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
85851         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85852         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
85853         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
85854         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
85855         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
85856         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
85857         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
85858         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
85859         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
85860         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
85861         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
85862         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
85863         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
85864         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
85865         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
85866         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
85867         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
85868         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
85869         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
85870         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
85871         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
85872         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
85873         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
85874         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
85875         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
85876         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
85877         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
85878         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
85879         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
85880         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
85881         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
85882         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
85883         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
85884         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
85885         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
85886         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
85887         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
85888         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
85889         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
85890         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
85891         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
85892         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
85893         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
85894         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
85895         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
85896         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
85897         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
85898         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
85899         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
85900         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
85901         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
85902         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
85903         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
85904         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
85905         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
85906         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
85907         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
85908         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
85909         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
85910         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
85911         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
85912         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
85913         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
85914         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
85915         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
85916         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
85917         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
85918         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
85919         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
85920         * platform/chromium-mac/fast/html/details-open1-expected.png:
85921         * platform/chromium-mac/fast/html/details-open1-expected.txt:
85922         * platform/chromium-mac/fast/html/details-open2-expected.png:
85923         * platform/chromium-mac/fast/html/details-open2-expected.txt:
85924         * platform/chromium-mac/fast/html/details-open3-expected.png:
85925         * platform/chromium-mac/fast/html/details-open3-expected.txt:
85926         * platform/chromium-mac/fast/html/details-open4-expected.png:
85927         * platform/chromium-mac/fast/html/details-open4-expected.txt:
85928         * platform/chromium-mac/fast/html/details-open5-expected.png:
85929         * platform/chromium-mac/fast/html/details-open5-expected.txt:
85930         * platform/chromium-mac/fast/html/details-open6-expected.png:
85931         * platform/chromium-mac/fast/html/details-open6-expected.txt:
85932         * platform/chromium-mac/fast/html/details-position-expected.png:
85933         * platform/chromium-mac/fast/html/details-position-expected.txt:
85934         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
85935         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
85936         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
85937         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
85938         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
85939         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
85940         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
85941         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
85942         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
85943         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
85944         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
85945         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
85946         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
85947         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
85948         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
85949         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
85950         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
85951         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
85952         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
85953         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
85954         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
85955         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
85956         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
85957         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
85958         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
85959         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
85960         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
85961         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
85962         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
85963         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
85964         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
85965         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
85966         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
85967         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
85968         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
85969         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
85970         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
85971         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
85972         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
85973         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
85974         * platform/chromium-mac/fast/inline/002-expected.png:
85975         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
85976         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.txt:
85977         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
85978         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.txt:
85979         * platform/chromium-mac/fast/repaint/4774354-expected.png:
85980         * platform/chromium-mac/fast/repaint/4776765-expected.png:
85981         * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png:
85982         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
85983         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
85984         * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
85985         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
85986         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
85987         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
85988         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
85989         * platform/chromium-mac/http/tests/misc/acid2-expected.png: Added.
85990         * platform/chromium-mac/http/tests/misc/acid2-pixel-expected.png:
85991         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85992         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85993         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
85994         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
85995         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
85996         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
85997         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
85998         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
85999         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
86000         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
86001         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.txt:
86002         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
86003         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
86004         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
86005         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
86006         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
86007         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
86008         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
86009         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
86010         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
86011         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
86012         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
86013         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
86014         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
86015         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
86016         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
86017         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
86018         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
86019         * platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png:
86020         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
86021         * platform/chromium-mac/tables/mozilla/bugs/bug43854-2-expected.png:
86022         * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
86023         * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
86024         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
86025         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
86026         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
86027         * platform/chromium-mac/transforms/svg-vs-css-expected.png:
86028         * platform/chromium-mac/transforms/svg-vs-css-expected.txt:
86029         * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Removed.
86030         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
86031         * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Removed.
86032         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
86033         * platform/chromium/TestExpectations:
86034         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
86035         * platform/chromium/fast/css/acid2-expected.png: Removed.
86036         * platform/chromium/http/tests/misc/acid2-expected.png: Removed.
86037         * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
86038         * platform/efl/fast/multicol/table-vertical-align-expected.png: Removed.
86039         * platform/efl/fast/multicol/table-vertical-align-expected.txt: Removed.
86040         * platform/efl/fast/repaint/caret-outside-block-expected.png: Removed.
86041         * platform/efl/http/tests/misc/acid2-expected.png: Removed.
86042         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
86043         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Removed.
86044         * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
86045         * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Removed.
86046         * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Removed.
86047         * platform/gtk/css1/text_properties/vertical_align-expected.txt: Removed.
86048         * platform/gtk/fast/multicol/table-vertical-align-expected.png: Removed.
86049         * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Removed.
86050         * platform/gtk/fast/repaint/caret-outside-block-expected.png: Removed.
86051         * platform/gtk/http/tests/misc/acid2-expected.png: Removed.
86052         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
86053         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Removed.
86054
86055 2012-10-22  Anders Carlsson  <andersca@apple.com>
86056
86057         [WK2] Regression(r131990): plugins/npruntime/remove-property.html started failing
86058         https://bugs.webkit.org/show_bug.cgi?id=99977
86059
86060         Reviewed by Alexey Proskuryakov.
86061
86062         Remove now passing test.
86063
86064         * platform/efl-wk2/TestExpectations:
86065
86066 2012-10-22  Varun Jain  <varunjain@chromium.org>
86067
86068         Context menu generated from touch gestures on textareas has
86069         context of the cursor position instead of the position where the event occurs.
86070         https://bugs.webkit.org/show_bug.cgi?id=99520
86071
86072         Reviewed by Kenneth Rohde Christiansen.
86073
86074         Send a synthetic mouse down event for context menu-summoning-gesture events so that
86075         textareas can correctly set cursors before receiving the context menu event.
86076
86077         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
86078         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
86079
86080 2012-10-22  Emil A Eklund  <eae@chromium.org>
86081
86082         Unreviewed gardening.
86083
86084         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
86085         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Added.
86086         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
86087         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Added.
86088         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
86089         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Added.
86090         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
86091         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Added.
86092         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
86093         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Added.
86094         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
86095         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Added.
86096         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Added.
86097         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png:
86098         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Added.
86099         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png:
86100         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Added.
86101         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png:
86102         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
86103         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png:
86104         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Added.
86105         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
86106         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
86107         * platform/chromium-mac-lion/fast/forms/001-expected.png:
86108         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Added.
86109         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png:
86110         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Added.
86111         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.png: Added.
86112         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Added.
86113         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png:
86114         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Added.
86115         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png:
86116         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Added.
86117         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png:
86118         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png:
86119         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Added.
86120         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png:
86121         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Added.
86122         * platform/chromium-mac-lion/fast/forms/date-multiple-fields: Added.
86123         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
86124         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
86125         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
86126         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86127         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
86128         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png:
86129         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Added.
86130         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png:
86131         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Added.
86132         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png:
86133         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png:
86134         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Added.
86135         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
86136         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Added.
86137         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png:
86138         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Added.
86139         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png:
86140         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Added.
86141         * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
86142         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Added.
86143         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
86144         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Added.
86145         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png:
86146         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Added.
86147         * platform/chromium-mac-lion/fast/forms/time-multiple-fields: Added.
86148         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
86149         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
86150         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86151         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
86152         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Added.
86153         * platform/chromium-mac-lion/fast/forms/week-multiple-fields: Added.
86154         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
86155         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
86156         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86157         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
86158         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
86159         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
86160         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png:
86161         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Added.
86162         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png:
86163         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Added.
86164         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png:
86165         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Added.
86166         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png: Added.
86167         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
86168         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png: Added.
86169         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt: Added.
86170         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
86171         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
86172         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png:
86173         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Added.
86174         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png:
86175         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
86176         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png:
86177         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Added.
86178         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png:
86179         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Added.
86180         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png:
86181         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Added.
86182         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png:
86183         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Added.
86184         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png:
86185         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
86186         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png:
86187         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
86188         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
86189         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png:
86190         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Added.
86191         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png:
86192         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Added.
86193         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png:
86194         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Added.
86195         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png:
86196         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Added.
86197         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png:
86198         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Added.
86199         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png:
86200         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
86201         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png:
86202         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
86203         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png:
86204         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Added.
86205         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png:
86206         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Added.
86207         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png:
86208         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Added.
86209         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png:
86210         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Added.
86211         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
86212         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
86213         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png:
86214         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Added.
86215         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png:
86216         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Added.
86217         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
86218         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
86219         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
86220         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
86221         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
86222         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
86223         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
86224         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
86225         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
86226         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
86227         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
86228         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
86229         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
86230         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
86231         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
86232         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
86233         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
86234         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
86235         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
86236         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
86237         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
86238         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
86239         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
86240         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
86241         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
86242         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
86243         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
86244         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
86245         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
86246         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
86247         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
86248         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
86249         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
86250         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
86251         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
86252         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
86253         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
86254         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
86255         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
86256         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
86257         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
86258         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
86259         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
86260         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
86261         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
86262         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
86263         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
86264         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
86265         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
86266         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
86267         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
86268         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
86269         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt: Added.
86270         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
86271         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
86272         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
86273         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
86274         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
86275         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
86276         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
86277         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
86278         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
86279         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
86280         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
86281         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
86282         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
86283         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
86284         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
86285         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
86286         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
86287         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
86288         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
86289         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
86290         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
86291         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
86292         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
86293         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
86294         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
86295         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
86296         * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.png: Removed.
86297
86298 2012-10-22  Aaron Colwell  <acolwell@chromium.org>
86299
86300         webkitsourceopen event doesn't always fire
86301         https://bugs.webkit.org/show_bug.cgi?id=99868
86302
86303         Reviewed by Adam Barth.
86304
86305         Added a test that verifies the webkitsourceopen event still fires
86306         even if the MediaSource variable goes out of scope and garbage
86307         collection occurs.
86308
86309         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen-expected.txt: Added.
86310         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen.html: Added.
86311
86312 2012-10-22  Jer Noble  <jer.noble@apple.com>
86313
86314         Unreviewed, further Apple Mac baselines for shadow DOM changes to RenderSlider.
86315
86316         * platform/mac/fast/forms/input-appearance-height-expected.txt:
86317         * platform/mac/media/controls-without-preload-expected.txt:
86318
86319 2012-10-22  Emil A Eklund  <eae@chromium.org>
86320
86321         Change baselinePosition and maxAscent/maxDescent to int
86322         https://bugs.webkit.org/show_bug.cgi?id=99767
86323
86324         Reviewed by Levi Weintraub.
86325         
86326         Add test for alignment of replaced elements. Update existing
86327         tests to account for rounding differences in alignment.
86328
86329         * fast/sub-pixel/replaced-element-baseline-expected.txt: Added.
86330         * fast/sub-pixel/replaced-element-baseline.html: Added.
86331         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
86332         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
86333         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
86334         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
86335         * platform/chromium-linux/fast/repaint/4774354-expected.png:
86336         * platform/chromium-linux/fast/repaint/4776765-expected.png:
86337         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
86338         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
86339         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
86340         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
86341         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
86342         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
86343         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
86344         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
86345         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
86346         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
86347         * platform/chromium-win/fast/css/acid2-expected.txt:
86348         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
86349         * platform/chromium-win/fast/inline/002-expected.txt:
86350         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
86351         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
86352         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
86353         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
86354         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
86355         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
86356         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
86357         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
86358         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
86359         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
86360         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
86361         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
86362         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
86363
86364 2012-10-22  Emil A Eklund  <eae@chromium.org>
86365
86366         Unreviewed gardening, marking fast/sub-pixel/file-upload-control-at-fractional-offset.html as failing on LION for now.
86367
86368         * platform/chromium/TestExpectations:
86369
86370 2012-10-22  Tony Chang  <tony@chromium.org>
86371
86372         Fix some baseline flexbox alignment
86373         https://bugs.webkit.org/show_bug.cgi?id=99879
86374
86375         Reviewed by Ojan Vafai.
86376
86377         Additional test cases for baseline aligning flexbox.
86378
86379         * css3/flexbox/flexbox-baseline-margins.html: Added.
86380         * css3/flexbox/resources/flexbox.css:
86381         (.flex-one): New cross browser value.
86382         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
86383         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
86384         * platform/chromium/TestExpectations:
86385         * platform/efl/TestExpectations:
86386         * platform/gtk/TestExpectations:
86387         * platform/mac/TestExpectations:
86388         * platform/qt/TestExpectations:
86389         * platform/win/TestExpectations:
86390
86391 2012-10-22  Tony Chang  <tony@chromium.org>
86392
86393         Unreviewed, updating skipped tests that moved.
86394
86395         * platform/win/TestExpectations:
86396
86397 2012-10-22  Mario Sanchez Prada  <msanchez@igalia.com>
86398
86399         [GTK] Don't use deprecated AccessibilityObject methods after r99502
86400         https://bugs.webkit.org/show_bug.cgi?id=99985
86401
86402         Reviewed by Chris Fleizach.
86403
86404         Update test and expectations to reflect the changes in the
86405         accessible title (now it's the localized one) being returned.
86406
86407         * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Updated.
86408         * platform/gtk/accessibility/media-controls-panel-title.html: Updated.
86409
86410 2012-10-22  Emil A Eklund  <eae@chromium.org>
86411
86412         Convert fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html to ref test
86413         https://bugs.webkit.org/show_bug.cgi?id=99869
86414
86415         Reviewed by Eric Seidel.
86416
86417         fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html is currently a pixel test, convert it to a ref test instead.
86418
86419         * fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html: Added.
86420         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86421         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86422         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86423         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86424         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86425         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86426         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86427         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86428         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86429         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86430
86431 2012-10-16  Andrey Kosyakov  <caseq@chromium.org>
86432
86433         Web Inspector: add timeline instrumentation for scrolling of a layer
86434         https://bugs.webkit.org/show_bug.cgi?id=99461
86435
86436         Reviewed by Pavel Feldman.
86437
86438         - added Scroll record type;
86439
86440         * inspector/timeline/timeline-enum-stability-expected.txt:
86441
86442 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
86443
86444         Web Inspector: Prepare mappings to moving uiSourceCodes creation out of them to workspace.
86445         https://bugs.webkit.org/show_bug.cgi?id=99997
86446
86447         Reviewed by Pavel Feldman.
86448
86449         * http/tests/inspector/compiler-script-mapping.html:
86450
86451 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86452
86453         Unreviewed GTK gardening.
86454
86455         Fixing expectations for fast/dom/gc-acid3.html to pass the linting.
86456
86457         * platform/gtk/TestExpectations:
86458
86459 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
86460
86461         Web Inspector: Treat dynamic anonymous scripts as other anonymous and fix anonymous script editing and breakpoints.
86462         https://bugs.webkit.org/show_bug.cgi?id=99989
86463
86464         Reviewed by Pavel Feldman.
86465
86466         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
86467         * http/tests/inspector/debugger-test.js:
86468         (initialize_DebuggerTest):
86469         * inspector/debugger/dynamic-script-tag-expected.txt:
86470         * inspector/debugger/dynamic-scripts-expected.txt:
86471         * inspector/debugger/live-edit-breakpoints-expected.txt:
86472         * inspector/debugger/live-edit-breakpoints.html:
86473         * inspector/debugger/resource-script-mapping-expected.txt:
86474         * inspector/debugger/resource-script-mapping.html:
86475
86476 2012-10-22  Emil A Eklund  <eae@chromium.org>
86477
86478         Convert fast/sub-pixel/float-containing-block-with-margin.html to text test
86479         https://bugs.webkit.org/show_bug.cgi?id=99866
86480
86481         Reviewed by Eric Seidel.
86482
86483         fast/sub-pixel/float-containing-block-with-margin.html doesn't
86484         need to be a pixel test, convert it to a text one.
86485
86486         * fast/sub-pixel/float-containing-block-with-margin-expected.txt:
86487         * fast/sub-pixel/float-containing-block-with-margin.html:
86488         * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86489         * platform/chromium-mac-lion/fast/sub-pixel: Removed.
86490         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86491         * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86492         * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86493
86494 2012-10-22  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
86495
86496         [css3-text] Add rendering support for -webkit-text-decoration-style
86497         https://bugs.webkit.org/show_bug.cgi?id=94094
86498
86499         Reviewed by Julien Chaffraix.
86500
86501         Added paint and repaint layout tests for CSS3 text-decoration-style
86502         property. Pixel results are not included due to missing platform support
86503         for some decoration styles (handled on bug 93507). These are going
86504         to be added when platform support is complete.
86505
86506         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.txt: Added.
86507         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html: Added.
86508         * fast/css3-text/css3-text-decoration/text-decoration-style-expected.txt: Added.
86509         * fast/css3-text/css3-text-decoration/text-decoration-style.html: Added.
86510
86511 2012-10-22  Erik Arvidsson  <arv@chromium.org>
86512
86513         HTMLBaseElement href attribute binding returns wrong URL
86514         https://bugs.webkit.org/show_bug.cgi?id=98184
86515
86516         Reviewed by Ojan Vafai.
86517
86518         Resolve the href attribute binding relative to the document URL instead of resolving it to the
86519         base element itself. If there is no href attribute this should return the fallback base URL.
86520
86521         http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element
86522
86523         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase-expected.txt: Added.
86524         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html: Added.
86525         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt: Added.
86526         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Added.
86527         * fast/dom/element-attribute-js-null-expected.txt:
86528         * fast/dom/element-attribute-js-null.html:
86529
86530 2012-10-22  Florin Malita  <fmalita@chromium.org>
86531
86532         Incorrect embedded SVG image sizing on first load
86533         https://bugs.webkit.org/show_bug.cgi?id=99489
86534
86535         Reviewed by Nikolas Zimmermann.
86536
86537         * svg/custom/svg-image-initial-size-expected.html: Added.
86538         * svg/custom/svg-image-initial-size.html: Added.
86539
86540 2012-10-22  Christophe Dumez  <christophe.dumez@intel.com>
86541
86542         [EFL][WK2] Skip plugins/npruntime/remove-property.html
86543         https://bugs.webkit.org/show_bug.cgi?id=99978
86544
86545         Unreviewed EFL gardening.
86546
86547         Skip plugins/npruntime/remove-property.html which started
86548         failing after r131990.
86549
86550         * platform/efl-wk2/TestExpectations:
86551
86552 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
86553
86554         Change the path of the include files in the text decoration test cases.
86555         https://bugs.webkit.org/show_bug.cgi?id=99974
86556
86557         Reviewed by Gyuyoung Kim.
86558
86559         The include path is differentiated by http://trac.webkit.org/changeset/132043
86560
86561         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html:
86562         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html:
86563         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html:
86564
86565 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86566
86567         [GTK] Enable Microdata DOM API
86568         https://bugs.webkit.org/show_bug.cgi?id=99033
86569
86570         Reviewed by Martin Robinson.
86571
86572         Unskip the Microdata tests, they all pass now that the feature has been enabled.
86573
86574         * platform/gtk/TestExpectations:
86575
86576 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86577
86578         [GTK] Enable CSP 1.1
86579         https://bugs.webkit.org/show_bug.cgi?id=99064
86580
86581         Reviewed by Martin Robinson.
86582
86583         Unskip the CSP 1.1 layout tests as they all pass with the feature enabled.
86584
86585         * platform/gtk/TestExpectations:
86586
86587 2012-10-22  Keishi Hattori  <keishi@webkit.org>
86588
86589         Test date-suggestion-picker-reset-value-after-reload.html will timeout when running with other tests
86590         https://bugs.webkit.org/show_bug.cgi?id=99969
86591
86592         Reviewed by Kent Tamura.
86593
86594         When running with other tests the iframe onload event seems to fire before the script tag is parsed.
86595
86596         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
86597
86598 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
86599
86600         [Qt] Handle GET of blob URLs.
86601         https://bugs.webkit.org/show_bug.cgi?id=99053
86602
86603         Reviewed by Simon Hausmann.
86604
86605         Unskip tests working after we handle GET of Blob URLs. Unfortunately they require beginDragWithFiles, 
86606         and thus only work in DRT.
86607
86608         * platform/qt-5.0-wk2/TestExpectations:
86609         * platform/qt/TestExpectations:
86610         * platform/qt/fast/files/workers/worker-read-blob-async-actual.txt: Added.
86611
86612 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
86613
86614         [Qt] Basic gesture event handling
86615         https://bugs.webkit.org/show_bug.cgi?id=66173
86616
86617         Reviewed by Simon Hausmann.
86618
86619         * platform/qt-5.0-wk2/TestExpectations:
86620         * platform/qt/TestExpectations:
86621         * platform/qt/fast/events/touch/gesture/gesture-click-expected.txt: Added.
86622
86623 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
86624
86625         [Shadow] ASSERT triggered when we try reprojecting fallback elements.
86626         https://bugs.webkit.org/show_bug.cgi?id=99815
86627
86628         Reviewed by Hajime Morita.
86629
86630         * fast/dom/shadow/content-reprojection-fallback-crash-expected.txt: Added.
86631         * fast/dom/shadow/content-reprojection-fallback-crash.html: Added.
86632
86633 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86634
86635         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 3.
86636
86637         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
86638         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
86639         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
86640         * platform/efl/fast/repaint/scroll-in-clipped-layer-expected.png:
86641         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
86642         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
86643         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
86644         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
86645         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
86646         * platform/efl/fast/repaint/search-field-cancel-expected.png:
86647         * platform/efl/fast/repaint/select-option-background-color-expected.png:
86648         * platform/efl/fast/repaint/selected-replaced-expected.png:
86649         * platform/efl/fast/repaint/selection-after-delete-expected.png:
86650         * platform/efl/fast/repaint/selection-after-remove-expected.png:
86651         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
86652         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
86653         * platform/efl/fast/repaint/selection-rl-expected.png:
86654         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
86655         * platform/efl/fast/repaint/static-to-positioned-expected.png:
86656         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
86657         * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Added.
86658         * platform/efl/fast/repaint/subtree-root-clip-3-expected.png: Added.
86659         * platform/efl/fast/repaint/subtree-root-clip-expected.png: Added.
86660         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
86661         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
86662         * platform/efl/fast/repaint/table-cell-move-expected.png:
86663         * platform/efl/fast/repaint/table-col-background-expected.png:
86664         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
86665         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
86666         * platform/efl/fast/repaint/table-outer-border-expected.png:
86667         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
86668         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
86669         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
86670         * platform/efl/fast/repaint/table-row-expected.png:
86671         * platform/efl/fast/repaint/table-section-overflow-expected.png:
86672         * platform/efl/fast/repaint/table-section-repaint-expected.png:
86673         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
86674         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
86675         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
86676         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
86677         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
86678         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
86679         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
86680         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
86681         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
86682         * platform/efl/fast/repaint/transform-relative-position-expected.png:
86683         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
86684         * platform/efl/fast/repaint/transform-replaced-shadows-expected.png:
86685         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
86686         * platform/efl/fast/repaint/transform-translate-expected.png:
86687         * platform/efl/fast/table/border-collapsing/cached-69296-expected.png:
86688         * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
86689         * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
86690         * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
86691         * platform/efl/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
86692
86693 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
86694
86695         Move LayoutTests/fast/css3-text-decoration directory into LayoutTests/fast/css3-text directory.
86696         https://bugs.webkit.org/show_bug.cgi?id=99948
86697
86698         Reviewed by Hajime Morita.
86699
86700         css3-text-decoration is one of the feature under the ENABLE_CSS3_TEXT flag,
86701         it should be maintained in the css3-text directory with other features under the same flag.
86702
86703         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt.
86704         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html.
86705         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt.
86706         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html.
86707         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js.
86708         (testElementStyle):
86709         (testComputedStyle):
86710         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-style.js: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-style.js.
86711         (testElementStyle):
86712         (testComputedStyleValue):
86713         (testValue):
86714         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png.
86715         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.txt.
86716         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line.html.
86717         * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line-expected.html.
86718         * fast/css3-text/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line.html.
86719         * platform/chromium/TestExpectations:
86720         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Renamed from LayoutTests/platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png.
86721         * platform/mac/TestExpectations:
86722         * platform/qt-4.8/TestExpectations:
86723         * platform/qt-mac/TestExpectations:
86724         * platform/qt/TestExpectations:
86725         * platform/win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Renamed from LayoutTests/platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt.
86726         * platform/win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Renamed from LayoutTests/platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt.
86727
86728 2012-10-22  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
86729
86730         WebKitTestRunner needs testRunner.queueLoadingScript and testRunner.queueNonLoadingScript
86731         https://bugs.webkit.org/show_bug.cgi?id=42675
86732
86733         Reviewed by Kenneth Rohde Christiansen.
86734
86735         Unskipped corresponding test cases for WK2. Put those which still fail to appropriate
86736         groups.
86737
86738         * platform/wk2/TestExpectations:
86739
86740 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86741
86742         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 2.
86743
86744         * platform/efl/fast/repaint/body-background-image-expected.png:
86745         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
86746         * platform/efl/fast/repaint/layout-state-relative-expected.png:
86747         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
86748         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
86749         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
86750         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
86751         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
86752         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
86753         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
86754         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
86755         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
86756         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
86757         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
86758         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
86759         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
86760         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
86761         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
86762         * platform/efl/fast/repaint/line-overflow-expected.png:
86763         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
86764         * platform/efl/fast/repaint/list-marker-2-expected.png:
86765         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
86766         * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
86767         * platform/efl/fast/repaint/multicol-repaint-expected.png:
86768         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
86769         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
86770         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
86771         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
86772         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
86773         * platform/efl/fast/repaint/outline-inset-expected.png:
86774         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
86775         * platform/efl/fast/repaint/outline-shrinking-expected.png:
86776         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
86777         * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
86778         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
86779         * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
86780         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png:
86781         * platform/efl/fast/repaint/overflow-hide-expected.png:
86782         * platform/efl/fast/repaint/overflow-into-content-expected.png:
86783         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
86784         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
86785         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
86786         * platform/efl/fast/repaint/overflow-show-expected.png:
86787         * platform/efl/fast/repaint/reflection-redraw-expected.png:
86788         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
86789         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
86790         * platform/efl/fast/repaint/region-painting-via-layout-expected.png:
86791         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
86792         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
86793         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
86794         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
86795         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
86796         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
86797         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
86798         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
86799
86800 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86801
86802         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 1.
86803
86804         * platform/efl/fast/repaint/4774354-expected.png:
86805         * platform/efl/fast/repaint/4776765-expected.png:
86806         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
86807         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Removed.
86808         * platform/efl/fast/repaint/background-generated-expected.png:
86809         * platform/efl/fast/repaint/background-misaligned-expected.png:
86810         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
86811         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
86812         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
86813         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
86814         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
86815         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
86816         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
86817         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.png:
86818         * platform/efl/fast/repaint/border-fit-lines-expected.png:
86819         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
86820         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
86821         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
86822         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
86823         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
86824         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
86825         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
86826         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
86827         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
86828         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
86829         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.png:
86830         * platform/efl/fast/repaint/canvas-putImageData-expected.png:
86831         * platform/efl/fast/repaint/caret-outside-block-expected.png:
86832         * platform/efl/fast/repaint/change-transform-expected.png:
86833         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
86834         * platform/efl/fast/repaint/clipped-relative-expected.png:
86835         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
86836         * platform/efl/fast/repaint/content-into-overflow-expected.png:
86837         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
86838         * platform/efl/fast/repaint/control-clip-expected.png:
86839         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
86840         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
86841         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
86842         * platform/efl/fast/repaint/erase-overflow-expected.png:
86843         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
86844         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
86845         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
86846         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
86847         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
86848         * platform/efl/fast/repaint/fixed-expected.png:
86849         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
86850         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
86851         * platform/efl/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
86852         * platform/efl/fast/repaint/fixed-scale-expected.png:
86853         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
86854         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
86855         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
86856         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
86857         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
86858         * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
86859         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
86860         * platform/efl/fast/repaint/float-new-in-block-expected.png:
86861         * platform/efl/fast/repaint/float-overflow-expected.png: Added.
86862         * platform/efl/fast/repaint/float-overflow-right-expected.png: Added.
86863         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
86864         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.png:
86865         * platform/efl/fast/repaint/inline-block-resize-expected.png:
86866         * platform/efl/fast/repaint/inline-color-change-expected.png:
86867         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
86868         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
86869         * platform/efl/fast/repaint/inline-vertical-lr-overflow-expected.png:
86870         * platform/efl/fast/repaint/inline-vertical-rl-overflow-expected.png:
86871         * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.png:
86872         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
86873         * platform/efl/fast/repaint/invisible-objects-expected.png:
86874         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
86875         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
86876         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
86877         * platform/efl/fast/repaint/layer-full-repaint-expected.png:
86878         * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.png:
86879         * platform/efl/fast/repaint/layer-visibility-expected.png:
86880
86881 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86882
86883         Unreviewed GTK gardening.
86884
86885         Adding flaky crashing expectations for fast/dom/gc-acid3.html
86886         and http/tests/misc/acid3.html.
86887         Removing timeout expectations for tests that were fixed in r131942.
86888         Reclassifying svg/animations/animate-css-xml-attributeType.html
86889         as a non-flaky failure.
86890
86891         * platform/gtk/TestExpectations:
86892
86893 2012-10-22  Anton Muhin  <antonm@chromium.org>
86894
86895         Unreviewed Chromium rebaselines.
86896
86897         * platform/chromium/TestExpectations:
86898
86899 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
86900
86901         Unreviewed, suppressing failure until I can figure out what's going on.
86902
86903         * platform/chromium/TestExpectations:
86904
86905 2012-10-21  Keishi Hattori  <keishi@webkit.org>
86906
86907         Refactor picker tests to fix flakiness and share code
86908         https://bugs.webkit.org/show_bug.cgi?id=99671
86909
86910         Reviewed by Kent Tamura.
86911
86912         Refactored so picker tests share code and structure.
86913
86914         * fast/forms/resources/picker-common.js: Shared by all picker tests. Requires js-test-pre.js. Sets up an asynchronous test.
86915         (openPicker): Opens the picker for the given input and calls the callback when the picker did open.
86916         (popupOpenCallbackWrapper):
86917         (sendKey):
86918         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
86919         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
86920         * platform/chromium/TestExpectations: Marked all tests as not flaky. Marked all pixel tests as need rebaseline.
86921         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt:
86922         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt:
86923         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
86924         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html:
86925         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
86926         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
86927         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
86928         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
86929         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
86930         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
86931         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt:
86932         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
86933         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt:
86934         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html:
86935         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt:
86936         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html:
86937         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt:
86938         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html:
86939         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html:
86940         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt:
86941         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt:
86942         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html:
86943         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt:
86944         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html:
86945         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html:
86946         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
86947         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
86948         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
86949         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
86950         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
86951         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt:
86952         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
86953         * platform/chromium/fast/forms/suggestion-picker/resources/suggestion-picker-common.js: Moved to resource directory like all other js files.
86954         (valueForEntry):
86955         (highlightedEntry):
86956         (entryValues):
86957         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt:
86958         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt:
86959         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html:
86960         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt:
86961         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html:
86962         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html:
86963         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
86964         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
86965         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
86966         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
86967
86968 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
86969
86970         Unreviewed, could've sworn this was in the previous patch ...
86971
86972         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
86973         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
86974
86975 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
86976
86977         Unreviewed. More chromium baseline cleanup after r132022.
86978
86979         * platform/chromium-mac-lion/editing/selection/iframe-expected.png: Added.
86980         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png: Added.
86981         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Removed.
86982         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Removed.
86983         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Removed.
86984         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Removed.
86985         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Removed.
86986         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Removed.
86987         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Removed.
86988         * platform/chromium-win/svg/custom/pattern-scaling-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.png.
86989         * platform/chromium/svg/custom/pattern-scaling-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.txt.
86990
86991 2012-10-21  Shinya Kawanaka  <shinyak@chromium.org>
86992
86993         Web Inspector: Shadow DOM: Node removal doesn't reflect.
86994         https://bugs.webkit.org/show_bug.cgi?id=99567
86995
86996         Reviewed by Pavel Feldman.
86997
86998         * inspector/elements/update-shadowdom-expected.txt: Added.
86999         * inspector/elements/update-shadowdom.html: Added.
87000         * platform/mac/TestExpectations:
87001
87002 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87003
87004         Unreviewed, more Chromium ML baselining minor cleanups.
87005
87006         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png.
87007         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
87008         * platform/chromium-mac/editing/selection/iframe-expected.png:
87009         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
87010         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
87011         * platform/chromium/TestExpectations:
87012
87013 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87014
87015         Unreviewed, rebaseline remaining Chromium ML editing tests.
87016
87017         (long list of new baselines omitted).
87018
87019 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87020
87021         Unreviewed, new Chromium ML expectations for editing/inserting and editing/pasteboard.
87022
87023         (long list of new baselines omitted).
87024
87025 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87026
87027         Unreviewed, new Chromium ML baselines for editing/deleting, editing/execCommand, and editing/selection
87028
87029         (long list of new baselines omitted).
87030
87031 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87032
87033         Unreviewed, new Chromium ML baselines for platform/chromium/virtual/gpu/fast/hidpi.
87034
87035         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png.
87036         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png.
87037         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png.
87038         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png.
87039         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png.
87040         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png.
87041         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png.
87042         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png.
87043         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png.
87044         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png.
87045         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png.
87046         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png.
87047         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png.
87048         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png.
87049         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png.
87050         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png.
87051         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png.
87052         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
87053         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
87054         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
87055         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
87056         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png:
87057         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png:
87058         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
87059         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
87060         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
87061         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png:
87062         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
87063         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png:
87064         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png:
87065         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png:
87066         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png:
87067         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png:
87068         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
87069         * platform/chromium/TestExpectations:
87070
87071 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87072
87073         Unreviewed, add Chromium ML baselines for fast/hidpi.
87074
87075         * platform/chromium-mac-lion/fast/hidpi/clip-text-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png.
87076         * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png.
87077         * platform/chromium-mac-lion/fast/hidpi/image-set-as-background-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png.
87078         * platform/chromium-mac-lion/fast/hidpi/image-set-background-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png.
87079         * platform/chromium-mac-lion/fast/hidpi/image-set-background-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png.
87080         * platform/chromium-mac-lion/fast/hidpi/image-set-background-repeat-without-size-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png.
87081         * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-comparison-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png.
87082         * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png.
87083         * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png.
87084         * platform/chromium-mac-lion/fast/hidpi/image-set-in-content-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png.
87085         * platform/chromium-mac-lion/fast/hidpi/image-set-out-of-order-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png.
87086         * platform/chromium-mac-lion/fast/hidpi/image-set-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-simple-expected.png.
87087         * platform/chromium-mac-lion/fast/hidpi/image-set-without-specified-width-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png.
87088         * platform/chromium-mac-lion/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png.
87089         * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png.
87090         * platform/chromium-mac-mountainlion/TestExpectations:
87091         * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
87092         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
87093         * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png:
87094         * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png:
87095         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png:
87096         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png:
87097         * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png:
87098         * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png:
87099         * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png:
87100         * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png:
87101         * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png:
87102         * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png:
87103         * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png:
87104         * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png:
87105         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
87106         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
87107
87108 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87109
87110         Unreviewed, re-adjust Chromium Mac expectations.
87111
87112         * platform/chromium/TestExpectations:
87113
87114 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87115
87116         Unreviewed, new Chromium ML baselines for fast/canvas.
87117
87118         * fast/canvas/canvas-incremental-repaint-expected.png: Renamed from LayoutTests/platform/efl/fast/canvas/canvas-incremental-repaint-expected.png.
87119         * fast/canvas/canvas-size-change-after-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png.
87120         * fast/canvas/canvasDrawingIntoSelf-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
87121         * fast/canvas/drawImage-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/drawImage-expected.png.
87122         * fast/canvas/shadow-offset-1-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-1-expected.png.
87123         * fast/canvas/shadow-offset-2-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-2-expected.png.
87124         * fast/canvas/shadow-offset-3-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-3-expected.png.
87125         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/arc360-expected.png.
87126         * platform/chromium-mac-lion/fast/canvas/canvas-before-css-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-before-css-expected.png.
87127         * platform/chromium-mac-lion/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-bg-expected.png.
87128         * platform/chromium-mac-lion/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-composite-expected.png.
87129         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png.
87130         * platform/chromium-mac-lion/fast/canvas/canvas-resize-reset-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png.
87131         * platform/chromium-mac-lion/fast/canvas/canvas-size-change-after-layout-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png.
87132         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png.
87133         * platform/chromium-mac-lion/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png.
87134         * platform/chromium-mac-lion/fast/canvas/canvas-transforms-during-path-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png.
87135         * platform/chromium-mac-lion/fast/canvas/canvas-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
87136         * platform/chromium-mac-lion/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
87137         * platform/chromium-mac-lion/fast/canvas/check-stale-putImageData-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png.
87138         * platform/chromium-mac-lion/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-expected.png.
87139         * platform/chromium-mac-lion/fast/canvas/drawImage-with-globalAlpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png.
87140         * platform/chromium-mac-lion/fast/canvas/fill-stroke-clip-reset-path-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png.
87141         * platform/chromium-mac-lion/fast/canvas/fillrect-gradient-zero-stops-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png.
87142         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png.
87143         * platform/chromium-mac-lion/fast/canvas/image-object-in-canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png.
87144         * platform/chromium-mac-lion/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
87145         * platform/chromium-mac-lion/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png.
87146         * platform/chromium-mac-lion/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png.
87147         * platform/chromium-mac-lion/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png.
87148         * platform/chromium-mac-lion/fast/canvas/shadow-offset-1-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png.
87149         * platform/chromium-mac-lion/fast/canvas/shadow-offset-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png.
87150         * platform/chromium-mac-lion/fast/canvas/shadow-offset-3-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png.
87151         * platform/chromium-mac-lion/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png.
87152         * platform/chromium-mac-lion/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png.
87153         * platform/chromium-mac-lion/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png.
87154         * platform/chromium-mac-lion/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png.
87155         * platform/chromium-mac-lion/fast/canvas/toDataURL-alpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png.
87156         * platform/chromium-mac-lion/fast/canvas/zero-size-fill-rect-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png.
87157         * platform/chromium-mac-mountainlion/TestExpectations:
87158         * platform/chromium-mac/fast/canvas/arc360-expected.png:
87159         * platform/chromium-mac/fast/canvas/canvas-before-css-expected.png:
87160         * platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
87161         * platform/chromium-mac/fast/canvas/canvas-composite-expected.png:
87162         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
87163         * platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png:
87164         * platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png:
87165         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
87166         * platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png:
87167         * platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png:
87168         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png:
87169         * platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
87170         * platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png:
87171         * platform/chromium-mac/fast/canvas/drawImage-expected.png:
87172         * platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png:
87173         * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
87174         * platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
87175         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
87176         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
87177         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
87178         * platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png:
87179         * platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png:
87180         * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png:
87181         * platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png:
87182         * platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png:
87183         * platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png:
87184         * platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png:
87185         * platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png:
87186         * platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png:
87187         * platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png:
87188         * platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png:
87189         * platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png:
87190         * platform/chromium/TestExpectations:
87191         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
87192
87193 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87194
87195         Unreviewed, expectations update for Chromium.
87196
87197         * platform/chromium-mac-mountainlion/TestExpectations:
87198         * platform/chromium/TestExpectations:
87199
87200 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87201
87202         Unreviewed, update Chromium ML baselines for LayoutTests/css1 and optimize.
87203
87204         * css1/formatting_model/floating_elements-expected.png: Renamed from LayoutTests/platform/efl/css1/formatting_model/floating_elements-expected.png.
87205         * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Removed.
87206         * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Removed.
87207         * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Removed.
87208         * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Removed.
87209         * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Removed.
87210         * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Removed.
87211         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/class_as_selector-expected.png.
87212         * platform/chromium-mac-lion/css1/basic/comments-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/comments-expected.png.
87213         * platform/chromium-mac-lion/css1/basic/containment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/containment-expected.png.
87214         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/contextual_selectors-expected.png.
87215         * platform/chromium-mac-lion/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/grouping-expected.png.
87216         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/id_as_selector-expected.png.
87217         * platform/chromium-mac-lion/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/inheritance-expected.png.
87218         * platform/chromium-mac-lion/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/acid_test-expected.png.
87219         * platform/chromium-mac-lion/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border-expected.png.
87220         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom-expected.png.
87221         * platform/chromium-mac-lion/css1/box_properties/border_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png.
87222         * platform/chromium-mac-lion/css1/box_properties/border_bottom_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png.
87223         * platform/chromium-mac-lion/css1/box_properties/border_bottom_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png.
87224         * platform/chromium-mac-lion/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color-expected.png.
87225         * platform/chromium-mac-lion/css1/box_properties/border_color_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color_inline-expected.png.
87226         * platform/chromium-mac-lion/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_inline-expected.png.
87227         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left-expected.png.
87228         * platform/chromium-mac-lion/css1/box_properties/border_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_inline-expected.png.
87229         * platform/chromium-mac-lion/css1/box_properties/border_left_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_width-expected.png.
87230         * platform/chromium-mac-lion/css1/box_properties/border_left_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png.
87231         * platform/chromium-mac-lion/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right-expected.png.
87232         * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_inline-expected.png.
87233         * platform/chromium-mac-lion/css1/box_properties/border_right_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_width-expected.png.
87234         * platform/chromium-mac-lion/css1/box_properties/border_right_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png.
87235         * platform/chromium-mac-lion/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style-expected.png.
87236         * platform/chromium-mac-lion/css1/box_properties/border_style_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style_inline-expected.png.
87237         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top-expected.png.
87238         * platform/chromium-mac-lion/css1/box_properties/border_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_inline-expected.png.
87239         * platform/chromium-mac-lion/css1/box_properties/border_top_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_width-expected.png.
87240         * platform/chromium-mac-lion/css1/box_properties/border_top_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png.
87241         * platform/chromium-mac-lion/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width-expected.png.
87242         * platform/chromium-mac-lion/css1/box_properties/border_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width_inline-expected.png.
87243         * platform/chromium-mac-lion/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear-expected.png.
87244         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear_float-expected.png.
87245         * platform/chromium-mac-lion/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float-expected.png.
87246         * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png.
87247         * platform/chromium-mac-lion/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_margin-expected.png.
87248         * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png.
87249         * platform/chromium-mac-lion/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/height-expected.png.
87250         * platform/chromium-mac-lion/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin-expected.png.
87251         * platform/chromium-mac-lion/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom-expected.png.
87252         * platform/chromium-mac-lion/css1/box_properties/margin_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png.
87253         * platform/chromium-mac-lion/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_inline-expected.png.
87254         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left-expected.png.
87255         * platform/chromium-mac-lion/css1/box_properties/margin_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png.
87256         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right-expected.png.
87257         * platform/chromium-mac-lion/css1/box_properties/margin_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png.
87258         * platform/chromium-mac-lion/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top-expected.png.
87259         * platform/chromium-mac-lion/css1/box_properties/margin_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png.
87260         * platform/chromium-mac-lion/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding-expected.png.
87261         * platform/chromium-mac-lion/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom-expected.png.
87262         * platform/chromium-mac-lion/css1/box_properties/padding_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png.
87263         * platform/chromium-mac-lion/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_inline-expected.png.
87264         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left-expected.png.
87265         * platform/chromium-mac-lion/css1/box_properties/padding_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png.
87266         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right-expected.png.
87267         * platform/chromium-mac-lion/css1/box_properties/padding_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png.
87268         * platform/chromium-mac-lion/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top-expected.png.
87269         * platform/chromium-mac-lion/css1/box_properties/padding_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png.
87270         * platform/chromium-mac-lion/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/width-expected.png.
87271         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/cascade_order-expected.png.
87272         * platform/chromium-mac-lion/css1/cascade/important-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/important-expected.png.
87273         * platform/chromium-mac-lion/css1/classification/display-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/display-expected.png.
87274         * platform/chromium-mac-lion/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style-expected.png.
87275         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_image-expected.png.
87276         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_position-expected.png.
87277         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_type-expected.png.
87278         * platform/chromium-mac-lion/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/white_space-expected.png.
87279         * platform/chromium-mac-lion/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background-expected.png.
87280         * platform/chromium-mac-lion/css1/color_and_background/background_attachment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_attachment-expected.png.
87281         * platform/chromium-mac-lion/css1/color_and_background/background_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_color-expected.png.
87282         * platform/chromium-mac-lion/css1/color_and_background/background_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_image-expected.png.
87283         * platform/chromium-mac-lion/css1/color_and_background/background_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_position-expected.png.
87284         * platform/chromium-mac-lion/css1/color_and_background/background_repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_repeat-expected.png.
87285         * platform/chromium-mac-lion/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/color-expected.png.
87286         * platform/chromium-mac-lion/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png.
87287         * platform/chromium-mac-lion/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font-expected.png.
87288         * platform/chromium-mac-lion/css1/font_properties/font_family-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_family-expected.png.
87289         * platform/chromium-mac-lion/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_size-expected.png.
87290         * platform/chromium-mac-lion/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_style-expected.png.
87291         * platform/chromium-mac-lion/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_variant-expected.png.
87292         * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_weight-expected.png.
87293         * platform/chromium-mac-lion/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/canvas-expected.png.
87294         * platform/chromium-mac-lion/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/floating_elements-expected.png.
87295         * platform/chromium-mac-lion/css1/formatting_model/height_of_lines-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png.
87296         * platform/chromium-mac-lion/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png.
87297         * platform/chromium-mac-lion/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/inline_elements-expected.png.
87298         * platform/chromium-mac-lion/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png.
87299         * platform/chromium-mac-lion/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png.
87300         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/anchor-expected.png.
87301         * platform/chromium-mac-lion/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstletter-expected.png.
87302         * platform/chromium-mac-lion/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstline-expected.png.
87303         * platform/chromium-mac-lion/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png.
87304         * platform/chromium-mac-lion/css1/pseudo/pseudo_elements_in_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png.
87305         * platform/chromium-mac-lion/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/letter_spacing-expected.png.
87306         * platform/chromium-mac-lion/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/line_height-expected.png.
87307         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_align-expected.png.
87308         * platform/chromium-mac-lion/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_decoration-expected.png.
87309         * platform/chromium-mac-lion/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_indent-expected.png.
87310         * platform/chromium-mac-lion/css1/text_properties/text_transform-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_transform-expected.png.
87311         * platform/chromium-mac-lion/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png.
87312         * platform/chromium-mac-lion/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/word_spacing-expected.png.
87313         * platform/chromium-mac-lion/css1/units/color_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/color_units-expected.png.
87314         * platform/chromium-mac-lion/css1/units/length_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/length_units-expected.png.
87315         * platform/chromium-mac-lion/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/percentage_units-expected.png.
87316         * platform/chromium-mac-lion/css1/units/urls-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/urls-expected.png.
87317         * platform/chromium-mac-mountainlion/TestExpectations:
87318         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
87319         * platform/chromium-mac/css1/basic/comments-expected.png:
87320         * platform/chromium-mac/css1/basic/containment-expected.png:
87321         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
87322         * platform/chromium-mac/css1/basic/grouping-expected.png:
87323         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
87324         * platform/chromium-mac/css1/basic/inheritance-expected.png:
87325         * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
87326         * platform/chromium-mac/css1/box_properties/border-expected.png:
87327         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
87328         * platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png:
87329         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
87330         * platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png:
87331         * platform/chromium-mac/css1/box_properties/border_color-expected.png:
87332         * platform/chromium-mac/css1/box_properties/border_color_inline-expected.png:
87333         * platform/chromium-mac/css1/box_properties/border_inline-expected.png:
87334         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
87335         * platform/chromium-mac/css1/box_properties/border_left_inline-expected.png:
87336         * platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
87337         * platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png:
87338         * platform/chromium-mac/css1/box_properties/border_right-expected.png:
87339         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
87340         * platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
87341         * platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png:
87342         * platform/chromium-mac/css1/box_properties/border_style-expected.png:
87343         * platform/chromium-mac/css1/box_properties/border_style_inline-expected.png:
87344         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
87345         * platform/chromium-mac/css1/box_properties/border_top_inline-expected.png:
87346         * platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
87347         * platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png:
87348         * platform/chromium-mac/css1/box_properties/border_width-expected.png:
87349         * platform/chromium-mac/css1/box_properties/border_width_inline-expected.png:
87350         * platform/chromium-mac/css1/box_properties/clear-expected.png:
87351         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
87352         * platform/chromium-mac/css1/box_properties/float-expected.png:
87353         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
87354         * platform/chromium-mac/css1/box_properties/float_margin-expected.png:
87355         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
87356         * platform/chromium-mac/css1/box_properties/height-expected.png:
87357         * platform/chromium-mac/css1/box_properties/margin-expected.png:
87358         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
87359         * platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png:
87360         * platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
87361         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
87362         * platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png:
87363         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
87364         * platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png:
87365         * platform/chromium-mac/css1/box_properties/margin_top-expected.png:
87366         * platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png:
87367         * platform/chromium-mac/css1/box_properties/padding-expected.png:
87368         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
87369         * platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png:
87370         * platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
87371         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
87372         * platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png:
87373         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
87374         * platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png:
87375         * platform/chromium-mac/css1/box_properties/padding_top-expected.png:
87376         * platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png:
87377         * platform/chromium-mac/css1/box_properties/width-expected.png:
87378         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
87379         * platform/chromium-mac/css1/cascade/important-expected.png:
87380         * platform/chromium-mac/css1/classification/display-expected.png:
87381         * platform/chromium-mac/css1/classification/list_style-expected.png:
87382         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
87383         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
87384         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
87385         * platform/chromium-mac/css1/classification/white_space-expected.png:
87386         * platform/chromium-mac/css1/color_and_background/background-expected.png:
87387         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
87388         * platform/chromium-mac/css1/color_and_background/background_color-expected.png:
87389         * platform/chromium-mac/css1/color_and_background/background_image-expected.png:
87390         * platform/chromium-mac/css1/color_and_background/background_position-expected.png:
87391         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
87392         * platform/chromium-mac/css1/color_and_background/color-expected.png:
87393         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
87394         * platform/chromium-mac/css1/font_properties/font-expected.png:
87395         * platform/chromium-mac/css1/font_properties/font_family-expected.png:
87396         * platform/chromium-mac/css1/font_properties/font_size-expected.png:
87397         * platform/chromium-mac/css1/font_properties/font_style-expected.png:
87398         * platform/chromium-mac/css1/font_properties/font_variant-expected.png:
87399         * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
87400         * platform/chromium-mac/css1/formatting_model/canvas-expected.png:
87401         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
87402         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
87403         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
87404         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
87405         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
87406         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
87407         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
87408         * platform/chromium-mac/css1/pseudo/firstletter-expected.png:
87409         * platform/chromium-mac/css1/pseudo/firstline-expected.png:
87410         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
87411         * platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
87412         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
87413         * platform/chromium-mac/css1/text_properties/line_height-expected.png:
87414         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
87415         * platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
87416         * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
87417         * platform/chromium-mac/css1/text_properties/text_transform-expected.png:
87418         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
87419         * platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
87420         * platform/chromium-mac/css1/units/color_units-expected.png:
87421         * platform/chromium-mac/css1/units/length_units-expected.png:
87422         * platform/chromium-mac/css1/units/percentage_units-expected.png:
87423         * platform/chromium-mac/css1/units/urls-expected.png:
87424         * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Removed.
87425         * platform/chromium-win-xp/css1/basic/containment-expected.png: Removed.
87426         * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Removed.
87427         * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Removed.
87428         * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Removed.
87429         * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
87430         * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Removed.
87431         * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Removed.
87432         * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Removed.
87433         * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Removed.
87434         * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Removed.
87435         * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Removed.
87436         * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Removed.
87437         * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Removed.
87438         * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Removed.
87439         * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Removed.
87440         * platform/gtk/css1/formatting_model/floating_elements-expected.png: Removed.
87441
87442 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87443
87444         Unreviewed, chromium expectations update to remove passing tests.
87445
87446
87447         * platform/chromium-mac-mountainlion/TestExpectations:
87448         * platform/chromium/TestExpectations:
87449
87450 2012-10-08  Robert Hogan  <robert@webkit.org>
87451
87452         In some float situations, the original layout is wrong and only corrects itself on repaint
87453         https://bugs.webkit.org/show_bug.cgi?id=18939
87454
87455         Reviewed by Levi Weintraub.
87456
87457         * fast/block/br-with-clearance-after-collapsing-space-expected.html: Added.
87458         * fast/block/br-with-clearance-after-collapsing-space.html: Added.
87459
87460 2012-10-08  Robert Hogan  <robert@webkit.org>
87461
87462         floated element with negative margin causes text wrap bug
87463         https://bugs.webkit.org/show_bug.cgi?id=94825
87464
87465         Reviewed by Levi Weintraub.
87466
87467         * fast/block/float/float-on-line-obeys-container-padding.html: Added.
87468         * fast/block/float/float-on-line-obeys-container-padding-expected.html: Added.
87469
87470 2012-10-20  Dan Bernstein  <mitz@apple.com>
87471
87472         <rdar://problem/12512710> [mac] Text with zero font size renders as 12px sometimes
87473         https://bugs.webkit.org/show_bug.cgi?id=99918
87474
87475         Reviewed by Geoff Garen.
87476
87477         * fast/text/zero-font-size-2-expected.html: Added.
87478         * fast/text/zero-font-size-2.html: Added.
87479
87480 2012-10-20  Florin Malita  <fmalita@chromium.org>
87481
87482         [Chromium] Unreviewed rebaselines after http://trac.webkit.org/changeset/131974, take two.
87483
87484         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
87485         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
87486         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Added.
87487         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Added.
87488         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Added.
87489         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
87490         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
87491         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Removed.
87492         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Added.
87493         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Removed.
87494         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
87495         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87496         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
87497         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
87498         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
87499         * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
87500         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87501         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
87502
87503 2012-10-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
87504
87505         [EFL] Add missing expectations for some tests in svg/custom.
87506
87507         * platform/efl/svg/custom/js-late-pattern-creation-expected.png: Added.
87508         * platform/efl/svg/custom/js-late-pattern-creation-expected.txt: Added.
87509         * platform/efl/svg/custom/pattern-skew-transformed-expected.png: Added.
87510         * platform/efl/svg/custom/pattern-with-transformation-expected.png: Added.
87511         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Added.
87512
87513 2012-10-20  Florin Malita  <fmalita@chromium.org>
87514
87515         Unreviewed rebaseline after http://trac.webkit.org/changeset/131974.
87516
87517         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
87518         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87519         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
87520         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
87521         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.png: Added.
87522         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Added.
87523         * platform/chromium-mac-lion/svg/custom/pattern-with-transformation-expected.png: Added.
87524         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
87525         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
87526         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Added.
87527         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
87528         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87529         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87530         * platform/chromium-mac/svg/custom/pattern-scaling-expected.png: Added.
87531         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
87532         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
87533         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Added.
87534         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Added.
87535         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Added.
87536         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87537         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
87538         * platform/chromium/TestExpectations:
87539
87540 2012-10-20  Mike West  <mkwst@chromium.org>
87541
87542         Cleanup: Move stacktrace tests to a subdirectory.
87543         https://bugs.webkit.org/show_bug.cgi?id=99857
87544
87545         Reviewed by Pavel Feldman.
87546
87547         I plan on adding more than a few tests checking that stacktraces are
87548         associated with console logs. This patch simply moves the four existing
87549         tests into a subdirectory so that I don't spam http/tests/inspector with
87550         stacktrace tests.
87551
87552         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt.
87553         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html.
87554         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
87555         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace.html.
87556         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
87557         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html.
87558         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
87559         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html.
87560         * http/tests/inspector/stacktraces/resources/csp-inline-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-inline-test.js.
87561         (thisTest):
87562         * http/tests/inspector/stacktraces/resources/stacktrace-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-test.js.
87563         (test.addMessage):
87564         (test):
87565         * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt.
87566         * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
87567         * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
87568         * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
87569
87570 2012-10-20  Byungwoo Lee  <bw80.lee@samsung.com>
87571
87572         [EFL] Unskip the tests about regressions after r130699.
87573         https://bugs.webkit.org/show_bug.cgi?id=99910
87574
87575         Unreviewed EFL gardening.
87576
87577         Unskip the test cases about regressions after r130699
87578         fast/css/import-style-update.html
87579         fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html
87580         fast/events/attribute-listener-cloned-from-frameless-doc-context.html
87581         fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html
87582         fast/events/attribute-listener-extracted-from-frameless-doc-context.html
87583         fast/html/link-rel-stylesheet.html
87584         fast/loader/data-url-encoding-html.html
87585         fast/loader/data-url-encoding-svg.html
87586         fast/spatial-navigation/snav-iframe-nested.html
87587
87588         It seems to be passing consistently now.
87589
87590         * platform/efl/TestExpectations:
87591
87592 2012-10-19  Florin Malita  <fmalita@chromium.org>
87593
87594         Incorrect pattern scaling
87595         https://bugs.webkit.org/show_bug.cgi?id=99870
87596
87597         Reviewed by Dirk Schulze.
87598
87599         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
87600         * platform/chromium-linux/svg/custom/pattern-scaling-expected.png: Added.
87601         * platform/chromium-linux/svg/custom/pattern-scaling-expected.txt: Added.
87602         * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
87603         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87604         * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
87605         * platform/chromium/TestExpectations:
87606         * platform/efl/TestExpectations:
87607         * platform/gtk/TestExpectations:
87608         * platform/mac/TestExpectations:
87609         * platform/qt/TestExpectations:
87610         * svg/custom/pattern-scaling.svg: Added.
87611
87612 2012-10-19  Levi Weintraub  <leviw@chromium.org>
87613
87614         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/webgl/array-bounds-clamping.html
87615         failing on Chromium.
87616
87617         * platform/chromium/TestExpectations:
87618
87619 2012-10-19  Pablo Flouret  <pablof@motorola.com>
87620
87621         Implement setRangeText() on text controls
87622         https://bugs.webkit.org/show_bug.cgi?id=91907
87623
87624         Reviewed by Kent Tamura.
87625
87626         * fast/forms/color/color-setrangetext-expected.txt: Added.
87627         * fast/forms/color/color-setrangetext.html: Added.
87628         * fast/forms/date/date-setrangetext-expected.txt: Added.
87629         * fast/forms/date/date-setrangetext.html: Added.
87630         * fast/forms/datetime/datetime-setrangetext-expected.txt: Added.
87631         * fast/forms/datetime/datetime-setrangetext.html: Added.
87632         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: Added.
87633         * fast/forms/datetimelocal/datetimelocal-setrangetext.html: Added.
87634         * fast/forms/file/file-setrangetext-expected.txt: Added.
87635         * fast/forms/file/file-setrangetext.html: Added.
87636         * fast/forms/hidden/hidden-setrangetext-expected.txt: Added.
87637         * fast/forms/hidden/hidden-setrangetext.html: Added.
87638         * fast/forms/image/image-setrangetext-expected.txt: Added.
87639         * fast/forms/image/image-setrangetext.html: Added.
87640         * fast/forms/month/month-setrangetext-expected.txt: Added.
87641         * fast/forms/month/month-setrangetext.html: Added.
87642         * fast/forms/number/number-setrangetext-expected.txt: Added.
87643         * fast/forms/number/number-setrangetext.html: Added.
87644         * fast/forms/range/range-setrangetext-expected.txt: Added.
87645         * fast/forms/range/range-setrangetext.html: Added.
87646         * fast/forms/resources/common-setrangetext.js: Added.
87647         (runTestsShouldPass):
87648         (runTestsShouldFail):
87649         * fast/forms/search/search-setrangetext-expected.txt: Added.
87650         * fast/forms/search/search-setrangetext.html: Added.
87651         * fast/forms/setrangetext-expected.txt: Added.
87652         * fast/forms/setrangetext.html: Added.
87653         * fast/forms/textarea/textarea-setrangetext-expected.txt: Added.
87654         * fast/forms/textarea/textarea-setrangetext.html: Added.
87655         * fast/forms/time/time-setrangetext-expected.txt: Added.
87656         * fast/forms/time/time-setrangetext.html: Added.
87657         * fast/forms/week/week-setrangetext-expected.txt: Added.
87658         * fast/forms/week/week-setrangetext.html: Added.
87659
87660 2012-10-19  Joshua Bell  <jsbell@chromium.org>
87661
87662         IndexedDB: Hidden indexing events are visible to script via bubbling/capture
87663         https://bugs.webkit.org/show_bug.cgi?id=96566
87664
87665         Reviewed by Tony Chang.
87666
87667         Listen for unexpected events in both capture and bubble phases.
87668
87669         * storage/indexeddb/resources/index-population.js:
87670         (deleteSuccess):
87671         (doSetVersion1):
87672         (setVersion2):
87673
87674 2012-10-19  Simon Fraser  <simon.fraser@apple.com>
87675
87676         Fix a hang when combining tile cache layers with preserve-3d or reflections
87677         https://bugs.webkit.org/show_bug.cgi?id=99890
87678
87679         Reviewed by Dean Jackson.
87680
87681         Tests that combine tiled layers with preserve-3d and reflections.
87682
87683         * compositing/tiling/preserve3d-tiled-expected.txt: Added.
87684         * compositing/tiling/preserve3d-tiled.html: Added.
87685         * compositing/tiling/reflected-tiled-expected.txt: Added.
87686         * compositing/tiling/reflected-tiled.html: Added.
87687
87688 2012-10-19  Emil A Eklund  <eae@chromium.org>
87689
87690         Unreviewed gardening.
87691
87692         * platform/chromium-linux/platform/chromium/virtual/deferred: Added.
87693         * platform/chromium-linux/platform/chromium/virtual/deferred/fast: Added.
87694         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images: Added.
87695         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87696         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87697         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87698         * platform/chromium/TestExpectations:
87699
87700 2012-10-19  Emil A Eklund  <eae@chromium.org>
87701
87702         Convert fast/innerHTML from pixel to ref tests
87703         https://bugs.webkit.org/show_bug.cgi?id=99875
87704
87705         Reviewed by Dirk Pranke.
87706
87707         * fast/innerHTML/001-expected.html: Added.
87708         * fast/innerHTML/002-expected.html: Added.
87709         * fast/innerHTML/003-expected.html: Added.
87710         * fast/innerHTML/006-expected.html: Added.
87711         * platform/chromium-linux/fast/innerHTML/001-expected.png: Removed.
87712         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
87713         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
87714         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
87715         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
87716         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
87717         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
87718         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
87719         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
87720         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
87721         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
87722         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
87723         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
87724         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
87725         * platform/chromium-win/fast/innerHTML/002-expected.png: Removed.
87726         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
87727         * platform/chromium-win/fast/innerHTML/003-expected.png: Removed.
87728         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
87729         * platform/chromium-win/fast/innerHTML/006-expected.png: Removed.
87730         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
87731         * platform/chromium/fast/innerHTML/001-expected.txt: Removed.
87732         * platform/chromium/fast/innerHTML/002-expected.txt: Removed.
87733         * platform/chromium/fast/innerHTML/003-expected.txt: Removed.
87734         * platform/chromium/fast/innerHTML/006-expected.txt: Removed.
87735         * platform/efl/fast/innerHTML/001-expected.png: Removed.
87736         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
87737         * platform/efl/fast/innerHTML/002-expected.png: Removed.
87738         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
87739         * platform/efl/fast/innerHTML/003-expected.png: Removed.
87740         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
87741         * platform/efl/fast/innerHTML/006-expected.png: Removed.
87742         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
87743         * platform/gtk/fast/innerHTML/001-expected.png: Removed.
87744         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
87745         * platform/gtk/fast/innerHTML/002-expected.png: Removed.
87746         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
87747         * platform/gtk/fast/innerHTML/003-expected.png: Removed.
87748         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
87749         * platform/gtk/fast/innerHTML/006-expected.png: Removed.
87750         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
87751         * platform/mac/fast/innerHTML/001-expected.png: Removed.
87752         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
87753         * platform/mac/fast/innerHTML/002-expected.png: Removed.
87754         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
87755         * platform/mac/fast/innerHTML/003-expected.png: Removed.
87756         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
87757         * platform/mac/fast/innerHTML/006-expected.png: Removed.
87758         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
87759         * platform/qt/fast/innerHTML/001-expected.png: Removed.
87760         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
87761         * platform/qt/fast/innerHTML/002-expected.png: Removed.
87762         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
87763         * platform/qt/fast/innerHTML/003-expected.png: Removed.
87764         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
87765         * platform/qt/fast/innerHTML/006-expected.png: Removed.
87766         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
87767
87768 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
87769
87770         AX: aria-hidden=false does not work as expected
87771         https://bugs.webkit.org/show_bug.cgi?id=98787
87772
87773         Reviewed by Beth Dakin.
87774
87775         * accessibility/aria-hidden-negates-no-visibility.html: Added.
87776         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
87777
87778 2012-10-19  Tony Chang  <tony@chromium.org>
87779
87780         Unreviewed, fix lint error in Qt TestExpectations file.
87781
87782         * platform/qt-5.0-wk1/TestExpectations: Remove duplicate skip entry.
87783
87784 2012-10-19  Emil A Eklund  <eae@chromium.org>
87785
87786         Unreviewed gardening, rebaselining deferred image tests for r131928.
87787
87788         * platform/chromium-mac-lion/platform/chromium/virtual/deferred: Added.
87789         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast: Added.
87790         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images: Added.
87791         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87792         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
87793         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87794         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87795         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87796         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87797         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87798         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87799         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87800         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87801         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87802         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87803         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87804         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred: Added.
87805         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast: Added.
87806         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images: Added.
87807         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87808         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87809         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87810         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87811         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87812         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87813         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87814         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87815         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87816         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87817         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87818         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87819
87820 2012-10-19  Csaba Osztrogonác  <ossy@webkit.org>
87821
87822         Unreviewed, rolling out r131915.
87823         http://trac.webkit.org/changeset/131915
87824         https://bugs.webkit.org/show_bug.cgi?id=98787
87825
87826         It broke the build on platforms with \!HAVE(ACCESSIBILITY)
87827
87828         * accessibility/aria-hidden-negates-no-visibility.html: Removed.
87829         * platform/chromium/TestExpectations:
87830         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
87831
87832 2012-10-19  Emil A Eklund  <eae@chromium.org>
87833
87834         Unreviewed gardening, rebaselining deferred image tests for r131928.
87835
87836         * platform/chromium-mac/platform/chromium/virtual/deferred: Added.
87837         * platform/chromium-mac/platform/chromium/virtual/deferred/fast: Added.
87838         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images: Added.
87839         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87840         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
87841         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87842         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87843         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87844         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87845         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87846         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87847         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87848         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87849         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87850         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87851         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87852         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87853         * platform/chromium-win/platform/chromium/virtual/deferred: Added.
87854         * platform/chromium-win/platform/chromium/virtual/deferred/fast: Added.
87855         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images: Added.
87856         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87857
87858 2012-10-09  Martin Robinson  <mrobinson@igalia.com>
87859
87860         REGRESSION (r130699): 5 various fast/ tests started failing
87861         https://bugs.webkit.org/show_bug.cgi?id=98729
87862
87863         Reviewed by Xan Lopez.
87864
87865         Unskip some tests which are now passing.
87866
87867         * platform/gtk/TestExpectations:
87868
87869 2012-10-19  Emil A Eklund  <eae@chromium.org>
87870
87871         Unreviewed gardening.
87872
87873         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
87874         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
87875         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
87876         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
87877         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
87878         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
87879         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
87880         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
87881
87882 2012-10-19  Joshua Bell  <jsbell@chromium.org>
87883
87884         [V8] IndexedDB: Crash when lazy-indexing Date keys
87885         https://bugs.webkit.org/show_bug.cgi?id=99860
87886
87887         Reviewed by Adam Barth.
87888
87889         Add test for greedy/lazy indexing all different key types.
87890
87891         * storage/indexeddb/lazy-index-types-expected.txt: Added.
87892         * storage/indexeddb/lazy-index-types.html: Added.
87893         * storage/indexeddb/resources/lazy-index-types.js: Added.
87894         (test.request.onsuccess):
87895         (test):
87896         (onSuccess.request.onsuccess):
87897         (onSuccess):
87898         (onComplete):
87899
87900 2012-10-18  Dean Jackson  <dino@apple.com>
87901
87902         Shader translator needs option to clamp uniform array accesses in vertex shaders
87903         https://bugs.webkit.org/show_bug.cgi?id=98977
87904         https://code.google.com/p/angleproject/issues/detail?id=49
87905
87906         Reviewed by Alok Priyadarshi and Ken Russell.
87907
87908         * fast/canvas/webgl/array-bounds-clamping-expected.txt: Added.
87909         * fast/canvas/webgl/array-bounds-clamping.html: Added.
87910         * platform/chromium/TestExpectations: Won't pass on Chromium until this patch is upstreamed.
87911
87912 2012-09-08  Alpha Lam  <hclam@chromium.org>
87913
87914         [chromium] Implement deferred image decoding
87915         https://bugs.webkit.org/show_bug.cgi?id=94240
87916
87917         Reviewed by Stephen White.
87918
87919         Adding a virtual test suite for Chromium to test deferred image
87920         decoding.
87921
87922         platform/chromium/virtual/deferred/fast/images will be tested with
87923         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
87924
87925         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
87926
87927 2012-10-19  Emil A Eklund  <eae@chromium.org>
87928
87929         Unreviewed gardening.
87930
87931         * platform/chromium-mac-lion/compositing/shadows: Added.
87932         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: Added.
87933         * platform/chromium-mac-lion/css2.1: Added.
87934         * platform/chromium-mac-lion/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
87935         * platform/chromium-mac-lion/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
87936         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
87937         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
87938         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
87939         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
87940         * platform/chromium-mac-lion/fast/block/float/032-expected.png: Added.
87941         * platform/chromium-mac-lion/fast/forms/input-baseline-expected.png: Added.
87942         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png: Added.
87943         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png: Added.
87944         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png: Added.
87945         * platform/chromium-mac-lion/fast/inline-block: Added.
87946         * platform/chromium-mac-lion/fast/inline-block/contenteditable-baseline-expected.png: Added.
87947         * platform/chromium-mac-lion/platform: Added.
87948         * platform/chromium-mac-lion/platform/chromium: Added.
87949         * platform/chromium-mac-lion/platform/chromium/virtual: Added.
87950         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing: Added.
87951         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows: Added.
87952         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
87953         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.png: Added.
87954         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png: Added.
87955         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
87956
87957 2012-10-19  Dongwoo Joshua Im  <dw.im@samsung.com>
87958
87959         Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
87960         https://bugs.webkit.org/show_bug.cgi?id=99804
87961
87962         Reviewed by Julien Chaffraix.
87963
87964         CSS3 text related properties will be implemented under this flag,
87965         including text decoration, text-align-last, and text-justify.
87966
87967         * platform/chromium/TestExpectations:
87968         * platform/mac/TestExpectations:
87969         * platform/qt-4.8/TestExpectations:
87970         * platform/qt-mac/TestExpectations:
87971         * platform/qt/TestExpectations:
87972
87973 2012-10-19  Emil A Eklund  <eae@chromium.org>
87974
87975         Unreviewed gardening.
87976
87977         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
87978         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
87979         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
87980         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing: Added.
87981         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows: Added.
87982         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
87983         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
87984         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
87985
87986 2012-10-19  Emil A Eklund  <eae@chromium.org>
87987
87988         Unreviewed chromium rebaseline for r131503.
87989
87990         * fast/forms/input-baseline-expected.txt: Added.
87991         * fast/forms/placeholder-position-expected.txt: Added.
87992         * platform/chromium-linux-x86/fast/inline-block: Added.
87993         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt: Added.
87994         * platform/chromium-linux-x86/fast/text/international: Added.
87995         * platform/chromium-linux-x86/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
87996         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
87997         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
87998         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
87999         * platform/chromium-linux/fast/forms/007-expected.png:
88000         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
88001         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
88002         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
88003         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
88004         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
88005         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
88006         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
88007         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
88008         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
88009         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
88010         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
88011         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
88012         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
88013         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
88014         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
88015         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
88016         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
88017         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
88018         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
88019         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
88020         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
88021         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
88022         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
88023         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
88024         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
88025         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
88026         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
88027         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
88028         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
88029         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
88030         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
88031         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
88032         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
88033         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
88034         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
88035         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
88036         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
88037         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
88038         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
88039         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
88040         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
88041         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
88042         * platform/chromium-linux/fast/html/details-open1-expected.png:
88043         * platform/chromium-linux/fast/html/details-open2-expected.png:
88044         * platform/chromium-linux/fast/html/details-open3-expected.png:
88045         * platform/chromium-linux/fast/html/details-open4-expected.png:
88046         * platform/chromium-linux/fast/html/details-open5-expected.png:
88047         * platform/chromium-linux/fast/html/details-open6-expected.png:
88048         * platform/chromium-linux/fast/html/details-position-expected.png:
88049         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
88050         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
88051         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
88052         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
88053         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
88054         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
88055         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
88056         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
88057         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
88058         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
88059         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
88060         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
88061         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
88062         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
88063         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
88064         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
88065         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
88066         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
88067         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
88068         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
88069         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
88070         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
88071         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt: Added.
88072         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
88073         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
88074         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88075         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88076         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
88077         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
88078         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
88079         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
88080         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88081         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88082         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88083         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88084         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88085         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88086         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88087         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88088         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88089         * platform/chromium-mac-lion/css3: Added.
88090         * platform/chromium-mac-lion/css3/flexbox: Added.
88091         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png: Added.
88092         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png: Added.
88093         * platform/chromium-mac-lion/editing/selection/3690703-expected.png: Added.
88094         * platform/chromium-mac-lion/editing/selection/3690719-expected.png: Added.
88095         * platform/chromium-mac-lion/editing/selection/4397952-expected.png: Added.
88096         * platform/chromium-mac-lion/editing/selection/5240265-expected.png: Added.
88097         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png: Added.
88098         * platform/chromium-mac-lion/fast: Added.
88099         * platform/chromium-mac-lion/fast/block: Added.
88100         * platform/chromium-mac-lion/fast/block/float: Added.
88101         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png: Added.
88102         * platform/chromium-mac-lion/fast/css: Added.
88103         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png: Added.
88104         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png: Added.
88105         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png: Added.
88106         * platform/chromium-mac-lion/fast/dom: Added.
88107         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement: Added.
88108         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
88109         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
88110         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement: Added.
88111         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
88112         * platform/chromium-mac-lion/fast/forms: Added.
88113         * platform/chromium-mac-lion/fast/forms/001-expected.png: Added.
88114         * platform/chromium-mac-lion/fast/forms/007-expected.png: Added.
88115         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png: Added.
88116         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png: Added.
88117         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png: Added.
88118         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png: Added.
88119         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png: Added.
88120         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png: Added.
88121         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png: Added.
88122         * platform/chromium-mac-lion/fast/forms/date: Added.
88123         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Added.
88124         * platform/chromium-mac-lion/fast/forms/file: Added.
88125         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png: Added.
88126         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png: Added.
88127         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png: Added.
88128         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png: Added.
88129         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png: Added.
88130         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png: Added.
88131         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png: Added.
88132         * platform/chromium-mac-lion/fast/forms/input-value-expected.png: Added.
88133         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: Added.
88134         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png: Added.
88135         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png: Added.
88136         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: Added.
88137         * platform/chromium-mac-lion/fast/html: Added.
88138         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png: Added.
88139         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png: Added.
88140         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png: Added.
88141         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png: Added.
88142         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png: Added.
88143         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png: Added.
88144         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png: Added.
88145         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png: Added.
88146         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png: Added.
88147         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png: Added.
88148         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png: Added.
88149         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png: Added.
88150         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png: Added.
88151         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png: Added.
88152         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png: Added.
88153         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png: Added.
88154         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png: Added.
88155         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png: Added.
88156         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png: Added.
88157         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png: Added.
88158         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png: Added.
88159         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png: Added.
88160         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png: Added.
88161         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png: Added.
88162         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png: Added.
88163         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png: Added.
88164         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png: Added.
88165         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png: Added.
88166         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png: Added.
88167         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png: Added.
88168         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png: Added.
88169         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png: Added.
88170         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png: Added.
88171         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png: Added.
88172         * platform/chromium-mac-lion/fast/html/details-open1-expected.png: Added.
88173         * platform/chromium-mac-lion/fast/html/details-open2-expected.png: Added.
88174         * platform/chromium-mac-lion/fast/html/details-open3-expected.png: Added.
88175         * platform/chromium-mac-lion/fast/html/details-open4-expected.png: Added.
88176         * platform/chromium-mac-lion/fast/html/details-open5-expected.png: Added.
88177         * platform/chromium-mac-lion/fast/html/details-open6-expected.png: Added.
88178         * platform/chromium-mac-lion/fast/html/details-position-expected.png: Added.
88179         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png: Added.
88180         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png: Added.
88181         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png: Added.
88182         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png: Added.
88183         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png: Added.
88184         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png: Added.
88185         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png: Added.
88186         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png: Added.
88187         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png: Added.
88188         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png: Added.
88189         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png: Added.
88190         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png: Added.
88191         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png: Added.
88192         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png: Added.
88193         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png: Added.
88194         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png: Added.
88195         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png: Added.
88196         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png: Added.
88197         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png: Added.
88198         * platform/chromium-mac-lion/fast/images: Added.
88199         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
88200         * platform/chromium-mac-lion/fast/overflow: Added.
88201         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
88202         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png: Added.
88203         * platform/chromium-mac-lion/fast/replaced: Added.
88204         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png: Added.
88205         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png: Added.
88206         * platform/chromium-mac-lion/fast/speech: Added.
88207         * platform/chromium-mac-lion/fast/sub-pixel: Added.
88208         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
88209         * platform/chromium-mac-lion/fast/text: Added.
88210         * platform/chromium-mac-lion/fast/text/international: Added.
88211         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88212         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88213         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png: Added.
88214         * platform/chromium-mac-lion/fast/writing-mode: Added.
88215         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png: Added.
88216         * platform/chromium-mac-lion/http: Added.
88217         * platform/chromium-mac-lion/http/tests: Added.
88218         * platform/chromium-mac-lion/http/tests/navigation: Added.
88219         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png: Added.
88220         * platform/chromium-mac-lion/svg: Added.
88221         * platform/chromium-mac-lion/svg/as-border-image: Added.
88222         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
88223         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: Added.
88224         * platform/chromium-mac-lion/svg/zoom: Added.
88225         * platform/chromium-mac-lion/svg/zoom/page: Added.
88226         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
88227         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
88228         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
88229         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
88230         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
88231         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
88232         * platform/chromium-mac-lion/tables: Added.
88233         * platform/chromium-mac-lion/tables/mozilla: Added.
88234         * platform/chromium-mac-lion/tables/mozilla/bugs: Added.
88235         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png: Added.
88236         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png: Added.
88237         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png: Added.
88238         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png: Added.
88239         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png: Added.
88240         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png: Added.
88241         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png: Added.
88242         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png: Added.
88243         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png: Added.
88244         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png: Added.
88245         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png: Added.
88246         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png: Added.
88247         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png: Added.
88248         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png: Added.
88249         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png: Added.
88250         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png: Added.
88251         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png: Added.
88252         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders: Added.
88253         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
88254         * platform/chromium-mac-lion/tables/mozilla/dom: Added.
88255         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png: Added.
88256         * platform/chromium-mac-lion/tables/mozilla/other: Added.
88257         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png: Added.
88258         * platform/chromium-mac-lion/tables/mozilla_expected_failures: Added.
88259         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs: Added.
88260         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
88261         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
88262         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
88263         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
88264         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
88265         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
88266         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
88267         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
88268         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
88269         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
88270         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
88271         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
88272         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
88273         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
88274         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
88275         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
88276         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
88277         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
88278         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
88279         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
88280         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
88281         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
88282         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
88283         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
88284         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
88285         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Added.
88286         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
88287         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
88288         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
88289         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
88290         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
88291         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
88292         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
88293         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
88294         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
88295         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
88296         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
88297         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
88298         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
88299         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
88300         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
88301         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
88302         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
88303         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
88304         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
88305         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
88306         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
88307         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
88308         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
88309         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
88310         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
88311         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
88312         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
88313         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
88314         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
88315         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
88316         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
88317         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
88318         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
88319         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
88320         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
88321         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
88322         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
88323         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
88324         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
88325         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
88326         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
88327         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
88328         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
88329         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
88330         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
88331         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
88332         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
88333         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
88334         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
88335         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
88336         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
88337         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
88338         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
88339         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
88340         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
88341         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
88342         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
88343         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
88344         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
88345         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
88346         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
88347         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
88348         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
88349         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
88350         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
88351         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
88352         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
88353         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
88354         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
88355         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
88356         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
88357         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
88358         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
88359         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
88360         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
88361         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
88362         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
88363         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
88364         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
88365         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
88366         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
88367         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88368         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88369         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88370         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88371         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88372         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88373         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
88374         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
88375         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
88376         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
88377         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
88378         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
88379         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
88380         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
88381         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
88382         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
88383         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
88384         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
88385         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
88386         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
88387         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
88388         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
88389         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
88390         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
88391         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
88392         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
88393         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
88394         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
88395         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
88396         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
88397         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
88398         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
88399         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
88400         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
88401         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
88402         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
88403         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
88404         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
88405         * platform/chromium-mac/editing/selection/3690703-expected.png:
88406         * platform/chromium-mac/editing/selection/3690703-expected.txt:
88407         * platform/chromium-mac/editing/selection/3690719-expected.png:
88408         * platform/chromium-mac/editing/selection/3690719-expected.txt:
88409         * platform/chromium-mac/editing/selection/4397952-expected.png:
88410         * platform/chromium-mac/editing/selection/4397952-expected.txt:
88411         * platform/chromium-mac/editing/selection/5240265-expected.png:
88412         * platform/chromium-mac/editing/selection/5240265-expected.txt:
88413         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
88414         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
88415         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88416         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88417         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88418         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88419         * platform/chromium-mac/fast/block/float/032-expected.png:
88420         * platform/chromium-mac/fast/block/float/032-expected.txt:
88421         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
88422         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
88423         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
88424         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
88425         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
88426         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
88427         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
88428         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
88429         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
88430         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
88431         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
88432         * platform/chromium-mac/fast/forms/001-expected.png:
88433         * platform/chromium-mac/fast/forms/001-expected.txt:
88434         * platform/chromium-mac/fast/forms/007-expected.png:
88435         * platform/chromium-mac/fast/forms/007-expected.txt:
88436         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
88437         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
88438         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
88439         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
88440         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
88441         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
88442         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
88443         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
88444         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
88445         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
88446         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
88447         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
88448         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
88449         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
88450         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Added.
88451         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
88452         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
88453         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
88454         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
88455         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
88456         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
88457         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
88458         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
88459         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
88460         * platform/chromium-mac/fast/forms/formmove3-expected.png:
88461         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
88462         * platform/chromium-mac/fast/forms/input-baseline-expected.png:
88463         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
88464         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
88465         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
88466         * platform/chromium-mac/fast/forms/input-value-expected.png:
88467         * platform/chromium-mac/fast/forms/input-value-expected.txt:
88468         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
88469         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
88470         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
88471         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
88472         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
88473         * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
88474         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
88475         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
88476         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
88477         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
88478         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
88479         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
88480         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
88481         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
88482         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
88483         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
88484         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
88485         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
88486         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
88487         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
88488         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
88489         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
88490         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
88491         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
88492         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
88493         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
88494         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
88495         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
88496         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
88497         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
88498         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
88499         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
88500         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
88501         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
88502         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
88503         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
88504         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
88505         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
88506         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
88507         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
88508         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
88509         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
88510         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
88511         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
88512         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
88513         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
88514         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
88515         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
88516         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
88517         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
88518         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
88519         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
88520         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
88521         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
88522         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
88523         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
88524         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
88525         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
88526         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
88527         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
88528         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
88529         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
88530         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
88531         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
88532         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
88533         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
88534         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
88535         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
88536         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
88537         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
88538         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
88539         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
88540         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
88541         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
88542         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
88543         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
88544         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
88545         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
88546         * platform/chromium-mac/fast/html/details-open1-expected.png:
88547         * platform/chromium-mac/fast/html/details-open1-expected.txt:
88548         * platform/chromium-mac/fast/html/details-open2-expected.png:
88549         * platform/chromium-mac/fast/html/details-open2-expected.txt:
88550         * platform/chromium-mac/fast/html/details-open3-expected.png:
88551         * platform/chromium-mac/fast/html/details-open3-expected.txt:
88552         * platform/chromium-mac/fast/html/details-open4-expected.png:
88553         * platform/chromium-mac/fast/html/details-open4-expected.txt:
88554         * platform/chromium-mac/fast/html/details-open5-expected.png:
88555         * platform/chromium-mac/fast/html/details-open5-expected.txt:
88556         * platform/chromium-mac/fast/html/details-open6-expected.png:
88557         * platform/chromium-mac/fast/html/details-open6-expected.txt:
88558         * platform/chromium-mac/fast/html/details-position-expected.png:
88559         * platform/chromium-mac/fast/html/details-position-expected.txt:
88560         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
88561         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
88562         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
88563         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
88564         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
88565         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
88566         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
88567         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
88568         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
88569         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
88570         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
88571         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
88572         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
88573         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
88574         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
88575         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
88576         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
88577         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
88578         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
88579         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
88580         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
88581         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
88582         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
88583         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
88584         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
88585         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
88586         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
88587         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
88588         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
88589         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
88590         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
88591         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
88592         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
88593         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
88594         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
88595         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
88596         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
88597         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
88598         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
88599         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
88600         * platform/chromium-mac/fast/inline-block/contenteditable-baseline-expected.png:
88601         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
88602         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
88603         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
88604         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
88605         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
88606         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
88607         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
88608         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
88609         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
88610         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
88611         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
88612         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
88613         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
88614         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
88615         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
88616         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
88617         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
88618         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
88619         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
88620         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
88621         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
88622         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
88623         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
88624         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
88625         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
88626         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
88627         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88628         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
88629         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88630         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
88631         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88632         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88633         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88634         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
88635         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88636         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
88637         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88638         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
88639         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88640         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88641         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
88642         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
88643         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
88644         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
88645         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
88646         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
88647         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
88648         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
88649         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
88650         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
88651         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
88652         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
88653         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
88654         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
88655         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
88656         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
88657         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
88658         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
88659         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
88660         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
88661         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
88662         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
88663         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
88664         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
88665         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
88666         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
88667         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
88668         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
88669         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
88670         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
88671         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
88672         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
88673         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
88674         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
88675         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
88676         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
88677         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
88678         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
88679         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
88680         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
88681         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
88682         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
88683         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
88684         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
88685         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
88686         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
88687         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
88688         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
88689         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
88690         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
88691         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88692         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88693         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88694         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88695         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt: Added.
88696         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88697         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88698         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
88699         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
88700         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
88701         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
88702         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
88703         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
88704         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
88705         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
88706         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
88707         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88708         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88709         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88710         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88711         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
88712         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
88713         * platform/chromium-win/fast/forms/007-expected.png:
88714         * platform/chromium-win/fast/forms/007-expected.txt:
88715         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
88716         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
88717         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
88718         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
88719         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
88720         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
88721         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
88722         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
88723         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
88724         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
88725         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
88726         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
88727         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
88728         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
88729         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
88730         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
88731         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
88732         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
88733         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
88734         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
88735         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
88736         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
88737         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
88738         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
88739         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
88740         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
88741         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
88742         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
88743         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
88744         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
88745         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
88746         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
88747         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
88748         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
88749         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
88750         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
88751         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
88752         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
88753         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
88754         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
88755         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
88756         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
88757         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
88758         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
88759         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
88760         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
88761         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
88762         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
88763         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
88764         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
88765         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
88766         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
88767         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
88768         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
88769         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
88770         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
88771         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
88772         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
88773         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
88774         * platform/chromium-win/fast/html/details-marker-style-expected.png:
88775         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
88776         * platform/chromium-win/fast/html/details-nested-1-expected.png:
88777         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
88778         * platform/chromium-win/fast/html/details-nested-2-expected.png:
88779         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
88780         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
88781         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
88782         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
88783         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
88784         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
88785         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
88786         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
88787         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
88788         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
88789         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
88790         * platform/chromium-win/fast/html/details-open1-expected.png:
88791         * platform/chromium-win/fast/html/details-open1-expected.txt:
88792         * platform/chromium-win/fast/html/details-open2-expected.png:
88793         * platform/chromium-win/fast/html/details-open2-expected.txt:
88794         * platform/chromium-win/fast/html/details-open3-expected.png:
88795         * platform/chromium-win/fast/html/details-open3-expected.txt:
88796         * platform/chromium-win/fast/html/details-open4-expected.png:
88797         * platform/chromium-win/fast/html/details-open4-expected.txt:
88798         * platform/chromium-win/fast/html/details-open5-expected.png:
88799         * platform/chromium-win/fast/html/details-open5-expected.txt:
88800         * platform/chromium-win/fast/html/details-open6-expected.png:
88801         * platform/chromium-win/fast/html/details-open6-expected.txt:
88802         * platform/chromium-win/fast/html/details-position-expected.png:
88803         * platform/chromium-win/fast/html/details-position-expected.txt:
88804         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
88805         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
88806         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
88807         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
88808         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
88809         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
88810         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
88811         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
88812         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
88813         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
88814         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
88815         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
88816         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
88817         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
88818         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
88819         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
88820         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
88821         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
88822         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
88823         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
88824         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
88825         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
88826         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
88827         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
88828         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
88829         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
88830         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
88831         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
88832         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
88833         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
88834         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
88835         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
88836         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
88837         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
88838         * platform/chromium-win/fast/html/details-replace-text-expected.png:
88839         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
88840         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
88841         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
88842         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
88843         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
88844         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
88845         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
88846         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
88847         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png:
88848         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt:
88849         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
88850         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
88851         * platform/chromium-win/platform/chromium/virtual/softwarecompositing: Added.
88852         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows: Added.
88853         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
88854         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
88855         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
88856         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
88857         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
88858         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
88859         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88860         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
88861         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88862         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
88863         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88864         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88865         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88866         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
88867         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88868         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
88869         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88870         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
88871         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88872         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88873         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
88874         * platform/chromium/TestExpectations:
88875         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
88876         * platform/chromium/fast/forms/input-baseline-expected.txt: Removed.
88877         * platform/chromium/fast/forms/placeholder-position-expected.txt: Removed.
88878         * platform/mac/fast/forms/input-baseline-expected.txt: Removed.
88879         * platform/mac/fast/forms/placeholder-position-expected.txt: Removed.
88880
88881 2012-10-19  Levi Weintraub  <leviw@chromium.org>
88882
88883         Unreviewed gardening. Fixing a lint issue.
88884
88885         * platform/chromium/TestExpectations:
88886
88887 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
88888
88889         AX: aria-hidden=false does not work as expected
88890         https://bugs.webkit.org/show_bug.cgi?id=98787
88891
88892         Reviewed by Beth Dakin.
88893
88894         * accessibility/aria-hidden-negates-no-visibility.html: Added.
88895         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
88896
88897 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
88898
88899         Elements assigned to <shadow> should not be reprojected.
88900         https://bugs.webkit.org/show_bug.cgi?id=99680
88901
88902         Reviewed by Dimitri Glazkov.
88903
88904         * fast/dom/shadow/content-reprojection-complex-expected.html: Added.
88905         * fast/dom/shadow/content-reprojection-complex.html: Added.
88906         * fast/dom/shadow/content-reprojection-shadow-expected.html: Added.
88907         * fast/dom/shadow/content-reprojection-shadow.html: Added.
88908         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Added.
88909         * fast/dom/shadow/shadow-reprojection-prohibited.html: Added.
88910
88911 2012-10-19  Pan Deng  <pan.deng@intel.com>
88912
88913         Fix incorrect User Timing test case path in TestExpectations of qt-5.0-wk2 platform.
88914         https://bugs.webkit.org/show_bug.cgi?id=99811.
88915
88916         Reviewed by Tony Gentilcore.
88917
88918         Path 'http/tests/w3c/webperf/proposal/Intel/user-timing' is replaced by 'http/tests/w3c/webperf/submission/Intel/user-timing' in this patch.
88919
88920         * platform/qt-5.0-wk2/TestExpectations:
88921
88922 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
88923
88924         VO issues with hidden <legend> and last explicitly labelled element within a group <fieldset>
88925         https://bugs.webkit.org/show_bug.cgi?id=96325
88926
88927         Reviewed by Beth Dakin.
88928
88929         * accessibility/hidden-legend-expected.txt: Added.
88930         * accessibility/hidden-legend.html: Added.
88931         * platform/chromium/TestExpectations:
88932
88933 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
88934
88935         Should have a test case where InsertionPoint has a ShadowRoot.
88936         https://bugs.webkit.org/show_bug.cgi?id=99822
88937
88938         Reviewed by Dimitri Glazkov.
88939
88940         We didn't have a test case where InsertionPoint has a ShadowRoot. Let's have it not to cause a regression.
88941
88942         * fast/dom/shadow/shadowroot-of-insertionpoint-expected.html: Added.
88943         * fast/dom/shadow/shadowroot-of-insertionpoint.html: Added.
88944
88945 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
88946
88947         AX: Refactor accessibility name computation so it's more platform independent
88948         https://bugs.webkit.org/show_bug.cgi?id=99502
88949
88950         Reviewed by Beth Dakin.
88951
88952         Update a test to reflect change in what shoud be recognized as a title.
88953
88954         * platform/mac/accessibility/aria-radiobutton-text.html:
88955
88956 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
88957
88958         [WK2][GTK] Fullscreen tests timing out in bots
88959         https://bugs.webkit.org/show_bug.cgi?id=93973
88960
88961         Reviewed by Philippe Normand.
88962
88963         Remove failure expectations for the fullscreen tests. They all pass now,
88964         with a pass expectation needed for one test to aknowledge that.
88965
88966         * platform/gtk-wk2/TestExpectations:
88967
88968 2012-10-19  Kent Tamura  <tkent@chromium.org>
88969
88970         [Chromium] Test expectation update
88971         http://webkit.org/b/99818
88972
88973         month-multiple-fields-keyboard-events.html is failing on SnowLeopard too.
88974
88975         * platform/chromium/TestExpectations:
88976
88977 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
88978
88979         [Qt] Pixel tests need rebaseline
88980         https://bugs.webkit.org/show_bug.cgi?id=99323
88981
88982         Unreviewed pixel rebaseline.
88983
88984         Part 7.
88985         Rebaseline the rest of pixel results. All of these tests producing correct results,
88986         only the expectations were outdated. Most of the differenes was not detectable by
88987         looking at the expected and actual results, only ImageDiff sees the difference.
88988
88989         * platform/qt/http/tests/misc/acid2-expected.png:
88990         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
88991         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
88992         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
88993         * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
88994         * platform/qt/tables/mozilla/bugs/bug1067-2-expected.png:
88995         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
88996         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
88997         * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
88998         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
88999         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
89000         * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
89001         * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
89002         * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
89003         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
89004         * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
89005         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
89006         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
89007         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
89008         * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
89009         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
89010         * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
89011         * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
89012         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
89013         * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
89014         * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
89015         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
89016         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
89017         * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
89018         * platform/qt/tables/mozilla/core/one_row-expected.png:
89019         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
89020         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
89021         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
89022         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
89023         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
89024         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
89025         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
89026         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
89027         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
89028         * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
89029         * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
89030         * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
89031         * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
89032         * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
89033         * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
89034         * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
89035         * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
89036         * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
89037         * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
89038         * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
89039         * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
89040         * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
89041         * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
89042         * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
89043         * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
89044         * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
89045         * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
89046         * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
89047         * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
89048         * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
89049         * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
89050         * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
89051         * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
89052         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
89053         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
89054         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
89055         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
89056         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
89057         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
89058         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
89059         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
89060         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
89061         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
89062         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
89063         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
89064         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
89065         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
89066         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
89067         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
89068         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
89069         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
89070         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
89071         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
89072         * platform/qt/transforms/3d/general/matrix-with-zoom-3d-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
89073         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
89074         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
89075         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
89076         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
89077         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
89078         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
89079         * platform/qt/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
89080
89081 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89082
89083         [Qt] Pixel tests need rebaseline
89084         https://bugs.webkit.org/show_bug.cgi?id=99323
89085
89086         Unreviewed pixel rebaseline.
89087
89088         Part 6.
89089         Rebaseline pixel results in the svg directory.
89090         All of these tests producing correct results, only the expectations
89091         were outdated. Most of the differenes was not detectable by looking
89092         at the expected and actual results, only ImageDiff sees the difference.
89093
89094         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
89095         * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
89096         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
89097         * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
89098         * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
89099         * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
89100         * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
89101         * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
89102         * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
89103         * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
89104         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
89105         * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
89106         * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
89107         * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
89108         * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
89109         * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
89110         * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
89111         * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
89112         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
89113         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
89114         * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
89115         * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
89116         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
89117         * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
89118         * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
89119         * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
89120         * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
89121         * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
89122         * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
89123         * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
89124         * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
89125         * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
89126         * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
89127         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
89128         * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
89129         * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
89130         * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
89131         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
89132         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
89133         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
89134         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
89135         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
89136         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
89137         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
89138         * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
89139         * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
89140         * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
89141         * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
89142         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
89143         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
89144         * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
89145         * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
89146         * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
89147         * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
89148         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
89149         * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
89150         * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
89151         * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
89152         * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
89153         * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
89154         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
89155         * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
89156         * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
89157         * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
89158         * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
89159         * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
89160         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
89161         * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
89162         * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
89163         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
89164         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Added.
89165         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Added.
89166         * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
89167         * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
89168         * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
89169         * platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
89170         * platform/qt/svg/css/text-shadow-multiple-expected.png:
89171         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
89172         * platform/qt/svg/custom/altglyph-expected.png:
89173         * platform/qt/svg/custom/focus-ring-expected.png:
89174         * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
89175         * platform/qt/svg/custom/gradient-stroke-width-expected.png:
89176         * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.png:
89177         * platform/qt/svg/custom/grayscale-gradient-mask-expected.png:
89178         * platform/qt/svg/custom/image-rescale-expected.png:
89179         * platform/qt/svg/custom/image-small-width-height-expected.png:
89180         * platform/qt/svg/custom/relative-sized-image-expected.png:
89181         * platform/qt/svg/custom/text-rotation-expected.png:
89182         * platform/qt/svg/dom/css-transforms-expected.png:
89183         * platform/qt/svg/filters/feDropShadow-expected.png:
89184         * platform/qt/svg/filters/filterRes1-expected.png:
89185         * platform/qt/svg/filters/filterRes3-expected.png:
89186         * platform/qt/svg/hixie/perf/004-expected.png:
89187         * platform/qt/svg/hixie/use/002-expected.png:
89188         * platform/qt/svg/text/multichar-glyph-expected.png:
89189         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
89190         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
89191         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
89192         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
89193         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
89194         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
89195         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
89196         * platform/qt/svg/text/select-x-list-2-expected.png:
89197         * platform/qt/svg/text/select-x-list-3-expected.png:
89198         * platform/qt/svg/text/select-x-list-4-expected.png:
89199         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
89200         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
89201         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
89202         * platform/qt/svg/text/selection-doubleclick-expected.png:
89203         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
89204         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
89205         * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
89206         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
89207         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
89208         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
89209
89210 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89211
89212         [Qt] Pixel tests need rebaseline
89213         https://bugs.webkit.org/show_bug.cgi?id=99323
89214
89215         Unreviewed pixel rebaseline.
89216
89217         Part 5.
89218         Rebaseline pixel results the rest of the fast directory.
89219         All of these tests producing correct results, only the expectations
89220         were outdated. Most of the differenes was not detectable by looking
89221         at the expected and actual results, only ImageDiff sees the difference.
89222
89223         * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
89224         * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
89225         * platform/qt/fast/dom/children-nodes-expected.png:
89226         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
89227         * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
89228         * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
89229         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
89230         * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
89231         * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
89232         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
89233         * platform/qt/fast/events/pointer-events-2-expected.png:
89234         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png:
89235         * platform/qt/fast/forms/select-change-listbox-size-expected.png:
89236         * platform/qt/fast/images/color-jpeg-with-color-profile-expected.png:
89237         * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
89238         * platform/qt/fast/inline/br-text-decoration-expected.png:
89239         * platform/qt/fast/inline/continuation-outlines-expected.png:
89240         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
89241         * platform/qt/fast/inline/inline-box-background-expected.png:
89242         * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
89243         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
89244         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
89245         * platform/qt/fast/layers/normal-flow-hit-test-expected.png:
89246         * platform/qt/fast/layers/opacity-outline-expected.png:
89247         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
89248         * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
89249         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
89250         * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
89251         * platform/qt/fast/lists/003-expected.png:
89252         * platform/qt/fast/lists/003-vertical-expected.png:
89253         * platform/qt/fast/lists/marker-before-empty-inline-expected.png:
89254         * platform/qt/fast/lists/marker-image-error-expected.png:
89255         * platform/qt/fast/lists/markers-in-selection-expected.png:
89256         * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
89257         * platform/qt/fast/lists/scrolled-marker-paint-expected.png:
89258         * platform/qt/fast/multicol/column-rules-expected.png:
89259         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
89260         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
89261         * platform/qt/fast/multicol/float-multicol-expected.png:
89262         * platform/qt/fast/multicol/nested-columns-expected.png:
89263         * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
89264         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
89265         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
89266         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
89267         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
89268         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
89269         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
89270         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
89271         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
89272         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
89273         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
89274         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
89275         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
89276         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
89277         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
89278         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
89279         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
89280         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
89281         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
89282         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
89283         * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
89284         * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
89285         * platform/qt/fast/overflow/paged-x-div-expected.png:
89286         * platform/qt/fast/overflow/paged-x-on-root-expected.png:
89287         * platform/qt/fast/overflow/paged-y-div-expected.png:
89288         * platform/qt/fast/overflow/paged-y-on-root-expected.png:
89289         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
89290         * platform/qt/fast/reflections/reflection-direction-expected.png:
89291         * platform/qt/fast/reflections/reflection-with-zoom-expected.png:
89292         * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
89293         * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
89294         * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
89295         * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png:
89296         * platform/qt/fast/repaint/float-overflow-expected.png:
89297         * platform/qt/fast/repaint/float-overflow-right-expected.png:
89298         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
89299         * platform/qt/fast/replaced/001-expected.png:
89300         * platform/qt/fast/replaced/002-expected.png:
89301         * platform/qt/fast/replaced/003-expected.png:
89302         * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
89303         * platform/qt/fast/replaced/image-sizing-expected.png:
89304         * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
89305         * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
89306         * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
89307         * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
89308         * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
89309         * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
89310         * platform/qt/fast/selectors/166-expected.png:
89311         * platform/qt/fast/table/border-collapsing/004-expected.png:
89312         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
89313         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
89314         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
89315         * platform/qt/fast/table/edge-offsets-expected.png:
89316         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
89317         * platform/qt/fast/table/frame-and-rules-expected.png:
89318         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
89319         * platform/qt/fast/table/table-row-style-not-updated-expected.png: Added.
89320         * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
89321         * platform/qt/fast/table/table-style-not-updated-expected.png: Added.
89322         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
89323         * platform/qt/fast/text/break-word-expected.png:
89324         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
89325         * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png:
89326         * platform/qt/fast/text/delete-hard-break-character-expected.png:
89327         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
89328         * platform/qt/fast/text/midword-break-hang-expected.png:
89329         * platform/qt/fast/text/reset-emptyRun-expected.png:
89330         * platform/qt/fast/text/selection-hard-linebreak-expected.png:
89331         * platform/qt/fast/text/stroking-decorations-expected.png:
89332         * platform/qt/fast/text/text-letter-spacing-expected.png:
89333         * platform/qt/fast/text/wbr-expected.png:
89334         * platform/qt/fast/text/whitespace/018-expected.png:
89335         * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
89336         * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
89337         * platform/qt/fast/transforms/shadows-expected.png:
89338         * platform/qt/fast/transforms/transformed-caret-expected.png:
89339         * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
89340         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
89341         * platform/qt/fast/writing-mode/english-lr-text-expected.png:
89342
89343 2012-10-19  Kent Tamura  <tkent@chromium.org>
89344
89345         Use Localizer::monthFormat to construct input[type=month] UI
89346         https://bugs.webkit.org/show_bug.cgi?id=99818
89347
89348         Reviewed by Kentaro Hara.
89349
89350         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Added.
89351         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Added.
89352         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
89353         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
89354         Updated because symbolic month fields don't support digit-key input.
89355         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
89356         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
89357         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
89358         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
89359         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
89360         * platform/chromium/TestExpectations:
89361
89362 2012-10-19  Vsevolod Vlasov  <vsevik@chromium.org>
89363
89364         Web Inspector: inspector/styles/styles-history.html is failing Text on Windows and Linux
89365         https://bugs.webkit.org/show_bug.cgi?id=99519
89366
89367         Reviewed by Alexander Pavlov.
89368
89369         * inspector/styles/styles-history.html:
89370         * platform/chromium/TestExpectations:
89371
89372 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89373
89374         [Qt] Pixel tests need rebaseline
89375         https://bugs.webkit.org/show_bug.cgi?id=99323
89376
89377         Unreviewed pixel rebase.
89378
89379         Part 4.
89380         Rebaseline pixel results in first part of fast (backgrounds, block, borders,
89381         box-shadow, css). All of these tests producing correct results, only the expectations
89382         were outdated. Most of the differenes was not detectable by looking at the expected
89383         and actual results, only ImageDiff sees the difference.
89384
89385         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
89386         * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
89387         * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
89388         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
89389         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
89390         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
89391         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
89392         * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
89393         * platform/qt/fast/backgrounds/size/contain-and-cover-expected.png: Added.
89394         * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
89395         * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
89396         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
89397         * platform/qt/fast/block/float/002-expected.png:
89398         * platform/qt/fast/block/float/020-expected.png:
89399         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
89400         * platform/qt/fast/block/float/float-in-float-painting-expected.png:
89401         * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
89402         * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
89403         * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
89404         * platform/qt/fast/block/float/table-relayout-expected.png:
89405         * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
89406         * platform/qt/fast/block/margin-collapse/055-expected.png:
89407         * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
89408         * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
89409         * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
89410         * platform/qt/fast/block/positioning/auto/007-expected.png:
89411         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
89412         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
89413         * platform/qt/fast/borders/border-image-01-expected.png:
89414         * platform/qt/fast/borders/border-image-border-radius-expected.png:
89415         * platform/qt/fast/borders/border-image-longhand-expected.png:
89416         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
89417         * platform/qt/fast/borders/border-image-outset-expected.png:
89418         * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
89419         * platform/qt/fast/borders/border-image-repeat-expected.png:
89420         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
89421         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
89422         * platform/qt/fast/borders/border-image-scaled-expected.png:
89423         * platform/qt/fast/borders/border-image-scrambled-expected.png:
89424         * platform/qt/fast/borders/border-image-side-reduction-expected.png:
89425         * platform/qt/fast/borders/border-image-source-expected.png:
89426         * platform/qt/fast/borders/border-mixed-alpha-expected.png:
89427         * platform/qt/fast/borders/border-radius-complex-inner-expected.png:
89428         * platform/qt/fast/borders/border-radius-different-width-001-expected.png:
89429         * platform/qt/fast/borders/rtl-border-01-expected.png:
89430         * platform/qt/fast/borders/rtl-border-02-expected.png:
89431         * platform/qt/fast/borders/rtl-border-03-expected.png:
89432         * platform/qt/fast/borders/rtl-border-04-expected.png:
89433         * platform/qt/fast/box-shadow/spread-expected.png:
89434         * platform/qt/fast/canvas/arc360-expected.png:
89435         * platform/qt/fast/canvas/canvas-before-css-expected.png:
89436         * platform/qt/fast/canvas/canvas-composite-expected.png:
89437         * platform/qt/fast/canvas/canvas-text-alignment-expected.png:
89438         * platform/qt/fast/canvas/canvas-text-baseline-expected.png:
89439         * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png:
89440         * platform/qt/fast/canvas/check-stale-putImageData-expected.png: Added.
89441         * platform/qt/fast/canvas/drawImage-expected.png:
89442         * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.png:
89443         * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.png:
89444         * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png:
89445         * platform/qt/fast/canvas/fillrect_gradient-expected.png:
89446         * platform/qt/fast/canvas/image-object-in-canvas-expected.png:
89447         * platform/qt/fast/canvas/patternfill-repeat-expected.png:
89448         * platform/qt/fast/canvas/quadraticCurveTo-expected.png:
89449         * platform/qt/fast/canvas/shadow-offset-1-expected.png:
89450         * platform/qt/fast/canvas/shadow-offset-2-expected.png:
89451         * platform/qt/fast/canvas/shadow-offset-3-expected.png:
89452         * platform/qt/fast/canvas/shadow-offset-4-expected.png:
89453         * platform/qt/fast/canvas/shadow-offset-5-expected.png:
89454         * platform/qt/fast/canvas/shadow-offset-6-expected.png:
89455         * platform/qt/fast/canvas/shadow-offset-7-expected.png:
89456         * platform/qt/fast/canvas/zero-size-fill-rect-expected.png:
89457         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
89458         * platform/qt/fast/css/acid2-expected.png:
89459         * platform/qt/fast/css/clip-zooming-expected.png:
89460         * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
89461         * platform/qt/fast/css/css2-system-fonts-expected.png:
89462         * platform/qt/fast/css/empty-pseudo-class-expected.png:
89463         * platform/qt/fast/css/find-next-layer-expected.png:
89464         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
89465         * platform/qt/fast/css/first-letter-capitalized-expected.png:
89466         * platform/qt/fast/css/first-letter-detach-expected.png:
89467         * platform/qt/fast/css/first-letter-hover-expected.png:
89468         * platform/qt/fast/css/first-line-text-decoration-expected.png:
89469         * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
89470         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
89471         * platform/qt/fast/css/focus-ring-multiline-expected.png:
89472         * platform/qt/fast/css/font-face-opentype-expected.png:
89473         * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
89474         * platform/qt/fast/css/font-face-weight-matching-expected.png:
89475         * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
89476         * platform/qt/fast/css/hover-subselector-expected.png:
89477         * platform/qt/fast/css/hsl-color-expected.png:
89478         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
89479         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
89480         * platform/qt/fast/css/line-height-font-order-expected.png:
89481         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
89482         * platform/qt/fast/css/min-width-with-spanned-cell-expected.png: Added.
89483         * platform/qt/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
89484         * platform/qt/fast/css/nth-child-dynamic-expected.png:
89485         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
89486         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
89487         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
89488         * platform/qt/fast/css/outline-auto-location-expected.png:
89489         * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
89490         * platform/qt/fast/css/text-rendering-expected.png:
89491         * platform/qt/fast/css/universal-hover-quirk-expected.png:
89492
89493 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89494
89495         [Qt] Pixel tests need rebaseline
89496         https://bugs.webkit.org/show_bug.cgi?id=99323
89497
89498         Unreviewed rebaseline.
89499
89500         Part 3.
89501         Rebase pixel results in editing. All of these tests producing correct results,
89502         only the expectations were outdated.
89503
89504         * platform/qt/editing/deleting/4922367-expected.png:
89505         * platform/qt/editing/deleting/5099303-expected.png:
89506         * platform/qt/editing/deleting/5144139-2-expected.png:
89507         * platform/qt/editing/deleting/5483370-expected.png:
89508         * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
89509         * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
89510         * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
89511         * platform/qt/editing/deleting/delete-and-undo-expected.png:
89512         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
89513         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
89514         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
89515         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
89516         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
89517         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
89518         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
89519         * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
89520         * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
89521         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
89522         * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
89523         * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
89524         * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
89525         * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
89526         * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
89527         * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
89528         * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
89529         * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
89530         * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
89531         * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
89532         * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
89533         * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
89534         * platform/qt/editing/deleting/delete-br-001-expected.png:
89535         * platform/qt/editing/deleting/delete-br-007-expected.png:
89536         * platform/qt/editing/deleting/delete-br-013-expected.png:
89537         * platform/qt/editing/deleting/delete-character-001-expected.png:
89538         * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
89539         * platform/qt/editing/deleting/delete-first-list-item-expected.png:
89540         * platform/qt/editing/deleting/delete-image-001-expected.png:
89541         * platform/qt/editing/deleting/delete-image-003-expected.png:
89542         * platform/qt/editing/deleting/delete-image-004-expected.png:
89543         * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
89544         * platform/qt/editing/deleting/delete-line-015-expected.png:
89545         * platform/qt/editing/deleting/delete-line-016-expected.png:
89546         * platform/qt/editing/deleting/delete-line-017-expected.png:
89547         * platform/qt/editing/deleting/delete-listitem-002-expected.png:
89548         * platform/qt/editing/deleting/delete-selection-001-expected.png:
89549         * platform/qt/editing/deleting/delete-to-select-table-expected.png:
89550         * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
89551         * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
89552         * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
89553         * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
89554         * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
89555         * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
89556         * platform/qt/editing/deleting/list-item-1-expected.png:
89557         * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
89558         * platform/qt/editing/deleting/merge-no-br-expected.png:
89559         * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
89560         * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
89561         * platform/qt/editing/deleting/non-smart-delete-expected.png:
89562         * platform/qt/editing/deleting/smart-delete-001-expected.png:
89563         * platform/qt/editing/deleting/smart-delete-002-expected.png:
89564         * platform/qt/editing/deleting/table-cells-expected.png:
89565         * platform/qt/editing/execCommand/4580583-2-expected.png:
89566         * platform/qt/editing/execCommand/4641880-1-expected.png:
89567         * platform/qt/editing/execCommand/4641880-2-expected.png:
89568         * platform/qt/editing/execCommand/4747450-expected.png:
89569         * platform/qt/editing/execCommand/4916402-expected.png:
89570         * platform/qt/editing/execCommand/4916541-expected.png:
89571         * platform/qt/editing/execCommand/5080333-1-expected.png:
89572         * platform/qt/editing/execCommand/5080333-2-expected.png:
89573         * platform/qt/editing/execCommand/5136770-expected.png:
89574         * platform/qt/editing/execCommand/5138441-expected.png:
89575         * platform/qt/editing/execCommand/5142012-1-expected.png:
89576         * platform/qt/editing/execCommand/5142012-2-expected.png:
89577         * platform/qt/editing/execCommand/5190926-expected.png:
89578         * platform/qt/editing/execCommand/5481523-expected.png:
89579         * platform/qt/editing/execCommand/5569741-expected.png:
89580         * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
89581         * platform/qt/editing/execCommand/indent-list-item-expected.png:
89582         * platform/qt/editing/execCommand/indent-selection-expected.png:
89583         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
89584         * platform/qt/editing/execCommand/print-expected.png:
89585         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
89586         * platform/qt/editing/execCommand/selectAll-expected.png:
89587         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png:
89588         * platform/qt/editing/inserting/12882-expected.png:
89589         * platform/qt/editing/inserting/4278698-expected.png:
89590         * platform/qt/editing/inserting/4840662-expected.png:
89591         * platform/qt/editing/inserting/4960120-2-expected.png:
89592         * platform/qt/editing/inserting/5002441-expected.png:
89593         * platform/qt/editing/inserting/5058163-1-expected.png:
89594         * platform/qt/editing/inserting/5058163-2-expected.png:
89595         * platform/qt/editing/inserting/5156401-2-expected.png:
89596         * platform/qt/editing/inserting/5510537-expected.png:
89597         * platform/qt/editing/inserting/5549929-2-expected.png:
89598         * platform/qt/editing/inserting/5549929-3-expected.png:
89599         * platform/qt/editing/inserting/6703873-expected.png:
89600         * platform/qt/editing/inserting/editing-empty-divs-expected.png:
89601         * platform/qt/editing/inserting/insert-3775316-fix-expected.png:
89602         * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
89603         * platform/qt/editing/inserting/insert-at-end-01-expected.png:
89604         * platform/qt/editing/inserting/insert-at-end-02-expected.png:
89605         * platform/qt/editing/inserting/insert-br-001-expected.png:
89606         * platform/qt/editing/inserting/insert-br-003-expected.png:
89607         * platform/qt/editing/inserting/insert-br-006-expected.png:
89608         * platform/qt/editing/inserting/insert-br-007-expected.png:
89609         * platform/qt/editing/inserting/insert-br-008-expected.png:
89610         * platform/qt/editing/inserting/insert-br-009-expected.png:
89611         * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png:
89612         * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
89613         * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
89614         * platform/qt/editing/inserting/insert-br-quoted-001-expected.png:
89615         * platform/qt/editing/inserting/insert-br-quoted-002-expected.png:
89616         * platform/qt/editing/inserting/insert-br-quoted-003-expected.png:
89617         * platform/qt/editing/inserting/insert-br-quoted-004-expected.png:
89618         * platform/qt/editing/inserting/insert-br-quoted-005-expected.png:
89619         * platform/qt/editing/inserting/insert-br-quoted-006-expected.png:
89620         * platform/qt/editing/inserting/insert-div-022-expected.png:
89621         * platform/qt/editing/inserting/insert-div-023-expected.png:
89622         * platform/qt/editing/inserting/insert-div-024-expected.png:
89623         * platform/qt/editing/inserting/insert-div-026-expected.png:
89624         * platform/qt/editing/inserting/insert-paragraph-01-expected.png:
89625         * platform/qt/editing/inserting/insert-paragraph-03-expected.png:
89626         * platform/qt/editing/inserting/insert-paragraph-04-expected.png:
89627         * platform/qt/editing/inserting/insert-paragraph-05-expected.png:
89628         * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
89629         * platform/qt/editing/inserting/insert-tab-001-expected.png:
89630         * platform/qt/editing/inserting/insert-tab-002-expected.png:
89631         * platform/qt/editing/inserting/insert-tab-004-expected.png:
89632         * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
89633         * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
89634         * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png:
89635         * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
89636         * platform/qt/editing/inserting/line-break-expected.png:
89637         * platform/qt/editing/inserting/paragraph-separator-01-expected.png:
89638         * platform/qt/editing/inserting/paragraph-separator-02-expected.png:
89639         * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png:
89640         * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png:
89641         * platform/qt/editing/inserting/return-key-with-selection-001-expected.png:
89642         * platform/qt/editing/inserting/return-key-with-selection-002-expected.png:
89643         * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
89644         * platform/qt/editing/inserting/typing-001-expected.png:
89645         * platform/qt/editing/inserting/typing-002-expected.png:
89646         * platform/qt/editing/inserting/typing-003-expected.png:
89647         * platform/qt/editing/inserting/typing-around-br-001-expected.png:
89648         * platform/qt/editing/inserting/typing-around-image-001-expected.png:
89649         * platform/qt/editing/pasteboard/3976872-expected.png:
89650         * platform/qt/editing/pasteboard/4076267-2-expected.png:
89651         * platform/qt/editing/pasteboard/4076267-3-expected.png:
89652         * platform/qt/editing/pasteboard/4631972-expected.png:
89653         * platform/qt/editing/pasteboard/4806874-expected.png:
89654         * platform/qt/editing/pasteboard/5006779-expected.png:
89655         * platform/qt/editing/pasteboard/5071074-2-expected.png:
89656         * platform/qt/editing/pasteboard/5071074-expected.png:
89657         * platform/qt/editing/pasteboard/5075944-expected.png:
89658         * platform/qt/editing/pasteboard/5156401-1-expected.png:
89659         * platform/qt/editing/pasteboard/5247341-expected.png:
89660         * platform/qt/editing/pasteboard/5387578-expected.png:
89661         * platform/qt/editing/pasteboard/5478250-expected.png:
89662         * platform/qt/editing/pasteboard/5601583-1-expected.png:
89663         * platform/qt/editing/pasteboard/8145-1-expected.png:
89664         * platform/qt/editing/pasteboard/8145-2-expected.png:
89665         * platform/qt/editing/pasteboard/8145-3-expected.png:
89666         * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
89667         * platform/qt/editing/pasteboard/cut-text-001-expected.png:
89668         * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png:
89669         * platform/qt/editing/pasteboard/displaced-placeholder-expected.png:
89670         * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png:
89671         * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png:
89672         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
89673         * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png:
89674         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png:
89675         * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png:
89676         * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
89677         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
89678         * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png:
89679         * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png:
89680         * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png:
89681         * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png:
89682         * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png:
89683         * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png:
89684         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
89685         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
89686         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
89687         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
89688         * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
89689         * platform/qt/editing/pasteboard/paste-match-style-002-expected.png:
89690         * platform/qt/editing/pasteboard/paste-text-019-expected.png:
89691         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
89692         * platform/qt/editing/pasteboard/pasting-object-expected.png:
89693         * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png:
89694         * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
89695         * platform/qt/editing/pasteboard/smart-paste-008-expected.png:
89696         * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png:
89697         * platform/qt/editing/pasteboard/unrendered-br-expected.png:
89698         * platform/qt/editing/selection/3690703-2-expected.png:
89699         * platform/qt/editing/selection/3690703-expected.png:
89700         * platform/qt/editing/selection/3690719-expected.png:
89701         * platform/qt/editing/selection/4397952-expected.png:
89702         * platform/qt/editing/selection/4818145-expected.png:
89703         * platform/qt/editing/selection/4932260-1-expected.png:
89704         * platform/qt/editing/selection/4932260-2-expected.png:
89705         * platform/qt/editing/selection/4932260-3-expected.png:
89706         * platform/qt/editing/selection/5007143-2-expected.png:
89707         * platform/qt/editing/selection/5007143-expected.png:
89708         * platform/qt/editing/selection/5057506-2-expected.png:
89709         * platform/qt/editing/selection/5057506-expected.png:
89710         * platform/qt/editing/selection/5076323-2-expected.png:
89711         * platform/qt/editing/selection/5076323-3-expected.png:
89712         * platform/qt/editing/selection/5131716-1-expected.png:
89713         * platform/qt/editing/selection/5131716-2-expected.png:
89714         * platform/qt/editing/selection/5131716-3-expected.png:
89715         * platform/qt/editing/selection/5131716-4-expected.png:
89716         * platform/qt/editing/selection/5234383-1-expected.png:
89717         * platform/qt/editing/selection/5234383-2-expected.png:
89718         * platform/qt/editing/selection/6476-expected.png:
89719         * platform/qt/editing/selection/after-line-wrap-expected.png:
89720         * platform/qt/editing/selection/caret-before-select-expected.png:
89721         * platform/qt/editing/selection/click-start-of-line-expected.png:
89722         * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
89723         * platform/qt/editing/selection/end-of-document-expected.png:
89724         * platform/qt/editing/selection/extend-by-character-001-expected.png:
89725         * platform/qt/editing/selection/extend-by-character-006-expected.png:
89726         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
89727         * platform/qt/editing/selection/extend-by-word-001-expected.png:
89728         * platform/qt/editing/selection/extend-by-word-002-expected.png:
89729         * platform/qt/editing/selection/extend-selection-bidi-expected.png:
89730         * platform/qt/editing/selection/iframe-expected.png:
89731         * platform/qt/editing/selection/image-before-linebreak-expected.png:
89732         * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
89733         * platform/qt/editing/selection/leave-requested-block-expected.png:
89734         * platform/qt/editing/selection/mixed-editability-6-expected.png:
89735         * platform/qt/editing/selection/mixed-editability-7-expected.png:
89736         * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
89737         * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
89738         * platform/qt/editing/selection/move-by-character-001-expected.png:
89739         * platform/qt/editing/selection/move-by-line-001-expected.png:
89740         * platform/qt/editing/selection/move-by-line-002-expected.png:
89741         * platform/qt/editing/selection/move-by-sentence-001-expected.png:
89742         * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
89743         * platform/qt/editing/selection/move-by-word-001-expected.png:
89744         * platform/qt/editing/selection/previous-line-position-expected.png:
89745         * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
89746         * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
89747         * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
89748         * platform/qt/editing/selection/select-all-001-expected.png:
89749         * platform/qt/editing/selection/select-all-002-expected.png:
89750         * platform/qt/editing/selection/table-caret-1-expected.png:
89751         * platform/qt/editing/selection/table-caret-2-expected.png:
89752         * platform/qt/editing/selection/unrendered-space-expected.png:
89753         * platform/qt/editing/style/5017613-1-expected.png:
89754         * platform/qt/editing/style/5017613-2-expected.png:
89755         * platform/qt/editing/style/5046875-1-expected.png:
89756         * platform/qt/editing/style/5046875-2-expected.png:
89757         * platform/qt/editing/style/5065910-expected.png:
89758         * platform/qt/editing/style/5228141-expected.png:
89759         * platform/qt/editing/style/5279521-expected.png:
89760         * platform/qt/editing/style/block-styles-007-expected.png:
89761         * platform/qt/editing/style/font-family-with-space-expected.png:
89762         * platform/qt/editing/style/style-3681552-fix-001-expected.png:
89763         * platform/qt/editing/style/style-3681552-fix-002-expected.png:
89764         * platform/qt/editing/style/style-3998892-fix-expected.png:
89765         * platform/qt/editing/style/style-boundary-001-expected.png:
89766         * platform/qt/editing/style/style-boundary-002-expected.png:
89767         * platform/qt/editing/style/style-boundary-003-expected.png:
89768         * platform/qt/editing/style/style-boundary-004-expected.png:
89769         * platform/qt/editing/style/typing-style-001-expected.png:
89770         * platform/qt/editing/style/typing-style-002-expected.png:
89771         * platform/qt/editing/style/unbold-in-bold-expected.png:
89772         * platform/qt/editing/undo/4063751-expected.png:
89773         * platform/qt/editing/undo/5378473-expected.png:
89774         * platform/qt/editing/undo/redo-typing-001-expected.png:
89775         * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
89776         * platform/qt/editing/undo/undo-combined-delete-expected.png:
89777         * platform/qt/editing/undo/undo-delete-boundary-expected.png:
89778         * platform/qt/editing/undo/undo-delete-expected.png:
89779         * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
89780         * platform/qt/editing/undo/undo-forward-delete-expected.png:
89781         * platform/qt/editing/undo/undo-misspellings-expected.png:
89782         * platform/qt/editing/undo/undo-typing-001-expected.png:
89783         * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
89784         * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
89785         * platform/qt/editing/unsupported-content/list-type-after-expected.png:
89786         * platform/qt/editing/unsupported-content/list-type-before-expected.png:
89787         * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
89788         * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
89789         * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
89790         * platform/qt/editing/unsupported-content/table-type-after-expected.png:
89791         * platform/qt/editing/unsupported-content/table-type-before-expected.png:
89792
89793 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89794
89795         [Qt] Pixel tests need rebaseline
89796         https://bugs.webkit.org/show_bug.cgi?id=99323
89797
89798         Unreviewed rebaseline.
89799
89800         Part 2.
89801         Rebase pixel results in animations, compositing, css1, css2.1 and css3.
89802
89803         * platform/qt/animations/cross-fade-border-image-source-expected.png:
89804         * platform/qt/compositing/direct-image-compositing-expected.png:
89805         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
89806         * platform/qt/css1/basic/containment-expected.png:
89807         * platform/qt/css1/basic/inheritance-expected.png:
89808         * platform/qt/css1/box_properties/border-expected.png:
89809         * platform/qt/css1/box_properties/border_bottom-expected.png:
89810         * platform/qt/css1/box_properties/border_left-expected.png:
89811         * platform/qt/css1/box_properties/border_left_width-expected.png:
89812         * platform/qt/css1/box_properties/border_right_inline-expected.png:
89813         * platform/qt/css1/box_properties/border_right_width-expected.png:
89814         * platform/qt/css1/box_properties/border_style-expected.png:
89815         * platform/qt/css1/box_properties/border_top-expected.png:
89816         * platform/qt/css1/box_properties/clear_float-expected.png:
89817         * platform/qt/css1/box_properties/float_margin-expected.png:
89818         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
89819         * platform/qt/css1/box_properties/margin_inline-expected.png:
89820         * platform/qt/css1/box_properties/margin_left-expected.png:
89821         * platform/qt/css1/box_properties/margin_right-expected.png:
89822         * platform/qt/css1/box_properties/padding_bottom-expected.png:
89823         * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
89824         * platform/qt/css1/box_properties/padding_inline-expected.png:
89825         * platform/qt/css1/box_properties/padding_left-expected.png:
89826         * platform/qt/css1/box_properties/padding_right-expected.png:
89827         * platform/qt/css1/cascade/cascade_order-expected.png:
89828         * platform/qt/css1/cascade/important-expected.png:
89829         * platform/qt/css1/classification/display-expected.png:
89830         * platform/qt/css1/color_and_background/background_position-expected.png:
89831         * platform/qt/css1/color_and_background/background_repeat-expected.png:
89832         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
89833         * platform/qt/css1/font_properties/font-expected.png:
89834         * platform/qt/css1/formatting_model/inline_elements-expected.png:
89835         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
89836         * platform/qt/css1/pseudo/anchor-expected.png:
89837         * platform/qt/css1/pseudo/firstletter-expected.png:
89838         * platform/qt/css1/pseudo/firstline-expected.png:
89839         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
89840         * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
89841         * platform/qt/css1/text_properties/text_decoration-expected.png:
89842         * platform/qt/css1/text_properties/text_indent-expected.png:
89843         * platform/qt/css1/text_properties/text_transform-expected.png:
89844         * platform/qt/css1/units/urls-expected.png:
89845         * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
89846         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
89847         * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
89848         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png:
89849         * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
89850         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
89851         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
89852         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
89853         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
89854         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
89855         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
89856         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
89857         * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
89858         * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
89859         * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
89860         * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
89861         * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
89862         * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
89863
89864 2012-10-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
89865
89866         [EFL] Gardening to make the bots green
89867         https://bugs.webkit.org/show_bug.cgi?id=99828
89868
89869         Unreviewed EFL gardening.
89870
89871         Adding test expectations for failures caused by
89872         r131836 and r131824.
89873
89874         * platform/efl-wk1/TestExpectations:
89875         * platform/efl/TestExpectations:
89876
89877 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89878
89879         [Qt] Pixel tests need rebaseline
89880         https://bugs.webkit.org/show_bug.cgi?id=99323
89881
89882         Unreviewed rebaseline.
89883
89884         Part I.
89885         Identifying wrong results, and rebasing some expected png's.
89886
89887         * platform/qt-5.0-wk1/TestExpectations:
89888         * platform/qt-5.0-wk2/TestExpectations:
89889         * platform/qt-5.0-wk2/fast/borders/border-image-01-expected.png: Added.
89890         * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png: Added.
89891         * platform/qt-5.0-wk2/fast/borders/border-image-longhand-expected.png: Added.
89892         * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: Added.
89893         * platform/qt-5.0-wk2/fast/borders/border-image-outset-expected.png: Added.
89894         * platform/qt-5.0-wk2/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
89895         * platform/qt-5.0-wk2/fast/borders/border-image-repeat-expected.png: Added.
89896         * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: Added.
89897         * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
89898         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: Added.
89899         * platform/qt-5.0-wk2/fast/borders/border-image-scrambled-expected.png: Added.
89900         * platform/qt-5.0-wk2/fast/borders/border-image-side-reduction-expected.png: Added.
89901         * platform/qt-5.0-wk2/fast/borders/border-image-source-expected.png: Added.
89902         * platform/qt-5.0-wk2/fast/borders/border-mixed-alpha-expected.png: Added.
89903         * platform/qt-5.0-wk2/fast/borders/border-radius-complex-inner-expected.png: Added.
89904         * platform/qt-5.0-wk2/fast/borders/border-radius-different-width-001-expected.png: Added.
89905         * platform/qt-5.0-wk2/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
89906         * platform/qt-5.0-wk2/fast/box-shadow/spread-expected.png: Added.
89907         * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png: Added.
89908         * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
89909         * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png:
89910         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
89911         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
89912         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png:
89913         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
89914         * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
89915         * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png: Added.
89916         * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/mask-invalidation-expected.png.
89917         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png: Added.
89918         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
89919         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
89920         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
89921         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
89922         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
89923         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
89924         * platform/qt-5.0-wk2/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png.
89925         * platform/qt/TestExpectations:
89926         * platform/qt/animations/cross-fade-background-image-expected.png:
89927         * platform/qt/animations/cross-fade-border-image-source-expected.png:
89928         * platform/qt/animations/cross-fade-list-style-image-expected.png:
89929         * platform/qt/animations/cross-fade-webkit-mask-image-expected.png:
89930         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
89931         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
89932         * platform/qt/svg/custom/mask-invalidation-expected.png:
89933         * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
89934         * platform/qt/svg/text/remove-tspan-from-text-expected.png:
89935         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
89936         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Removed.
89937
89938 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89939
89940         [EFL] Rebaseline pixel expectation that is rendered correctly now.
89941
89942         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
89943
89944 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
89945
89946         Unreviewed GTK gardening.
89947
89948         Adding a platform-specific baseline for a new Shadow DOM test
89949         that was introduced in r131758, the new baseline differs from
89950         the original one just by an annoying newline at the end of the
89951         document.
89952
89953         Adding test expectations for list styles test failure caused by
89954         r131836. Adding a test expectation for a new a11y test introduced
89955         in r131871.
89956
89957         * platform/gtk/TestExpectations:
89958         * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
89959
89960 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89961
89962         [EFL] Unskip a few passing tests.
89963
89964         * platform/efl-wk1/TestExpectations:
89965         * platform/efl/TestExpectations:
89966
89967 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89968
89969         [EFL] Rebaseline a few pixel expectations now that WK1 also shows the resizer in textareas.
89970
89971         * platform/efl/fast/forms/basic-textareas-expected.png:
89972         * platform/efl/fast/forms/basic-textareas-quirks-expected.png:
89973
89974 2012-10-18  Dominic Mazzoni  <dmazzoni@google.com>
89975
89976         AX: labelForElement is slow when there are a lot of DOM elements
89977         https://bugs.webkit.org/show_bug.cgi?id=97825
89978
89979         Reviewed by Ryosuke Niwa.
89980
89981         Adds two new tests for titleUIElement that run on both Mac and
89982         Chromium. One tests correctness, the other tests speed.
89983
89984         Fixes one test so that it passes on Chromium.
89985         Enables other tests that now pass on Chromium.
89986
89987         * accessibility/secure-textfield-title-ui.html:
89988         * accessibility/title-ui-element-correctness-expected.txt: Added.
89989         * accessibility/title-ui-element-correctness.html: Added.
89990         * perf/accessibility-title-ui-element-expected.txt: Added.
89991         * perf/accessibility-title-ui-element.html: Added.
89992         * platform/chromium/TestExpectations:
89993
89994 2012-10-18  Alexander Pavlov  <apavlov@chromium.org>
89995
89996         Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
89997         https://bugs.webkit.org/show_bug.cgi?id=99720
89998
89999         Reviewed by Yury Semikhatsky.
90000
90001         * inspector/elements/elements-panel-styles-expected.txt:
90002         * inspector/elements/resources/elements-panel-styles.css:
90003         (#container):
90004         (.foo):
90005
90006 2012-10-18  Dongwoo Joshua Im  <dw.im@samsung.com>
90007
90008         quirk-orphaned-units.html should be removed from TestExpectations.
90009         https://bugs.webkit.org/show_bug.cgi?id=99807
90010
90011         Reviewed by Csaba Osztrogonác.
90012
90013         quirk-orphaned-units.html is no more existed, so it should be removed from TestExpectations.
90014
90015         * platform/qt-mac/TestExpectations: Remove quirk-orphaned-units.html.
90016
90017 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90018
90019         Remove entries for now-passing tests in chroum-mac-mountainlion.
90020
90021         Unreviewed, expectations change.
90022
90023         * platform/chromium-mac-mountainlion/TestExpectations:
90024
90025 2012-10-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
90026
90027         Implement value sanitization algorithm for type=datetime
90028         https://bugs.webkit.org/show_bug.cgi?id=76893
90029
90030         Reviewed by Kent Tamura.
90031
90032         Added a test for the value sanitization algorithm for type=datetime.
90033         Also updated affected tests.
90034
90035         * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
90036         * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
90037         '0001-01-01T00:00+01:00' is an invalid value because that is before
90038         0001-01-01 00:00 UTC. '0001-01-01T00:00-01:00' is a valid value.
90039         * fast/forms/datetime/datetime-value-sanitization-expected.txt: Added.
90040         * fast/forms/datetime/datetime-value-sanitization.html: Added.
90041         * fast/forms/datetime/input-valueasdate-datetime-expected.txt:
90042         * fast/forms/datetime/input-valueasdate-datetime.html:
90043         Setting valueAsDate should run the algorithm to convert a Date object to a
90044         string, that returns valid normalized forced-UTC global date and time string.
90045         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate
90046         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
90047         * fast/forms/datetime/input-valueasnumber-datetime.html:
90048         Setting valueAsNumber should run the algorithm to convert a number to a
90049         string, that returns valid normalized forced-UTC global date and time string.
90050         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber
90051
90052 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90053
90054         Unreviewed, expectations and baselines for chromium-mac-mountainlion
90055
90056         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png.
90057         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
90058         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
90059         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
90060         * platform/chromium/TestExpectations:
90061
90062 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90063
90064         Land first batch of Chromium Mac 10.8-specific baselines.
90065
90066         Unreviewed, gardening.
90067
90068         * animations/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-background-image-expected.png.
90069         * animations/cross-fade-border-image-source-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.png.
90070         * animations/cross-fade-list-style-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-list-style-image-expected.png.
90071         * animations/cross-fade-webkit-mask-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-webkit-mask-image-expected.png.
90072         * platform/chromium-mac-lion/animations/3d/change-transform-in-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png.
90073         * platform/chromium-mac-lion/animations/3d/matrix-transform-type-animation-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png.
90074         * platform/chromium-mac-lion/animations/3d/state-at-end-event-transform-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png.
90075         * platform/chromium-mac-lion/animations/cross-fade-background-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-background-image-expected.png.
90076         * platform/chromium-mac-lion/animations/cross-fade-border-image-source-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-border-image-source-expected.png.
90077         * platform/chromium-mac-lion/animations/cross-fade-list-style-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-list-style-image-expected.png.
90078         * platform/chromium-mac-lion/animations/cross-fade-webkit-mask-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png.
90079         * platform/chromium-mac-lion/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/state-at-end-event-expected.png.
90080         * platform/chromium-mac-lion/compositing/animation/state-at-end-event-transform-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png.
90081         * platform/chromium-mac-lion/compositing/color-matching/pdf-image-match-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png.
90082         * platform/chromium-mac-lion/compositing/compositing-visible-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/compositing-visible-descendant-expected.png.
90083         * platform/chromium-mac-lion/compositing/generated-content-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/generated-content-expected.png.
90084         * platform/chromium-mac-lion/compositing/geometry/abs-position-inside-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png.
90085         * platform/chromium-mac-lion/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/composited-html-size-expected.png.
90086         * platform/chromium-mac-lion/compositing/geometry/fixed-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png.
90087         * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png.
90088         * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png.
90089         * platform/chromium-mac-lion/compositing/geometry/fixed-position-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-expected.png.
90090         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png.
90091         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png.
90092         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png.
90093         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png.
90094         * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png.
90095         * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png.
90096         * platform/chromium-mac-lion/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/outline-change-expected.png.
90097         * platform/chromium-mac-lion/compositing/geometry/partial-layout-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png.
90098         * platform/chromium-mac-lion/compositing/geometry/root-layer-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/root-layer-update-expected.png.
90099         * platform/chromium-mac-lion/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png.
90100         * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png.
90101         * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png.
90102         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png.
90103         * platform/chromium-mac-lion/compositing/iframes/iframe-copy-on-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png.
90104         * platform/chromium-mac-lion/compositing/images/direct-image-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/images/direct-image-background-color-expected.png.
90105         * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png.
90106         * platform/chromium-mac-lion/compositing/masks/direct-image-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/direct-image-mask-expected.png.
90107         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/masked-ancestor-expected.png.
90108         * platform/chromium-mac-lion/compositing/masks/multiple-masks-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/multiple-masks-expected.png.
90109         * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png.
90110         * platform/chromium-mac-lion/compositing/overflow/ancestor-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png.
90111         * platform/chromium-mac-lion/compositing/overflow/fixed-position-ancestor-clip-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png.
90112         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
90113         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png.
90114         * platform/chromium-mac-lion/compositing/overflow/overflow-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png.
90115         * platform/chromium-mac-lion/compositing/overflow/overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png.
90116         * platform/chromium-mac-lion/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/parent-overflow-expected.png.
90117         * platform/chromium-mac-lion/compositing/overflow/remove-overflow-crash2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png.
90118         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png.
90119         * platform/chromium-mac-lion/compositing/overflow/scrollbar-painting-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png.
90120         * platform/chromium-mac-lion/compositing/overflow/theme-affects-visual-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png.
90121         * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png.
90122         * platform/chromium-mac-lion/compositing/reflections/compositing-change-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png.
90123         * platform/chromium-mac-lion/compositing/reflections/deeply-nested-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png.
90124         * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png.
90125         * platform/chromium-mac-lion/compositing/reflections/masked-reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png.
90126         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png.
90127         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-animated-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png.
90128         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-expected.png.
90129         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-mask-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png.
90130         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-on-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png.
90131         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png.
90132         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-size-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png.
90133         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png.
90134         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png.
90135         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png.
90136         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png.
90137         * platform/chromium-mac-lion/compositing/reflections/reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png.
90138         * platform/chromium-mac-lion/compositing/reflections/reflection-ordering-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png.
90139         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png.
90140         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png.
90141         * platform/chromium-mac-lion/compositing/reflections/simple-composited-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png.
90142         * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png.
90143         * platform/chromium-mac-lion/compositing/repaint/become-overlay-composited-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png.
90144         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/composited-document-element-expected.png.
90145         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-expected.png.
90146         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-rects-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png.
90147         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png.
90148         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png.
90149         * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/self-painting-layers-expected.png.
90150         * platform/chromium-mac-lion/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/sibling-positioning-expected.png.
90151         * platform/chromium-mac-lion/compositing/text-on-large-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/text-on-large-layer-expected.png.
90152         * platform/chromium-mac-lion/compositing/transitions/scale-transition-no-start-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png.
90153         * platform/chromium-mac-lion/compositing/transitions/singular-scale-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png.
90154         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png.
90155         * platform/chromium-mac-lion/compositing/webgl/webgl-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png.
90156         * platform/chromium-mac-lion/compositing/webgl/webgl-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png.
90157         * platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png:
90158         * platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png:
90159         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
90160         * platform/chromium-mac/animations/cross-fade-background-image-expected.png:
90161         * platform/chromium-mac/animations/cross-fade-border-image-source-expected.png:
90162         * platform/chromium-mac/animations/cross-fade-list-style-image-expected.png:
90163         * platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png:
90164         * platform/chromium-mac/animations/state-at-end-event-expected.png:
90165         * platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
90166         * platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png:
90167         * platform/chromium-mac/compositing/compositing-visible-descendant-expected.png:
90168         * platform/chromium-mac/compositing/generated-content-expected.png:
90169         * platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
90170         * platform/chromium-mac/compositing/geometry/composited-html-size-expected.png:
90171         * platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png:
90172         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
90173         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
90174         * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
90175         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
90176         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
90177         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
90178         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
90179         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
90180         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
90181         * platform/chromium-mac/compositing/geometry/outline-change-expected.png:
90182         * platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png:
90183         * platform/chromium-mac/compositing/geometry/root-layer-update-expected.png:
90184         * platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
90185         * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
90186         * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
90187         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
90188         * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
90189         * platform/chromium-mac/compositing/images/direct-image-background-color-expected.png:
90190         * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
90191         * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
90192         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
90193         * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
90194         * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
90195         * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png:
90196         * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
90197         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
90198         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
90199         * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png:
90200         * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
90201         * platform/chromium-mac/compositing/overflow/parent-overflow-expected.png:
90202         * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png:
90203         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
90204         * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
90205         * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
90206         * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
90207         * platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
90208         * platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png:
90209         * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
90210         * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png:
90211         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
90212         * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
90213         * platform/chromium-mac/compositing/reflections/nested-reflection-expected.png:
90214         * platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png:
90215         * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
90216         * platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png:
90217         * platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png:
90218         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
90219         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
90220         * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png:
90221         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
90222         * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
90223         * platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png:
90224         * platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png:
90225         * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png:
90226         * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
90227         * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
90228         * platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png:
90229         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
90230         * platform/chromium-mac/compositing/repaint/layer-repaint-expected.png:
90231         * platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png:
90232         * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
90233         * platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png:
90234         * platform/chromium-mac/compositing/self-painting-layers-expected.png:
90235         * platform/chromium-mac/compositing/sibling-positioning-expected.png:
90236         * platform/chromium-mac/compositing/text-on-large-layer-expected.png:
90237         * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
90238         * platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png:
90239         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
90240         * platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png:
90241         * platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png:
90242
90243 2012-10-18  Anand Chakravarty  <anandc@google.com>
90244
90245         Incorrect check performed in Media Source objects test.
90246         https://bugs.webkit.org/show_bug.cgi?id=99390
90247
90248         Reviewed by Eric Carlson.
90249
90250         Use an expected value of 5 in the buffered attribute.
90251
90252         * http/tests/media/media-source/video-media-source-objects-expected.txt:
90253         * http/tests/media/media-source/video-media-source-objects.html:
90254
90255 2012-10-18  Anand Chakravarty  <anandc@google.com>
90256
90257         Use of uninitialized variable in Media Source API test.
90258         https://bugs.webkit.org/show_bug.cgi?id=99387
90259
90260         Reviewed by Eric Carlson.
90261
90262         Set value of seekTime to 1 before using it.
90263
90264         * http/tests/media/media-source/video-media-source-state-changes.html:
90265
90266 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90267
90268         De-dup expectations for chromium mountainlion
90269
90270         Unreviewed, expectations update.
90271
90272         * platform/chromium-mac-mountainlion/TestExpectations:
90273         * platform/chromium/TestExpectations:
90274
90275 2012-10-18  Adam Barth  <abarth@webkit.org>
90276
90277         [V8] fast/dom/gc-9.html fails for document.styleSheets
90278         https://bugs.webkit.org/show_bug.cgi?id=99786
90279
90280         Reviewed by Kentaro Hara.
90281
90282         * platform/chromium/fast/dom/gc-9-expected.txt:
90283             - Test progression.
90284
90285 2012-10-18  Adam Barth  <abarth@webkit.org>
90286
90287         [V8] fast/dom/gc-9.html fails for document.implementation
90288         https://bugs.webkit.org/show_bug.cgi?id=99783
90289
90290         Reviewed by Kentaro Hara.
90291
90292         * platform/chromium/TestExpectations:
90293             - TestExpectations claims that this test is "brain damaged", but it
90294               looks like the test has improved since that comment was written
90295               and that this test is actually quite valuable.
90296         * platform/chromium/fast/dom/gc-9-expected.txt: Added.
90297             - This patch adds a Chromium-specific baseline for this test.
90298               Before this patch, we failed the document.implementation
90299               subtests.
90300
90301 2012-10-18  Kent Tamura  <tkent@chromium.org>
90302
90303         [Chromium] Test expectation update.
90304
90305         * platform/chromium/TestExpectations: Remove entries for passing *-multiple-fieds tests.
90306         * platform/chromium-mac-mountainlion/TestExpectations: Add them.
90307
90308 2012-10-18  Pan Deng  <pan.deng@intel.com>
90309
90310         [Resource Timing]Test cases for set buffer size functionality and event when buffer full.
90311         https://bugs.webkit.org/show_bug.cgi?id=84885.
90312
90313         Reviewed by Tony Gentilcore.
90314
90315         Test cases in this patch validate buffer size restriction functionality, clear resource timing functionality and the fired event when buffer full. 
90316
90317         * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
90318         (PerformanceContext.prototype.getEntriesByName):
90319         (PerformanceContext.prototype.setResourceTimingBufferSize):
90320         (PerformanceContext.prototype.registerResourceTimingBufferFullCallback):
90321         (PerformanceContext.prototype.clearResourceTimings):
90322         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt: Added.
90323         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html: Added.
90324         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt: Added.
90325         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html: Added.
90326         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt: Added.
90327         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html: Added.
90328         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt: Added.
90329         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html: Added.
90330         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt: Added.
90331         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html: Added.
90332         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt: Added.
90333         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html: Added.
90334         * platform/chromium/TestExpectations:
90335         * platform/efl/TestExpectations:
90336         * platform/gtk/TestExpectations:
90337         * platform/mac/TestExpectations:
90338         * platform/qt-5.0-wk2/TestExpectations:
90339         * platform/qt/TestExpectations:
90340         * platform/win/TestExpectations:
90341
90342 2012-10-18  Ryosuke Niwa  <rniwa@webkit.org>
90343
90344         REGRESSION(r130411): Copying & pasting the first line of text can move caret to the end of text area
90345         https://bugs.webkit.org/show_bug.cgi?id=99663
90346
90347         Reviewed by Enrica Casucci and Levi Weintraub.
90348
90349         Add a regression test for copying and pasting the first line in a textarea with two lines of text.
90350
90351         * editing/pasteboard/copy-paste-first-line-in-textarea-expected.txt: Added.
90352         * editing/pasteboard/copy-paste-first-line-in-textarea.html: Added.
90353
90354 2012-10-18  W. James MacLean  <wjmaclean@chromium.org>
90355
90356         [chromium] Re-enable gesture highlight layout tests, fix GestureLongPress regression.
90357         https://bugs.webkit.org/show_bug.cgi?id=99632
90358
90359         Reviewed by James Robinson.
90360
90361         Re-enable layout tests for gesture highlights. Includes fix for GestureTapCancel test.
90362
90363         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html:
90364         * platform/chromium/TestExpectations:
90365
90366 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90367
90368         [chromium] fix lint errors/conflicts in ML TestExpectations
90369
90370         Unreviewed, expectations change.
90371
90372         * platform/chromium-mac-mountainlion/TestExpectations:
90373
90374 2012-10-18  Sheriff Bot  <webkit.review.bot@gmail.com>
90375
90376         Unreviewed, rolling out r131810.
90377         http://trac.webkit.org/changeset/131810
90378         https://bugs.webkit.org/show_bug.cgi?id=99762
90379
90380         Broke linux debug webkit_unit_tests (Requested by
90381         danakj|gardening on #webkit).
90382
90383         * platform/chromium/TestExpectations:
90384         * platform/chromium/virtual/deferred/fast/images/README.txt: Removed.
90385
90386 2012-10-18  Mike West  <mkwst@chromium.org>
90387
90388         Add layout tests for wildcarded hosts in CSP directives.
90389         https://bugs.webkit.org/show_bug.cgi?id=99693
90390
90391         Reviewed by Adam Barth.
90392
90393         Adds four test cases to ensure that wildcarded hosts in Content Security
90394         Policy source expressions function correctly with and without paths,
90395         and with wildcarded ports.
90396
90397         * http/tests/security/contentSecurityPolicy/source-list-parsing-09-expected.txt: Added.
90398         * http/tests/security/contentSecurityPolicy/source-list-parsing-09.html: Added.
90399
90400 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90401
90402         [chromium] update ML-specific failures
90403         https://bugs.webkit.org/show_bug.cgi?id=99505
90404
90405         Unreviewed, expectations change.
90406
90407         * platform/chromium-mac-mountainlion/TestExpectations:
90408
90409 2012-10-18  Alpha Lam  <hclam@chromium.org>
90410
90411         [chromium] Implement deferred image decoding
90412         https://bugs.webkit.org/show_bug.cgi?id=94240
90413
90414         Reviewed by Stephen White.
90415
90416         Adding a virtual test suite for Chromium to test deferred image
90417         decoding.
90418
90419         platform/chromium/virtual/deferred/fast/images will be tested with
90420         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
90421
90422         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
90423
90424 2012-10-18  Max Vujovic  <mvujovic@adobe.com>
90425
90426         [CSS Shaders] Validate types of built-in vertex attributes
90427         https://bugs.webkit.org/show_bug.cgi?id=98972
90428
90429         Reviewed by Dean Jackson.
90430
90431         invalid-custom-filter-attribute-types.html uses a set of vertex shaders. Each vertex shader
90432         defines a specific attribute with the wrong type. None of the vertex shaders in the test
90433         should execute. If a vertex shader does execute, its associated fragment shader will render
90434         a green div as red.
90435
90436         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Added.
90437         * css3/filters/custom/invalid-custom-filter-attribute-types.html: Added.
90438         * css3/filters/resources/invalid-type-a-mesh-coord.vs: Added.
90439         * css3/filters/resources/invalid-type-a-position.vs: Added.
90440         * css3/filters/resources/invalid-type-a-tex-coord.vs: Added.
90441         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Added.
90442         * css3/filters/resources/invalid-type-attribute-array.vs: Added.
90443
90444 2012-10-18  Tony Chang  <tony@chromium.org>
90445
90446         Unreviewed, update Qt expectations for slider tests.
90447
90448         fast/events/touch/touch-slider.html now has a specific bug number.
90449         media/video-playing-and-pause.html is removed. I added it by accident
90450         causing it to be run. Qt didn't run this test before my change.
90451
90452         * platform/qt/TestExpectations:
90453
90454 2012-10-18  James Simonsen  <simonjam@chromium.org>
90455
90456         Add a script for exporting http/tests/w3c/webperf/submission to W3C
90457         https://bugs.webkit.org/show_bug.cgi?id=99675
90458
90459         Reviewed by Tony Gentilcore.
90460
90461         The W3C tests expect a company to contribute them. Move these to the Intel directory.
90462
90463         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt.
90464         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html.
90465         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMeasures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt.
90466         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMeasures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html.
90467         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt.
90468         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html.
90469         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt.
90470         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html.
90471         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt.
90472         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html.
90473         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt.
90474         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html.
90475         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt.
90476         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html.
90477         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt.
90478         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html.
90479         * platform/chromium/TestExpectations:
90480         * platform/efl/TestExpectations:
90481         * platform/gtk/TestExpectations:
90482         * platform/mac/TestExpectations:
90483         * platform/qt-5.0-wk2/TestExpectations:
90484         * platform/qt/TestExpectations:
90485         * platform/win/TestExpectations:
90486
90487 2012-10-18  Pablo Flouret  <pablof@motorola.com>
90488
90489         Implement css3-conditional's @supports rule
90490         https://bugs.webkit.org/show_bug.cgi?id=86146
90491
90492         Reviewed by Antti Koivisto.
90493
90494         * css3/supports-expected.txt: Added.
90495         * css3/supports.html: Added.
90496
90497         * platform/chromium/TestExpectations:
90498         * platform/efl/TestExpectations:
90499         * platform/gtk/TestExpectations:
90500         * platform/mac/TestExpectations:
90501         * platform/qt/TestExpectations:
90502         * platform/win/TestExpectations:
90503         * platform/wincairo/TestExpectations:
90504         * platform/wk2/TestExpectations:
90505             Skip the test until the feature is enabled.
90506
90507 2012-10-18  Jer Noble  <jer.noble@apple.com>
90508
90509         Fullscreen movie controls behave incorrectly when clicked (and dragged)
90510         https://bugs.webkit.org/show_bug.cgi?id=99610
90511
90512         Reviewed by Eric Carlson.
90513
90514         Add a second drag operation, testing that the location does not reset at the beginning of
90515         each additional drag.
90516
90517         * fullscreen/video-controls-drag-expected.txt:
90518         * fullscreen/video-controls-drag.html:
90519
90520 2012-10-18  Brandon Jones  <bajones@google.com>
90521
90522         Implement OES_element_index_uint / WEBKIT_OES_element_index_uint
90523         https://bugs.webkit.org/show_bug.cgi?id=97400
90524
90525         Reviewed by Kenneth Russell.
90526
90527         Added OES_element_index_uint extension conformance test from KHRONOS
90528
90529         * fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
90530         * fast/canvas/webgl/oes-element-index-uint.html: Added.
90531         * platform/chromium/TestExpectations:
90532         * platform/efl/TestExpectations:
90533         * platform/mac/TestExpectations:
90534         * platform/wk2/TestExpectations:
90535
90536 2012-10-18  Dana Jansens  <danakj@chromium.org>
90537
90538         Unreviewed, mark http/tests/xmlhttprequest/request-encoding2.html as flaky.
90539         https://bugs.webkit.org/show_bug.cgi?id=99734
90540
90541         * platform/chromium/TestExpectations:
90542
90543 2012-10-18  Stephen Chenney  <schenney@chromium.org>
90544
90545         Unreviewed testExpectation change for Chromium.
90546
90547         * platform/chromium/TestExpectations: Marked svg/hixie/perf/007.xml as [ Pass Slow ]
90548
90549 2012-10-18  Tony Chang  <tony@chromium.org>
90550
90551         Unreviewed, rebaseline a slider test on Mac.
90552         I think I grabbed the baseline at the wrong time or from the wrong bot yesterday.
90553
90554         * platform/mac/media/video-playing-and-pause-expected.txt:
90555
90556 2012-10-18  Hans Muller  <hmuller@adobe.com>
90557
90558         [CSS Exclusions] Handle special case "empty" shapes
90559         https://bugs.webkit.org/show_bug.cgi?id=99342
90560
90561         Reviewed by Dirk Schulze.
90562
90563         Verify that "empty" shape-inside shapes do not constrain the text their element contains.
90564
90565         * fast/exclusions/shape-inside/shape-inside-empty-expected.html: Added.
90566         * fast/exclusions/shape-inside/shape-inside-empty.html: Added.
90567
90568 2012-10-18  Takashi Sakamoto  <tasak@google.com>
90569
90570         REGRESSION(r131464): Null-pointer crash in StyleResolver::styleForElement
90571         https://bugs.webkit.org/show_bug.cgi?id=99587
90572
90573         Reviewed by Dimitri Glazkov.
90574
90575         * fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
90576         * fast/dom/shadow/user-modify-in-datalist-crash.html: Added.
90577
90578 2012-10-18  Kent Tamura  <tkent@chromium.org>
90579
90580         [Chromium] Test expectation update mainly for
90581         https://bugs.webkit.org/show_bug.cgi?id=99673
90582
90583         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90584         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90585         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90586         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90587         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90588         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90589         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90590         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90591         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90592         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90593         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90594         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90595         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90596
90597 2012-10-18  Stephen Chenney  <schenney@chromium.org>
90598
90599         Rebaselining some longstanding Chromium expectations.
90600
90601         Unreviewed test expectations update.
90602
90603         These were marked as expected fail when a Skia roll went in. That was ago.
90604
90605         * platform/chromium-linux/fast/repaint/list-marker-expected.png:
90606         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90607         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90608         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
90609         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90610         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90611         * platform/chromium-mac-snowleopard/svg/hixie/perf/007-expected.png:
90612         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
90613         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90614         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90615         * platform/chromium-win-xp/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
90616         * platform/chromium-win/fast/repaint/focus-ring-expected.png:
90617         * platform/chromium-win/fast/repaint/list-marker-expected.png:
90618         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90619         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90620         * platform/chromium/TestExpectations:
90621
90622 2012-10-18  Anton Muhin  <antonm@chromium.org>
90623
90624         Unreviewed Chromium rebaselines.
90625
90626         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
90627         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
90628         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
90629         * platform/chromium-mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
90630         * platform/chromium-win/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
90631
90632 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90633
90634         [EFL] Update pixel expectation for a datalist test.
90635
90636         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
90637
90638 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90639
90640         [EFL] Gardening. Remove pixel expectation for a test that's actually a reftest.
90641
90642         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Removed.
90643
90644 2012-10-18  KwangYong Choi  <ky0.choi@samsung.com>
90645
90646         [EFL] Rebaseline http/tests/plugins/ after r129972
90647         https://bugs.webkit.org/show_bug.cgi?id=99672
90648
90649         Unreviewed. Plugin feature is enabled on EFL WK2 port after r129972.
90650
90651         * platform/efl-wk1/TestExpectations:
90652         * platform/efl-wk2/TestExpectations:
90653         * platform/efl/TestExpectations:
90654
90655 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90656
90657         [EFL] Unskip http/tests/security/xss-DENIED-xsl-external-entity.xml.
90658
90659         It seems to be passing consistently now.
90660
90661         * platform/efl/TestExpectations:
90662
90663 2012-10-18  Nandor Huszka  <hnandor@inf.u-szeged.hu>
90664
90665         [Qt] Unreviewed gardening
90666
90667         Skipping a test, remove unnecessary expected files.
90668
90669         * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Removed.
90670         * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Removed.
90671         * platform/qt/TestExpectations:
90672
90673 2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
90674
90675         [EFL] Gardening after r131640
90676         https://bugs.webkit.org/show_bug.cgi?id=99692
90677
90678         Unreviewed gardening.
90679
90680         Failing gamepad/gamepad-out-of-range-crasher.html is skipped for EFL.
90681
90682         * platform/efl/TestExpectations:
90683
90684 2012-10-18  Kent Tamura  <tkent@chromium.org>
90685
90686         Set min-width property instead of width property for date/time fields
90687         https://bugs.webkit.org/show_bug.cgi?id=99673
90688
90689         Reviewed by Hajime Morita.
90690
90691         Update affected test results. Non-Mac chromium ports already have lines
90692         for them in TestExpectations.
90693
90694         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90695         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90696         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90697
90698 2012-10-18  MORITA Hajime  <morrita@google.com>
90699
90700         Assertion failure at TreeScopeAdopter::moveNodeToNewDocument()
90701         https://bugs.webkit.org/show_bug.cgi?id=99510
90702
90703         Reviewed by Kent Tamura.
90704
90705         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt: Added.
90706         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html: Added.
90707
90708 2012-10-18  Zan Dobersek  <zandobersek@gmail.com>
90709
90710         Unreviewed GTK gardening.
90711
90712         Updating baselines for two accessibility tests after r131674.
90713
90714         Updating baseline for media/video-playing-and-pause.html but still
90715         marking the test a flaky as the render tree output can differ from
90716         the new baseline.
90717
90718         * platform/gtk/TestExpectations:
90719         * platform/gtk/accessibility/inline-continuations-expected.txt:
90720         * platform/gtk/accessibility/media-element-expected.txt:
90721         * platform/gtk/media/video-playing-and-pause-expected.txt:
90722
90723 2012-10-17  Kangil Han  <kangil.han@samsung.com>
90724
90725         Let's move use-while-animating-crash-expected.txt to common place.
90726         https://bugs.webkit.org/show_bug.cgi?id=99678
90727
90728         Unreviewed, expectations change.
90729
90730         Move expected result to common place to pass svg/animations/use-while-animating-crash.html case.
90731
90732         * svg/animations/use-while-animating-crash-expected.txt: Renamed from LayoutTests/platform/mac/svg/animations/use-while-animating-crash-expected.txt.
90733
90734 2012-10-17  Hayato Ito  <hayato@chromium.org>
90735
90736         Content element does not expose distributedNodes property.
90737         https://bugs.webkit.org/show_bug.cgi?id=99232
90738
90739         Reviewed by Dimitri Glazkov.
90740
90741         Add getDistributedNodes() to HTMLContentElement's IDL, which returns a
90742         static NodeList whose node are distributed to the content element.
90743
90744         * fast/dom/shadow/content-element-distributed-nodes-expected.txt: Added.
90745         * fast/dom/shadow/content-element-distributed-nodes.html: Added.
90746         * fast/dom/shadow/distributed-nodes-expected.txt: Removed.
90747         * fast/dom/shadow/distributed-nodes.html: Removed.
90748         * platform/qt/TestExpectations:
90749
90750 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90751
90752         Clone baselines from platform/mac to platform/chromium [7 of 7]
90753         https://bugs.webkit.org/show_bug.cgi?id=99666
90754
90755         Unreviewed, expectations change.
90756
90757         (long list of expectations files omitted).
90758
90759 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90760
90761         Clone baselines from platform/mac to platform/chromium [6 of 7]
90762         https://bugs.webkit.org/show_bug.cgi?id=99666
90763
90764         Unreviewed, expectations change.
90765
90766         (long list of expectations files omitted).
90767
90768 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90769
90770         Clone baselines from platform/mac to platform/chromium [5 of 7]
90771         https://bugs.webkit.org/show_bug.cgi?id=99666
90772
90773         Unreviewed, expectations change.
90774
90775         (long list of expectations files omitted).
90776
90777 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90778
90779         Clone baselines from platform/mac to platform/chromium [4 of 7]
90780         https://bugs.webkit.org/show_bug.cgi?id=99666
90781
90782         Unreviewed, expectations change.
90783
90784         (long list of expectations files omitted).
90785
90786 2012-10-17  Pan Deng  <pan.deng@intel.com>
90787
90788         [User Timing] Test Cases of User Timing. According to http://www.w3.org/TR/2012/CR-user-timing-20120726/
90789         https://bugs.webkit.org/show_bug.cgi?id=90963
90790
90791         Reviewed by Tony Gentilcore.
90792
90793         Test cases in this patch validate functionality of W3C User Timing interface. These test cases use W3C testharness. Since User Timing feature is not enabled in any platform yet, all skipped currenttly. 
90794
90795         * http/tests/w3c/webperf/resources/webperftestharnessextension.js: Added.
90796         (test_method_exists):
90797         (test_noless_than):
90798         (performance_entrylist_checker.entry_check.test_equals):
90799         (performance_entrylist_checker.entry_check):
90800         (performance_entrylist_checker.entrylist_order_check):
90801         (performance_entrylist_checker.entrylist_check):
90802         (PerformanceContext):
90803         (PerformanceContext.prototype.initialMeasures):
90804         (PerformanceContext.prototype.mark):
90805         (PerformanceContext.prototype.measure):
90806         (PerformanceContext.prototype.clearMarks):
90807         (PerformanceContext.prototype.clearMeasures):
90808         (PerformanceContext.prototype.getEntries):
90809         (PerformanceContext.prototype.getEntriesByType):
90810         (PerformanceContext.prototype.getEntriesByName):
90811         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt: Added.
90812         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html: Added.
90813         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt: Added.
90814         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html: Added.
90815         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt: Added.
90816         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html: Added.
90817         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt: Added.
90818         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html: Added.
90819         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt: Added.
90820         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html: Added.
90821         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Added.
90822         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Added.
90823         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt: Added.
90824         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html: Added.
90825         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt: Added.
90826         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html: Added.
90827         * platform/chromium/TestExpectations:
90828         * platform/efl/TestExpectations:
90829         * platform/gtk/TestExpectations:
90830         * platform/mac/TestExpectations:
90831         * platform/qt-5.0-wk2/TestExpectations:
90832         * platform/qt/TestExpectations:
90833         * platform/win/TestExpectations:
90834
90835 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90836
90837         Clone baselines from platform/mac to platform/chromium [3 of 7]
90838         https://bugs.webkit.org/show_bug.cgi?id=99666
90839
90840         Unreviewed, expectations change.
90841
90842         (long list of expectations files omitted).
90843
90844 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90845
90846         Clone baselines from platform/mac to platform/chromium [2 of 7]
90847         https://bugs.webkit.org/show_bug.cgi?id=99666
90848
90849         Unreviewed, expectations change.
90850
90851         (long list of expectations files omitted).
90852
90853 2012-10-17  Kent Tamura  <tkent@chromium.org>
90854
90855         [Chromium] Rebaseline expectations for multiple-fields <input>
90856
90857         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90858         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90859         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90860         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90861         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90862         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90863         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90864         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90865         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90866         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90867         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90868         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90869         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90870         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90871         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90872         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90873         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90874         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90875         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90876         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90877         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90878         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90879         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90880         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90881         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90882         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90883         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90884         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90885         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90886         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90887         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90888         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90889         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90890         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90891         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90892         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90893         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90894         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90895         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90896         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90897         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90898         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90899         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90900         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90901         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90902         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90903         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90904         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90905         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90906         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90907         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90908         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90909         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90910         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90911         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90912         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
90913         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90914         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90915         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90916         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90917         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90918         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90919         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90920         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90921         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90922         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90923         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90924         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90925         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90926         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90927         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90928         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90929         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90930         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
90931         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90932         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90933         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90934         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90935         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90936         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90937         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
90938         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90939         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90940         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90941         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90942         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90943         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90944         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90945         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90946         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90947         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90948         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90949         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90950         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90951         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90952         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90953         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90954         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90955         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90956         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90957         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90958         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90959         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90960         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90961         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90962         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90963         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90964         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90965         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90966
90967 2012-10-17  Elliott Sprehn  <esprehn@chromium.org>
90968
90969         StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
90970         https://bugs.webkit.org/show_bug.cgi?id=99560
90971
90972         Reviewed by Eric Seidel.
90973
90974         Test that when the content CSS property changes we update the displayed content.
90975
90976         * fast/css-generated-content/content-property-change-expected.html: Added.
90977         * fast/css-generated-content/content-property-change.html: Added.
90978
90979 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90980
90981         Clone baselines from platform/mac to platform/chromium [1 of 7]
90982         https://bugs.webkit.org/show_bug.cgi?id=99666
90983
90984         Unreviewed, expectations change.
90985
90986 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
90987
90988         [GTK] AccessibilityUIElement::role() should be consistent across platforms wherever possible
90989         https://bugs.webkit.org/show_bug.cgi?id=99640
90990
90991         Reviewed by Chris Fleizach.
90992
90993         Updated tests and expectations to use the Mac/Safari-style AXRole strings
90994
90995         * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
90996         * platform/gtk/accessibility/aria-combobox-expected.txt:
90997         * platform/gtk/accessibility/aria-fallback-roles-expected.txt:
90998         * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt:
90999         * platform/gtk/accessibility/aria-roles-expected.txt:
91000         * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
91001         * platform/gtk/accessibility/aria-roles-unignored.html:
91002         * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt:
91003         * platform/gtk/accessibility/aria-slider-required-attributes.html:
91004         * platform/gtk/accessibility/aria-table-hierarchy-expected.txt:
91005         * platform/gtk/accessibility/aria-table-hierarchy.html:
91006         * platform/gtk/accessibility/aria-tables-expected.txt:
91007         * platform/gtk/accessibility/aria-toggle-button-role-expected.txt:
91008         * platform/gtk/accessibility/aria-toggle-button-role.html:
91009         * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt:
91010         * platform/gtk/accessibility/button-accessible-name-expected.txt:
91011         * platform/gtk/accessibility/button-accessible-name.html:
91012         * platform/gtk/accessibility/canvas-description-and-role-expected.txt:
91013         * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt:
91014         * platform/gtk/accessibility/caret-browsing-text-focus.html:
91015         * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
91016         * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt:
91017         * platform/gtk/accessibility/entry-and-password-expected.txt:
91018         * platform/gtk/accessibility/input-slider-expected.txt:
91019         * platform/gtk/accessibility/input-slider.html:
91020         * platform/gtk/accessibility/legend-expected.txt:
91021         * platform/gtk/accessibility/list-items-always-exposed-expected.txt:
91022         * platform/gtk/accessibility/list-items-always-exposed.html:
91023         * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
91024         * platform/gtk/accessibility/media-controls-panel-title.html:
91025         * platform/gtk/accessibility/name-from-label-expected.txt:
91026         * platform/gtk/accessibility/name-from-label.html:
91027         * platform/gtk/accessibility/object-with-title-expected.txt:
91028         * platform/gtk/accessibility/object-with-title.html:
91029         * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
91030         * platform/gtk/accessibility/spans-expected.txt:
91031         * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
91032         * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
91033         * platform/gtk/accessibility/spans.html:
91034         * platform/gtk/accessibility/svg-image-expected.txt:
91035         * platform/gtk/accessibility/table-hierarchy-expected.txt:
91036         * platform/gtk/accessibility/table-hierarchy.html:
91037
91038 2012-10-17  Arpita Bahuguna  <arpitabahuguna@gmail.com>
91039
91040         Incorrect rendering of borders on <col> with span > 1
91041         https://bugs.webkit.org/show_bug.cgi?id=76246
91042
91043         Reviewed by Julien Chaffraix.
91044
91045         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
91046         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
91047         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
91048         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
91049         Existing tests modified. This is because previously, while computing collapsed
91050         start border, we did not take the preceeding col's enclosing colgroup's end border
91051         into consideration. While computing the collapsed start border, only the preceeding
91052         col element's end border was considered.
91053
91054         With this fix, for the above two tests, the last col's width now changes due to
91055         the border being applied to it (the preceeding col's enclosing colgroup's end border)
91056         which causes the table's width to change. Also, we should note that the cell's grow
91057         by half the border's width; which is expected (on account of their being collapsed
91058         borders).
91059
91060         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.txt: Added.
91061         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span.html: Added.
91062         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
91063         Image only test added for verifying the behavior of collapsed borders with
91064         col and colgroup span.
91065         New expected image file added for the chromium-linux port.
91066
91067 2012-10-17  Tom Sepez  <tsepez@chromium.org>
91068
91069         Crash in ContainerNode::removeAllChildren()
91070         https://bugs.webkit.org/show_bug.cgi?id=98443
91071
91072         Reviewed by Eric Carlson.
91073
91074         * http/tests/security/video-poster-cross-origin-crash2-expected.txt: Added.
91075         * http/tests/security/video-poster-cross-origin-crash2.html: Added.
91076
91077 2012-10-17  Joshua Bell  <jsbell@chromium.org>
91078
91079         IndexedDB: Closing connection in upgradeneeded should result in error event
91080         https://bugs.webkit.org/show_bug.cgi?id=99486
91081
91082         Reviewed by Tony Chang.
91083
91084         Updated test expectation - error, not success.
91085
91086         * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
91087         * storage/indexeddb/resources/intversion-close-in-oncomplete.js:
91088         (deleteSuccess):
91089         (upgradeNeeded.transaction.oncomplete):
91090         (upgradeNeeded):
91091         (openError):
91092
91093 2012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
91094
91095         Build fix after r131651.
91096
91097         * fast/harness/perftests/runs-per-second-iterations.html:
91098         * fast/harness/perftests/runs-per-second-log.html:
91099
91100 2012-10-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
91101
91102         [Qt] Certain SVG content freezes QtWebKit
91103         https://bugs.webkit.org/show_bug.cgi?id=97258
91104
91105         Reviewed by Simon Hausmann.
91106
91107         * svg/stroke/zero-width-hang-expected.txt: Added.
91108         * svg/stroke/zero-width-hang.html: Added.
91109
91110 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
91111
91112         REGRESSION (r130826 or r130828): Twitter top bar is dysfunctional
91113         https://bugs.webkit.org/show_bug.cgi?id=99577
91114         <rdar://problem/12518883>
91115
91116         Reviewed by Mark Hahnenberg.
91117
91118         * fast/js/dfg-array-pop-value-clearing-expected.txt: Added.
91119         * fast/js/dfg-array-pop-value-clearing.html: Added.
91120         * fast/js/jsc-test-list:
91121         * fast/js/script-tests/dfg-array-pop-value-clearing.js: Added.
91122         (foo):
91123
91124 2012-10-17  Joshua Bell  <jsbell@chromium.org>
91125
91126         IndexedDB: Enforce unsigned long/unsigned long long ranges
91127         https://bugs.webkit.org/show_bug.cgi?id=99637
91128
91129         Reviewed by Tony Chang.
91130
91131         Additional edge case tests and updated expectations.
91132
91133         * storage/indexeddb/cursor-advance-expected.txt:
91134         * storage/indexeddb/intversion-bad-parameters-expected.txt:
91135         * storage/indexeddb/intversion-encoding-expected.txt:
91136         * storage/indexeddb/resources/cursor-advance.js:
91137         (testBadAdvance.advanceBadly):
91138         (testBadAdvance):
91139         * storage/indexeddb/resources/intversion-bad-parameters.js:
91140         (deleteSuccess):
91141         * storage/indexeddb/resources/intversion-encoding.js:
91142
91143 2012-10-17  Tony Chang  <tony@chromium.org>
91144
91145         fast/forms/range/input-appearance-range-rtl.html off by one pixel
91146         https://bugs.webkit.org/show_bug.cgi?id=99625
91147
91148         Reviewed by Ojan Vafai.
91149
91150         Run test on GTK+ and Qt now that it is fixed.
91151
91152         * platform/gtk/TestExpectations:
91153         * platform/qt/TestExpectations:
91154
91155 2012-10-17  Tony Chang  <tony@chromium.org>
91156
91157         Unreviewed, Qt baselines for shadow DOM changes to RenderSlider.
91158         There are a couple unexplained failures that I'm still investigating.
91159
91160         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
91161         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
91162         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Removed.
91163         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
91164         * platform/qt/TestExpectations:
91165         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91166         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91167         * platform/qt/fast/forms/box-shadow-override-expected.txt:
91168         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
91169         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
91170         * platform/qt/fast/forms/range/slider-padding-expected.txt:
91171         * platform/qt/fast/multicol/client-rects-expected.txt:
91172         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
91173         * platform/qt/fast/repaint/slider-thumb-float-expected.txt: Added.
91174
91175 2012-10-17  Tony Chang  <tony@chromium.org>
91176
91177         Unreviewed, Apple Mac baselines for shadow DOM changes to RenderSlider.
91178
91179         * platform/mac/TestExpectations:
91180         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91181         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91182         * platform/mac/fast/forms/box-shadow-override-expected.txt:
91183         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
91184         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
91185         * platform/mac/fast/forms/range/slider-padding-expected.txt:
91186         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
91187         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
91188         * platform/mac/fast/multicol/client-rects-expected.txt:
91189         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
91190         * platform/mac/fast/repaint/slider-thumb-float-expected.txt: Added.
91191         * platform/mac/media/audio-controls-rendering-expected.txt:
91192         * platform/mac/media/controls-after-reload-expected.txt:
91193         * platform/mac/media/controls-strict-expected.txt:
91194         * platform/mac/media/controls-styling-strict-expected.txt:
91195         * platform/mac/media/video-controls-rendering-expected.txt:
91196         * platform/mac/media/video-display-toggle-expected.txt:
91197         * platform/mac/media/video-no-audio-expected.txt:
91198         * platform/mac/media/video-playing-and-pause-expected.txt:
91199
91200 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
91201
91202         JIT op_get_by_pname should call cti_get_by_val_generic and not cti_get_by_val
91203         https://bugs.webkit.org/show_bug.cgi?id=99631
91204         <rdar://problem/12483221>
91205
91206         Reviewed by Mark Hahnenberg.
91207
91208         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt: Added.
91209         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val.html: Added.
91210         * fast/js/jsc-test-list:
91211         * fast/js/script-tests/get-by-pname-that-looks-like-a-patchable-get-by-val.js: Added.
91212         (foo):
91213
91214 2012-10-17  Tony Chang  <tony@chromium.org>
91215
91216         Unreviewed, second set of GTK+ baselines for shadow DOM changes to RenderSlider.
91217
91218         * platform/gtk/TestExpectations:
91219         * platform/gtk/media/audio-controls-rendering-expected.txt:
91220         * platform/gtk/media/audio-repaint-expected.txt:
91221         * platform/gtk/media/controls-after-reload-expected.txt:
91222         * platform/gtk/media/controls-strict-expected.txt:
91223         * platform/gtk/media/controls-styling-expected.txt:
91224         * platform/gtk/media/controls-styling-strict-expected.txt:
91225         * platform/gtk/media/controls-without-preload-expected.txt:
91226         * platform/gtk/media/media-controls-clone-expected.txt:
91227         * platform/gtk/media/media-document-audio-repaint-expected.txt:
91228         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
91229         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
91230         * platform/gtk/media/video-controls-rendering-expected.txt:
91231         * platform/gtk/media/video-display-toggle-expected.txt:
91232         * platform/gtk/media/video-empty-source-expected.txt:
91233         * platform/gtk/media/video-no-audio-expected.txt:
91234         * platform/gtk/media/video-playing-and-pause-expected.txt:
91235         * platform/gtk/media/video-zoom-controls-expected.txt:
91236
91237 2012-10-17  Scott Graham  <scottmg@chromium.org>
91238
91239         Integer overflows/underflows in all Gamepad controller api calls.
91240         https://bugs.webkit.org/show_bug.cgi?id=97262
91241
91242         Reviewed by Abhishek Arya.
91243
91244         * gamepad/gamepad-out-of-range-crasher.html: Added.
91245         * gamepad/gamepad-out-of-range-crasher-expected.txt: Added.
91246
91247 2012-10-17  Tony Chang  <tony@chromium.org>
91248
91249         Unreviewed, Chromium baselines for shadow DOM changes to RenderSlider.
91250
91251         * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Removed.
91252         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91253         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
91254         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
91255         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91256         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91257         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
91258         * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
91259         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91260         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
91261         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
91262         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
91263         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
91264         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91265         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91266         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
91267         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
91268         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
91269         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
91270         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
91271         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
91272         * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
91273         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
91274         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
91275         * platform/chromium-mac/fast/multicol/client-rects-expected.txt:
91276         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
91277         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91278         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
91279         * platform/chromium-mac/media/audio-repaint-expected.txt:
91280         * platform/chromium-mac/media/controls-after-reload-expected.txt:
91281         * platform/chromium-mac/media/controls-strict-expected.txt:
91282         * platform/chromium-mac/media/controls-styling-expected.txt:
91283         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
91284         * platform/chromium-mac/media/controls-without-preload-expected.txt:
91285         * platform/chromium-mac/media/media-controls-clone-expected.txt:
91286         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
91287         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
91288         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
91289         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
91290         * platform/chromium-mac/media/video-display-toggle-expected.txt:
91291         * platform/chromium-mac/media/video-empty-source-expected.txt:
91292         * platform/chromium-mac/media/video-no-audio-expected.txt:
91293         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
91294         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
91295         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt.
91296         * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
91297         * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
91298         * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
91299         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91300         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91301         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
91302         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
91303         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91304         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91305         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
91306         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
91307         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
91308         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
91309         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
91310         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
91311         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
91312         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
91313         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
91314         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
91315         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
91316         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
91317         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt.
91318         * platform/chromium/TestExpectations:
91319         * platform/mac-lion/media/audio-repaint-expected.txt: Removed.
91320
91321 2012-10-17  Dana Jansens  <danakj@chromium.org>
91322
91323         Unreviewed gardening, mark inspector/styles/styles-history.html as flaky on Linux.
91324         https://bugs.webkit.org/show_bug.cgi?id=99519
91325
91326         * platform/chromium/TestExpectations:
91327
91328 2012-10-17  Tony Chang  <tony@chromium.org>
91329
91330         Unreviewed, first set of GTK+ baselines for shadow DOM changes to RenderSlider.
91331
91332         * fast/forms/range/slider-thumb-stylability-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt.
91333         * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Removed.
91334         * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Removed.
91335         * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Removed.
91336         * platform/gtk/TestExpectations:
91337         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91338         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91339         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
91340         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
91341         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
91342         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
91343         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
91344         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
91345         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Removed.
91346         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
91347         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
91348         * platform/gtk/fast/layers/video-layer-expected.txt:
91349         * platform/gtk/fast/multicol/client-rects-expected.txt:
91350         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
91351         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt: Added.
91352         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
91353
91354 2012-10-17  Dana Jansens  <danakj@chromium.org>
91355
91356         Rebaseline some windows tests now that the bot is providing results in the right place.
91357
91358         Unreviewed gardening.
91359
91360         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Removed.
91361         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Removed.
91362         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Removed.
91363         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
91364         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Removed.
91365         * platform/chromium-win/css1/basic/inheritance-expected.png:
91366         * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
91367         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91368         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
91369         * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
91370
91371 2012-10-17  Philip Rogers  <pdr@google.com>
91372
91373         Allow lazy initialization of SVG XML animated properties.
91374         https://bugs.webkit.org/show_bug.cgi?id=84657
91375
91376         Reviewed by Tim Horton.
91377
91378         * platform/mac/svg/animations/use-while-animating-crash-expected.txt: Added.
91379         * svg/animations/use-while-animating-crash.html: Added.
91380
91381 2012-10-17  Dan Carney  <dcarney@google.com>
91382
91383         Bind isolatedWorldSecurityOrigin to world
91384         https://bugs.webkit.org/show_bug.cgi?id=99582
91385
91386         Reviewed by Adam Barth.
91387
91388         Clean up of isolated worlds added after test completion.
91389
91390         * http/tests/security/isolatedWorld/cross-origin-xhr.html:
91391
91392 2012-10-17  Simon Fraser  <simon.fraser@apple.com>
91393
91394         GraphicsLayer visible rect computation needs to use the current animating transform
91395         https://bugs.webkit.org/show_bug.cgi?id=99529
91396
91397         Reviewed by Dean Jackson.
91398
91399         Tests that exercise visible-rect computation on an animating layer.
91400
91401         * compositing/visible-rect/animated-expected.txt: Added.
91402         * compositing/visible-rect/animated-from-none-expected.txt: Added.
91403         * compositing/visible-rect/animated-from-none.html: Added.
91404         * compositing/visible-rect/animated.html: Added.
91405
91406 2012-10-17  Sadrul Habib Chowdhury  <sadrul@chromium.org>
91407
91408         plugins: Allow a plugin to dictate whether it can receive drag events or not.
91409         https://bugs.webkit.org/show_bug.cgi?id=99355
91410
91411         Reviewed by Tony Chang.
91412
91413         Update test to not set contentEditable on the plugin anymore.
91414
91415         * platform/chromium/plugins/drag-events-expected.txt:
91416         * platform/chromium/plugins/drag-events.html:
91417
91418 2012-10-17  Christophe Dumez  <christophe.dumez@intel.com>
91419
91420         xss-DENIED-xsl-document-securityOrigin.xml crashes with icon assertion
91421         https://bugs.webkit.org/show_bug.cgi?id=99571
91422
91423         Reviewed by Kenneth Rohde Christiansen.
91424
91425         Unskip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
91426         for EFL WebKit2 now that it no longer hits an assertion in
91427         IconDatabase.
91428
91429         * platform/efl-wk2/TestExpectations:
91430
91431 2012-10-17  Shinya Kawanaka  <shinyak@chromium.org>
91432
91433         Dynamically added elements do not get re-projected.
91434         https://bugs.webkit.org/show_bug.cgi?id=99227
91435
91436         Reviewed by Dimitri Glazkov.
91437
91438         * fast/dom/shadow/content-reprojection-dynamic-expected.html: Added.
91439         * fast/dom/shadow/content-reprojection-dynamic.html: Added.
91440
91441 2012-10-17  Dana Jansens  <danakj@chromium.org>
91442
91443         Layout Test http/tests/workers/text-encoding.html is flaky crashing on debug bots
91444         https://bugs.webkit.org/show_bug.cgi?id=99604
91445
91446         Unreviewed gardening.
91447
91448         * platform/chromium/TestExpectations:
91449
91450 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
91451
91452         Unreviewed inspector test fixed and skipped on JSC.
91453
91454         * inspector/debugger/live-edit-breakpoints-expected.txt:
91455         * inspector/debugger/live-edit-breakpoints.html:
91456         * platform/efl/TestExpectations:
91457         * platform/gtk/TestExpectations:
91458         * platform/mac/TestExpectations:
91459         * platform/qt/TestExpectations:
91460         * platform/win/TestExpectations:
91461         * platform/wincairo/TestExpectations:
91462
91463 2012-10-17  Hans Muller  <hmuller@adobe.com>
91464
91465         [CSS Exclusions] Additional simple polygon tests
91466         https://bugs.webkit.org/show_bug.cgi?id=98548
91467
91468         Reviewed by Dirk Schulze.
91469
91470         Added a pair of CSS Exclusions shape-inside ref-tests for regular polygons
91471         with 8 and 16 sides. Also made some small revisions to the supporting code,
91472         simple-polyon.js, and the existing simple polygon tests, and to localize and
91473         correct the conversion from float to layout coordinates. All of the tests
91474         now round/truncate the left edge of line segment intervals depending on whether
91475         subpixel layout is enabled.
91476
91477         * fast/exclusions/resources/simple-polygon.js:
91478         (createRegularPolygonVertices):
91479         (polygonXIntercepts):
91480         (simulatePolygonShape):
91481         (generateSimulatedPolygonShapeInsideElement):
91482         (createPolygonShapeInsideTestCase):
91483         (createPolygonShapeInsideTestCaseExpected):
91484         * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html: Added.
91485         * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html: Added.
91486         * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html: Added.
91487         * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html: Added.
91488         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
91489         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
91490         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
91491         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
91492         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
91493         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
91494         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
91495         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
91496
91497 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
91498
91499         Web Inspector: [Regression] Undoing script changes does not restore breakpoints.
91500         https://bugs.webkit.org/show_bug.cgi?id=99598
91501
91502         Reviewed by Pavel Feldman.
91503
91504         * http/tests/inspector/live-edit-test.js:
91505         (initialize_LiveEditTest.InspectorTest.replaceInSource):
91506         (initialize_LiveEditTest.InspectorTest.commitSource):
91507         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
91508         (initialize_LiveEditTest):
91509         * inspector/debugger/live-edit-breakpoints-expected.txt: Added.
91510         * inspector/debugger/live-edit-breakpoints.html: Added.
91511         * inspector/debugger/live-edit.html:
91512
91513 2012-10-17  Dana Jansens  <danakj@chromium.org>
91514
91515         Unreviewed rebaseline for ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm
91516
91517         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
91518
91519 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
91520
91521         [GTK] accessibility/ignore-spacer-elements.html is failing
91522         https://bugs.webkit.org/show_bug.cgi?id=98366
91523
91524         Reviewed by Chris Fleizach.
91525
91526         The failure was due to platform-specific expectations of childrenCount.
91527         The solution was conditionalizing the test.
91528
91529         * accessibility/ignore-spacer-elements.html: Base expected childrenCount on platform.
91530         * platform/gtk/TestExpectations: Unskip previously-failing test.
91531
91532 2012-10-17  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
91533
91534         Unreviewed EFL gardening.
91535         https://bugs.webkit.org/show_bug.cgi?id=99596
91536
91537         Unskip editing/inserting, editing/selection, editing/spelling and editing/style categories.
91538         Mark missing text expectations for these.
91539
91540         * platform/efl-wk1/TestExpectations:
91541         * platform/efl-wk2/TestExpectations:
91542         * platform/efl/TestExpectations:
91543
91544 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91545
91546         [WK2][WTR] InjectedBundlePage::decidePolicyForNavigationAction() should print only filename part of local URLs
91547         https://bugs.webkit.org/show_bug.cgi?id=99581
91548
91549         Reviewed by Kenneth Rohde Christiansen.
91550
91551         Unskipped fast/loader/reload-policy-delegate.html for WK2.
91552
91553         * platform/wk2/TestExpectations:
91554
91555 2012-10-17  Harald Alvestrand  <hta@google.com>
91556
91557         Implement the Selector argument to RTCPeerConnection.getStats
91558         https://bugs.webkit.org/show_bug.cgi?id=99460
91559
91560         Reviewed by Adam Barth.
91561
91562         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt: Added.
91563         * fast/mediastream/RTCPeerConnection-statsSelector.html: Added.
91564
91565 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91566
91567         WebKitTestRunner needs layoutTestController.queueReload
91568         https://bugs.webkit.org/show_bug.cgi?id=42672
91569
91570         Reviewed by Kenneth Rohde Christiansen.
91571
91572         Unskipped the related test cases for WK2.
91573
91574         * platform/efl-wk2/TestExpectations:
91575         * platform/wk2/TestExpectations:
91576
91577 2012-10-17  Kent Tamura  <tkent@chromium.org>
91578
91579         REGRESSION(r131421): Text baseline becomes incorrect after re-layout of input[type=time]
91580         https://bugs.webkit.org/show_bug.cgi?id=99572
91581
91582         Reviewed by Kentaro Hara.
91583
91584         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Added.
91585         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Added.
91586
91587 2012-10-17  Zan Dobersek  <zandobersek@gmail.com>
91588
91589         Unreviewed GTK gardening.
91590
91591         Fixing expectation for fast/forms/range/input-appearance-range-rtl.html,
91592         it's a reftest so the failure is actually of pixel nature.
91593
91594         Also removing some expectations for tests that now consistently pass.
91595
91596         * platform/gtk/TestExpectations:
91597
91598 2012-10-17  Dominik Röttsches  <dominik.rottsches@intel.com>
91599
91600         [EFL] Unreviewed gardening.
91601
91602         Unskipping 4 cases after regression was fixed in r131229,
91603         moving out a crash and incorrect console loggin on the wk2 bot.
91604
91605         * platform/efl-wk2/TestExpectations:
91606         * platform/efl/TestExpectations:
91607
91608 2012-10-17  Mike West  <mkwst@chromium.org>
91609
91610         V8 should throw a more descriptive exception when blocking 'eval' via CSP.
91611         https://bugs.webkit.org/show_bug.cgi?id=94332
91612
91613         Reviewed by Adam Barth.
91614
91615         * platform/chromium/TestExpectations:
91616             Unskipping these tests, as this patch unbreaks them.
91617         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
91618         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
91619         * platform/chromium/http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
91620             Updating expectations with the new error message.
91621
91622 2012-10-17  MORITA Hajime  <morrita@google.com>
91623
91624         Assertion failed on HTMLFormControlElement.cpp: updateFromElementCallback()
91625         https://bugs.webkit.org/show_bug.cgi?id=99566
91626
91627         Reviewed by Kent Tamura.
91628
91629         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.txt: Added.
91630         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.html: Added.
91631
91632 2012-10-17  Anton Muhin  <antonm@chromium.org>
91633
91634         Unreviewed Chromium rebaselines.
91635
91636         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91637         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91638         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
91639
91640 2012-10-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
91641
91642         [Qt] Unreviwed gardening. Skip failing reftest after r131497.
91643         https://bugs.webkit.org/show_bug.cgi?id=98666
91644
91645         * platform/qt/TestExpectations: Skip fast/forms/range/input-appearance-range-rtl.html.
91646
91647 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91648
91649         WebKitTestRunner needs testRunner.queueLoad
91650         https://bugs.webkit.org/show_bug.cgi?id=42674
91651
91652         Reviewed by Kenneth Rohde Christiansen.
91653
91654         Unskipped corresponding tests for WK2 and WK2 EFL, put those which still failing to appropriate groups.
91655
91656         * platform/efl-wk2/TestExpectations:
91657         * platform/wk2/TestExpectations:
91658
91659 2012-10-17  Douglas Stockwell  <dstockwell@chromium.org>
91660
91661         Content of replaced elements should be trimmed to the content edge curve.
91662         https://bugs.webkit.org/show_bug.cgi?id=63899
91663
91664         Reviewed by Simon Fraser.
91665
91666         * fast/replaced/border-radius-clip-content-edge-expected.txt: Added.
91667         * fast/replaced/border-radius-clip-content-edge.html: Added.
91668         * platform/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
91669         * platform/chromium/TestExpectations:
91670         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
91671         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91672
91673 2012-10-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>
91674
91675         The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
91676         https://bugs.webkit.org/show_bug.cgi?id=90539
91677
91678         Reviewed by Kent Tamura.
91679
91680         Added a test case to verify that formaction attribute of <button> element is
91681         used when its child <span> is clicked.
91682
91683         * fast/forms/formaction-attribute-expected.txt:
91684         * fast/forms/formaction-attribute.html: Removed unused doneAction2 variable.
91685
91686 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
91687
91688         Unreviewed, rolling out r131516 and r131550.
91689         http://trac.webkit.org/changeset/131516
91690         http://trac.webkit.org/changeset/131550
91691         https://bugs.webkit.org/show_bug.cgi?id=99349
91692
91693         It caused zillion different problem on different platforms
91694
91695         * fast/workers/resources/worker-event-listener.js:
91696
91697 2012-10-16  Keishi Hattori  <keishi@webkit.org>
91698
91699         Add test that checks if scrolling works inside the suggestion picker
91700         https://bugs.webkit.org/show_bug.cgi?id=99409
91701
91702         Reviewed by Kent Tamura.
91703
91704         We want to test that scrolling, both by scrollbar and mouse wheel, work inside the suggestion picker.
91705
91706         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt:
91707         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
91708         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt:
91709         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
91710
91711 2012-10-16  Kent Tamura  <tkent@chromium.org>
91712
91713         Re-add a test which was removed mistakenly in r131538.
91714         https://bugs.webkit.org/show_bug.cgi?id=98103
91715
91716         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick-expected.txt: Added.
91717         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html: Added.
91718
91719 2012-10-16  Kent Tamura  <tkent@chromium.org>
91720
91721         Move tests for calendar picker to platform/chromium/fast/forms/calendar-picker/
91722         https://bugs.webkit.org/show_bug.cgi?id=98103
91723
91724         Reviewed by Yuta Kitamura.
91725
91726         Move tests for calendar picker to platform/chromium/fast/forms/
91727         calendar-picker/ because
91728          - Ease of skipping
91729          - We're going to support non-date types in the calendar picker.
91730          - Not sure the calendar picker code will be used on other platforms.
91731
91732         * fast/forms/date/calendar-picker-appearance-expected.txt: Removed.
91733         * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Removed.
91734         * fast/forms/date/calendar-picker-appearance-pre-100.html: Removed.
91735         * fast/forms/date/calendar-picker-appearance.html: Removed.
91736         * fast/forms/date/calendar-picker-common.js: Removed.
91737         * fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
91738         * fast/forms/date/calendar-picker-key-operations.html: Removed.
91739         * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Removed.
91740         * fast/forms/date/calendar-picker-mouse-operations.html: Removed.
91741         * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Removed.
91742         * fast/forms/date/calendar-picker-type-change-onclick.html: Removed.
91743         * fast/forms/date/calendar-picker-with-step-expected.txt: Removed.
91744         * fast/forms/date/calendar-picker-with-step.html: Removed.
91745         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91746         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Added.
91747         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png.
91748         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91749         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker: Added.
91750         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png.
91751         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91752         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker: Added.
91753         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png.
91754         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91755         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png.
91756         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91757         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker: Added.
91758         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png.
91759         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91760         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
91761         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker: Added.
91762         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png.
91763         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt.
91764         * platform/chromium/TestExpectations:
91765         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-expected.txt.
91766         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
91767         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance.html.
91768         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt.
91769         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations.html.
91770         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations-expected.txt.
91771         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations.html.
91772         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100-expected.txt.
91773         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100.html.
91774         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step-expected.txt.
91775         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step.html.
91776         * platform/chromium/fast/forms/calendar-picker/resources: Added.
91777         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: Copied from LayoutTests/fast/forms/date/calendar-picker-common.js.
91778         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Fix calendar-picker-common.js path.
91779         * platform/gtk/TestExpectations:
91780
91781 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
91782
91783         Update Chromium ML expectations
91784
91785         Unreviewed, expectations change.
91786
91787         * platform/chromium-mac-mountainlion/TestExpectations:
91788
91789 2012-10-16  Joseph Pecoraro  <pecoraro@apple.com>
91790
91791         HTMLSelectElement::optionSelectedByUser confuses listIndex and optionIndex
91792         https://bugs.webkit.org/show_bug.cgi?id=99523
91793
91794         Reviewed by Simon Fraser.
91795
91796         Extend the dom activate test to test calls on a <select multiple> with
91797         <optgroup>s. This previously untested case was broken.
91798
91799         * platform/mac/fast/objc/dom-html-select-activate-expected.txt:
91800         * platform/mac/fast/objc/dom-html-select-activate.html:
91801
91802 2012-10-16  Jian Li  <jianli@chromium.org>
91803
91804         Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
91805         https://bugs.webkit.org/show_bug.cgi?id=98975
91806
91807         Reviewed by Adam Barth.
91808
91809         Renaming is needed to better match with the draggable region code.
91810
91811         * platform/efl/TestExpectations:
91812         * platform/gtk/TestExpectations:
91813         * platform/mac/TestExpectations:
91814         * platform/qt/TestExpectations:
91815         * platform/win/TestExpectations:
91816         * platform/wincairo/TestExpectations:
91817
91818 2012-10-16  Dana Jansens  <danakj@chromium.org>
91819
91820         Unreviewed, rebaselines after r131358
91821         https://bugs.webkit.org/show_bug.cgi?id=99441
91822
91823         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
91824         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
91825         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
91826         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
91827
91828 2012-10-16  James Simonsen  <simonjam@chromium.org>
91829
91830         [Page Visibility API] View-less documents should report as hidden
91831         https://bugs.webkit.org/show_bug.cgi?id=99410
91832
91833         Reviewed by Tony Gentilcore.
91834
91835         * fast/events/page-visibility-null-view-expected.txt: Added.
91836         * fast/events/page-visibility-null-view.html: Added.
91837
91838 2012-10-16  Tony Chang  <tony@chromium.org>
91839
91840         Unreviewed, broaden Chromium TestExpectations to match waterfall.
91841
91842         * platform/chromium/TestExpectations:
91843
91844 2012-10-16  Dana Jansens  <danakj@chromium.org>
91845
91846         Rebaseline mac compositing/geometry/fixed-position-transform-composited-page-scale-down.html
91847         https://bugs.webkit.org/show_bug.cgi?id=89702
91848
91849         Unreviewed gardening.
91850
91851         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
91852         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
91853         * platform/chromium/TestExpectations:
91854
91855 2012-10-16  Tony Chang  <tony@chromium.org>
91856
91857         Unreviewed, fix TestExpectations for Qt and GTK after RenderSlider change.
91858
91859         * platform/gtk/TestExpectations:
91860         * platform/gtk/media/video-volume-slider-expected.txt:
91861         * platform/qt/TestExpectations:
91862
91863 2012-10-16  Dana Jansens  <danakj@chromium.org>
91864
91865         Rebaseline for css1/basic/inheritance.html
91866
91867         Unreviewed gardening.
91868
91869         * platform/chromium-mac/css1/basic/inheritance-expected.png:
91870
91871 2012-10-16  Dana Jansens  <danakj@chromium.org>
91872
91873         Web Inspector: inspector/styles/styles-history.html is failing Text on win7
91874         https://bugs.webkit.org/show_bug.cgi?id=99519
91875
91876         Unreviewed gardening.
91877
91878         * platform/chromium/TestExpectations:
91879
91880 2012-10-16  Dana Jansens  <danakj@chromium.org>
91881
91882         Rebaselines for r131503
91883         https://bugs.webkit.org/show_bug.cgi?id=99516
91884
91885         Unreviewed gardening.
91886
91887         * platform/chromium/TestExpectations:
91888
91889 2012-10-16  Tony Chang  <tony@chromium.org>
91890
91891         Unreviewed, fix lint error in chromium-android/TestExpectations.
91892
91893         * platform/chromium-android/TestExpectations:
91894
91895 2012-10-16  Tony Chang  <tony@chromium.org>
91896
91897         Unreviewed, lint fixes for TestExpectations.
91898
91899         * platform/chromium/TestExpectations:
91900
91901 2012-10-16  Dana Jansens  <danakj@chromium.org>
91902
91903         Lint fixes for TestExpectations
91904
91905         Unreviewed gardening.
91906
91907         * platform/chromium/TestExpectations:
91908
91909 2012-10-16  Dana Jansens  <danakj@chromium.org>
91910
91911         Rebaselines for r131503
91912         https://bugs.webkit.org/show_bug.cgi?id=99516
91913
91914         Unreviewed gardening.
91915
91916         * platform/chromium/TestExpectations:
91917
91918 2012-10-16  Dana Jansens  <danakj@chromium.org>
91919
91920         Some tests need rebaseline after r131497
91921         https://bugs.webkit.org/show_bug.cgi?id=99511
91922
91923         Unreviewed gardening.
91924
91925         * platform/chromium/TestExpectations:
91926
91927 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
91928
91929         [GTK] accessibility/radio-button-title-label.html is failing
91930         https://bugs.webkit.org/show_bug.cgi?id=98374
91931
91932         Unreviewed. Unskipped test, new port-specific baseline.
91933
91934         New baseline for the GTK port. If there is a proper label tag, we
91935         expect the widget to get its name/title from that label. The aria
91936         labelledby property is exposed in addition to the label; not instead
91937         of the label.
91938
91939         * platform/gtk/TestExpectations: Unskipped failing test.
91940         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
91941
91942 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
91943
91944         [chromium] add Mountain Lion baselines
91945         https://bugs.webkit.org/show_bug.cgi?id=99505
91946
91947         Reviewed by Ojan Vafai.
91948
91949         This change adds a temporary 10.8/MountainLion-specific
91950         expectations file for Chromium so that the bot can be green
91951         while we are updating all the baselines and triaging failures.
91952
91953         * platform/chromium-mac-mountainlion/TestExpectations: Added.
91954
91955 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
91956
91957         [GTK] accessibility/inline-continuations.html is failing
91958         https://bugs.webkit.org/show_bug.cgi?id=98367
91959
91960         Unreviewed. Unskipped test, new port-specific expectations.
91961
91962         ATs for the GTK port are expecting only meaningful text objects, with
91963         the text of spans getting folded into the parent object.
91964
91965         * platform/gtk/TestExpectations: Updated to unskip test.
91966         * platform/gtk/accessibility/inline-continuations-expected.txt: Added.
91967
91968 2012-10-16  Emil A Eklund  <eae@chromium.org>
91969
91970         Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection
91971         https://bugs.webkit.org/show_bug.cgi?id=99376
91972
91973         Reviewed by Levi Weintraub.
91974
91975         * platform/chromium/TestExpectations:
91976
91977 2012-10-16  Filip Pizlo  <fpizlo@apple.com>
91978
91979         GetScopedVar CSE matches dead GetScopedVar's leading to IR corruption
91980         https://bugs.webkit.org/show_bug.cgi?id=99470
91981         <rdar://problem/12363698>
91982
91983         Rubber stamped by Mark Hahnenberg.
91984
91985         * fast/js/dfg-cse-dead-get-scoped-var-expected.txt: Added.
91986         * fast/js/dfg-cse-dead-get-scoped-var.html: Added.
91987         * fast/js/jsc-test-list:
91988         * fast/js/script-tests/dfg-cse-dead-get-scoped-var.js: Added.
91989         (foo.return.if):
91990         (foo):
91991
91992 2012-10-16  Adam Barth  <abarth@webkit.org>
91993
91994         Document::adoptNode shouldn't special-case <iframe>
91995         https://bugs.webkit.org/show_bug.cgi?id=99247
91996
91997         Reviewed by Ryosuke Niwa.
91998
91999         Test that adopting an object element into itself also throws an
92000         exception.
92001
92002         * fast/frames/adopt-object-into-itself-expected.txt: Added.
92003         * fast/frames/adopt-object-into-itself.html: Added.
92004
92005 2012-10-16  Dana Jansens  <danakj@chromium.org>
92006
92007         lots-of-objects.html is flaky crashing on the webkit.org mac bot.
92008         http://code.google.com/p/chromium/issues/detail?id=46603
92009
92010         Unreviewed gardening.
92011
92012         * platform/chromium/TestExpectations:
92013
92014 2012-10-16  Tony Chang  <tony@chromium.org>
92015
92016         input[type=range] as a flex item renders thumb at wrong position
92017         https://bugs.webkit.org/show_bug.cgi?id=98666
92018
92019         Reviewed by Ojan Vafai.
92020
92021         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
92022         and not using a RenderLayer unless noted otherwise.
92023
92024         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
92025         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
92026         thumb in the correct place.
92027         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92028         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92029         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92030         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
92031         129px for vertical controls. This makes more sense than having a height of 100%.
92032         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92033         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
92034         focus ring. This matches other form controls like buttons and textareas.
92035         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92036         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92037         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92038         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92039         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92040         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92041         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92042         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92043         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92044         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92045         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92046         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92047         * platform/chromium-win/media/audio-repaint-expected.txt:
92048         * platform/chromium-win/media/controls-after-reload-expected.txt:
92049         * platform/chromium-win/media/controls-strict-expected.txt:
92050         * platform/chromium-win/media/controls-styling-expected.txt:
92051         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92052         * platform/chromium-win/media/controls-without-preload-expected.txt:
92053         * platform/chromium-win/media/media-controls-clone-expected.txt:
92054         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92055         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92056         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92057         * platform/chromium-win/media/video-display-toggle-expected.txt:
92058         * platform/chromium-win/media/video-empty-source-expected.txt:
92059         * platform/chromium-win/media/video-no-audio-expected.txt:
92060         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92061         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92062
92063 2012-10-16  Xianzhu Wang  <wangxianzhu@chromium.org>
92064
92065         [Chromium] Android: Need a way to get appropriate font for some specific characters.
92066         https://bugs.webkit.org/show_bug.cgi?id=67587
92067
92068         Reviewed by Adam Barth.
92069
92070         Removed unnecessary rebaselines.
92071         Removed failure expectations for the tests now pass.
92072         Added pixel only rebaselines for some of the above tests.
92073
92074         * platform/chromium-android/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. New pixel rebaseline.
92075         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.png: Removed. Unnecessary rebaseline.
92076         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.txt: Removed. Unnecessary rebaseline.
92077         * platform/chromium-android/fast/writing-mode/japanese-rl-selection-expected.png: Added. New pixel rebaseline.
92078         * platform/chromium-android/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed. Unnecessary rebaseline.
92079         * platform/chromium/TestExpectations: Removed the failure expectations for the tests now pass.
92080
92081 2012-10-16  Tommy Widenflycht  <tommyw@google.com>
92082
92083         MediaStream API: Add the chromium API for RTCDataChannel
92084         https://bugs.webkit.org/show_bug.cgi?id=99435
92085
92086         Reviewed by Adam Barth.
92087
92088         Adding tests for RTCDataChannel.
92089
92090         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: Added.
92091         * fast/mediastream/RTCPeerConnection-datachannel.html: Added.
92092
92093 2012-10-16  Tony Chang  <tony@chromium.org>
92094
92095         Unreviewed, rebaseline 2 Chromium Mac test.
92096         Small differences due to using MESA.
92097
92098         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
92099         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
92100         * platform/chromium/TestExpectations:
92101
92102 2012-10-16  Stephen Chenney  <schenney@chromium.org>
92103
92104         An feImage that tries to render itself should be stopped
92105         https://bugs.webkit.org/show_bug.cgi?id=94652
92106
92107         Reviewed by Eric Seidel.
92108
92109         Ref-test to verify that an feImage that tries to draw itself will not
92110         crash. This test must be render in order to verify the result. Do not
92111         convert to dumpAstext.
92112
92113         * svg/filters/feImage-self-referencing-expected.html: Added.
92114         * svg/filters/feImage-self-referencing.html: Added.
92115
92116 2012-10-16  Nico Weber  <thakis@chromium.org>
92117
92118         [chromium/mac] Make spelling indicator HighDPI
92119         https://bugs.webkit.org/show_bug.cgi?id=99417
92120
92121         Reviewed by Stephen White.
92122
92123         New baselines.
92124
92125         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png :
92126         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png :
92127
92128 2012-10-16  Dana Jansens  <danakj@chromium.org>
92129
92130         Remove expected fails for tests that need rebaseline after http://trac.webkit.org/changeset/131358
92131
92132         Unreviewed gardening.
92133
92134         * platform/chromium/TestExpectations:
92135
92136 2012-10-16  Tony Chang  <tony@chromium.org>
92137
92138         in a column flexbox, input overflows the box when stretched
92139         https://bugs.webkit.org/show_bug.cgi?id=99273
92140
92141         Reviewed by Ojan Vafai.
92142
92143         Add a ref test since we're testing form rendering. Make sure that we get the
92144         right behavior without the performance optimization (e.g., in multiline flexbox).
92145
92146         * css3/flexbox/stretch-input-in-column-expected.html: Added.
92147         * css3/flexbox/stretch-input-in-column.html: Added.
92148
92149 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
92150
92151         [Qt] Unreviewed gardening, unskip a now passing test.
92152
92153         * platform/qt/TestExpectations:
92154
92155 2012-10-16  Simon Fraser  <simon.fraser@apple.com>
92156
92157         REGRESSION (r128787): Fixed position div causes other elements to not update correctly
92158         https://bugs.webkit.org/show_bug.cgi?id=98579
92159
92160         Reviewed by Beth Dakin.
92161
92162         Repaint test that scrolls an overflow element until its content layers overlap some
92163         other composited element. Only the pixel result is interesting.
92164
92165         * compositing/repaint/requires-backing-repaint-expected.png: Added.
92166         * compositing/repaint/requires-backing-repaint-expected.txt: Added.
92167         * compositing/repaint/requires-backing-repaint.html: Added.
92168
92169 2012-10-16  Mike Reed  <reed@google.com>
92170
92171         update expectations preparing for skia optimization
92172         https://bugs.webkit.org/show_bug.cgi?id=99476
92173
92174         Reviewed by NOBODY.
92175
92176         crbug.com/156097
92177         Chrome will enable a skia optimization (see crbug/156097). In preparation for that, we mark these tests
92178         to be rebaselined after that change lands.
92179
92180         * platform/chromium/TestExpectations:
92181
92182 2012-10-16  Joshua Bell  <jsbell@chromium.org>
92183
92184         IndexedDB: setTimeout in layout tests causes flakiness in multiprocess ports
92185         https://bugs.webkit.org/show_bug.cgi?id=98949
92186
92187         Reviewed by Tony Chang.
92188
92189         In multiprocess ports with asynchronous IPC, events and timers may race causing script
92190         callbacks to execute in different orders.
92191
92192         Eliminate the uses of setTimeout() where the intent is to have code delayed but may
92193         race with a pending event.
92194
92195         * fast/js/resources/js-test-pre.js:
92196         (evalAndLog) Added quiet flag.
92197         * storage/indexeddb/deletedatabase-blocked-expected.txt:
92198         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
92199         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
92200         * storage/indexeddb/intversion-close-between-events-expected.txt:
92201         * storage/indexeddb/resources/deletedatabase-blocked.js: Remove setTimeout.
92202         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92203         (test.request.onsuccess.openOnSuccess.request.onblocked):
92204         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Remove setTimeout.
92205         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92206         (test.request.onsuccess.openOnSuccess.request.onblocked):
92207         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Remove setTimeout.
92208         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92209         (test.request.onsuccess.openOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
92210         * storage/indexeddb/resources/intversion-close-between-events.js: Test was intended to call db.close()
92211         between "complete" and "success" but in single process ports this is not possible, and in multi-process
92212         ports is not reliable. To make the test not flaky and watch out for regressions in this edge case, it
92213         is changed to have minimal logging.
92214         (deleteSuccess):
92215         (upgradeNeeded.transaction.oncomplete):
92216         (upgradeNeeded):
92217         (closeDB):
92218         (openSuccess):
92219         (checkFinished):
92220         * storage/indexeddb/resources/intversion-close-in-oncomplete.js: Log on error rather than timing out.
92221         (deleteSuccess):
92222         * storage/indexeddb/resources/setversion-blocked.js: Removed setTimeout.
92223         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.h2.onversionchange):
92224         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
92225         * storage/indexeddb/resources/shared.js:
92226         (evalAndExpectException) Added quiet flag.
92227         * storage/indexeddb/setversion-blocked-expected.txt:
92228
92229 2012-10-16  Takashi Sakamoto  <tasak@google.com>
92230
92231         [Meta] [Shadow] contenteditable attribute for distributed nodes.
92232         https://bugs.webkit.org/show_bug.cgi?id=90017
92233
92234         Reviewed by Dimitri Glazkov.
92235
92236         * fast/dom/shadow/user-modify-inheritance-expected.txt:
92237         * fast/dom/shadow/user-modify-inheritance.html:
92238
92239 2012-10-16  Vsevolod Vlasov  <vsevik@chromium.org>
92240
92241         Web Inspector: Get rid of (now empty) JavaScriptSource and StyleSource, rename all usages to UISourceCode.
92242         https://bugs.webkit.org/show_bug.cgi?id=99469
92243
92244         Reviewed by Pavel Feldman.
92245
92246         * http/tests/inspector/debugger-test.js:
92247         (initialize_DebuggerTest):
92248         * http/tests/inspector/workspace-test.js:
92249         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
92250         * inspector/debugger/breakpoint-manager.html:
92251         * inspector/debugger/network-uisourcecode-provider-expected.txt:
92252         * inspector/debugger/script-formatter-breakpoints.html:
92253         * inspector/debugger/script-formatter-console.html:
92254         * inspector/debugger/script-formatter-search.html:
92255         * inspector/debugger/script-snippet-model.html:
92256         * inspector/debugger/scripts-panel.html:
92257         * inspector/debugger/source-frame-count.html:
92258         * inspector/styles/edit-inspector-stylesheet.html:
92259         * inspector/styles/styles-history.html:
92260
92261 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
92262
92263         Web Inspector: Extract domain specific editing handling logic from UISourceCode (step 2).
92264         https://bugs.webkit.org/show_bug.cgi?id=99301
92265
92266         Reviewed by Pavel Feldman.
92267
92268         * http/tests/inspector/debugger-test.js:
92269         (initialize_DebuggerTest):
92270         * inspector/styles/edit-inspector-stylesheet.html:
92271
92272 2012-10-16  Dana Jansens  <danakj@chromium.org>
92273
92274         Layout Test fast/forms/date/calendar-picker-key-operations.html is failing
92275         https://bugs.webkit.org/show_bug.cgi?id=99466
92276
92277         Unreviewed gardening.
92278
92279         * platform/chromium/TestExpectations:
92280
92281 2012-10-16  Alexander Pavlov  <apavlov@chromium.org>
92282
92283         Web Inspector: [Elements] Double-click to live edit style tags changes text to 'undefined' in some situations
92284         https://bugs.webkit.org/show_bug.cgi?id=99336
92285
92286         Reviewed by Vsevolod Vlasov.
92287
92288         Change the DOM tree dump format to include newlines replaced by '\n's.
92289
92290         * http/tests/inspector/elements-test.js:
92291         (initialize_ElementTest.InspectorTest.dumpElementsTree):
92292         * inspector/elements/edit-dom-actions-expected.txt:
92293         * inspector/elements/edit-dom-actions.html:
92294         * inspector/elements/elements-panel-limited-children-expected.txt:
92295         * inspector/elements/elements-panel-structure-expected.txt:
92296         * inspector/elements/iframe-load-event-expected.txt:
92297         * inspector/elements/insert-node-expected.txt:
92298         * inspector/elements/perform-undo-undo-expected.txt:
92299         * inspector/elements/user-properties-expected.txt:
92300         * inspector/styles/force-pseudo-state-expected.txt:
92301
92302 2012-10-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
92303
92304         [GTK] Update baselines for failing svg test after r131435
92305         https://bugs.webkit.org/show_bug.cgi?id=99462
92306
92307         Unreviewed GTK gardening.
92308
92309         Updating baselines after downgrading the Cairo to version 1.10.2.
92310
92311         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
92312         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
92313
92314 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
92315
92316         Unreviewed GTK gardening.
92317
92318         Adding (flaky) crashing expectations for a couple of tests.
92319
92320         * platform/gtk/TestExpectations:
92321
92322 2012-10-16  Mike West  <mkwst@chromium.org>
92323
92324         Web Inspector: Whitelist safe styles for 'console.log('%c...', ...)'.
92325         https://bugs.webkit.org/show_bug.cgi?id=98945
92326
92327         Reviewed by Pavel Feldman.
92328
92329         * http/tests/inspector/console-test.js:
92330         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
92331             Use the 'cssText' property of an element, rather than reading from
92332             its 'style' attribute. Also, gracefully handle unstyled elements
92333             by explicitly noting their emptyness.
92334         * inspector/console/console-format-style-whitelist-expected.txt: Added.
92335         * inspector/console/console-format-style-whitelist.html: Added.
92336
92337 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92338
92339         [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114
92340
92341         Unreviewed.
92342
92343         * fast/forms/date/calendar-picker-key-operations-expected.txt:
92344         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
92345
92346 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
92347
92348         Unreviewed GTK gardening.
92349
92350         Updating baselines and expectations after downgrading the Cairo
92351         version used in JHBuild dependencies back to 1.10.2.
92352
92353         * platform/gtk/TestExpectations:
92354         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
92355         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
92356         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
92357         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
92358         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
92359         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
92360         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
92361         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
92362         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
92363         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
92364         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
92365         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
92366         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
92367
92368 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92369
92370         Add test that checks that reloading after setting a value for an input element from a suggestion picker resets the values
92371         https://bugs.webkit.org/show_bug.cgi?id=99407
92372
92373         Reviewed by Kent Tamura.
92374
92375         We want to test that a reload resets values of input elements, even if
92376         they were set by the suggestion picker.
92377
92378         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload-expected.txt: Added.
92379         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: Added.
92380
92381 2012-10-16  Shinya Kawanaka  <shinyak@chromium.org>
92382
92383         [Chromium] Unreviewed gardening, TestExpectations updated.
92384
92385         * platform/chromium/TestExpectations:
92386
92387 2012-10-15  Kent Tamura  <tkent@chromium.org>
92388
92389         Fix some appearance glitches of multiple fields input elements
92390         https://bugs.webkit.org/show_bug.cgi?id=99412
92391
92392         Reviewed by Kentaro Hara.
92393
92394         All of rendering tests for multiple fields inputs need rebaseline
92395         because of the padding change.
92396
92397         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
92398         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html:
92399         Add a fixed height case.
92400         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
92401         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
92402         * platform/chromium/TestExpectations:
92403
92404 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92405
92406         [Chromium] Mark date-suggestion-picker-appearance.html as need rebaseline
92407
92408         Unreviewed.
92409
92410         Mark date-suggestion-picker-appearance.html as need rebaseline until chromium side change lands.
92411
92412         * platform/chromium/TestExpectations:
92413
92414 2012-10-15  Keishi Hattori  <keishi@webkit.org>
92415
92416         Move suggestion picker tests to suggestion-picker directory
92417         https://bugs.webkit.org/show_bug.cgi?id=99415
92418
92419         Reviewed by Kent Tamura.
92420
92421         Moving the tests suggestion picker tests to platform/chromium/fast/forms/suggestion-picker chromium android can easily skip them.
92422
92423         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
92424         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
92425         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
92426         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
92427         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
92428         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
92429         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
92430         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
92431         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
92432         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
92433         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
92434         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
92435         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
92436         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
92437         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
92438         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
92439         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
92440         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
92441         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
92442         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
92443         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
92444         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt.
92445         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
92446         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
92447         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
92448         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt.
92449         * platform/chromium/TestExpectations: Removed obsolete lines.
92450         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.txt.
92451         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.txt.
92452         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html.
92453         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.txt.
92454         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html.
92455         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html.
92456         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt.
92457         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html.
92458         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
92459         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt.
92460         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html.
92461         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
92462         * platform/chromium/fast/forms/suggestion-picker/suggestion-picker-common.js: Renamed from LayoutTests/fast/forms/resources/suggestion-picker-common.js.
92463         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt.
92464         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt.
92465         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html.
92466         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt.
92467         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html.
92468         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html.
92469         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt.
92470         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html.
92471         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
92472         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt.
92473         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html.
92474         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
92475
92476 2012-10-15  Yury Semikhatsky  <yurys@chromium.org>
92477
92478         Web Inspector: restore watch expression expansion state
92479         https://bugs.webkit.org/show_bug.cgi?id=99304
92480
92481         Reviewed by Pavel Feldman.
92482
92483         Expand watch expression value and its properties if they were expanded
92484         before update.
92485
92486         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Added.
92487         * inspector/debugger/watch-expressions-preserve-expansion.html: Added.
92488
92489 2012-10-15  Mike West  <mkwst@chromium.org>
92490
92491         Warn when CSP headers don't separate directives with ';'.
92492         https://bugs.webkit.org/show_bug.cgi?id=99274
92493
92494         Reviewed by Adam Barth.
92495
92496         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt: Added.
92497         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon.html: Added.
92498
92499 2012-10-15  Pablo Flouret  <pablof@motorola.com>
92500
92501         Add force parameter to DOMTokenList.toggle
92502         https://bugs.webkit.org/show_bug.cgi?id=99375
92503
92504         Reviewed by Darin Adler.
92505
92506         * fast/dom/HTMLElement/class-list-expected.txt:
92507         * fast/dom/HTMLElement/class-list-quirks-expected.txt:
92508         * fast/dom/HTMLElement/script-tests/class-list.js:
92509         (shouldThrowDOMException):
92510
92511 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
92512
92513         [Chromium] Unreviewed gardening, TestExpectations updated.
92514
92515         * platform/chromium/TestExpectations:
92516
92517 2012-10-15  Keishi Hattori  <keishi@webkit.org>
92518
92519         Add tests for suggestion picker that test step/min/max attributes
92520         https://bugs.webkit.org/show_bug.cgi?id=99168
92521
92522         Reviewed by Kent Tamura.
92523
92524         These tests that setting step/min/max attributes filters out values from the suggestion picker.
92525
92526         * fast/forms/resources/suggestion-picker-common.js:
92527         (valueForEntry): Returns value for an suggestion list entry element.
92528         (highlightedEntry):
92529         (entryValues): Returns an array of entry values.
92530         (openPicker): Added callback argument.
92531         (popupOpenCallbackWrapper):
92532         * platform/chromium-android/TestExpectations:
92533         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt: Added.
92534         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html: Added.
92535         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt: Added.
92536         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: Added.
92537         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt: Added.
92538         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html: Added.
92539         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt: Added.
92540         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: Added.
92541
92542 2012-10-15  Vlad Grecescu  <igrecesc@adobe.com>, Douglas Stockwell  <dstockwell@chromium.org>
92543
92544         Support for background-clip:content-box and padding-box with border-radius
92545         https://bugs.webkit.org/show_bug.cgi?id=23166
92546
92547         Reviewed by Simon Fraser.
92548
92549         * fast/css/background-clip-radius-values-expected.png: Added.
92550         * fast/css/background-clip-radius-values-expected.txt: Added.
92551         * fast/css/background-clip-radius-values.html: Added.
92552         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png: Added.
92553         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
92554         * platform/chromium/TestExpectations:
92555         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
92556         * platform/qt/TestExpectations:
92557         * platform/efl/TestExpectations:
92558
92559 2012-10-15  Kent Tamura  <tkent@chromium.org>
92560
92561         [Chromium] Layout Test *-multiple-fields-keyboard-events.html etc. are failing on Win XP
92562         https://bugs.webkit.org/show_bug.cgi?id=99408
92563
92564         These failures are expected. Just do rebaseline.
92565
92566         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
92567         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
92568         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.
92569
92570 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
92571
92572         [Chromium] Unreviewed gardening, TestExpectations updated.
92573
92574         Now lint passes.
92575
92576         * platform/chromium/TestExpectations:
92577
92578 2012-10-15  Kenichi Ishibashi  <bashi@chromium.org>
92579
92580         [WebSocket] WebSocketInflater should handle BFINAL = 1 blocks
92581         https://bugs.webkit.org/show_bug.cgi?id=99282
92582
92583         Reviewed by Yuta Kitamura.
92584
92585         Added a test for receiving compressed blocks with BFINAL set to 1.
92586
92587         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
92588         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html: Added.
92589         * http/tests/websocket/tests/hybi/deflate-frame_wsh.py:
92590         (web_socket_do_extra_handshake): Call set_bfinal() if the 'set_bfinal' parameter is passed.
92591
92592 2012-10-15  Simon Fraser  <simon.fraser@apple.com>
92593
92594         Fix GraphicsLayer visible rect computation when scrolling in WebKit1
92595         https://bugs.webkit.org/show_bug.cgi?id=99385
92596
92597         Reviewed by Dean Jackson, Tim Horton.
92598
92599         scrolled.html tests the visible rect after scrolling. The other tests
92600         are for visibleRect in iframes, with and without compositing layers
92601         in the parent document (which exercises different code paths in WebKit1).
92602
92603         * compositing/visible-rect/iframe-and-layers-expected.txt: Added.
92604         * compositing/visible-rect/iframe-and-layers.html: Added.
92605         * compositing/visible-rect/iframe-no-layers-expected.txt: Added.
92606         * compositing/visible-rect/iframe-no-layers.html: Added.
92607         * compositing/visible-rect/resources/subframe-with-layers.html: Added.
92608         * compositing/visible-rect/scrolled-expected.txt: Added.
92609         * compositing/visible-rect/scrolled.html: Added.
92610         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
92611
92612 2012-10-14  Kent Tamura  <tkent@chromium.org>
92613
92614         Input elements with multiple fields UI should set appropriate direction for browser locale automatically
92615         https://bugs.webkit.org/show_bug.cgi?id=99291
92616
92617         Reviewed by Hajime Morita.
92618
92619         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html:
92620         Added. We can confirm ar-eg and he-il have RTL layout.
92621         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Added.
92622         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
92623
92624         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
92625         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
92626         - Enable the lang-attribute-aware-form-control-UI feature.
92627         - Set lang=he-il instead of dir=rtl because dir=rtl is ignored.
92628         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Ditto.
92629         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Ditto.
92630
92631         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
92632         Updated becaues dir=RTL doesn't affect.
92633         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
92634         Ditto.
92635         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
92636         Ditto.
92637         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
92638         Ditto.
92639
92640         * platform/chromium/TestExpectations:
92641
92642 2012-10-15  Dana Jansens  <danakj@chromium.org>
92643
92644         inspector/styles/styles-computed-trace.html is timing out
92645         https://bugs.webkit.org/show_bug.cgi?id=99391
92646
92647         Unreviewed gardening.
92648
92649         * platform/chromium/TestExpectations:
92650
92651 2012-10-15  Dana Jansens  <danakj@chromium.org>
92652
92653         inspector/debugger/xhr-breakpoints.html is flaky
92654         https://bugs.webkit.org/show_bug.cgi?id=99389
92655
92656         Unreviewed gardening.
92657
92658         * platform/chromium/TestExpectations:
92659
92660 2012-10-15  Dana Jansens  <danakj@chromium.org>
92661
92662         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing.
92663         https://bugs.webkit.org/show_bug.cgi?id=99357
92664
92665         Unreviewed gardening.
92666
92667         * platform/chromium/TestExpectations:
92668
92669 2012-10-15  Dana Jansens  <danakj@chromium.org>
92670
92671         Rebaseline after r131358.
92672
92673         Unreviewed gardening.
92674
92675         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Added.
92676         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
92677         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
92678         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
92679         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
92680         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
92681         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
92682         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
92683         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Added.
92684
92685 2012-10-15  Dirk Pranke  <dpranke@chromium.org>
92686
92687         skip crashing softwarecompositing bugs
92688         https://bugs.webkit.org/show_bug.cgi?id=99381
92689
92690         Reviewed by Adrienne Walker.
92691
92692         These tests might be hanging the win (dbg)(2) bot; apart from
92693         that, there's not a lot of point in running tests that are known
92694         to be for unimplemented features.
92695
92696         * platform/chromium/TestExpectations:
92697
92698 2012-10-15  Tony Chang  <tony@chromium.org>
92699
92700         Unreviewed, rolling out r131367.
92701         http://trac.webkit.org/changeset/131367
92702         https://bugs.webkit.org/show_bug.cgi?id=98666
92703
92704         crashes on Apple Mac
92705
92706         * css3/flexbox/flexitem-stretch-range-expected.html: Removed.
92707         * css3/flexbox/flexitem-stretch-range.html: Removed.
92708         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92709         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92710         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92711         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
92712         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92713         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
92714         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92715         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92716         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92717         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92718         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92719         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92720         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92721         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92722         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92723         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92724         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92725         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92726         * platform/chromium-win/media/audio-repaint-expected.txt:
92727         * platform/chromium-win/media/controls-after-reload-expected.txt:
92728         * platform/chromium-win/media/controls-strict-expected.txt:
92729         * platform/chromium-win/media/controls-styling-expected.txt:
92730         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92731         * platform/chromium-win/media/controls-without-preload-expected.txt:
92732         * platform/chromium-win/media/media-controls-clone-expected.txt:
92733         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92734         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92735         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92736         * platform/chromium-win/media/video-display-toggle-expected.txt:
92737         * platform/chromium-win/media/video-empty-source-expected.txt:
92738         * platform/chromium-win/media/video-no-audio-expected.txt:
92739         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92740         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92741         * platform/chromium/TestExpectations:
92742         * platform/efl/TestExpectations:
92743         * platform/gtk/TestExpectations:
92744         * platform/mac/TestExpectations:
92745         * platform/qt/TestExpectations:
92746         * platform/win/TestExpectations:
92747
92748 2012-10-15  Chris Rogers  <crogers@google.com>
92749
92750         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for chromium-linux
92751         https://bugs.webkit.org/show_bug.cgi?id=99377
92752
92753         Unreviewed rebaseline.
92754
92755         * platform/chromium-linux-x86/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92756         * platform/chromium-linux/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92757         * platform/chromium-mac/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92758
92759 2012-10-15  Joshua Bell  <jsbell@chromium.org>
92760
92761         IndexedDB: Pass type of error causing abort to IDBTransaction::onAbort
92762         https://bugs.webkit.org/show_bug.cgi?id=99097
92763
92764         Reviewed by Tony Chang.
92765
92766         Verify that IDBTransaction.error is reporting ConstraintError when indexing fails.
92767
92768         * storage/indexeddb/lazy-index-population-expected.txt:
92769         * storage/indexeddb/lazy-index-population.html:
92770
92771 2012-10-15  Dana Jansens  <danakj@chromium.org>
92772
92773         Rebaselines after 131358.
92774
92775         Unreviewed gardening.
92776
92777         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
92778         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
92779         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
92780         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
92781         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
92782         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
92783         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
92784         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
92785         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
92786         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
92787         * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
92788         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
92789
92790 2012-10-15  Dana Jansens  <danakj@chromium.org>
92791
92792         Rebaselines after 131358
92793
92794         Unreviewed gardening.
92795
92796         * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
92797         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92798         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92799         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92800         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92801         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92802         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92803         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92804         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
92805         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92806         * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92807         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92808         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92809         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92810         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92811         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92812         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
92813
92814 2012-10-12  Tony Chang  <tony@chromium.org>
92815
92816         input[type=range] as a flex item renders thumb at wrong position
92817         https://bugs.webkit.org/show_bug.cgi?id=98666
92818
92819         Reviewed by Ojan Vafai.
92820
92821         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
92822         and not using a RenderLayer unless noted otherwise.
92823
92824         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
92825         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
92826         thumb in the correct place.
92827         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92828         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92829         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92830         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
92831         129px for vertical controls. This makes more sense than having a height of 100%.
92832         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92833         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
92834         focus ring. This matches other form controls like buttons and textareas.
92835         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92836         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92837         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92838         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92839         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92840         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92841         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92842         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92843         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92844         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92845         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92846         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92847         * platform/chromium-win/media/audio-repaint-expected.txt:
92848         * platform/chromium-win/media/controls-after-reload-expected.txt:
92849         * platform/chromium-win/media/controls-strict-expected.txt:
92850         * platform/chromium-win/media/controls-styling-expected.txt:
92851         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92852         * platform/chromium-win/media/controls-without-preload-expected.txt:
92853         * platform/chromium-win/media/media-controls-clone-expected.txt:
92854         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92855         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92856         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92857         * platform/chromium-win/media/video-display-toggle-expected.txt:
92858         * platform/chromium-win/media/video-empty-source-expected.txt:
92859         * platform/chromium-win/media/video-no-audio-expected.txt:
92860         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92861         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92862
92863 2012-10-15  Chris Rogers  <crogers@google.com>
92864
92865         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for Mac/Win
92866         https://bugs.webkit.org/show_bug.cgi?id=99368
92867
92868         Unreviewed rebaseline.
92869
92870         * platform/chromium-mac-snowleopard/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92871         * platform/chromium-win-xp/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92872         * platform/chromium/TestExpectations:
92873
92874 2012-10-15  Levi Weintraub  <leviw@chromium.org>
92875
92876         Regression r130057: incorrect block pref width for alternating InlineFlow and inline Replaced
92877         https://bugs.webkit.org/show_bug.cgi?id=99194
92878
92879         Reviewed by Eric Seidel.
92880
92881         * fast/block/block-with-inline-replaced-children-in-inline-flows-expected.html: Added.
92882         * fast/block/block-with-inline-replaced-children-in-inline-flows.html: Added.
92883
92884 2012-10-15  Emil A Eklund  <eae@chromium.org>
92885
92886         Revert rounding change in RenderTable::paintObject
92887         https://bugs.webkit.org/show_bug.cgi?id=99364
92888
92889         Reviewed by Levi Weintraub.
92890
92891         Revert pixel expected results to what we had prior to r122769.
92892
92893         * platform/chromium/TestExpectations:
92894         * platform/chromium-linux/css1/basic/inheritance-expected.png:
92895         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92896         * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92897         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92898         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92899         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92900         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92901         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92902         * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
92903
92904 2012-10-15  Joshua Bell  <jsbell@chromium.org>
92905
92906         IndexedDB: Key paths should support non-ASCII identifiers
92907         https://bugs.webkit.org/show_bug.cgi?id=98814
92908
92909         Reviewed by Kentaro Hara.
92910
92911         Test representative characters from various Unicode character classes
92912         as valid (or invalid) identifier lead and trailing characters.
92913
92914         * storage/indexeddb/keypath-basics-expected.txt:
92915         * storage/indexeddb/resources/keypath-basics.js:
92916         (testValidKeyPaths):
92917
92918 2012-10-15  Mike West  <mkwst@chromium.org>
92919
92920         Console messages containing long URLs should cut at some reasonable length.
92921         https://bugs.webkit.org/show_bug.cgi?id=97980
92922
92923         Reviewed by Pavel Feldman.
92924
92925         * inspector/console/console-trim-long-urls-expected.txt: Added.
92926         * inspector/console/console-trim-long-urls.html: Added.
92927         * inspector/styles/inject-stylesheet-expected.txt:
92928         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
92929             Updating test expectations.
92930
92931 2012-10-15  Mihnea Ovidenie  <mihnea@adobe.com>
92932
92933         [CSSRegions]Add support for auto-height regions (without region-breaks)
92934         https://bugs.webkit.org/show_bug.cgi?id=97533
92935
92936         Reviewed by Julien Chaffraix.
92937
92938         Added tests for auto-height regions, with different writing modes, with min/max-height.
92939         The bug referenced in the tests is the master bug for auto-height support, 91097.
92940
92941         * fast/regions/autoheight-abspos-region-expected.html: Added.
92942         * fast/regions/autoheight-abspos-region.html: Added.
92943         * fast/regions/autoheight-floatright-region-expected.html: Added.
92944         * fast/regions/autoheight-floatright-region.html: Added.
92945         * fast/regions/autoheight-horizontal-bt-expected.html: Added.
92946         * fast/regions/autoheight-horizontal-bt.html: Added.
92947         * fast/regions/autoheight-inlineblock-normalflow-region-expected.html: Added.
92948         * fast/regions/autoheight-inlineblock-normalflow-region.html: Added.
92949         * fast/regions/autoheight-maxheight-region-expected.html: Added.
92950         * fast/regions/autoheight-maxheight-region.html: Added.
92951         * fast/regions/autoheight-minheight-region-expected.html: Added.
92952         * fast/regions/autoheight-minheight-region.html: Added.
92953         * fast/regions/autoheight-normalflow-region-expected.html: Added.
92954         * fast/regions/autoheight-normalflow-region.html: Added.
92955         * fast/regions/autoheight-vertical-lr-expected.html: Added.
92956         * fast/regions/autoheight-vertical-lr.html: Added.
92957         * fast/regions/autoheight-vertical-rl-expected.html: Added.
92958         * fast/regions/autoheight-vertical-rl.html: Added.
92959         * fast/regions/webkit-named-flow-first-empty-region-index.html: Fix an element style (though the test was passing before).
92960
92961 2012-10-15  Dana Jansens  <danakj@chromium.org>
92962
92963         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing
92964         https://bugs.webkit.org/show_bug.cgi?id=99357
92965
92966         Unreviewed gardening.
92967
92968         * platform/chromium/TestExpectations:
92969
92970 2012-10-15  Joshua Bell  <jsbell@chromium.org>
92971
92972         [Chromium] Unreviewed gardening. Fix bug link in TestExpectations.
92973
92974         * platform/chromium/TestExpectations:
92975
92976 2012-10-15  Dana Jansens  <danakj@chromium.org>
92977
92978         Layout Test inspector/debugger/dynamic-scripts.html is flaky
92979         https://bugs.webkit.org/show_bug.cgi?id=99338
92980
92981         Unreviewed gardening.
92982
92983         * platform/chromium/TestExpectations:
92984
92985 2012-10-15  Mike West  <mkwst@chromium.org>
92986
92987         CSP source expressions should support paths at file-level granularity.
92988         https://bugs.webkit.org/show_bug.cgi?id=99250
92989
92990         Reviewed by Adam Barth.
92991
92992         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
92993             Adjust tests by adding trailing slashes to source expressions that
92994             should match directories.
92995         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
92996         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
92997             Adjust tests to check the new behavior: matching individiual files,
92998             and matching directories only with a trailing '/'.
92999
93000 2012-10-15  Jay Civelli  <jcivelli@chromium.org>
93001
93002         Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when
93003         its current position is at a segment boundary (4096) ends up adding an
93004         unitialized segment (with uninitialized memory) to the SharedBuffer.
93005         https://bugs.webkit.org/show_bug.cgi?id=99000
93006
93007         Reviewed by Adam Barth.
93008
93009         * mhtml/shared_buffer_bug-expected.txt: Added.
93010         * mhtml/shared_buffer_bug.mht: Added.
93011
93012 2012-10-15  Luke Macpherson   <macpherson@chromium.org>
93013
93014         Make CSS variable names case-insensitive.
93015         https://bugs.webkit.org/show_bug.cgi?id=98712
93016
93017         Reviewed by Tony Chang.
93018
93019         Add test that variable names are match correctly when different case is used.
93020
93021         * fast/css/variables/case-insensitive-expected.html: Added.
93022         * fast/css/variables/case-insensitive.html: Added.
93023
93024 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
93025
93026         Unreviewed inspector tests fix.
93027
93028         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
93029         * http/tests/inspector-enabled/dynamic-scripts.html:
93030         * inspector/debugger/dynamic-scripts-expected.txt:
93031         * inspector/debugger/dynamic-scripts.html:
93032
93033 2012-10-15  Dana Jansens  <danakj@chromium.org>
93034
93035         Layout Test plugins/update-widgets-crash.html is failing
93036         https://bugs.webkit.org/show_bug.cgi?id=99333
93037
93038         Unreviewed gardening.
93039
93040         * platform/chromium/TestExpectations:
93041
93042 2012-10-15  Dominik Röttsches  <dominik.rottsches@intel.com>
93043
93044         Unreviewed GTK gardening.
93045
93046         * platform/gtk/TestExpectations: Silencing a style-checker warning.
93047
93048 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
93049
93050         Web Inspector: Scripts for dynamically added script elements are not shown in sources panel.
93051         https://bugs.webkit.org/show_bug.cgi?id=99324
93052
93053         Reviewed by Pavel Feldman.
93054
93055         * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added.
93056         * http/tests/inspector-enabled/dynamic-scripts.html: Added.
93057         * http/tests/inspector-enabled/resources/dynamic-script.js: Added.
93058         (fooDynamicScript):
93059         * inspector/debugger/dynamic-scripts-expected.txt: Added.
93060         * inspector/debugger/dynamic-scripts.html: Added.
93061         * inspector/debugger/resources/dynamic-script.js: Added.
93062         (fooDynamicScript):
93063
93064 2012-10-15  Tullio Lucena  <tullio.lucena@openbossa.org>
93065
93066         [Qt] Unskip and rebase now passing tests.
93067         https://bugs.webkit.org/show_bug.cgi?id=98824
93068
93069         Reviewed by Csaba Osztrogonác.
93070
93071         Updating tests results.
93072
93073         * platform/qt/TestExpectations:
93074         * platform/qt/editing/selection/caret-rtl-2-expected.png: Added.
93075         * platform/qt/editing/selection/caret-rtl-2-expected.txt:
93076         * platform/qt/editing/selection/caret-rtl-expected.png: Added.
93077         * platform/qt/editing/selection/caret-rtl-expected.txt:
93078         * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added.
93079         * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added.
93080         * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added.
93081         * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added.
93082
93083 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
93084
93085         [Chromium] Unreviewed gardening, TestExpectations updated.
93086
93087         * platform/chromium/TestExpectations:
93088
93089 2012-10-14  Shinya Kawanaka  <shinyak@chromium.org>
93090
93091         [Chromium] Unreviewed gardening, TestExpectations updated.
93092
93093         * platform/chromium/TestExpectations:
93094
93095 2012-10-14  Jon Lee  <jonlee@apple.com>
93096
93097         Allow notification origin permission request when no js callback is provided
93098         https://bugs.webkit.org/show_bug.cgi?id=63615
93099         <rdar://problem/11059590>
93100
93101         Reviewed by Sam Weinig.
93102
93103         * http/tests/notifications/legacy/request-expected.txt:
93104         * http/tests/notifications/legacy/request-no-callback-expected.txt: Added.
93105         * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission()
93106         with no callback, with default and denied permission. For WebKit2, if the permission is not default, it
93107         will short circuit instead of creating a pending request.
93108         * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of
93109         the legacy API. The results don't change, but we make sure that we call
93110         webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also
93111         expand the test to cover both default and denied permissions.
93112         * http/tests/notifications/request-expected.txt:
93113         * http/tests/notifications/request.html: Expand test to cover both default and denied permissions.
93114
93115 2012-10-12  Adam Barth  <abarth@webkit.org>
93116
93117         Unreviewed gardening.
93118
93119         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed.
93120         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
93121         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
93122         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
93123         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
93124         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
93125
93126 2012-10-12  Adam Barth  <abarth@webkit.org>
93127
93128         Fix lint error in TestExpectations.
93129
93130         * platform/chromium/TestExpectations:
93131
93132 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
93133
93134         Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
93135         https://bugs.webkit.org/show_bug.cgi?id=99212
93136
93137         Reviewed by Tim Horton.
93138
93139         Layer tree tests that include visible rect information, to test visible rect
93140         computation for more complex layer trees.
93141
93142         * compositing/visible-rect/3d-transform-style-expected.txt: Added.
93143         * compositing/visible-rect/3d-transform-style.html: Added.
93144         * compositing/visible-rect/3d-transformed-expected.txt: Added.
93145         * compositing/visible-rect/3d-transformed.html: Added.
93146         * compositing/visible-rect/nested-transform-expected.txt: Added.
93147         * compositing/visible-rect/nested-transform.html: Added.
93148
93149 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
93150
93151         Add some initial visible rect tests and tweak the visible wash layer
93152         https://bugs.webkit.org/show_bug.cgi?id=99095
93153
93154         Reviewed by Tim Horton.
93155
93156         Add some tests of the GraphicsLayerCA visibleRect for simple cases.
93157         
93158         Skip these tests on platforms that don't log layer visible rects
93159         (all non-Mac).
93160
93161         * compositing/visible-rect/2d-transformed-expected.txt: Added.
93162         * compositing/visible-rect/2d-transformed.html: Added.
93163         * compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
93164         * compositing/visible-rect/clipped-by-viewport.html: Added.
93165         * compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
93166         * compositing/visible-rect/clipped-visible-rect.html: Added.
93167         * platform/chromium-android/TestExpectations:
93168         * platform/chromium/TestExpectations:
93169         * platform/chromium/virtual/softwarecompositing/TestExpectations: Added.
93170         * platform/efl/TestExpectations:
93171         * platform/gtk/TestExpectations:
93172         * platform/qt/TestExpectations:
93173         * platform/win/TestExpectations:
93174         * platform/wincairo/TestExpectations:
93175
93176 2012-10-12  Roger Fong  <roger_fong@apple.com>
93177
93178         Unreviewed. Windows rebaseline afer r130411.
93179
93180         * platform/win/editing/pasteboard/paste-text-008-expected.txt:
93181
93182 2012-10-12  Roger Fong  <roger_fong@apple.com>
93183
93184         Unreviewed. Test passes, unskip, update results.
93185
93186         * platform/win/TestExpectations:
93187         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
93188
93189 2012-10-12  Jeffrey Pfau  <jpfau@apple.com>
93190
93191         Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out.
93192
93193         * platform/mac/TestExpectations:
93194
93195 2012-10-12  Tony Chang  <tony@chromium.org>
93196
93197         Unreviewed, chromium-mac-snowleopard rebaseline for a slider.
93198         The thumb moved a small amount (maybe during shadow dom refactor?).
93199         This matches the Apple Lion result.
93200
93201         * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
93202         * platform/chromium/TestExpectations:
93203
93204 2012-10-12  Tony Chang  <tony@chromium.org>
93205
93206         Unreviewed, remove duplicate TestExpectation entries.
93207
93208         * platform/efl-wk1/TestExpectations:
93209         * platform/efl/TestExpectations:
93210
93211 2012-10-12  Roger Fong  <roger_fong@apple.com>
93212
93213         Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled.
93214
93215         * platform/win/TestExpectations:
93216
93217 2012-10-12  Emil A Eklund  <eae@chromium.org>
93218
93219         Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium.
93220
93221         * platform/chromium-win-xp/fast/speech: Removed.
93222         * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93223         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
93224
93225 2012-10-12  Levi Weintraub  <leviw@chromium.org>
93226
93227         Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html
93228         and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire
93229         sub-pixel test folder.
93230
93231         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93232         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93233         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93234         * platform/chromium/TestExpectations:
93235         * platform/mac-lion/TestExpectations:
93236         * platform/mac-snowleopard/TestExpectations:
93237         * platform/mac-wk2/TestExpectations:
93238         * platform/mac/TestExpectations:
93239         * platform/qt-4.8/TestExpectations:
93240         * platform/qt/TestExpectations:
93241         * platform/win-wk2/TestExpectations:
93242         * platform/win-xp/TestExpectations:
93243         * platform/win/TestExpectations:
93244         * platform/wincairo/TestExpectations:
93245         * platform/wk2/TestExpectations:
93246
93247 2012-10-12  Emil A Eklund  <eae@chromium.org>
93248
93249         Unreviewed chromium windows rebaseline for r131202.
93250
93251         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93252         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
93253         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
93254         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
93255         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
93256         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
93257         * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
93258         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
93259         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
93260         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
93261
93262 2012-10-12  Emil A Eklund  <eae@chromium.org>
93263
93264         Unreviewed chromium rebaseline for r131216.
93265
93266         * fast/box-sizing/box-sizing-expected.txt: Replaced.
93267         * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
93268         * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93269         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
93270         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
93271         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
93272         * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
93273         * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
93274         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
93275         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
93276         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
93277         * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93278         * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
93279         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93280         * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
93281         * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93282         * platform/win-future/fast/box-sizing: Added.
93283         * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added.
93284
93285 2012-10-12  Emil A Eklund  <eae@chromium.org>
93286
93287         Unreviewed chromium windows rebaseline for vertical-rl-ltr test.
93288
93289         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
93290         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
93291         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
93292         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
93293
93294 2012-10-12  Emil A Eklund  <eae@chromium.org>
93295
93296         Unreviewed chromium rebaseline for r131202.
93297
93298         * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
93299         * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
93300         * css3/flexbox/flexbox-baseline-expected.txt: Added.
93301         * fast/html/details-add-child-1-expected.txt: Added.
93302         * fast/html/details-add-child-2-expected.txt: Added.
93303         * fast/html/details-add-details-child-1-expected.txt: Added.
93304         * fast/html/details-add-details-child-2-expected.txt: Added.
93305         * fast/html/details-add-summary-1-and-click-expected.txt: Added.
93306         * fast/html/details-add-summary-1-expected.txt: Added.
93307         * fast/html/details-add-summary-10-and-click-expected.txt: Added.
93308         * fast/html/details-add-summary-10-expected.txt: Added.
93309         * fast/html/details-add-summary-2-and-click-expected.txt: Added.
93310         * fast/html/details-add-summary-2-expected.txt: Added.
93311         * fast/html/details-add-summary-3-and-click-expected.txt: Added.
93312         * fast/html/details-add-summary-3-expected.txt: Added.
93313         * fast/html/details-add-summary-4-and-click-expected.txt: Added.
93314         * fast/html/details-add-summary-4-expected.txt: Added.
93315         * fast/html/details-add-summary-5-and-click-expected.txt: Added.
93316         * fast/html/details-add-summary-5-expected.txt: Added.
93317         * fast/html/details-add-summary-6-and-click-expected.txt: Added.
93318         * fast/html/details-add-summary-6-expected.txt: Added.
93319         * fast/html/details-add-summary-7-and-click-expected.txt: Added.
93320         * fast/html/details-add-summary-7-expected.txt: Added.
93321         * fast/html/details-add-summary-8-and-click-expected.txt: Added.
93322         * fast/html/details-add-summary-8-expected.txt: Added.
93323         * fast/html/details-add-summary-9-and-click-expected.txt: Added.
93324         * fast/html/details-add-summary-9-expected.txt: Added.
93325         * fast/html/details-add-summary-child-1-expected.txt: Added.
93326         * fast/html/details-add-summary-child-2-expected.txt: Added.
93327         * fast/html/details-nested-1-expected.txt: Added.
93328         * fast/html/details-no-summary1-expected.txt: Added.
93329         * fast/html/details-no-summary2-expected.txt: Added.
93330         * fast/html/details-no-summary3-expected.txt: Added.
93331         * fast/html/details-open1-expected.txt: Added.
93332         * fast/html/details-open3-expected.txt: Added.
93333         * fast/html/details-open5-expected.txt: Added.
93334         * fast/html/details-open6-expected.txt: Added.
93335         * fast/html/details-remove-child-1-expected.txt: Added.
93336         * fast/html/details-remove-child-2-expected.txt: Added.
93337         * fast/html/details-remove-summary-1-and-click-expected.txt: Added.
93338         * fast/html/details-remove-summary-1-expected.txt: Added.
93339         * fast/html/details-remove-summary-2-and-click-expected.txt: Added.
93340         * fast/html/details-remove-summary-2-expected.txt: Added.
93341         * fast/html/details-remove-summary-3-and-click-expected.txt: Added.
93342         * fast/html/details-remove-summary-3-expected.txt: Added.
93343         * fast/html/details-remove-summary-4-and-click-expected.txt: Added.
93344         * fast/html/details-remove-summary-4-expected.txt: Added.
93345         * fast/html/details-remove-summary-5-and-click-expected.txt: Added.
93346         * fast/html/details-remove-summary-5-expected.txt: Added.
93347         * fast/html/details-remove-summary-6-and-click-expected.txt: Added.
93348         * fast/html/details-remove-summary-6-expected.txt: Added.
93349         * fast/html/details-remove-summary-child-1-expected.txt: Added.
93350         * fast/html/details-remove-summary-child-2-expected.txt: Added.
93351         * fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
93352         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
93353         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
93354         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added.
93355         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added.
93356         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
93357         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
93358         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
93359         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
93360         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
93361         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
93362         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
93363         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
93364         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
93365         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
93366         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
93367         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
93368         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
93369         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
93370         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
93371         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
93372         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
93373         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
93374         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
93375         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
93376         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
93377         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
93378         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
93379         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
93380         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
93381         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
93382         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
93383         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
93384         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
93385         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
93386         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
93387         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
93388         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
93389         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
93390         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
93391         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
93392         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
93393         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
93394         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
93395         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
93396         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
93397         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
93398         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
93399         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
93400         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
93401         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
93402         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
93403         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
93404         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
93405         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
93406         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
93407         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
93408         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
93409         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
93410         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
93411         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
93412         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
93413         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
93414         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
93415         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
93416         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
93417         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
93418         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
93419         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
93420         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
93421         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93422         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93423         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93424         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93425         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93426         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
93427         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
93428         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
93429         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
93430         * platform/chromium-mac/fast/forms/007-expected.png:
93431         * platform/chromium-mac/fast/forms/007-expected.txt:
93432         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
93433         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
93434         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
93435         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
93436         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
93437         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
93438         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
93439         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
93440         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
93441         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
93442         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
93443         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
93444         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
93445         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
93446         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
93447         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
93448         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
93449         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
93450         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
93451         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
93452         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
93453         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
93454         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
93455         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
93456         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
93457         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
93458         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
93459         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
93460         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
93461         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
93462         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
93463         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
93464         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
93465         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
93466         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
93467         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
93468         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
93469         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
93470         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
93471         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
93472         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
93473         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
93474         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
93475         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
93476         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
93477         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
93478         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
93479         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
93480         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
93481         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
93482         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
93483         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
93484         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
93485         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
93486         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
93487         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
93488         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
93489         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
93490         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
93491         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
93492         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
93493         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
93494         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
93495         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
93496         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
93497         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
93498         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
93499         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
93500         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
93501         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
93502         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
93503         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
93504         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
93505         * platform/chromium-mac/fast/html/details-open1-expected.png:
93506         * platform/chromium-mac/fast/html/details-open1-expected.txt:
93507         * platform/chromium-mac/fast/html/details-open2-expected.png:
93508         * platform/chromium-mac/fast/html/details-open2-expected.txt:
93509         * platform/chromium-mac/fast/html/details-open3-expected.png:
93510         * platform/chromium-mac/fast/html/details-open3-expected.txt:
93511         * platform/chromium-mac/fast/html/details-open4-expected.png:
93512         * platform/chromium-mac/fast/html/details-open4-expected.txt:
93513         * platform/chromium-mac/fast/html/details-open5-expected.png:
93514         * platform/chromium-mac/fast/html/details-open5-expected.txt:
93515         * platform/chromium-mac/fast/html/details-open6-expected.png:
93516         * platform/chromium-mac/fast/html/details-open6-expected.txt:
93517         * platform/chromium-mac/fast/html/details-position-expected.png:
93518         * platform/chromium-mac/fast/html/details-position-expected.txt:
93519         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
93520         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
93521         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
93522         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
93523         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
93524         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
93525         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
93526         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
93527         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
93528         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
93529         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
93530         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
93531         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
93532         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
93533         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
93534         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
93535         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
93536         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
93537         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
93538         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
93539         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
93540         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
93541         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
93542         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
93543         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
93544         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
93545         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
93546         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
93547         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
93548         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
93549         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
93550         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
93551         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
93552         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
93553         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
93554         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
93555         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
93556         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
93557         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
93558         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
93559         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
93560         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
93561         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
93562         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
93563         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
93564         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
93565         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
93566         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
93567         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
93568         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
93569         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
93570         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93571         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
93572         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93573         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
93574         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
93575         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
93576         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
93577         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93578         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
93579         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93580         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
93581         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93582         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
93583         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
93584         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
93585         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
93586         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
93587         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
93588         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
93589         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
93590         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
93591         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
93592         * platform/chromium-win/fast/forms/007-expected.png:
93593         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
93594         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
93595         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
93596         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
93597         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
93598         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
93599         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
93600         * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added.
93601         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
93602         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
93603         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
93604         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
93605         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
93606         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
93607         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
93608         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
93609         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
93610         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
93611         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
93612         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
93613         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
93614         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
93615         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
93616         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
93617         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
93618         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
93619         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
93620         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
93621         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
93622         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
93623         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
93624         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
93625         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
93626         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
93627         * platform/chromium-win/fast/html/details-marker-style-expected.png:
93628         * platform/chromium-win/fast/html/details-nested-1-expected.png:
93629         * platform/chromium-win/fast/html/details-nested-2-expected.png:
93630         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
93631         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
93632         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
93633         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
93634         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
93635         * platform/chromium-win/fast/html/details-open1-expected.png:
93636         * platform/chromium-win/fast/html/details-open2-expected.png:
93637         * platform/chromium-win/fast/html/details-open3-expected.png:
93638         * platform/chromium-win/fast/html/details-open4-expected.png:
93639         * platform/chromium-win/fast/html/details-open5-expected.png:
93640         * platform/chromium-win/fast/html/details-open6-expected.png:
93641         * platform/chromium-win/fast/html/details-position-expected.png:
93642         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
93643         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
93644         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
93645         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
93646         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
93647         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
93648         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
93649         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
93650         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
93651         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
93652         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
93653         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
93654         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
93655         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
93656         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
93657         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
93658         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
93659         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
93660         * platform/chromium-win/fast/html/details-replace-text-expected.png:
93661         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
93662         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
93663         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
93664         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
93665         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
93666         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
93667         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
93668         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93669         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93670         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
93671         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
93672         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93673         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93674         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93675         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
93676         * platform/chromium/TestExpectations:
93677         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
93678         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
93679         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
93680         * platform/efl/fast/html/details-add-child-1-expected.txt: Removed.
93681         * platform/efl/fast/html/details-add-child-2-expected.txt: Removed.
93682         * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed.
93683         * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed.
93684         * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
93685         * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed.
93686         * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
93687         * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed.
93688         * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
93689         * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed.
93690         * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
93691         * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed.
93692         * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
93693         * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed.
93694         * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
93695         * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed.
93696         * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
93697         * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed.
93698         * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
93699         * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed.
93700         * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
93701         * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed.
93702         * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
93703         * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed.
93704         * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed.
93705         * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed.
93706         * platform/efl/fast/html/details-nested-1-expected.txt: Removed.
93707         * platform/efl/fast/html/details-no-summary1-expected.txt: Removed.
93708         * platform/efl/fast/html/details-no-summary2-expected.txt: Removed.
93709         * platform/efl/fast/html/details-no-summary3-expected.txt: Removed.
93710         * platform/efl/fast/html/details-open1-expected.txt: Removed.
93711         * platform/efl/fast/html/details-open3-expected.txt: Removed.
93712         * platform/efl/fast/html/details-open5-expected.txt: Removed.
93713         * platform/efl/fast/html/details-open6-expected.txt: Removed.
93714         * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed.
93715         * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed.
93716         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
93717         * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed.
93718         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
93719         * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed.
93720         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
93721         * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed.
93722         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
93723         * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed.
93724         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
93725         * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed.
93726         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
93727         * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed.
93728         * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed.
93729         * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed.
93730         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
93731         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
93732         * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed.
93733         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
93734         * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
93735         * platform/gtk/css3/flexbox: Removed.
93736         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed.
93737         * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed.
93738         * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed.
93739         * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed.
93740         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
93741         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
93742         * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed.
93743         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
93744         * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed.
93745         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
93746         * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed.
93747         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
93748         * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed.
93749         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
93750         * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed.
93751         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
93752         * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed.
93753         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
93754         * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed.
93755         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
93756         * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed.
93757         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
93758         * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed.
93759         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
93760         * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed.
93761         * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed.
93762         * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed.
93763         * platform/gtk/fast/html/details-nested-1-expected.txt: Removed.
93764         * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed.
93765         * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed.
93766         * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed.
93767         * platform/gtk/fast/html/details-open1-expected.txt: Removed.
93768         * platform/gtk/fast/html/details-open3-expected.txt: Removed.
93769         * platform/gtk/fast/html/details-open5-expected.txt: Removed.
93770         * platform/gtk/fast/html/details-open6-expected.txt: Removed.
93771         * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed.
93772         * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed.
93773         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
93774         * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed.
93775         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
93776         * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed.
93777         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
93778         * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed.
93779         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
93780         * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed.
93781         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
93782         * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed.
93783         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
93784         * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed.
93785         * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed.
93786         * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed.
93787         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
93788         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
93789         * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed.
93790         * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
93791         * tables/mozilla/bugs/bug30692-expected.txt: Added.
93792
93793 2012-10-12  James Simonsen  <simonjam@chromium.org>
93794
93795         [RequestAnimationFrame] Remove vendor prefix
93796         https://bugs.webkit.org/show_bug.cgi?id=99116
93797
93798         Reviewed by Adam Barth.
93799
93800         * fast/animation/request-animation-frame-callback-id.html:
93801         * fast/animation/request-animation-frame-cancel-expected.txt:
93802         * fast/animation/request-animation-frame-detach-element.html:
93803         * fast/animation/request-animation-frame-detach-element2.html:
93804         * fast/animation/request-animation-frame-during-modal.html:
93805         * fast/animation/request-animation-frame-iframe2.html:
93806         * fast/animation/request-animation-frame-missing-arguments-expected.txt:
93807         * fast/animation/request-animation-frame-missing-arguments.html:
93808         * fast/animation/script-tests/request-animation-frame-cancel.js:
93809         (window):
93810         * fast/animation/script-tests/request-animation-frame-cancel2.js:
93811         * fast/animation/script-tests/request-animation-frame-disabled.js:
93812         * fast/animation/script-tests/request-animation-frame-subframe.html:
93813         * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
93814         (window.requestAnimationFrame):
93815         * fast/animation/script-tests/request-animation-frame-timestamps.js:
93816         * fast/animation/script-tests/request-animation-frame-within-callback.js:
93817         (window):
93818         * fast/animation/script-tests/request-animation-frame.js:
93819         * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
93820         (BrowserPaint):
93821         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
93822         * fast/dom/Window/post-message-crash.html:
93823         * inspector/timeline/timeline-animation-frame.html:
93824
93825 2012-10-12  Emil A Eklund  <eae@chromium.org>
93826
93827         Unreviewed chromium lucid rebaseline for r131202.
93828
93829         * platform/chromium-linux-x86/svg/as-border-image: Removed.
93830         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93831         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93832         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
93833         * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
93834         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93835         * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93836         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed.
93837         * platform/chromium-win-xp/svg/as-border-image: Removed.
93838         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93839         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed.
93840
93841 2012-10-12  Emil A Eklund  <eae@chromium.org>
93842
93843         Unreviewed chromium mac rebaseline for r131202.
93844
93845         * platform/chromium-linux-x86/fast/block/float: Removed.
93846         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed.
93847         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
93848         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
93849         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
93850         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
93851         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
93852         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
93853         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
93854         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
93855         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
93856         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
93857         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
93858         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
93859         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
93860         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
93861         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
93862         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
93863         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
93864         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
93865         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
93866         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93867         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93868         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
93869         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93870         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
93871         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
93872         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
93873         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
93874         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
93875         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
93876         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
93877         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
93878         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
93879         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
93880         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93881         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93882         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
93883         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93884         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
93885         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93886         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93887         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93888         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
93889         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93890         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
93891         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93892         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93893         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
93894         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93895         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
93896         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
93897         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
93898         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
93899         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
93900         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
93901         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
93902         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
93903         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
93904         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
93905         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
93906         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
93907         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
93908         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93909         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
93910         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
93911         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
93912         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
93913         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
93914         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
93915         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
93916         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
93917         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
93918         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
93919         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
93920         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
93921         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
93922         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
93923         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
93924         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
93925         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
93926         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
93927         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
93928         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
93929         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
93930         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
93931         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
93932         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
93933         * platform/chromium-mac/editing/selection/3690703-expected.png:
93934         * platform/chromium-mac/editing/selection/3690703-expected.txt:
93935         * platform/chromium-mac/editing/selection/3690719-expected.png:
93936         * platform/chromium-mac/editing/selection/3690719-expected.txt:
93937         * platform/chromium-mac/editing/selection/4397952-expected.png:
93938         * platform/chromium-mac/editing/selection/4397952-expected.txt:
93939         * platform/chromium-mac/editing/selection/5240265-expected.png:
93940         * platform/chromium-mac/editing/selection/5240265-expected.txt:
93941         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
93942         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
93943         * platform/chromium-mac/fast/block/float/032-expected.txt:
93944         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
93945         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
93946         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
93947         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
93948         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
93949         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
93950         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
93951         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
93952         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
93953         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
93954         * platform/chromium-mac/fast/forms/001-expected.png:
93955         * platform/chromium-mac/fast/forms/001-expected.txt:
93956         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
93957         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
93958         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
93959         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
93960         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
93961         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
93962         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
93963         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
93964         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
93965         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
93966         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
93967         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
93968         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
93969         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
93970         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93971         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93972         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
93973         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93974         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
93975         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
93976         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
93977         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
93978         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
93979         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
93980         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
93981         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
93982         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
93983         * platform/chromium-mac/fast/forms/formmove3-expected.png:
93984         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
93985         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
93986         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
93987         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
93988         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
93989         * platform/chromium-mac/fast/forms/input-value-expected.png:
93990         * platform/chromium-mac/fast/forms/input-value-expected.txt:
93991         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
93992         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
93993         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93994         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93995         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
93996         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93997         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
93998         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
93999         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
94000         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
94001         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
94002         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
94003         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
94004         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
94005         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
94006         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
94007         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
94008         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
94009         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
94010         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
94011         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
94012         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
94013         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
94014         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
94015         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
94016         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
94017         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
94018         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
94019         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
94020         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
94021         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
94022         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
94023         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
94024         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
94025         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
94026         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
94027         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
94028         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
94029         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
94030         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
94031         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added.
94032         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added.
94033         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
94034         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
94035         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
94036         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
94037         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
94038         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
94039         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
94040         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
94041         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
94042         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
94043         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
94044         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
94045         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
94046         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
94047         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
94048         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
94049         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
94050         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
94051         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
94052         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
94053         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
94054         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
94055         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
94056         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
94057         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
94058         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
94059         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
94060         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
94061         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
94062         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
94063         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
94064         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
94065         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
94066         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
94067         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
94068         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
94069         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
94070         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
94071         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
94072         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
94073         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
94074         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
94075         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
94076         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
94077         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
94078         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
94079         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
94080         * platform/chromium-win-xp/fast/block/float: Removed.
94081         * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed.
94082         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed.
94083         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
94084
94085 2012-10-12  Rob Buis  <rbuis@rim.com>
94086
94087         [BlackBerry] Add tests of WebSocketEnabled preference
94088         https://bugs.webkit.org/show_bug.cgi?id=84982
94089
94090         Reviewed by Yong Li.
94091
94092         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added.
94093         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added.
94094
94095 2012-10-11  Emil A Eklund  <eae@chromium.org>
94096
94097         [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced
94098         https://bugs.webkit.org/show_bug.cgi?id=99108
94099
94100         Reviewed by Levi Weintraub.
94101
94102         Update tests expectations to reflect more correct rounding behavior.
94103         Specifically many images and other replaced content is no longer rendered at y -1.
94104
94105         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
94106         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
94107         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
94108         * platform/chromium-linux/fast/forms/007-expected.png:
94109         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
94110         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
94111         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
94112         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
94113         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
94114         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
94115         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
94116         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
94117         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
94118         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
94119         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
94120         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
94121         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
94122         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
94123         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
94124         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
94125         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
94126         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
94127         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
94128         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
94129         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
94130         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
94131         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
94132         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
94133         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
94134         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
94135         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
94136         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
94137         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
94138         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
94139         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
94140         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
94141         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
94142         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
94143         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
94144         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
94145         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
94146         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
94147         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
94148         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
94149         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
94150         * platform/chromium-linux/fast/html/details-open1-expected.png:
94151         * platform/chromium-linux/fast/html/details-open2-expected.png:
94152         * platform/chromium-linux/fast/html/details-open3-expected.png:
94153         * platform/chromium-linux/fast/html/details-open4-expected.png:
94154         * platform/chromium-linux/fast/html/details-open5-expected.png:
94155         * platform/chromium-linux/fast/html/details-open6-expected.png:
94156         * platform/chromium-linux/fast/html/details-position-expected.png:
94157         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
94158         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
94159         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
94160         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
94161         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
94162         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
94163         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
94164         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
94165         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
94166         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
94167         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
94168         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
94169         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
94170         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
94171         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
94172         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
94173         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
94174         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
94175         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
94176         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
94177         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
94178         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
94179         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
94180         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
94181         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
94182         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
94183         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
94184         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
94185         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
94186         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
94187         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
94188         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
94189         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
94190         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
94191         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
94192         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
94193         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
94194         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
94195         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
94196         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
94197         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
94198         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
94199         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
94200         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
94201         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
94202         * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
94203         * platform/chromium-win/fast/forms/007-expected.txt:
94204         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
94205         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
94206         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
94207         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
94208         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
94209         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
94210         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
94211         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
94212         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
94213         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
94214         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
94215         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
94216         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
94217         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
94218         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
94219         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
94220         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
94221         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
94222         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
94223         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
94224         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
94225         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
94226         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
94227         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
94228         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
94229         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
94230         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
94231         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
94232         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
94233         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
94234         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
94235         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
94236         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
94237         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
94238         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
94239         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
94240         * platform/chromium-win/fast/html/details-open1-expected.txt:
94241         * platform/chromium-win/fast/html/details-open2-expected.txt:
94242         * platform/chromium-win/fast/html/details-open3-expected.txt:
94243         * platform/chromium-win/fast/html/details-open4-expected.txt:
94244         * platform/chromium-win/fast/html/details-open5-expected.txt:
94245         * platform/chromium-win/fast/html/details-open6-expected.txt:
94246         * platform/chromium-win/fast/html/details-position-expected.txt:
94247         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
94248         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
94249         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
94250         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
94251         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
94252         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
94253         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
94254         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
94255         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
94256         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
94257         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
94258         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
94259         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
94260         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
94261         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
94262         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
94263         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
94264         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
94265         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
94266         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
94267         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
94268         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
94269         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
94270         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
94271         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
94272         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
94273         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
94274         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
94275         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
94276         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
94277         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
94278         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
94279         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
94280         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
94281         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
94282
94283 2012-10-05  Jer Noble  <jer.noble@apple.com>
94284
94285         Enable ENCRYPTED_MEDIA support on Mac.
94286         https://bugs.webkit.org/show_bug.cgi?id=98044
94287
94288         Reviewed by Anders Carlsson.
94289
94290         Add platform specific expected results.
94291
94292         * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added.
94293         * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from 
94294             fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results 
94295             search order including platform/mac.
94296
94297 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94298
94299         [EFL] Unreviewed gardening.
94300
94301         Move some WontFix tests to the right place in the file, and add
94302         some ImageOnlyFailures that showed up after updating Cairo to
94303         1.12.4.
94304
94305         * platform/efl/TestExpectations:
94306
94307 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
94308
94309         [Qt] Unreviewed gardening.
94310
94311         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated.
94312         * platform/qt/TestExpectations: Skip a flakey test.
94313
94314 2012-10-12  Adam Barth  <abarth@webkit.org>
94315
94316         More baselines updates after http://trac.webkit.org/changeset/131134.
94317         It seems http://trac.webkit.org/changeset/131158 wasn't quite complete.
94318
94319         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
94320         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
94321         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
94322         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
94323         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
94324         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
94325         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
94326         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
94327         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
94328         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
94329         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
94330         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
94331         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
94332         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
94333         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
94334         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
94335         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94336         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94337         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94338         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94339         * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed.
94340         * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed.
94341         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
94342         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
94343         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
94344         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
94345         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
94346         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
94347         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
94348         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
94349         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
94350         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
94351         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
94352         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
94353         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
94354         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
94355         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
94356         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
94357         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94358         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94359         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94360         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94361         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed.
94362         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94363         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94364         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94365         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94366         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed.
94367         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94368         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94369         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94370         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94371         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed.
94372
94373 2012-10-12  Adam Barth  <abarth@webkit.org>
94374
94375         Note that this test is flaky.
94376
94377         * platform/chromium/TestExpectations:
94378
94379 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94380
94381         [EFL] More pixel expectations and gardening.
94382
94383         Skip some pixel tests which are failing in WK1 and add correct PNG
94384         baselines for quite a few tests which render correctly in WK2.
94385
94386         * platform/efl-wk1/TestExpectations:
94387         * platform/efl/TestExpectations:
94388         * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
94389         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
94390         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
94391         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
94392         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
94393         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added.
94394         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
94395         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
94396         * platform/efl/fast/dynamic/anchor-lock-expected.png:
94397         * platform/efl/fast/events/autoscroll-expected.png:
94398         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
94399         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
94400         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
94401         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
94402         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
94403         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
94404         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
94405         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
94406         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
94407         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
94408         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
94409         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
94410         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
94411         * platform/efl/fast/repaint/fixed-expected.png:
94412         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
94413         * platform/efl/fast/repaint/fixed-scale-expected.png:
94414         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
94415         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
94416         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
94417         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
94418         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
94419         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
94420         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
94421         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
94422         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
94423         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
94424         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
94425         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
94426         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
94427         * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
94428         * platform/efl/fast/text/justify-ideograph-complex-expected.png:
94429         * platform/efl/fast/text/large-text-composed-char-expected.png:
94430         * platform/efl/http/tests/loading/simple-subframe-expected.png: Added.
94431         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
94432         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
94433         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
94434         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
94435         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
94436         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
94437         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
94438         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
94439         * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
94440
94441 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
94442
94443         [EFL] Gardening of the WK2 Debug Bot failing tests
94444         https://bugs.webkit.org/show_bug.cgi?id=99184
94445
94446         Unreviewed EFL gardening.
94447
94448         Skip failing tests on WK2 debug bot. Also, unskip tests that are
94449         consistently passing.
94450
94451         * platform/efl-wk1/TestExpectations:
94452         * platform/efl-wk2/TestExpectations:
94453         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt:
94454         * platform/efl/TestExpectations:
94455
94456 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94457
94458         Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176.
94459
94460         * inspector/styles/region-style-crash-expected.txt:
94461
94462 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94463
94464         Web Inspector: [Styles] !important priority not honored inside the same declaration
94465         https://bugs.webkit.org/show_bug.cgi?id=99170
94466
94467         Reviewed by Yury Semikhatsky.
94468
94469         * inspector/elements/elements-panel-styles-expected.txt:
94470         * inspector/elements/resources/elements-panel-styles.css:
94471         (.foo):
94472
94473 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
94474
94475         [EFL] Gardening to make the bots green
94476         https://bugs.webkit.org/show_bug.cgi?id=99176
94477
94478         Unreviewed EFL gardening.
94479
94480         Skip failing tests in order to make the bots green.
94481
94482         * platform/efl/TestExpectations:
94483
94484 2012-10-12  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
94485
94486         Unreviewed EFL gardening.
94487         https://bugs.webkit.org/show_bug.cgi?id=99161
94488
94489         Unskip editing/pasteboard and add test expectations for failing tests.
94490
94491         * platform/efl/TestExpectations:
94492
94493 2012-10-12  Pavel Feldman  <pfeldman@chromium.org>
94494
94495         Web Inspector: relies on current Function.prototype.bind in the frame
94496         https://bugs.webkit.org/show_bug.cgi?id=99164
94497
94498         Reviewed by Yury Semikhatsky.
94499
94500         * inspector/console/command-line-api-expected.txt:
94501         * inspector/console/console-bind-fake-expected.txt: Added.
94502         * inspector/console/console-bind-fake.html: Added.
94503
94504 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
94505
94506         [Qt] Unreviewed gardening, update expected files, skip new failing tests.
94507
94508         * platform/qt-5.0-wk2/TestExpectations:
94509         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added.
94510         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
94511         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
94512
94513 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94514
94515         Web Inspector: [Styles] Colors should be "As authored" by default
94516         https://bugs.webkit.org/show_bug.cgi?id=99017
94517
94518         Reviewed by Vsevolod Vlasov.
94519
94520         Test rebaselines.
94521
94522         * inspector/elements/elements-panel-styles-expected.txt:
94523         * inspector/styles/inject-stylesheet-expected.txt:
94524         * inspector/styles/lazy-computed-style-expected.txt:
94525         * inspector/styles/styles-computed-trace-expected.txt:
94526         * inspector/styles/styles-overriden-properties-expected.txt:
94527         * inspector/styles/styles-update-from-js-expected.txt:
94528         * inspector/styles/variables/css-variables-expected.txt:
94529         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
94530
94531 2012-10-12  Vsevolod Vlasov  <vsevik@chromium.org>
94532
94533         Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
94534         https://bugs.webkit.org/show_bug.cgi?id=98912
94535
94536         Reviewed by Pavel Feldman.
94537
94538         * inspector/debugger/live-edit.html:
94539         * inspector/extensions/extensions-resources.html:
94540
94541 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
94542
94543         Unreviewed test expectations update after r131134
94544
94545         * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt:
94546         * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
94547         * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
94548         * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png:
94549         * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
94550         * platform/chromium-linux/fast/text/drawBidiText-expected.png:
94551         * platform/chromium-linux/fast/text/international/arabic-justify-expected.png:
94552         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png:
94553         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
94554         * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
94555         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
94556         * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
94557         * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
94558         * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
94559         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
94560         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
94561         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
94562         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
94563         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
94564         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
94565         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
94566         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
94567         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
94568         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
94569         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
94570         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
94571         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
94572         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
94573         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
94574         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
94575         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
94576         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
94577         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
94578         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
94579         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
94580         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
94581         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
94582         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
94583         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
94584         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
94585         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
94586         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
94587         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
94588         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
94589         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
94590         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
94591         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
94592         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
94593         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
94594         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
94595         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
94596         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
94597         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
94598         * platform/chromium-linux/svg/text/bidi-text-query-expected.png:
94599         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt:
94600         * platform/chromium-linux/svg/text/bidi-tspans-expected.png:
94601         * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
94602         * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png:
94603         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
94604         * platform/chromium/TestExpectations:
94605
94606 2012-10-12  Zan Dobersek  <zandobersek@gmail.com>
94607
94608         Unreviewed GTK gardening.
94609
94610         Rebaselining fast/dom/Window/window-properties-performance.html after r131106.
94611         Adding a failure expectation for a transitions blend mode test added in r131146.
94612
94613         * platform/gtk/TestExpectations:
94614         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
94615
94616 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
94617
94618         [WebSocket] Add "Cache-Control: no-cache" to handshake request
94619         https://bugs.webkit.org/show_bug.cgi?id=98000
94620
94621         Reviewed by Yuta Kitamura.
94622
94623         Add a test for no-cache headers check.
94624
94625         * http/tests/websocket/tests/hybi/nocache-expected.txt: Added.
94626         * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added.
94627         (web_socket_do_extra_handshake):
94628         (web_socket_transfer_data):
94629         * http/tests/websocket/tests/hybi/nocache.html: Added.
94630
94631 2012-10-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
94632
94633         [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM.
94634
94635         * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html.
94636
94637 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94638
94639         [Chromium] Unreviewed gardening, TestExpectation updated.
94640
94641         * platform/chromium/TestExpectations:
94642
94643 2012-10-11  Rik Cabanier  <cabanier@adobe.com>
94644
94645         Bad copy constructor in StyleRareNonInheritedData
94646         https://bugs.webkit.org/show_bug.cgi?id=98950
94647
94648         Reviewed by Eric Seidel.
94649
94650         Typo in copy constructor caused blendmode to always be the default.
94651
94652         * platform/chromium/TestExpectations:
94653         * transitions/blendmode-transitions-expected.txt: Added.
94654         * transitions/blendmode-transitions.html: Added.
94655         * transitions/resources/transition-test-helpers.js:
94656         * transitions/svg-transitions-expected.txt:
94657
94658 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
94659
94660         [Chromium] Unreviewed gardening, TestExpectation updated.
94661
94662         * platform/chromium/TestExpectations:
94663
94664 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94665
94666         [Chromium] Unreviewed gardening, TestExpectations updated.
94667
94668         * platform/chromium/TestExpectations:
94669
94670 2012-10-11  Takashi Sakamoto  <tasak@google.com>
94671
94672         [Shadow DOM] Insertion points need resetStyleInheritance
94673         https://bugs.webkit.org/show_bug.cgi?id=93922
94674
94675         Reviewed by Dimitri Glazkov.
94676
94677         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt: Added.
94678         * fast/dom/shadow/insertion-point-resetStyleInheritance.html: Added.
94679
94680 2012-10-11  Kenichi Ishibashi  <bashi@chromium.org>
94681
94682         [Chromium] Use harfbuzz-ng by default on Linux
94683         https://bugs.webkit.org/show_bug.cgi?id=97281
94684
94685         Reviewed by Tony Chang.
94686
94687         * platform/chromium/TestExpectations: Added temporary expectations.
94688
94689 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
94690
94691         [Chromium] Unreviewed gardening, rebaselined.
94692
94693         * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94694         * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94695         * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94696
94697 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94698
94699         [Chromium] Unreviewed gardening, rebaselined.
94700
94701         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
94702
94703 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
94704
94705         Unreviewed, rolling out r131100.
94706         http://trac.webkit.org/changeset/131100
94707         https://bugs.webkit.org/show_bug.cgi?id=99127
94708
94709         Caused an ASSERT (Requested by abarth|gardening on #webkit).
94710
94711         * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
94712         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
94713         * css3/filters/custom/custom-filter-composite-operators.html: Removed.
94714
94715 2012-10-11  Adam Barth  <abarth@webkit.org>
94716
94717         Add baselines for the rest of the platforms after
94718         http://trac.webkit.org/changeset/131111
94719
94720         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
94721         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94722         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94723         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94724         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94725         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94726
94727 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
94728
94729         Unreviewed, rolling out r131107.
94730         http://trac.webkit.org/changeset/131107
94731         https://bugs.webkit.org/show_bug.cgi?id=99126
94732
94733         Causes an ASSERT (Requested by abarth|gardening on #webkit).
94734
94735         * accessibility/secure-textfield-title-ui.html:
94736         * accessibility/title-ui-element-correctness-expected.txt: Removed.
94737         * accessibility/title-ui-element-correctness.html: Removed.
94738         * perf/accessibility-title-ui-element-expected.txt: Removed.
94739         * perf/accessibility-title-ui-element.html: Removed.
94740         * platform/chromium/TestExpectations:
94741
94742 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
94743
94744         [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing
94745         https://bugs.webkit.org/show_bug.cgi?id=99096
94746
94747         * platform/mac/TestExpectations:
94748
94749 2012-10-11  Levi Weintraub  <leviw@chromium.org>
94750
94751         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
94752         https://bugs.webkit.org/show_bug.cgi?id=98571
94753
94754         Reviewed by Emil A Eklund.
94755
94756         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
94757
94758         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
94759         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94760         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94761         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
94762         The repaint rect shrinks safely by one pixel.
94763         * platform/chromium/TestExpectations:
94764         * platform/mac-lion/TestExpectations:
94765         * platform/mac-snowleopard/TestExpectations:
94766         * platform/mac-wk2/TestExpectations:
94767         * platform/mac/TestExpectations:
94768         * platform/qt-4.8/TestExpectations:
94769         * platform/qt/TestExpectations:
94770         * platform/win-wk2/TestExpectations:
94771         * platform/win-xp/TestExpectations:
94772         * platform/win/TestExpectations:
94773         * platform/wincairo/TestExpectations:
94774         * platform/wk2/TestExpectations:
94775
94776 2012-10-11  Dominic Mazzoni  <dmazzoni@google.com>
94777
94778         AX: labelForElement is slow when there are a lot of DOM elements
94779         https://bugs.webkit.org/show_bug.cgi?id=97825
94780
94781         Reviewed by Ryosuke Niwa.
94782
94783         Adds two new tests for titleUIElement that run on both Mac and
94784         Chromium. One tests correctness, the other tests speed.
94785
94786         Fixes one test so that it passes on Chromium.
94787         Enables other tests that now pass on Chromium.
94788
94789         * accessibility/secure-textfield-title-ui.html:
94790         * accessibility/title-ui-element-correctness-expected.txt: Added.
94791         * accessibility/title-ui-element-correctness.html: Added.
94792         * perf/accessibility-title-ui-element-expected.txt: Added.
94793         * perf/accessibility-title-ui-element.html: Added.
94794         * platform/chromium/TestExpectations:
94795
94796 2012-10-11  James Simonsen  <simonjam@chromium.org>
94797
94798         unprefix window.performance.webkitNow()
94799         https://bugs.webkit.org/show_bug.cgi?id=88278
94800
94801         Reviewed by Tony Gentilcore.
94802
94803         * fast/dom/Window/window-properties-performance-expected.txt:
94804         * fast/performance/performance-now-timestamps-expected.txt:
94805         * fast/performance/script-tests/performance-now-timestamps.js:
94806         * platform/chromium/TestExpectations: Remove skipped expectation.
94807         * platform/efl/TestExpectations:
94808         * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
94809         * platform/gtk/TestExpectations:
94810         * platform/qt/TestExpectations:
94811         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
94812         * resources/magnitude-perf.js:
94813         (Magnitude._runIteration):
94814
94815 2012-10-11  Huang Dongsung  <luxtella@company100.net>
94816
94817         [CSS Shaders] Make custom filters use a premultiplied buffer.
94818         https://bugs.webkit.org/show_bug.cgi?id=98396
94819
94820         Reviewed by Dean Jackson.
94821
94822         Add test to check that the DOM element texture composites correctly
94823         when source alpha is a fractional value.
94824
94825         * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added.
94826         * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added.
94827
94828 2012-10-11  Huang Dongsung  <luxtella@company100.net>
94829
94830         [CSS Shaders] Implement all composite operators except destination and lighter.
94831         https://bugs.webkit.org/show_bug.cgi?id=97859
94832
94833         Reviewed by Dean Jackson.
94834
94835         Add test to check that the DOM element texture composites correctly with the css_MixColor
94836         variable from the author's shader for each composite operator.
94837
94838         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
94839         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
94840         * css3/filters/custom/custom-filter-composite-operators.html: Added.
94841
94842 2012-10-11  Adam Barth  <abarth@webkit.org>
94843
94844         One more baseline tweak after v8-i18n roll.
94845
94846         * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced.
94847
94848 2012-10-11  Filip Pizlo  <fpizlo@apple.com>
94849
94850         UInt32ToNumber and OSR exit should be aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast
94851         https://bugs.webkit.org/show_bug.cgi?id=99100
94852         <rdar://problem/12480955>
94853
94854         Reviewed by Michael Saboff and Mark Hahnenberg.
94855
94856         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added.
94857         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added.
94858         * fast/js/jsc-test-list:
94859         * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added.
94860         (foo):
94861
94862 2012-10-11  Joshua Bell  <jsbell@chromium.org>
94863
94864         IndexedDB: IDL types defined in spec should be visible to scripts
94865         https://bugs.webkit.org/show_bug.cgi?id=99093
94866
94867         Reviewed by Adam Barth.
94868
94869         Verify that interfaces defined in the IDB spec's WebIDL are present on the
94870         global object.
94871
94872         * storage/indexeddb/interfaces-expected.txt: Added.
94873         * storage/indexeddb/interfaces.html: Added.
94874         * storage/indexeddb/resources/interfaces.js: Added.
94875         * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test.
94876         (test):
94877
94878 2012-10-11  Adam Barth  <abarth@webkit.org>
94879
94880         Rebaseline these tests after v8-i18n roll.
94881
94882         * platform/chromium/fast/js/kde/StringObject-expected.txt:
94883         * platform/chromium/fast/js/kde/function_length-expected.txt: Added.
94884         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added.
94885         * platform/chromium/fast/js/string-prototype-properties-expected.txt:
94886         * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt:
94887
94888 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
94889
94890         [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
94891         https://bugs.webkit.org/show_bug.cgi?id=81042
94892
94893         Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled
94894
94895         * platform/wk2/TestExpectations:
94896
94897 2012-10-11  Adam Barth  <abarth@webkit.org>
94898
94899         I'm not 100% sure what caused this test to change behavior, but fewer
94900         unexpected exceptions seems like a good thing.
94901
94902         * platform/chromium/http/tests/media: Added.
94903         * platform/chromium/http/tests/media/media-source: Added.
94904         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added.
94905
94906 2012-10-11  Adam Barth  <abarth@webkit.org>
94907
94908         Note that this test is flaky.
94909
94910         * platform/chromium/TestExpectations:
94911
94912 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
94913
94914         [Qt] Unreviewed gardening, skip new failing tests.
94915
94916         * platform/qt/TestExpectations:
94917
94918 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
94919
94920         [Qt] Unreviewed gardening, unskip and rebase now passing tests.
94921
94922         * platform/qt/TestExpectations:
94923         * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added.
94924         * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added.
94925         * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
94926         * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added.
94927         * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added.
94928         * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added.
94929         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
94930         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
94931         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
94932         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
94933         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
94934         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt:
94935         * platform/qt/css3/filters/blur-filter-page-scroll-expected.png:
94936         * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png:
94937         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
94938         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
94939         * platform/qt/css3/filters/composited-during-animation-expected.txt: Added.
94940         * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added.
94941         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added.
94942         * platform/qt/css3/filters/effect-reference-ordering-expected.png:
94943         * platform/qt/css3/images/cross-fade-background-size-expected.png: Added.
94944         * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added.
94945         * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added.
94946         * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added.
94947         * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
94948         * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
94949         * platform/qt/fast/borders/rtl-border-04-expected.png: Added.
94950         * platform/qt/fast/borders/rtl-border-04-expected.txt: Added.
94951         * platform/qt/fast/borders/rtl-border-05-expected.png: Added.
94952         * platform/qt/fast/borders/rtl-border-05-expected.txt: Added.
94953         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added.
94954         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
94955         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
94956         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
94957         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
94958         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
94959         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
94960         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
94961         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
94962         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
94963         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
94964         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
94965         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
94966         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
94967         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
94968         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
94969         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
94970         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
94971         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
94972         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
94973         * platform/qt/fast/dom/34176-expected.png: Added.
94974         * platform/qt/fast/dom/34176-expected.txt: Added.
94975         * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added.
94976         * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added.
94977         * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added.
94978         * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added.
94979         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
94980         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
94981         * platform/qt/fast/inline/inline-box-background-expected.png: Added.
94982         * platform/qt/fast/inline/inline-box-background-expected.txt: Added.
94983         * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added.
94984         * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added.
94985         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added.
94986         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
94987         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added.
94988         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
94989         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
94990         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
94991         * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added.
94992         * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added.
94993         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
94994         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
94995         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png:
94996         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
94997         * platform/qt/fast/speech/input-appearance-speechbutton-expected.png:
94998         * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt:
94999         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
95000         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
95001         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
95002         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
95003         * platform/qt/fast/table/table-row-outline-paint-expected.png: Added.
95004         * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added.
95005         * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.
95006         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
95007         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
95008         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
95009         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
95010         * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
95011         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
95012         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
95013         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
95014         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
95015         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
95016         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
95017         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
95018         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
95019         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
95020         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
95021         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
95022         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
95023         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
95024         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
95025         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
95026         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
95027         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
95028         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
95029         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
95030         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
95031         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
95032         * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
95033         * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
95034         * platform/qt/svg/batik/filters/feTile-expected.png: Added.
95035         * platform/qt/svg/batik/filters/feTile-expected.txt:
95036         * platform/qt/svg/batik/paints/patternRegions-expected.png:
95037         * platform/qt/svg/batik/paints/patternRegions-expected.txt:
95038         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
95039         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
95040         * platform/qt/svg/batik/text/textEffect-expected.png:
95041         * platform/qt/svg/batik/text/textEffect-expected.txt:
95042         * platform/qt/svg/batik/text/textEffect3-expected.png:
95043         * platform/qt/svg/batik/text/textEffect3-expected.txt:
95044         * platform/qt/svg/batik/text/textLayout-expected.png: Added.
95045         * platform/qt/svg/batik/text/textLayout-expected.txt: Added.
95046         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added.
95047         * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added.
95048         * platform/qt/svg/batik/text/textStyles-expected.png: Added.
95049         * platform/qt/svg/batik/text/textStyles-expected.txt: Added.
95050         * platform/qt/svg/batik/text/verticalText-expected.png: Added.
95051         * platform/qt/svg/batik/text/verticalText-expected.txt: Added.
95052         * platform/qt/svg/batik/text/xmlSpace-expected.png: Added.
95053         * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added.
95054         * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95055         * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added.
95056         * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95057         * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added.
95058         * platform/qt/svg/css/group-with-shadow-expected.png: Added.
95059         * platform/qt/svg/css/group-with-shadow-expected.txt: Added.
95060         * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95061         * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
95062         * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95063         * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
95064         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
95065         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
95066         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
95067         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
95068         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added.
95069         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
95070         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added.
95071         * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added.
95072         * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
95073         * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
95074         * platform/qt/svg/custom/hit-test-with-br-expected.png: Added.
95075         * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added.
95076         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
95077         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
95078         * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added.
95079         * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added.
95080         * platform/qt/svg/custom/junk-data-expected.png: Added.
95081         * platform/qt/svg/custom/junk-data-expected.txt: Added.
95082         * platform/qt/svg/custom/missing-xlink-expected.png:
95083         * platform/qt/svg/custom/missing-xlink-expected.txt:
95084         * platform/qt/svg/custom/non-scaling-stroke-expected.png:
95085         * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
95086         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95087         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
95088         * platform/qt/svg/custom/path-bad-data-expected.png:
95089         * platform/qt/svg/custom/path-bad-data-expected.txt:
95090         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
95091         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
95092         * platform/qt/svg/custom/recursive-gradient-expected.txt:
95093         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
95094         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
95095         * platform/qt/svg/custom/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95096         * platform/qt/svg/custom/small-rect-scale-expected.txt: Added.
95097         * platform/qt/svg/custom/stroked-pattern-expected.txt:
95098         * platform/qt/svg/custom/use-font-face-crash-expected.png:
95099         * platform/qt/svg/custom/use-font-face-crash-expected.txt:
95100         * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added.
95101         * platform/qt/svg/custom/visibility-override-filter-expected.png:
95102         * platform/qt/svg/dom/length-list-parser-expected.txt:
95103         * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added.
95104         * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added.
95105         * platform/qt/svg/filters/big-sized-filter-expected.png: Added.
95106         * platform/qt/svg/filters/big-sized-filter-expected.txt: Added.
95107         * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95108         * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added.
95109         * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95110         * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
95111         * platform/qt/svg/hixie/data-types/002-expected.png: Added.
95112         * platform/qt/svg/hixie/data-types/002-expected.txt: Added.
95113         * platform/qt/svg/hixie/error/012-expected.png: Added.
95114         * platform/qt/svg/hixie/error/012-expected.txt: Added.
95115         * platform/qt/svg/hixie/perf/006-expected.png:
95116         * platform/qt/svg/hixie/perf/006-expected.txt:
95117         * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added.
95118         * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added.
95119         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
95120         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
95121         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
95122         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
95123         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
95124         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
95125         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
95126         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
95127         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
95128         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
95129         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
95130         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
95131         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
95132         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
95133         * platform/qt/svg/text/text-rescale-expected.png: Added.
95134         * platform/qt/svg/text/text-rescale-expected.txt: Added.
95135         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
95136         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
95137         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
95138         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
95139
95140 2012-10-11  Dan Bernstein  <mitz@apple.com>
95141
95142         <rdar://problem/12477191> Combined text reverts to full-width font after a style change
95143         https://bugs.webkit.org/show_bug.cgi?id=99009
95144
95145         Reviewed by John Sullivan.
95146
95147         * fast/text/text-combine-width-after-style-change-expected.html: Added.
95148         * fast/text/text-combine-width-after-style-change.html: Added.
95149
95150 2012-10-11  Hayato Ito  <hayato@chromium.org>
95151
95152         Update ComposedShadowTreeWalker for Shadow DOM re-projection.
95153         https://bugs.webkit.org/show_bug.cgi?id=97151
95154
95155         Reviewed by Dimitri Glazkov.
95156
95157         * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
95158         * fast/dom/shadow/composed-shadow-tree-walker.html:
95159         * fast/dom/shadow/resources/shadow-dom.js:
95160         (createShadowRootWithAttributes):
95161         (createDOM):
95162         * fast/dom/shadow/shadow-dom-event-dispatching.html:
95163         * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added.
95164         * fast/dom/shadow/shadowdom-reprojection-1.html: Added.
95165         * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added.
95166         * fast/dom/shadow/shadowdom-reprojection-2.html: Added.
95167
95168 2012-10-11  Joshua Bell  <jsbell@chromium.org>
95169
95170         WebIDL: overloaded methods prevent number -> string conversion
95171         https://bugs.webkit.org/show_bug.cgi?id=85326
95172
95173         Reviewed by Kentaro Hara.
95174
95175         Updated expectations - new (more generic) console warnings.
95176
95177         * storage/indexeddb/cursor-overloads-expected.txt:
95178         * storage/indexeddb/legacy-constants-expected.txt:
95179
95180 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95181
95182         Unreviewed GTK gardening.
95183
95184         Cleaning up the expected failures section. Any test that is marked as a WontFix
95185         should now have a small comment about the reasoning for such expectation, but no
95186         bug modifier. Any other expectation should now have a dedicated bug entry in the
95187         bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some
95188         outdated expectations or moved them into the failing tests section.
95189
95190         * platform/gtk/TestExpectations:
95191
95192 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
95193
95194         [Qt] Unreviewed gardening after 131050, 131051.
95195
95196         * platform/qt-5.0-wk2/TestExpectations:
95197         * platform/qt/TestExpectations:
95198
95199 2012-10-11  Kenichi Ishibashi <bashi@chromium.org>
95200
95201         REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype
95202         https://bugs.webkit.org/show_bug.cgi?id=98247
95203
95204         Reviewed by Kenneth Rohde Christiansen.
95205
95206         Removing temporary failures of complex font cases.
95207
95208         * platform/efl/TestExpectations:
95209
95210 2012-10-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
95211
95212         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
95213         https://bugs.webkit.org/show_bug.cgi?id=98527
95214
95215         Reviewed by Kenneth Rohde Christiansen.
95216
95217         Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected.
95218         Other WK2 ports will have to do the same.
95219
95220         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
95221         * platform/gtk-wk2/TestExpectations:
95222         * platform/mac-wk2/TestExpectations:
95223         * platform/qt-5.0-wk2/TestExpectations:
95224
95225 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95226
95227         Unreviewed GTK gardening.
95228
95229         Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html
95230         that's required after r130090.
95231
95232         * platform/gtk/TestExpectations:
95233         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added.
95234         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added.
95235
95236 2012-10-11  Keishi Hattori  <keishi@webkit.org>
95237
95238         F4 key should open the picker popup on Windows and Linux
95239         https://bugs.webkit.org/show_bug.cgi?id=98754
95240
95241         Reviewed by Kent Tamura.
95242
95243         * fast/forms/date/calendar-picker-key-operations.html:
95244         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
95245         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
95246         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
95247         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
95248         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
95249         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
95250         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html:
95251
95252 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
95253
95254         [Qt] Reviewing Qt TestExpectations. Unskip now passing tests.
95255
95256         * platform/qt-5.0-wk1/TestExpectations:
95257         * platform/qt-5.0-wk2/TestExpectations:
95258         * platform/qt/TestExpectations:
95259
95260 2012-10-11  Pavel Feldman  <pfeldman@chromium.org>
95261
95262         Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
95263         https://bugs.webkit.org/show_bug.cgi?id=99042
95264
95265         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
95266         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
95267         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
95268         * platform/chromium/TestExpectations:
95269         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95270         * platform/gtk/TestExpectations:
95271         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95272         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95273         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95274
95275 2012-10-11  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
95276
95277         [Qt] Unreviewed gardening after r131044.
95278
95279         Skip the failing tests.
95280
95281         * platform/qt-5.0-wk2/TestExpectations:
95282
95283 2012-10-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
95284
95285         Unreviewed Qt gardening.
95286
95287         Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles.
95288
95289         * platform/qt-5.0-wk2/TestExpectations:
95290         * platform/qt/TestExpectations:
95291
95292 2012-10-11  Arpita Bahuguna  <arpitabahuguna@gmail.com>
95293
95294         REGRESSION (r96393): In some cases, generated content is never shown
95295         https://bugs.webkit.org/show_bug.cgi?id=88196
95296
95297         Reviewed by Antti Koivisto.
95298
95299         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added.
95300         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added.
95301         Ref test added for verifying that the attribute selector style, when specified
95302         in conjucntion with pseudo-elements, is applied to the corresponding element.
95303
95304 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
95305
95306         Some shadow roots are not showing up in Inspector.
95307         https://bugs.webkit.org/show_bug.cgi?id=88251
95308
95309         Reviewed by Pavel Feldman.
95310
95311         * inspector/elements/shadow-root-expected.txt: Added.
95312         * inspector/elements/shadow-root.html: Added.
95313
95314 2012-10-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
95315
95316         [WK2] Enable tests that use setAlwaysAcceptCookies()
95317         https://bugs.webkit.org/show_bug.cgi?id=98891
95318
95319         Unreviewed gardening. Enable WebKit2 tests that use
95320         setAlwaysAcceptCookies(): this feature was added several months ago.
95321
95322         * platform/wk2/TestExpectations:
95323
95324 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95325
95326         [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004.
95327
95328         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95329
95330 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95331
95332         Unreviewed GTK gardening.
95333
95334         Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004.
95335         Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html.
95336
95337         * platform/gtk/TestExpectations:
95338         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95339
95340 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95341
95342         [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html
95343
95344         Seems to be passing consistently now.
95345
95346         * platform/efl/TestExpectations:
95347
95348 2012-10-11  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
95349
95350         [EFL] Add baselines for editing/pasteboard.
95351         https://bugs.webkit.org/show_bug.cgi?id=99018
95352
95353         Unreviewed EFL gardening.
95354
95355         * platform/efl/editing/pasteboard/: 26 new baselines.
95356
95357 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95358
95359         [EFL] More unreviewed gardening.
95360
95361         Revert my r130959, it turns out the tests being reported as
95362         failing were ones which were not listed in TestExpectations at
95363         all, so no cookie for me.
95364
95365         Also add `Missing' as a valid expectation for
95366         fast/css/text-rendering.html. While at it remove the text
95367         expectations for it, since the test is failing for us anyway.
95368
95369         * platform/efl/TestExpectations:
95370         * platform/efl/fast/css/text-rendering-expected.txt: Removed.
95371
95372 2012-10-11  Alexander Pavlov  <apavlov@chromium.org>
95373
95374         Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
95375         https://bugs.webkit.org/show_bug.cgi?id=98887
95376
95377         Reviewed by Vsevolod Vlasov.
95378
95379         * inspector/elements/breadcrumb-updates-expected.txt: Added.
95380         * inspector/elements/breadcrumb-updates.html: Added.
95381
95382 2012-10-11  Kunihiko Sakamoto  <ksakamoto@chromium.org>
95383
95384         Final newline (LF or CRLF) in paste buffer is converted to space
95385         https://bugs.webkit.org/show_bug.cgi?id=80838
95386
95387         Reviewed by Ryosuke Niwa.
95388
95389         Verify that trailing newlines are stripped when pasted into text inputs.
95390
95391         * editing/input/paste-text-ending-with-interchange-newline-expected.txt:
95392         Updated the expectation.
95393         * fast/forms/paste-multiline-text-input.html:
95394         Changed to use document.execCommand to mimic pasting, because setting
95395         input.value attribute does not trigger beforeTextInserted event.
95396         Added a test case to test trailing newlines.
95397
95398 2012-10-11  Ilya Tikhonovsky  <loislo@chromium.org>
95399
95400         Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code.
95401         https://bugs.webkit.org/show_bug.cgi?id=99001
95402
95403         * platform/efl/TestExpectations:
95404         * platform/gtk/TestExpectations:
95405         * platform/mac/TestExpectations:
95406         * platform/win/TestExpectations:
95407
95408 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
95409
95410         [Chromium] Unreviewed gardening, test expectation update.
95411
95412         * platform/chromium/TestExpectations:
95413
95414 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
95415
95416         [Qt] Unreviewed morning gardening, skip new failing tests.
95417
95418         * platform/qt-5.0-wk2/TestExpectations:
95419         * platform/qt/TestExpectations:
95420
95421 2012-10-10  Ilya Tikhonovsky  <loislo@chromium.org>
95422
95423         Web Inspector: NMI instrument HTMLCanvas element.
95424         https://bugs.webkit.org/show_bug.cgi?id=98917
95425
95426         Reviewed by Yury Semikhatsky.
95427
95428         It also includes non intrusive instrumentation for skia classes.
95429
95430         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
95431         * inspector/profiler/memory-instrumentation-cached-images.html:
95432         * inspector/profiler/memory-instrumentation-canvas.html: Added.
95433         * inspector/profiler/memory-instrumentation-test.js: Added.
95434         (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize):
95435         (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize):
95436         (initialize_MemoryInstrumentationTest):
95437
95438 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
95439
95440         [Chromium] Unreviewed gardening, rebaselined.
95441
95442         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
95443         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed.
95444
95445 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
95446
95447         compositing/images/truncated-direct-png-image.html has been failing on Mac since it was
95448         added. Mark it as an expected image failure.
95449
95450         * platform/mac/TestExpectations:
95451
95452 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
95453
95454         compositing/tiling/crash-reparent-tiled-layer.html is flakey
95455         https://bugs.webkit.org/show_bug.cgi?id=82546
95456
95457         Reviewed by Beth Dakin.
95458
95459         Unskip a previously-flakey tiled layer test that should not be flakey after this change.
95460
95461         * platform/mac/TestExpectations:
95462
95463 2012-10-10  James Simonsen  <simonjam@chromium.org>
95464
95465         Import W3C test suite for performance.now()
95466         https://bugs.webkit.org/show_bug.cgi?id=98953
95467
95468         Reviewed by Tony Gentilcore.
95469
95470         * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
95471         * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
95472         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
95473         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
95474         * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
95475         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
95476         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
95477         * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
95478         * platform/efl/TestExpectations:
95479         * platform/gtk/TestExpectations:
95480         * platform/qt/TestExpectations:
95481
95482 2012-10-10  Dan Bernstein  <mitz@apple.com>
95483
95484         <rdar://problem/12472460> text-combine doesn’t use third- and quarter-width variants when used with @font-face
95485         https://bugs.webkit.org/show_bug.cgi?id=98961
95486
95487         Reviewed by Tim Horton.
95488
95489         * fast/text/text-combine-with-font-face-expected.html: Added.
95490         * fast/text/text-combine-with-font-face.html: Added.
95491
95492 2012-10-10  Elliott Sprehn  <esprehn@chromium.org>
95493
95494         Move :before and :after into the DOM        
95495         https://bugs.webkit.org/show_bug.cgi?id=95117
95496
95497         Reviewed by Eric Seidel.
95498
95499         Regenerated some baselines for tests given the new generated content architecture and disabled
95500         tests that are testing generated content on inputs which were wrong.
95501
95502         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
95503         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95504         * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests.
95505         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95506         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95507            This test always produced wrong output because we leave an anonymous RenderTable in the tree,
95508            and now that generated content is handled like DOM nodes this test renders differently since the
95509            content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed.
95510
95511 2012-10-10  Levi Weintraub  <leviw@chromium.org>
95512
95513         Tests failure on Chromium Mac after r130821
95514         https://bugs.webkit.org/show_bug.cgi?id=98865
95515
95516         Reviewed by Adam Barth.
95517
95518         Removing failing test entries.
95519
95520         * platform/chromium/TestExpectations:
95521
95522 2012-10-10  Stephen Chenney  <schenney@chromium.org>
95523
95524         SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't
95525         https://bugs.webkit.org/show_bug.cgi?id=98755
95526
95527         Reviewed by Eric Seidel.
95528
95529         New test case that includes an alt-glyph that comes from the system
95530         fallback font (because the alt-glyph doesn't reference anything). This
95531         test crashes on Chromium linux without the patch, and may crash on
95532         other platforms too.
95533
95534         * svg/text/alt-glpyh-on-fallback-font-crash.html: Added.
95535
95536 2012-10-10  Tab Atkins  <jackalmage@gmail.com>
95537
95538         column-count: 0 should not prevent margin-collapse through
95539         https://bugs.webkit.org/show_bug.cgi?id=65159
95540
95541         Reviewed by Tony Chang.
95542
95543         Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value,
95544         rather than just ensuring that it doesn't crash.
95545
95546         * fast/multicol/zeroColumnCount-expected.txt:
95547         * fast/multicol/zeroColumnCount.html:
95548
95549 2012-10-10  Alexander Shalamov  <alexander.shalamov@intel.com>
95550
95551         Invalid values for media query features are not handled
95552         https://bugs.webkit.org/show_bug.cgi?id=97006
95553
95554         Reviewed by Kenneth Rohde Christiansen.
95555
95556         Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/
95557
95558         * fast/media/media-query-invalid-value.html: Fixed invalid media query.
95559         * fast/media/media-query-serialization.html: Fixed invalid media query.
95560         * fast/media/w3c/README: Added.
95561         * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite)
95562         * fast/media/w3c/test_media_queries-expected.txt: Added.
95563         * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite)
95564
95565 2012-10-10  MORITA Hajime  <morrita@google.com>
95566
95567         https://bugs.webkit.org/show_bug.cgi?id=95664
95568         [Shadow DOM] should be able to be available without <style scoped>
95569
95570         Reviewed by Dimitri Glazkov.
95571
95572         * fast/dom/shadow/style-scoped-not-enabled-expected.txt: Added.
95573         * fast/dom/shadow/style-scoped-not-enabled.html: Added.
95574
95575 2012-10-10  Ojan Vafai  <ojan@chromium.org>
95576
95577         check-layout.js should always dumpAsText
95578         https://bugs.webkit.org/show_bug.cgi?id=98959
95579
95580         Reviewed by Tony Chang.
95581
95582         Every checkLayout test was already dumpAsText except for 
95583         css3/flexbox/flex-item-child-overflow.html, which is a reftest
95584         and really doesn't need to be a checkLayout test.
95585
95586         * css3/flexbox/auto-height-dynamic.html:
95587         * css3/flexbox/box-sizing-min-max-sizes.html:
95588         * css3/flexbox/box-sizing.html:
95589         * css3/flexbox/columns-auto-size.html:
95590         * css3/flexbox/columns-height-set-via-top-bottom.html:
95591         * css3/flexbox/flex-algorithm-min-max.html:
95592         * css3/flexbox/flex-algorithm-with-margins.html:
95593         * css3/flexbox/flex-algorithm.html:
95594         * css3/flexbox/flex-align-column.html:
95595         * css3/flexbox/flex-align-end.html:
95596         * css3/flexbox/flex-align-max.html:
95597         * css3/flexbox/flex-align-percent-height.html:
95598         * css3/flexbox/flex-align-stretch.html:
95599         * css3/flexbox/flex-align-vertical-writing-mode.html:
95600         * css3/flexbox/flex-align.html:
95601         * css3/flexbox/flex-flow-auto-margins.html:
95602         * css3/flexbox/flex-flow-border.html:
95603         * css3/flexbox/flex-flow-margins-auto-size.html:
95604         * css3/flexbox/flex-flow-margins.html:
95605         * css3/flexbox/flex-flow-orientations.html:
95606         * css3/flexbox/flex-flow-overflow.html:
95607         * css3/flexbox/flex-flow-padding.html:
95608         * css3/flexbox/flex-flow.html:
95609         * css3/flexbox/flex-item-child-overflow-expected.html:
95610         * css3/flexbox/flex-item-child-overflow.html:
95611         * css3/flexbox/flex-item-min-size.html:
95612         * css3/flexbox/flex-justify-content.html:
95613         * css3/flexbox/flex-no-flex.html:
95614         * css3/flexbox/flex-rounding.html:
95615         * css3/flexbox/flexitem-stretch-image.html:
95616         * css3/flexbox/flexitem.html:
95617         * css3/flexbox/floated-flexbox.html:
95618         * css3/flexbox/inline-flex.html:
95619         * css3/flexbox/line-wrapping.html:
95620         * css3/flexbox/multiline-align-content-horizontal-column.html:
95621         * css3/flexbox/multiline-align-content.html:
95622         * css3/flexbox/multiline-align-self.html:
95623         * css3/flexbox/multiline-column-auto.html:
95624         * css3/flexbox/multiline-justify-content.html:
95625         * css3/flexbox/multiline-reverse-wrap-overflow.html:
95626         * css3/flexbox/multiline.html:
95627         * css3/flexbox/nested-stretch.html:
95628         * css3/flexbox/orthogonal-flex-directions.html:
95629         * css3/flexbox/percent-margins.html:
95630         * css3/flexbox/percentage-heights.html:
95631         * css3/flexbox/percentage-sizes-quirks.html:
95632         * css3/flexbox/percentage-sizes.html:
95633         * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
95634         * css3/flexbox/position-absolute-child.html:
95635         * css3/flexbox/position-absolute-children.html:
95636         * css3/flexbox/preferred-widths-orthogonal.html:
95637         * css3/flexbox/preferred-widths.html:
95638         * css3/flexbox/relayout-image-load.html:
95639         * css3/flexbox/style-change.html:
95640         * css3/flexbox/true-centering.html:
95641         * css3/flexbox/writing-modes.html:
95642         * fast/block/margins-perpendicular-containing-block.html:
95643         * fast/css-grid-layout/place-cell-by-index.html:
95644         * fast/css/deprecated-flexbox-auto-min-size.html:
95645         * fast/css/nested-percent-height-on-replaced.html:
95646         * fast/css/percentage-height-auto-sized-body-quirks.html:
95647         * fast/flexbox/flexing-overflow-scroll-item.html:
95648         * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html:
95649         * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
95650         * fast/table/margins-flipped-text-direction.html:
95651         * fast/table/margins-perpendicular-containing-block.html:
95652         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
95653         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
95654         * resources/check-layout.js:
95655
95656 2012-10-10  Jeffrey Pfau  <jpfau@apple.com>
95657
95658         [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html
95659
95660         * platform/mac-wk2/TestExpectations:
95661
95662 2012-10-10  Ojan Vafai  <ojan@chromium.org>
95663
95664         Remove perf tests that haven't failed in the past 500 runs.
95665         * platform/chromium/TestExpectations:
95666
95667 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95668
95669         More unreviewed Chromium gardening.
95670
95671         * platform/chromium/TestExpectations:
95672         Removed 11 more entries that have not failed in last 100 runs according to the flakiness dashboard.
95673
95674 2012-10-10  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
95675
95676         [WK2][WTR] WebKitTestRunner UI process should be aware of Custom Policy Delegate
95677         https://bugs.webkit.org/show_bug.cgi?id=95974
95678
95679         Reviewed by Kenneth Rohde Christiansen.
95680
95681         Unskipped fast/loader/onload-policy-ignore-for-frame.html for WK2.
95682
95683         * platform/wk2/TestExpectations:
95684
95685 2012-10-10  Adam Barth  <abarth@webkit.org>
95686
95687         This test can also fail with TEXT.
95688
95689         * platform/chromium/TestExpectations:
95690
95691 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95692
95693         Unreviewed Chromium gardening.
95694
95695         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
95696         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
95697         * platform/chromium-mac/fast/repaint/reflection-repaint-test-expected.png: Added.
95698         * platform/chromium-mac/fast/repaint/transform-layout-repaint-expected.png: Added.
95699         * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
95700         * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
95701         The flakiness dashboard was lying on this entry. After talking with Emil, the baselines are correct so
95702         rebaselined these tests.
95703
95704         * platform/chromium/TestExpectations:
95705         Marked fast/dom/gc-dom-tree-lifetime.html as timeout as marking it slow didn't remove the flakiness.
95706
95707 2012-10-10  Adam Barth  <abarth@webkit.org>
95708
95709         When we check in image baselines, we use the -expected.png suffix
95710         rather than the -actual.png suffix. (This is likely a typo in
95711         http://trac.webkit.org/changeset/130940.)
95712
95713         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Removed.
95714         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-expected.png: Copied from LayoutTests/platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png.
95715
95716 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95717
95718         [EFL] Skip the color-correction tests.
95719
95720         Just specifying `Missing' makes the build bots sometimes report
95721         these tests as failing.
95722
95723         * platform/efl/TestExpectations:
95724
95725 2012-10-10  Adam Barth  <abarth@webkit.org>
95726
95727         Add a note that this test is flaky and can trigger an ASSERT.
95728
95729         * platform/chromium/TestExpectations:
95730
95731 2012-10-10  David Barton  <dbarton@mathscribe.com>
95732
95733         Turn on ENABLE_MATHML for Chromium
95734         https://bugs.webkit.org/show_bug.cgi?id=96960
95735
95736         Reviewed by Adam Barth.
95737
95738         We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the
95739         next few days, so we expect MathML pixel tests to be changing during that time.
95740
95741         * platform/chromium/TestExpectations:
95742
95743 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95744
95745         Unreviewed Chromium gardening.
95746
95747         * platform/chromium/TestExpectations:
95748         Removed 10 entries that have not failed in last 100 runs according to the flakiness dashboard.
95749
95750 2012-10-10  Mike West  <mkwst@chromium.org>
95751
95752         Web Inspector: add support for %c (style) in console API
95753         https://bugs.webkit.org/show_bug.cgi?id=69401
95754
95755         Reviewed by Pavel Feldman.
95756
95757         * http/tests/inspector/console-test.js:
95758         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
95759             Helper to dump the style associated with a console message.
95760         * inspector/console/console-format-style-expected.txt: Added.
95761         * inspector/console/console-format-style.html: Added.
95762
95763 2012-10-10  Varun Jain  <varunjain@chromium.org>
95764
95765         [chromium] Spelling and grammar markers are pixelated in hidpi.
95766         https://bugs.webkit.org/show_bug.cgi?id=98339
95767
95768         Reviewed by Stephen White.
95769
95770         We create separate bitmaps for markers in normal and hidpi mode as per
95771         specification from UX and choose the right bitmap based on the current
95772         device scale factor.
95773
95774         * editing/spelling/grammar-markers-hidpi-expected.txt: Added.
95775         * editing/spelling/grammar-markers-hidpi.html: Added.
95776         * editing/spelling/inline-spelling-markers-hidpi-expected.txt: Added.
95777         * editing/spelling/inline-spelling-markers-hidpi.html: Added.
95778         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95779         * platform/chromium-linux/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
95780         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95781         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
95782         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95783         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Added.
95784
95785 2012-10-10  Adam Barth  <abarth@webkit.org>
95786
95787         These tests appear to pass now.
95788
95789         * platform/chromium/TestExpectations:
95790
95791 2012-10-10  Adam Barth  <abarth@webkit.org>
95792
95793         These tests appear to pass.
95794
95795         * platform/chromium/TestExpectations:
95796
95797 2012-10-10  David Grogan  <dgrogan@chromium.org>
95798
95799         Inspector: display IndexedDB integer versions
95800         https://bugs.webkit.org/show_bug.cgi?id=95816
95801
95802         Reviewed by Vsevolod Vlasov.
95803
95804         * http/tests/inspector/indexeddb/database-structure-expected.txt:
95805         * http/tests/inspector/indexeddb/database-structure.html:
95806
95807 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
95808
95809         Needs internal API to return distributed nodes for InsertionPoint
95810         https://bugs.webkit.org/show_bug.cgi?id=98868
95811
95812         Reviewed by Hajime Morita.
95813
95814         * fast/dom/shadow/distributed-nodes-expected.txt: Added.
95815         * fast/dom/shadow/distributed-nodes.html: Added.
95816
95817 2012-10-10  Peter Beverloo  <peter@chromium.org>
95818
95819         Update more baselines and some entries in TestExpectations for Android.
95820
95821         Unreviewed rebaselining.
95822
95823         * platform/chromium-android/compositing/: 5 new baselines.
95824         * platform/chromium-android/css2.1/: 5 new baselines.
95825         * platform/chromium-android/css3/: 2 new baselines.
95826         * platform/chromium-android/editing/: 5 new baselines.
95827         * platform/chromium-android/fast/: 67 new baselines.
95828         * platform/chromium-android/http/: 3 new baselines.
95829         * platform/chromium-android/ietestcenter/: 4 new baselines.
95830         * platform/chromium-android/platform/: 51 new baselines.
95831         * platform/chromium-android/svg/: 111 new baselines.
95832         * platform/chromium-android/tables/: 57 new baselines.
95833         * platform/chromium-android/transitions/: 1 new baseline.
95834         * platform/chromium/TestExpectations:
95835
95836 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95837
95838         Unreviewed Chromium gardening.
95839
95840         * platform/chromium/TestExpectations:
95841         Amend bad change from r130904, the test *IS* timing out on all Debug platforms,
95842         not just on Android Debug.
95843
95844 2012-10-10  Andrei Bucur  <abucur@adobe.com>
95845
95846         [CSS Regions] Create a separate list for the invalid regions
95847         https://bugs.webkit.org/show_bug.cgi?id=98752
95848
95849         Reviewed by Andreas Kling.
95850
95851         The result for fast/regions/flows-dependency-same-flow.html was adapted to the new dump format.
95852         Also, the platform expected results files were removed and a generic baseline was added.
95853
95854         * fast/regions/flows-dependency-same-flow-expected.png: Added.
95855         * fast/regions/flows-dependency-same-flow-expected.txt: Renamed from LayoutTests/platform/qt/fast/regions/flows-dependency-same-flow-expected.txt.
95856         * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95857         * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95858         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95859         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95860         * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95861         * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95862         * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95863
95864 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95865
95866         [EFL] Remove a few wrong expectations from the tree and properly skip the tests.
95867
95868         * platform/efl/TestExpectations:
95869         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
95870         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
95871         * platform/efl/fast/css/color-correction-expected.png: Removed.
95872         * platform/efl/fast/css/color-correction-expected.txt: Removed.
95873         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
95874         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
95875         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
95876         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
95877         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
95878
95879 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95880
95881         [EFL] More gardening.
95882
95883         * platform/efl/TestExpectations: Unskip a few tests which have had
95884         their pixel expectations committed.
95885         * platform/efl/svg/css/text-gradient-shadow-expected.png: Added.
95886
95887 2012-10-10  Zan Dobersek  <zandobersek@gmail.com>
95888
95889         Unreviewed GTK gardening.
95890
95891         Rebaselining tests after r130851.
95892
95893         * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
95894         * platform/gtk/platform: Added.
95895         * platform/gtk/platform/gtk: Added.
95896         * platform/gtk/platform/gtk/fonts: Added.
95897         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
95898         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.
95899
95900 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95901
95902         [EFL] Add more missing pixel expectations to lots of different directories.
95903
95904         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
95905         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
95906         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
95907         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
95908         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
95909         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
95910         * platform/efl/compositing/geometry/foreground-layer-expected.png: Added.
95911         * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
95912         * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
95913         * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Added.
95914         * platform/efl/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
95915         * platform/efl/editing/selection/5354455-2-expected.png: Added.
95916         * platform/efl/editing/undo/4063751-expected.png: Added.
95917         * platform/efl/editing/undo/5378473-expected.png: Added.
95918         * platform/efl/editing/undo/redo-typing-001-expected.png: Added.
95919         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png: Added.
95920         * platform/efl/editing/undo/undo-combined-delete-expected.png: Added.
95921         * platform/efl/editing/undo/undo-delete-boundary-expected.png: Added.
95922         * platform/efl/editing/undo/undo-delete-expected.png: Added.
95923         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png: Added.
95924         * platform/efl/editing/undo/undo-forward-delete-expected.png: Added.
95925         * platform/efl/editing/undo/undo-misspellings-expected.png: Added.
95926         * platform/efl/editing/undo/undo-typing-001-expected.png: Added.
95927         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
95928         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
95929         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
95930         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
95931         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
95932         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
95933         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
95934         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
95935         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
95936         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
95937         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
95938         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
95939         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
95940         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
95941         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
95942         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
95943         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
95944         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
95945         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
95946         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
95947         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
95948         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
95949         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
95950         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
95951         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
95952         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
95953         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
95954         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
95955         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
95956         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
95957         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
95958         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
95959         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
95960         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
95961         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
95962         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
95963         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
95964         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
95965         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
95966         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
95967         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
95968         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
95969         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
95970         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
95971         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
95972         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
95973         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
95974         * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
95975         * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
95976         * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
95977         * platform/efl/ietestcenter/css3/text/textshadow-001-expected.png: Added.
95978         * platform/efl/ietestcenter/css3/text/textshadow-002-expected.png: Added.
95979         * platform/efl/ietestcenter/css3/text/textshadow-003-expected.png: Added.
95980         * platform/efl/ietestcenter/css3/text/textshadow-004-expected.png: Added.
95981         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Added.
95982         * platform/efl/ietestcenter/css3/text/textshadow-006-expected.png: Added.
95983         * platform/efl/ietestcenter/css3/text/textshadow-007-expected.png: Added.
95984         * platform/efl/ietestcenter/css3/text/textshadow-009-expected.png: Added.
95985         * platform/efl/ietestcenter/css3/text/textshadow-010-expected.png: Added.
95986         * platform/efl/printing/iframe-print-expected.png: Added.
95987
95988 2012-10-10  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
95989
95990         [GTK] svg/W3C-SVG-1.1/animate-elem-08-t.svg needs rebaselining after r130840
95991         https://bugs.webkit.org/show_bug.cgi?id=98910
95992
95993         Unreviewed, rebaseline GTK+ test results.
95994
95995         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
95996         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
95997
95998 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
95999
96000         [Qt] REGRESSION: 5 tests started to fail with newer Qt5
96001         https://bugs.webkit.org/show_bug.cgi?id=90687
96002
96003         Unreviewed gardening after r129234.
96004
96005         Moves the Qt 5 specific results to qt-5.0 directory, while moving the old results to qt-4.8.
96006
96007         * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
96008         * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
96009         * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
96010         * platform/qt-4.8/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt.
96011         * platform/qt-5.0/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt.
96012         * platform/qt-5.0/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
96013         * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
96014         * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
96015         * platform/qt-5.0/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt.
96016
96017 2012-10-10  Adam Barth  <abarth@webkit.org>
96018
96019         Record that these tests have additional failure modes.
96020
96021         * platform/chromium/TestExpectations:
96022
96023 2012-10-10  Peter Beverloo  <peter@chromium.org>
96024
96025         [Chromium-Android] Another batch of TestExpectation updates for Android
96026         https://bugs.webkit.org/show_bug.cgi?id=98909
96027
96028         Unreviewed test expectation update.
96029
96030         Many of the failures were actually ImageOnlyFailure, which isn't part
96031         of the Failure state. This also includes a number of new expected
96032         results, mostly focusing on crashing and timing out tests.
96033
96034         * platform/chromium-android/TestExpectations:
96035         * platform/chromium/TestExpectations:
96036
96037 2012-10-10  Kent Tamura  <tkent@chromium.org>
96038
96039         [Chromium] Layout Test platform/chromium/fast/forms/*/*-suggestion-picker-*-operations.html are flaky
96040         https://bugs.webkit.org/show_bug.cgi?id=98906
96041
96042         * platform/chromium/TestExpectations:
96043
96044 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96045
96046         [EFL] Add some css3 expectations, rebaseline a css2.1 PNG.
96047
96048         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
96049         * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Added.
96050         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Added.
96051         * platform/efl/css3/images/cross-fade-background-size-expected.png: Added.
96052
96053 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96054
96055         [EFL] Hopefully finish adding SVG pixel expectations.
96056
96057         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
96058         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
96059         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
96060         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
96061         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
96062         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
96063         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
96064         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
96065         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
96066         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
96067         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
96068         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
96069         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
96070         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
96071         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
96072         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
96073         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
96074         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
96075         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
96076         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
96077         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
96078         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
96079         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
96080         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
96081         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
96082         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
96083         * platform/efl/svg/as-background-image/animated-svg-as-background-expected.png: Added.
96084         * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
96085         * platform/efl/svg/as-background-image/background-image-tiled-expected.png: Added.
96086         * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
96087         * platform/efl/svg/as-background-image/svg-as-background-2-expected.png: Added.
96088         * platform/efl/svg/as-background-image/svg-as-background-5-expected.png: Added.
96089         * platform/efl/svg/as-background-image/svg-as-background-6-expected.png: Added.
96090         * platform/efl/svg/as-background-image/svg-as-background-expected.png: Added.
96091         * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
96092         * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.png: Added.
96093         * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
96094         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
96095         * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
96096         * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
96097         * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
96098         * platform/efl/svg/as-image/svg-as-image-expected.png: Added.
96099         * platform/efl/svg/as-image/svg-as-relative-image-expected.png: Added.
96100         * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
96101         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
96102         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
96103         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
96104         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png: Added.
96105         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
96106         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
96107         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
96108         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
96109         * platform/efl/svg/carto.net/combobox-expected.png: Added.
96110         * platform/efl/svg/carto.net/scrollbar-expected.png: Added.
96111         * platform/efl/svg/carto.net/selectionlist-expected.png: Added.
96112         * platform/efl/svg/carto.net/textbox-expected.png: Added.
96113         * platform/efl/svg/clip-path/clip-in-clip-expected.png: Added.
96114         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
96115         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
96116         * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
96117         * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
96118         * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Added.
96119         * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
96120         * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
96121         * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
96122         * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
96123         * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Added.
96124         * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
96125         * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Added.
96126         * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
96127         * platform/efl/svg/clip-path/clip-path-recursive-call-expected.png: Added.
96128         * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
96129         * platform/efl/svg/clip-path/clip-path-text-expected.png: Added.
96130         * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Added.
96131         * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
96132         * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Added.
96133         * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
96134         * platform/efl/svg/css/arrow-with-shadow-expected.png: Added.
96135         * platform/efl/svg/css/background-image-svg-expected.png: Added.
96136         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Added.
96137         * platform/efl/svg/css/composite-shadow-text-expected.png: Added.
96138         * platform/efl/svg/css/css-box-min-width-expected.png: Added.
96139         * platform/efl/svg/css/path-with-shadow-expected.png: Added.
96140         * platform/efl/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
96141         * platform/efl/svg/css/shadow-and-opacity-expected.png: Added.
96142         * platform/efl/svg/css/shadow-with-large-radius-expected.png: Added.
96143         * platform/efl/svg/css/shadow-with-negative-offset-expected.png: Added.
96144         * platform/efl/svg/css/text-shadow-multiple-expected.png: Added.
96145         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Added.
96146         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Added.
96147         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Added.
96148         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Added.
96149         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
96150         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Added.
96151         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
96152         * platform/efl/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
96153         * platform/efl/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
96154         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Added.
96155         * platform/efl/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
96156         * platform/efl/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
96157         * platform/efl/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
96158         * platform/efl/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
96159         * platform/efl/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
96160         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
96161         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
96162         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
96163         * platform/efl/svg/dom/SVGPointList-basics-expected.png: Added.
96164         * platform/efl/svg/dom/SVGRectElement: Added.
96165         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
96166         * platform/efl/svg/dom/SVGStringList-basics-expected.png: Added.
96167         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Added.
96168         * platform/efl/svg/filters/color-interpolation-filters-expected.png: Added.
96169         * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
96170         * platform/efl/svg/foreignObject/fO-display-none-expected.png: Added.
96171         * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
96172         * platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
96173         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.png: Added.
96174         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
96175         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
96176         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
96177         * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
96178         * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
96179         * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
96180         * platform/efl/svg/foreignObject/text-tref-02-b-expected.png: Added.
96181
96182 2012-10-10  Max Vujovic  <mvujovic@adobe.com>
96183
96184         SVG root element's inspector highlight has different dimensions than the element when zooming the page
96185         https://bugs.webkit.org/show_bug.cgi?id=78031
96186
96187         Reviewed by Pavel Feldman.
96188
96189         Add test that verifies the position and size of the highlight rectangles overlayed on an SVG
96190         root element when the page is zoomed.
96191
96192         * inspector/elements/highlight-svg-root-zoomed-expected.txt: Added.
96193         * inspector/elements/highlight-svg-root-zoomed.html: Added.
96194
96195 2012-10-10  Balazs Kelemen  <kbalazs@webkit.org>
96196
96197         [Qt] Test drivers should handle repaint rects
96198         https://bugs.webkit.org/show_bug.cgi?id=68870
96199
96200         Reviewed by Zoltan Herczeg.
96201
96202         Rebasline results. Added new expectations where the results were good.
96203         I evaulated the results based on the mac and chromium-mac ports. In some
96204         cases I accepted our diverging result if it seemed to be ok by looking
96205         into the test. Marked bad results as image failure.
96206
96207         * platform/qt-5.0-wk2/TestExpectations:
96208         * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.png: Added.
96209         * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
96210         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png:
96211         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
96212         * platform/qt-5.0-wk2/compositing/repaint/shrink-layer-expected.png: Copied from LayoutTests/platform/qt/svg/custom/clip-path-href-changes-expected.png.
96213         * platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/clip-with-layout-delta-expected.png.
96214         * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
96215         * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
96216         * platform/qt-5.0-wk2/css3/filters/filter-change-repaint-expected.png: Added.
96217         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png: Added.
96218         * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-3-expected.png.
96219         * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
96220         * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png: Copied from LayoutTests/platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png.
96221         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
96222         * platform/qt-5.0-wk2/fast/repaint/body-background-image-expected.png: Added.
96223         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png: Added.
96224         * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png: Copied from LayoutTests/platform/qt/svg/custom/use-disappears-after-style-update-expected.png.
96225         * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
96226         * platform/qt-5.0-wk2/fast/repaint/fixed-scroll-simple-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png.
96227         * platform/qt-5.0-wk2/fast/repaint/fixed-table-cell-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/button-spurious-layout-hint-expected.png.
96228         * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-2-expected.png.
96229         * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-zindex-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-2-expected.png.
96230         * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/clip-with-layout-delta-expected.png.
96231         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png: Added.
96232         * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
96233         * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png: Copied from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png.
96234         * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
96235         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png: Added.
96236         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png: Added.
96237         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-hover-on-link-expected.png.
96238         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
96239         * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png.
96240         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
96241         * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png: Added.
96242         * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png: Added.
96243         * platform/qt/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
96244         * platform/qt/fast/canvas/canvas-incremental-repaint-expected.png: Added.
96245         * platform/qt/fast/dynamic/containing-block-change-expected.png:
96246         * platform/qt/fast/frames/transparent-scrollbar-expected.png: Copied from LayoutTests/platform/qt/svg/custom/repaint-on-constant-size-change-expected.png.
96247         * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png:
96248         * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
96249         * platform/qt/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
96250         * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
96251         * platform/qt/fast/repaint/4774354-expected.png:
96252         * platform/qt/fast/repaint/4776765-expected.png:
96253         * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
96254         * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
96255         * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
96256         * platform/qt/fast/repaint/block-no-inflow-children-expected.png:
96257         * platform/qt/fast/repaint/border-fit-lines-expected.png:
96258         * platform/qt/fast/repaint/border-radius-repaint-expected.png:
96259         * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
96260         * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
96261         * platform/qt/fast/repaint/bugzilla-3509-expected.png:
96262         * platform/qt/fast/repaint/bugzilla-5699-expected.png:
96263         * platform/qt/fast/repaint/bugzilla-6278-expected.png:
96264         * platform/qt/fast/repaint/bugzilla-6388-expected.png:
96265         * platform/qt/fast/repaint/bugzilla-6473-expected.png:
96266         * platform/qt/fast/repaint/bugzilla-7235-expected.png:
96267         * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png:
96268         * platform/qt/fast/repaint/caret-outside-block-expected.png:
96269         * platform/qt/fast/repaint/change-transform-expected.png:
96270         * platform/qt/fast/repaint/clip-with-layout-delta-expected.png:
96271         * platform/qt/fast/repaint/clipped-relative-expected.png:
96272         * platform/qt/fast/repaint/containing-block-position-change-expected.png:
96273         * platform/qt/fast/repaint/content-into-overflow-expected.png:
96274         * platform/qt/fast/repaint/continuation-after-outline-expected.png:
96275         * platform/qt/fast/repaint/control-clip-expected.png:
96276         * platform/qt/fast/repaint/create-layer-repaint-expected.png:
96277         * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
96278         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
96279         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
96280         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
96281         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
96282         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
96283         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
96284         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
96285         * platform/qt/fast/repaint/float-move-during-layout-expected.png:
96286         * platform/qt/fast/repaint/float-overflow-expected.png:
96287         * platform/qt/fast/repaint/float-overflow-right-expected.png:
96288         * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
96289         * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
96290         * platform/qt/fast/repaint/inline-color-change-expected.png:
96291         * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
96292         * platform/qt/fast/repaint/invisible-objects-expected.png:
96293         * platform/qt/fast/repaint/layer-visibility-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
96294         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
96295         * platform/qt/fast/repaint/layout-state-relative-expected.png:
96296         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
96297         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
96298         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
96299         * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
96300         * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
96301         * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
96302         * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
96303         * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
96304         * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
96305         * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
96306         * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
96307         * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
96308         * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
96309         * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png:
96310         * platform/qt/fast/repaint/line-overflow-expected.png:
96311         * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
96312         * platform/qt/fast/repaint/list-marker-2-expected.png:
96313         * platform/qt/fast/repaint/make-children-non-inline-expected.png:
96314         * platform/qt/fast/repaint/multicol-repaint-expected.png:
96315         * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
96316         * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
96317         * platform/qt/fast/repaint/outline-child-repaint-expected.png:
96318         * platform/qt/fast/repaint/outline-inset-expected.png:
96319         * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
96320         * platform/qt/fast/repaint/outline-shrinking-expected.png:
96321         * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png:
96322         * platform/qt/fast/repaint/overflow-delete-line-expected.png:
96323         * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
96324         * platform/qt/fast/repaint/overflow-into-content-expected.png:
96325         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
96326         * platform/qt/fast/repaint/reflection-redraw-expected.png:
96327         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
96328         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
96329         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
96330         * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
96331         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
96332         * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
96333         * platform/qt/fast/repaint/search-field-cancel-expected.png:
96334         * platform/qt/fast/repaint/select-option-background-color-expected.png:
96335         * platform/qt/fast/repaint/selected-replaced-expected.png:
96336         * platform/qt/fast/repaint/selection-after-delete-expected.png:
96337         * platform/qt/fast/repaint/selection-after-remove-expected.png:
96338         * platform/qt/fast/repaint/selection-clear-expected.png:
96339         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
96340         * platform/qt/fast/repaint/selection-rl-expected.png:
96341         * platform/qt/fast/repaint/stacked-diacritics-expected.png:
96342         * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
96343         * platform/qt/fast/repaint/subtree-root-clip-2-expected.png:
96344         * platform/qt/fast/repaint/subtree-root-clip-3-expected.png:
96345         * platform/qt/fast/repaint/subtree-root-clip-expected.png:
96346         * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
96347         * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
96348         * platform/qt/fast/repaint/table-cell-move-expected.png:
96349         * platform/qt/fast/repaint/table-collapsed-border-expected.png:
96350         * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
96351         * platform/qt/fast/repaint/table-hover-on-link-expected.png:
96352         * platform/qt/fast/repaint/table-section-repaint-expected.png:
96353         * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png:
96354         * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
96355         * platform/qt/fast/repaint/transform-absolute-child-expected.png:
96356         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
96357         * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png:
96358         * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
96359         * platform/qt/fast/repaint/transform-relative-position-expected.png:
96360         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
96361         * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
96362         * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png:
96363         * platform/qt/fast/repaint/transform-translate-expected.png:
96364         * platform/qt/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
96365         * platform/qt/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Copied from LayoutTests/platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png.
96366         * platform/qt/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Copied from LayoutTests/platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png.
96367         * platform/qt/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png.
96368         * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
96369         * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
96370         * platform/qt/svg/as-image/animated-svg-as-image-expected.png:
96371         * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
96372         * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png:
96373         * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
96374         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
96375         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
96376         * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
96377         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
96378         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
96379         * platform/qt/svg/carto.net/window-expected.png:
96380         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
96381         * platform/qt/svg/custom/animate-path-discrete-expected.png:
96382         * platform/qt/svg/custom/animate-path-morphing-expected.png:
96383         * platform/qt/svg/custom/animate-target-id-changed-expected.png:
96384         * platform/qt/svg/custom/animate-target-removed-from-document-expected.png:
96385         * platform/qt/svg/custom/circle-move-invalidation-expected.png:
96386         * platform/qt/svg/custom/clip-path-child-changes-expected.png:
96387         * platform/qt/svg/custom/clip-path-href-changes-expected.png:
96388         * platform/qt/svg/custom/clip-path-units-changes-expected.png:
96389         * platform/qt/svg/custom/deep-dynamic-updates-expected.png:
96390         * platform/qt/svg/custom/fill-opacity-update-expected.png:
96391         * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
96392         * platform/qt/svg/custom/gradient-add-stops-expected.png:
96393         * platform/qt/svg/custom/gradient-stop-style-change-expected.png:
96394         * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
96395         * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
96396         * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
96397         * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
96398         * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
96399         * platform/qt/svg/custom/js-late-marker-and-object-creation-expected.png:
96400         * platform/qt/svg/custom/js-late-marker-creation-expected.png:
96401         * platform/qt/svg/custom/js-late-mask-and-object-creation-expected.png:
96402         * platform/qt/svg/custom/js-late-mask-creation-expected.png:
96403         * platform/qt/svg/custom/js-update-bounce-expected.png:
96404         * platform/qt/svg/custom/js-update-container-expected.png:
96405         * platform/qt/svg/custom/js-update-container2-expected.png:
96406         * platform/qt/svg/custom/js-update-gradient-expected.png:
96407         * platform/qt/svg/custom/js-update-image-expected.png:
96408         * platform/qt/svg/custom/js-update-path-changes-expected.png:
96409         * platform/qt/svg/custom/js-update-path-removal-expected.png:
96410         * platform/qt/svg/custom/js-update-pattern-child-expected.png:
96411         * platform/qt/svg/custom/js-update-pattern-expected.png:
96412         * platform/qt/svg/custom/js-update-polygon-changes-expected.png:
96413         * platform/qt/svg/custom/js-update-polygon-removal-expected.png:
96414         * platform/qt/svg/custom/js-update-stop-expected.png:
96415         * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
96416         * platform/qt/svg/custom/js-update-style-expected.png:
96417         * platform/qt/svg/custom/js-update-transform-addition-expected.png:
96418         * platform/qt/svg/custom/js-update-transform-changes-expected.png:
96419         * platform/qt/svg/custom/marker-child-changes-css-expected.png:
96420         * platform/qt/svg/custom/marker-child-changes-expected.png:
96421         * platform/qt/svg/custom/marker-viewBox-changes-expected.png:
96422         * platform/qt/svg/custom/mask-child-changes-expected.png:
96423         * platform/qt/svg/custom/mask-invalidation-expected.png:
96424         * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
96425         * platform/qt/svg/custom/prevent-default-expected.png:
96426         * platform/qt/svg/custom/relative-sized-content-expected.png:
96427         * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
96428         * platform/qt/svg/custom/relative-sized-image-expected.png:
96429         * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
96430         * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
96431         * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
96432         * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
96433         * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
96434         * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png:
96435         * platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
96436         * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.png:
96437         * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
96438         * platform/qt/svg/custom/resource-client-removal-expected.png:
96439         * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png:
96440         * platform/qt/svg/custom/scroll-hit-test-expected.png:
96441         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
96442         * platform/qt/svg/custom/stroke-opacity-update-expected.png:
96443         * platform/qt/svg/custom/svg-absolute-children-expected.png:
96444         * platform/qt/svg/custom/text-dom-removal-expected.png:
96445         * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
96446         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
96447         * platform/qt/svg/custom/use-clipped-hit-expected.png:
96448         * platform/qt/svg/custom/use-detach-expected.png:
96449         * platform/qt/svg/custom/use-disappears-after-style-update-expected.png:
96450         * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
96451         * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
96452         * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
96453         * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
96454         * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
96455         * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
96456         * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
96457         * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
96458         * platform/qt/svg/filters/feImage-change-target-id-expected.png:
96459         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
96460         * platform/qt/svg/filters/feImage-reference-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/animate-target-removed-from-document-expected.png.
96461         * platform/qt/svg/filters/feImage-remove-target-expected.png:
96462         * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
96463         * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
96464         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
96465         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
96466         * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
96467         * platform/qt/svg/filters/feImage-target-id-change-expected.png:
96468         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
96469         * platform/qt/svg/filters/feImage-target-property-change-expected.png:
96470         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
96471         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
96472         * platform/qt/svg/filters/feImage-target-style-change-expected.png:
96473         * platform/qt/svg/filters/filter-refresh-expected.png:
96474         * platform/qt/svg/filters/filter-width-update-expected.png:
96475         * platform/qt/svg/filters/invalidate-on-child-layout-expected.png:
96476         * platform/qt/svg/hixie/perf/001-expected.png:
96477         * platform/qt/svg/hixie/perf/002-expected.png:
96478         * platform/qt/svg/hixie/perf/003-expected.png:
96479         * platform/qt/svg/hixie/perf/004-expected.png:
96480         * platform/qt/svg/hixie/perf/005-expected.png:
96481         * platform/qt/svg/hixie/perf/007-expected.png:
96482         * platform/qt/svg/repaint/filter-child-repaint-expected.png:
96483         * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
96484         * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png:
96485         * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
96486         * platform/qt/svg/repaint/mask-clip-target-transform-expected.png:
96487         * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png:
96488         * platform/qt/svg/repaint/text-mask-update-expected.png:
96489         * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
96490         * platform/qt/svg/text/ems-display-none-expected.png:
96491         * platform/qt/svg/text/exs-display-none-expected.png:
96492         * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
96493         * platform/qt/svg/text/text-text-05-t-expected.png:
96494         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
96495         * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
96496         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
96497         * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
96498         * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
96499         * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
96500         * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
96501         * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
96502         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
96503
96504 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96505
96506         [EFL] Skip fast/css/color-correction-on-text.html.
96507
96508         * platform/efl/TestExpectations:
96509
96510 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96511
96512         [EFL] Gardening for the some SVG pixel expectations.
96513
96514         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
96515         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
96516         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
96517         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
96518         * platform/efl/svg/filters/animate-fill-expected.png: Added.
96519         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png: Added.
96520         * platform/efl/svg/hixie/data-types/001-expected.png: Added.
96521         * platform/efl/svg/hixie/dynamic/002-expected.png: Added.
96522         * platform/efl/svg/hixie/dynamic/003-expected.png: Added.
96523         * platform/efl/svg/hixie/dynamic/004-expected.png: Added.
96524         * platform/efl/svg/hixie/dynamic/005-expected.png: Added.
96525         * platform/efl/svg/hixie/dynamic/006-expected.png: Added.
96526         * platform/efl/svg/hixie/error/002-expected.png: Added.
96527         * platform/efl/svg/hixie/error/006-expected.png: Added.
96528         * platform/efl/svg/hixie/error/007-expected.png: Added.
96529         * platform/efl/svg/hixie/error/008-expected.png: Added.
96530         * platform/efl/svg/hixie/error/009-expected.png: Added.
96531         * platform/efl/svg/hixie/error/010-expected.png: Added.
96532         * platform/efl/svg/hixie/error/011-expected.png: Added.
96533         * platform/efl/svg/hixie/error/014-test-expected.png: Added.
96534         * platform/efl/svg/hixie/error/015-expected.png: Added.
96535         * platform/efl/svg/hixie/error/016-expected.png: Added.
96536         * platform/efl/svg/hixie/intrinsic/001-expected.png: Added.
96537         * platform/efl/svg/hixie/intrinsic/002-expected.png: Added.
96538         * platform/efl/svg/hixie/intrinsic/003-expected.png: Added.
96539         * platform/efl/svg/hixie/links/001-expected.png: Added.
96540         * platform/efl/svg/hixie/links/002-expected.png: Added.
96541         * platform/efl/svg/hixie/painting/001-expected.png: Added.
96542         * platform/efl/svg/hixie/processing-model/005-expected.png: Added.
96543         * platform/efl/svg/hixie/rendering-model/003a-expected.png: Added.
96544         * platform/efl/svg/hixie/text/001-expected.png: Added.
96545         * platform/efl/svg/hixie/text/002-expected.png: Added.
96546         * platform/efl/svg/hixie/text/003a-expected.png: Added.
96547         * platform/efl/svg/hixie/text/003b-expected.png: Added.
96548         * platform/efl/svg/hixie/use/002-test-expected.png: Added.
96549         * platform/efl/svg/hixie/viewbox/001-expected.png: Added.
96550         * platform/efl/svg/hixie/viewbox/002-expected.png: Added.
96551         * platform/efl/svg/hixie/viewbox/003-expected.png: Added.
96552         * platform/efl/svg/hixie/viewbox/004-expected.png: Added.
96553         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
96554         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
96555         * platform/efl/svg/overflow/overflow-on-foreignObject-expected.png: Added.
96556         * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
96557         * platform/efl/svg/repaint/image-href-change-expected.png: Added.
96558         * platform/efl/svg/repaint/image-with-clip-path-expected.png: Added.
96559         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
96560         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png: Added.
96561         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
96562         * platform/efl/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added.
96563         * platform/efl/svg/wicd/sizing-flakiness-expected.png: Added.
96564         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
96565         * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
96566         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
96567         * platform/efl/svg/zoom/page/zoom-background-images-expected.png: Added.
96568         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
96569         * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
96570         * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
96571         * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
96572         * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
96573         * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
96574         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
96575         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
96576         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
96577         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
96578         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
96579         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
96580         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
96581         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
96582
96583 2012-10-10  Vsevolod Vlasov  <vsevik@chromium.org>
96584
96585         Unreviewed inspector test fix.
96586
96587         * http/tests/inspector/search/resources-search-match-index.html:
96588
96589 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96590
96591         [EFL] Update some pixel expectations for the new Cairo, and add more baselines for other tests.
96592
96593         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
96594         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
96595         * platform/efl/fast/borders/border-shadow-large-radius-expected.png: Added.
96596         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
96597         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
96598         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
96599         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
96600         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
96601         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
96602         * platform/efl/fast/css/square-button-appearance-expected.png: Added.
96603         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
96604         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
96605         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
96606         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
96607         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
96608         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
96609         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
96610         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
96611         * platform/efl/fast/events/context-no-deselect-expected.png: Added.
96612         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
96613         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
96614         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png: Added.
96615         * platform/efl/fast/forms/textarea: Added.
96616         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
96617         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
96618         * platform/efl/fast/html/details-marker-style-expected.png: Added.
96619         * platform/efl/fast/images/image-css3-content-data-expected.png: Added.
96620         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
96621         * platform/efl/fast/images/paint-subrect-expected.png: Added.
96622         * platform/efl/fast/images/paint-subrect-grid-expected.png: Added.
96623         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Added.
96624         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
96625         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
96626         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
96627         * platform/efl/fast/js: Added.
96628         * platform/efl/fast/js/exception-linenums-in-html-3-expected.png: Added.
96629         * platform/efl/fast/js/missing-style-end-tag-js-expected.png: Added.
96630         * platform/efl/fast/js/missing-title-end-tag-js-expected.png: Added.
96631         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
96632         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png: Added.
96633         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
96634         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
96635         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
96636         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
96637         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
96638         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
96639         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
96640         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
96641         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
96642         * platform/efl/fast/scrolling: Added.
96643         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
96644         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Added.
96645         * platform/efl/fast/table/table-row-focus-ring-paint-expected.png: Added.
96646         * platform/efl/fast/text/text-shadow-no-default-color-expected.png: Added.
96647
96648 2012-10-10  Christophe Dumez  <christophe.dumez@intel.com>
96649
96650         SQLResultSet.rowsAffected not cleared
96651         https://bugs.webkit.org/show_bug.cgi?id=46070
96652
96653         Reviewed by Kenneth Rohde Christiansen.
96654
96655         Add layout test to check that SQLResultSet.rowsAffected is
96656         correct in executeSql() success callback.
96657
96658         * storage/websql/execute-sql-rowsAffected-expected.txt: Added.
96659         * storage/websql/execute-sql-rowsAffected.html: Added.
96660
96661 2012-10-10  KwangYong Choi  <ky0.choi@samsung.com>
96662
96663         [EFL] Rebaseline after r129972 which enabled plugin feature
96664         https://bugs.webkit.org/show_bug.cgi?id=98750
96665
96666         Unreviewed. Plugin feature is enabled on EFL port after r129972.
96667
96668         * platform/efl-wk1/TestExpectations: EFL WK1 does not support plugins yet.
96669         * platform/efl-wk2/TestExpectations:
96670         * platform/efl/TestExpectations:
96671         * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Added.
96672         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
96673         * platform/efl/plugins/netscape-dom-access-expected.txt: Added.
96674         * platform/efl/plugins/plugin-javascript-access-expected.txt: Added.
96675         * platform/efl/plugins/resize-from-plugin-expected.txt: Added.
96676
96677 2012-10-09  Kent Tamura  <tkent@chromium.org>
96678
96679         Add behavior tests for input[type=date] with multiple fields
96680         https://bugs.webkit.org/show_bug.cgi?id=98480
96681
96682         Reviewed by Kentaro Hara.
96683
96684         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Added.
96685         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Added.
96686         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Added.
96687         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Added.
96688         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Added.
96689         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Added.
96690         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
96691         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
96692         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Added.
96693         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Added.
96694         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
96695         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Added.
96696         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Added.
96697         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Added.
96698         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
96699         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html.
96700         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Added.
96701         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html.
96702         * fast/forms/date/date-reset-value-expected.html: Added.
96703         * fast/forms/date/date-reset-value.html: Added.
96704
96705         * fast/forms/resources/common-spinbutton-change-and-input-events.js:
96706         (testSpinButtonChangeAndInputEvents):
96707         Uses getElementByPseudoId() to obtain spin button position. The date
96708         type and the time type have their spin button at different positions
96709         because of a picker indicator triangle.
96710         * fast/forms/number/number-spinbutton-change-and-input-events.html:
96711         Need to import comon.js because common-spinbutton-change-and-input-events.js depends on it.
96712         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html:
96713         Ditto.
96714
96715         * fast/forms/resources/common-wheel-event.js:
96716         (testWheelEvent): Fix a wrong message.
96717         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Ditto.
96718
96719         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
96720         Added. Move the code from time-multiple-fields-blur-and-focus-events.html.
96721         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html:
96722         Moved the code to multiple-fields-blur-and-focus-events.js.
96723
96724         * platform/chromium/TestExpectations:
96725
96726 2012-10-10  Alexander Pavlov  <apavlov@chromium.org>
96727
96728         Web Inspector: Semantically incorrect CSS rules result in broken source code data
96729         https://bugs.webkit.org/show_bug.cgi?id=98520
96730
96731         Reviewed by Vsevolod Vlasov.
96732
96733         * inspector/styles/parse-stylesheet-errors-expected.txt:
96734         * inspector/styles/parse-stylesheet-errors.html:
96735
96736 2012-10-09  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
96737
96738         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fai1
96739         https://bugs.webkit.org/show_bug.cgi?id=98642
96740
96741         Reviewed by Kenneth Rohde Christiansen.
96742
96743         * platform/qt-5.0-wk2/TestExpectations: Unskip focusout-on-touch.html
96744
96745 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
96746
96747         [Qt] DumpRenderTree needs a beginDragWithFiles implementation
96748         https://bugs.webkit.org/show_bug.cgi?id=50902
96749
96750         Reviewed by Simon Hausmann.
96751
96752         Move some skipped tests that now passing in DRT to only being skipped in WTR.
96753
96754         * platform/qt-5.0-wk2/TestExpectations:
96755         * platform/qt/TestExpectations:
96756
96757 2012-10-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
96758
96759         [Qt] Unreviewed gardening. Skip failing test.
96760         https://bugs.webkit.org/show_bug.cgi?id=98876
96761
96762         * platform/qt/TestExpectations: skip fast/text/word-space-with-kerning.html.
96763
96764 2012-10-09  Kent Tamura  <tkent@chromium.org>
96765
96766         Add a test to check a step attribute works for a calendar picker
96767         https://bugs.webkit.org/show_bug.cgi?id=98866
96768
96769         Reviewed by Yuta Kitamura.
96770
96771         * platform/chromium-android/TestExpectations:
96772         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
96773         * platform/chromium/TestExpectations:
96774         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt: Added.
96775         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html: Added.
96776
96777 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
96778
96779         [Qt] Unreviewed gardening, skip tests to paint the bot green.
96780
96781         * platform/qt-5.0-wk2/TestExpectations:
96782
96783 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
96784
96785         Flush load-and-stall.php output after sleeping
96786         https://bugs.webkit.org/show_bug.cgi?id=98862
96787
96788         Reviewed by Kent Tamura.
96789
96790         Should not be a behavioral change: testing the bots with this change to see if
96791         it helps with chromium linux/win test flakyness.
96792
96793         * http/tests/resources/load-and-stall.php:
96794
96795 2012-10-09  Adam Barth  <abarth@webkit.org>
96796
96797         Note test failures after http://trac.webkit.org/changeset/130851. We
96798         plan to follow up in the morning in
96799         https://bugs.webkit.org/show_bug.cgi?id=98867.
96800
96801         * platform/chromium/TestExpectations:
96802
96803 2012-10-09  Enrica Casucci  <enrica@apple.com>
96804
96805         Tests failure on Chromium Mac after r130821.
96806         https://bugs.webkit.org/show_bug.cgi?id=98865
96807
96808         Unreviewed.
96809
96810         Marking tests as failing.
96811
96812         * platform/chromium/TestExpectations:
96813
96814 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
96815
96816         Initialize $written variable in load-and-stall.php script
96817         https://bugs.webkit.org/show_bug.cgi?id=98854
96818
96819         Reviewed by Kent Tamura.
96820
96821         * http/tests/resources/load-and-stall.php:
96822
96823 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
96824
96825         [Qt] Unreviewed gardening.
96826
96827         * platform/qt-5.0-wk1/fast/history/history-back-initial-vs-final-url-expected.txt: Renamed from LayoutTests/platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt.
96828
96829 2012-10-09  Kent Tamura  <tkent@chromium.org>
96830
96831         Sub-fields in input[type=time] should not be focusable if the input is disabled or read-only
96832         https://bugs.webkit.org/show_bug.cgi?id=98850
96833
96834         Reviewed by Kentaro Hara.
96835
96836         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
96837         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
96838         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
96839         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
96840
96841 2012-10-09  Pablo Flouret  <pablof@motorola.com>
96842
96843         [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
96844         https://bugs.webkit.org/show_bug.cgi?id=88913
96845
96846         Reviewed by Csaba Osztrogonác.
96847
96848         Blind fix to try to fix the test.
96849
96850         * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
96851         * http/tests/xmlhttprequest/resources/access-control-allow-lists.php:
96852
96853 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96854
96855         [EFL] Update EFL baselines after r130840
96856         https://bugs.webkit.org/show_bug.cgi?id=98846
96857
96858         Unreviewed EFL gardening.
96859
96860         Update baselines after the cairo update in r130840.
96861
96862         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
96863         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
96864         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
96865         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
96866         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
96867         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
96868         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
96869         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
96870         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
96871         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
96872
96873 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
96874
96875         [Qt] new test http/tests/cookies/single-quoted-value.html is failing
96876         https://bugs.webkit.org/show_bug.cgi?id=86066
96877
96878         Reviewed by Csaba Osztrogonác.
96879
96880         Unskipping test.
96881
96882         * platform/qt/TestExpectations:
96883
96884 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96885
96886         [Cairo] Bump Cairo to fix more canvas/philip tests
96887         https://bugs.webkit.org/show_bug.cgi?id=97658
96888
96889         Reviewed by Martin Robinson.
96890
96891         Update platform-specific baselines after the cairo update. Also,
96892         unksip canvas/philip tests which are passing now.
96893
96894         * platform/efl/TestExpectations:
96895         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png:
96896         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
96897         * platform/efl/fast/dynamic/window-scrollbars-test-expected.png:
96898         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
96899         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
96900         * platform/efl/svg/batik/text/smallFonts-expected.png:
96901         * platform/efl/svg/batik/text/smallFonts-expected.txt:
96902         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
96903         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
96904         * platform/efl/svg/batik/text/textOnPath-expected.png:
96905         * platform/efl/svg/batik/text/textOnPath-expected.txt:
96906         * platform/efl/svg/batik/text/textOnPath2-expected.png:
96907         * platform/efl/svg/batik/text/textOnPath2-expected.txt:
96908         * platform/efl/svg/batik/text/textOnPath3-expected.png:
96909         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
96910         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
96911         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
96912         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
96913         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
96914         * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
96915         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
96916         * platform/efl/transforms/2d/transform-fixed-container-expected.png:
96917         * platform/gtk/TestExpectations:
96918         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png:
96919         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
96920         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
96921         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
96922         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
96923         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
96924         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
96925         * platform/gtk/svg/batik/text/smallFonts-expected.png:
96926         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
96927         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
96928         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
96929         * platform/gtk/svg/batik/text/textOnPath-expected.png:
96930         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
96931         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
96932         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
96933         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
96934         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
96935         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
96936         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
96937         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
96938         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
96939         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
96940         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
96941         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
96942         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
96943         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
96944         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
96945
96946 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96947
96948         fast/canvas/canvas-fillRect-gradient-shadow.html failing
96949         https://bugs.webkit.org/show_bug.cgi?id=98760
96950
96951         Reviewed by Martin Robinson.
96952
96953         Adjust the test case to verify the pixel in the middle of the shadow,
96954         instead of the outer edge, to make sure that the test will not fail
96955         in case if there is any effect around the borders.
96956
96957         * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js:
96958
96959 2012-10-09  Kent Tamura  <tkent@chromium.org>
96960
96961         Should reject invalid dates constructed with multiple fields UI
96962         https://bugs.webkit.org/show_bug.cgi?id=98727
96963
96964         Reviewed by Hajime Morita.
96965
96966         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
96967         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Added.
96968         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
96969         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
96970           Updated the test. 275760-12 is not a valid month value.
96971
96972 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
96973
96974         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
96975         https://bugs.webkit.org/show_bug.cgi?id=96907
96976
96977         Reviewed by Csaba Osztrogonác.
96978
96979         Unskipping tests.
96980
96981         * platform/qt/TestExpectations:
96982
96983 2012-10-09  Jeffrey Pfau  <jpfau@apple.com>
96984
96985         [Mac] Unreviewed, skipping http/tests/security/svg-image-leak.html
96986
96987         * platform/mac/TestExpectations:
96988
96989 2012-10-09  Adam Barth  <abarth@webkit.org>
96990
96991         filesystem-url-in-iframe test is flaky
96992         https://bugs.webkit.org/show_bug.cgi?id=95246
96993
96994         Reviewed by Eric Seidel.
96995
96996         This test was assuming that the navigation would complete before the
96997         async JavaScript executed, which is true usually (but not always).
96998
96999         * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
97000         * platform/chromium/TestExpectations:
97001
97002 2012-10-09  Jian Li  <jianli@chromium.org>
97003
97004         Update the CSS property used to support draggable regions.
97005         https://bugs.webkit.org/show_bug.cgi?id=97156
97006
97007         Reviewed by Adam Barth.
97008
97009         Update the test and rename the files due to CSS property name and
97010         syntax changes.
97011
97012         * fast/css/draggable-region-parser-expected.txt: Added.
97013         * fast/css/draggable-region-parser.html: Added.
97014         * fast/css/widget-region-parser-expected.txt: Removed.
97015         * fast/css/widget-region-parser.html: Removed.
97016         * platform/efl/TestExpectations: Rename the skipped test.
97017         * platform/gtk/TestExpectations: Rename the skipped test.
97018         * platform/mac/TestExpectations: Skip the renamed test since WIDGET_REGION is off.
97019         * platform/qt/TestExpectations: Rename the skipped test.
97020         * platform/win/TestExpectations: Rename the skipped test.
97021         * platform/wincairo/TestExpectations: Rename the skipped test.
97022
97023 2012-10-09  Kiran Muppala  <cmuppala@apple.com>
97024
97025         Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
97026         https://bugs.webkit.org/show_bug.cgi?id=98828
97027
97028         Reviewed by Ojan Vafai.
97029
97030         Replaced tab characters with spaces, fixed position of braces and renamed
97031         variables to be more explanatory.
97032
97033         * fast/dom/timer-throttling-hidden-page.html:
97034
97035 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
97036
97037         [chromium] Add drop event for plugins.
97038         https://bugs.webkit.org/show_bug.cgi?id=98827
97039
97040         Reviewed by Adam Barth.
97041
97042         Updated the test to verify that a plugin can receive drop events. Note
97043         that the plugin needs contentEditable set to true.
97044
97045         * platform/chromium/plugins/drag-events-expected.txt:
97046         * platform/chromium/plugins/drag-events.html:
97047
97048 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
97049
97050         Unreviewed, rolling out r130811 and r130821.
97051         http://trac.webkit.org/changeset/130811
97052         http://trac.webkit.org/changeset/130821
97053         https://bugs.webkit.org/show_bug.cgi?id=98831
97054
97055         Broke date-suggestion-picker-appearance-with-scroll-bar.html
97056         (Requested by abarth|gardening on #webkit).
97057
97058         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Removed.
97059         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97060         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97061         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
97062         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97063         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97064         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97065         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
97066         * platform/mac-lion/TestExpectations:
97067         * platform/mac-snowleopard/TestExpectations:
97068         * platform/mac-wk2/TestExpectations:
97069         * platform/mac/TestExpectations:
97070         * platform/qt-4.8/TestExpectations:
97071         * platform/qt/TestExpectations:
97072         * platform/win-wk2/TestExpectations:
97073         * platform/win-xp/TestExpectations:
97074         * platform/win/TestExpectations:
97075         * platform/wincairo/TestExpectations:
97076         * platform/wk2/TestExpectations:
97077
97078 2012-10-09  Dominic Mazzoni  <dmazzoni@google.com>
97079
97080         AX: 5 accessibility tests just need minor tweaks to pass on chromium
97081         https://bugs.webkit.org/show_bug.cgi?id=98311
97082
97083         Reviewed by Chris Fleizach.
97084
97085         Modifies tests so that they log data that tends to vary between
97086         platforms using debug(), rather than asserting a platform-specific
97087         value. Gets rid of "forks" of tests in the gtk directory. Adds
97088         expectations and unskips 5 tests on Chromium.
97089
97090         * accessibility/aria-list-and-listitem.html:
97091         * accessibility/aria-option-role.html:
97092         * accessibility/aria-tab-roles.html:
97093         * platform/chromium/TestExpectations:
97094         * platform/chromium/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-fallback-roles-expected.txt.
97095         * platform/chromium/accessibility/aria-list-and-listitem-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-list-and-listitem-expected.txt.
97096         * platform/chromium/accessibility/aria-option-role-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt.
97097         * platform/chromium/accessibility/aria-tab-roles-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-tab-roles-expected.txt.
97098         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt:
97099         * platform/gtk/accessibility/aria-list-and-listitem.html: Removed.
97100         * platform/gtk/accessibility/aria-option-role-expected.txt:
97101         * platform/gtk/accessibility/aria-option-role.html: Removed.
97102         * platform/mac/accessibility/aria-list-and-listitem-expected.txt:
97103         * platform/mac/accessibility/aria-option-role-expected.txt:
97104         * platform/mac/accessibility/aria-tab-roles-expected.txt:
97105
97106 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97107
97108         Rolling back unintended change to iframe-copy-on-scroll.html from previous commit.
97109
97110         * compositing/iframes/iframe-copy-on-scroll.html:
97111
97112 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97113
97114         Unreviewed gardening. Updating test expectations after r130811.
97115
97116         * compositing/iframes/iframe-copy-on-scroll.html:
97117         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97118         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97119         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97120         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
97121         * platform/chromium/TestExpectations:
97122
97123 2012-10-09  Alexander Shalamov  <alexander.shalamov@intel.com>
97124
97125         CSS Style is not recalculated when media attribute of style element is changed
97126         https://bugs.webkit.org/show_bug.cgi?id=96752
97127
97128         Reviewed by Kenneth Rohde Christiansen.
97129
97130         Added test to verify that when "media" attribute for style element is updated,
97131         style is recalculated.
97132
97133         * fast/media/mq-js-update-media.html: Added.
97134
97135 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97136
97137         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
97138         https://bugs.webkit.org/show_bug.cgi?id=98571
97139
97140         Reviewed by Emil A Eklund.
97141
97142         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
97143
97144         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
97145         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97146         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
97147         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97148         The repaint rect shrinks safely by one pixel.
97149         * platform/chromium/TestExpectations:
97150         * platform/mac-lion/TestExpectations:
97151         * platform/mac-snowleopard/TestExpectations:
97152         * platform/mac-wk2/TestExpectations:
97153         * platform/mac/TestExpectations:
97154         * platform/qt-4.8/TestExpectations:
97155         * platform/qt/TestExpectations:
97156         * platform/win-wk2/TestExpectations:
97157         * platform/win-xp/TestExpectations:
97158         * platform/win/TestExpectations:
97159         * platform/wincairo/TestExpectations:
97160         * platform/wk2/TestExpectations:
97161
97162 2012-10-09  Adam Barth  <abarth@webkit.org>
97163
97164         These tests also fail with ImageOnlyFailures.
97165
97166         * platform/chromium/TestExpectations:
97167
97168 2012-10-09  Adam Barth  <abarth@webkit.org>
97169
97170         This test now appears to fail on the bots because
97171         http://trac.webkit.org/changeset/130799 removed the ImageOnlyFailure
97172         attribute.
97173
97174         * platform/chromium/TestExpectations:
97175
97176 2012-10-09  Peter Beverloo  <peter@chromium.org>
97177
97178         [Chromium] More TestExpectation updates for Android
97179         https://bugs.webkit.org/show_bug.cgi?id=98818
97180
97181         Unreviewed test expectation updates.
97182
97183         List more failures (all with bugs assigned) in the TestExpectation file for
97184         Android. Move an older block around, considering we may want to re-triage it.
97185
97186         * platform/chromium/TestExpectations:
97187
97188 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
97189
97190         Unreviewed Chromium gardening.
97191
97192         * platform/chromium/TestExpectations:
97193         Removed this entry: there was no need for new baselines.
97194
97195 2012-10-09  Adam Barth  <abarth@webkit.org>
97196
97197         dfg-cross-global tests are flaky because they misuse js-test-pre.js
97198         https://bugs.webkit.org/show_bug.cgi?id=98813
97199
97200         Reviewed by Daniel Bates.
97201
97202         These tests have a race between js-test-pre's "done" message and the
97203         timeout. This patch change then to use jsTestIsAsync and finishJSTest()
97204         appropriately.
97205
97206         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js:
97207         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js:
97208         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js:
97209         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js:
97210         * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js:
97211
97212 2012-10-09  Joshua Bell  <jsbell@chromium.org>
97213
97214         IndexedDB: Overflowing key generator should throw ConstraintError
97215         https://bugs.webkit.org/show_bug.cgi?id=98807
97216
97217         Reviewed by Tony Chang.
97218
97219         Verify that overflowing key generator throws ConstraintError.
97220
97221         * storage/indexeddb/key-generator-expected.txt:
97222         * storage/indexeddb/resources/key-generator.js:
97223
97224 2012-10-09  Dirk Pranke  <dpranke@chromium.org>
97225
97226         [chromium] Don't run perf/mouse-event on debug builds
97227
97228         Unreviewed, expectations change.
97229
97230         We don't normally run any perf tests on a debug build, but this
97231         one was getting run due to an improperly scoped expectation
97232         overriding the wontfix rule.
97233
97234         * platform/chromium/TestExpectations:
97235
97236 2012-10-09  David Grogan  <dgrogan@chromium.org>
97237
97238         IndexedDB: open-in-upgradeneeded layout test
97239         https://bugs.webkit.org/show_bug.cgi?id=95912
97240
97241         Reviewed by Tony Chang.
97242
97243         * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: Added.
97244         * storage/indexeddb/intversion-open-in-upgradeneeded.html: Added.
97245         * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: Added.
97246         (test):
97247         (deleteSuccess):
97248         (upgradeNeeded1.transaction.oncomplete):
97249         (upgradeNeeded1):
97250         (openSuccess1):
97251         (onVersionChange):
97252         (onBlocked):
97253         (upgradeNeeded2):
97254         (openSuccess2):
97255
97256 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97257
97258         Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
97259         https://bugs.webkit.org/show_bug.cgi?id=81136
97260
97261         Reviewed by Caio Marcelo de Oliveira Filho.
97262
97263         Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97264
97265         * platform/qt/TestExpectations:
97266
97267 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97268
97269         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
97270         https://bugs.webkit.org/show_bug.cgi?id=51517
97271
97272         Reviewed by Caio Marcelo de Oliveira Filho.
97273
97274         Unskipping a test that is passing, with testfonts change in https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97275
97276         * platform/qt/TestExpectations:
97277
97278 2012-10-09  Adam Barth  <abarth@webkit.org>
97279
97280         Note that this test is flaky.
97281
97282         * platform/chromium/TestExpectations:
97283
97284 2012-10-09  Adam Barth  <abarth@webkit.org>
97285
97286         Revert change to TestExpectations in http://trac.webkit.org/changeset/130779.
97287         These tests still give the wrong results.
97288
97289         * platform/chromium/TestExpectations:
97290
97291 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
97292
97293         Unreviewed Chromium gardening.
97294
97295         * platform/chromium/TestExpectations:
97296         Fix new-run-webkit-tests --lint-test-files after r130778.
97297
97298 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97299
97300         [Qt] modify-up-on-rtl-wrapping-text.html fails on DRT
97301         https://bugs.webkit.org/show_bug.cgi?id=50291
97302
97303         Reviewed by Csaba Osztrogonác.
97304
97305         Unskipping editing/selection/modify-up-on-rtl-wrapping-text.html
97306
97307         * platform/qt/TestExpectations:
97308
97309 2012-10-09  Enrica Casucci  <enrica@apple.com>
97310
97311         [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html
97312         failing on the Mac after r130443
97313         https://bugs.webkit.org/show_bug.cgi?id=98545
97314
97315         Reviewed by Tony Chang.
97316
97317         Updated TextExpectations for Chromium and Mac.
97318         Moved existing expected results from mac to mac-lion and added new results for Mountain Lion.
97319
97320         * platform/chromium/TestExpectations:
97321         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
97322         * platform/mac/TestExpectations:
97323         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
97324
97325 2012-10-09  Mike Reed  <reed@google.com>
97326
97327         Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
97328         https://bugs.webkit.org/show_bug.cgi?id=98795
97329
97330         Reviewed by NOBODY.
97331
97332         Expectations change only.
97333
97334         * platform/chromium/TestExpectations:
97335
97336 2012-10-09  Philip Rogers  <pdr@google.com>
97337
97338         Prevent animation when CSS attributeType is invalid.
97339         https://bugs.webkit.org/show_bug.cgi?id=94569
97340
97341         Reviewed by Dirk Schulze.
97342
97343         Adding a test to prove this patch works (invalid-css-attribute-crash.svg)
97344         and an additional test to show that switching between XML and CSS
97345         attributeTypes works as expected (animate-css-xml-attributeType.html).
97346
97347         * platform/chromium/TestExpectations:
97348         * platform/efl/TestExpectations:
97349         * platform/gtk/TestExpectations:
97350         * platform/mac/TestExpectations:
97351         * platform/qt/TestExpectations:
97352         * platform/win/TestExpectations:
97353         * svg/animations/animate-css-xml-attributeType-expected.txt: Added.
97354         * svg/animations/animate-css-xml-attributeType.html: Added.
97355         * svg/animations/invalid-css-attribute-crash-expected.svg: Added.
97356         * svg/animations/invalid-css-attribute-crash.svg: Added.
97357         * svg/animations/script-tests/animate-css-xml-attributeType.js: Added.
97358         (sample1):
97359         (sample6):
97360         (executeTest):
97361
97362 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
97363
97364         Remove DRT/WTR implementations of layerTreeAsText
97365         https://bugs.webkit.org/show_bug.cgi?id=98697
97366
97367         Reviewed by Tim Horton, James Robinson, Alexey Proskuryakov.
97368
97369         Fix a couple of tests missed in the previous chnage.
97370
97371         * compositing/geometry/preserve-3d-switching.html:
97372         * compositing/visibility/visibility-image-layers-dynamic.html:
97373
97374 2012-10-09  Pravin D  <pravind.2k4@gmail.com>
97375
97376         max-width property is does not overriding the width properties for css tables(display:table)
97377         https://bugs.webkit.org/show_bug.cgi?id=98455
97378
97379         Reviewed by Tony Chang.
97380
97381         * fast/table/css-table-max-width-expected.txt: Added.
97382         * fast/table/css-table-max-width.html: Added.
97383
97384 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97385
97386         Unreviewed GTK gardening.
97387
97388         Expanding failure expectation for editing/pasteboard/drag-drop-list.html to
97389         again include debug configurations as well.
97390
97391         * platform/gtk/TestExpectations:
97392
97393 2012-10-09  Peter Beverloo  <peter@chromium.org>
97394
97395         [Chromium] Test expectation updates for Android
97396         https://bugs.webkit.org/show_bug.cgi?id=98786
97397
97398         Unreviewed test expectation update.
97399
97400         Update the test expectations for Android. Nineteen bugs were filed,
97401         which are all blocking bug 96398.
97402
97403         * platform/chromium-android/TestExpectations:
97404         * platform/chromium/TestExpectations:
97405
97406 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97407
97408         [EFL] Unreviewed gardening.
97409
97410         * platform/efl-wk1/TestExpectations:
97411         * platform/efl-wk2/TestExpectations:
97412         * platform/efl/TestExpectations:
97413
97414 2012-10-09  Harald Alvestrand  <hta@google.com>
97415
97416         Change PeerConnection getStats function to single value local / remote
97417         elements in RTCStatsReport.
97418         https://bugs.webkit.org/show_bug.cgi?id=98753
97419
97420         Reviewed by Adam Barth.
97421
97422         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
97423         * fast/mediastream/RTCPeerConnection-stats.html:
97424
97425 2012-10-09  Adam Barth  <abarth@webkit.org>
97426
97427         Unreviewed. Add chromium-mac specific results for these tests. They
97428         differ from the expected results only in text rendering.
97429
97430         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
97431         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
97432         * platform/chromium-mac/fast/text/hyphenate-character-expected.png: Added.
97433         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
97434         * platform/chromium-mac/fast/text/hyphens-expected.png: Added.
97435
97436 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97437
97438         [EFL] Mark svg/text/selection-tripleclick.svg as flaky on WK2.
97439
97440         * platform/efl-wk2/TestExpectations:
97441
97442 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
97443
97444         [chromium] Make sure events are transformed correctly for plugins.
97445         https://bugs.webkit.org/show_bug.cgi?id=89250
97446
97447         Reviewed by Tony Chang.
97448
97449         Added tests to make sure that events are transformed properly. Note that
97450         for touch-events, each point in the three touch-point lists in the
97451         touch-event is printed, so the same touch-point is printed out three
97452         times.
97453
97454         * platform/chromium/plugins/transformed-events-expected.txt: Added.
97455         * platform/chromium/plugins/transformed-events.html: Added.
97456
97457 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97458
97459         [EFL] Rebaseline some svg/text tests.
97460
97461         Some pixel tests now have the red rectangle drawn around some
97462         areas like other ports.
97463
97464         While here, also add an expectation for selection-tripleclick.svg,
97465         which seems to be passing now.
97466
97467         * platform/efl/TestExpectations:
97468         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png:
97469         * platform/efl/svg/text/selection-tripleclick-expected.png: Added.
97470         * platform/efl/svg/text/selection-tripleclick-expected.txt: Added.
97471         * platform/efl/svg/text/text-align-01-b-expected.png:
97472         * platform/efl/svg/text/text-align-02-b-expected.png:
97473         * platform/efl/svg/text/text-align-03-b-expected.png:
97474         * platform/efl/svg/text/text-align-04-b-expected.png:
97475         * platform/efl/svg/text/text-align-05-b-expected.png:
97476         * platform/efl/svg/text/text-align-06-b-expected.png:
97477         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
97478         * platform/efl/svg/text/text-deco-01-b-expected.png:
97479         * platform/efl/svg/text/text-fonts-01-t-expected.png:
97480         * platform/efl/svg/text/text-fonts-02-t-expected.png:
97481         * platform/efl/svg/text/text-intro-05-t-expected.png:
97482         * platform/efl/svg/text/text-path-01-b-expected.png:
97483         * platform/efl/svg/text/text-spacing-01-b-expected.png:
97484         * platform/efl/svg/text/text-text-01-b-expected.png:
97485         * platform/efl/svg/text/text-text-03-b-expected.png:
97486         * platform/efl/svg/text/text-text-04-t-expected.png:
97487         * platform/efl/svg/text/text-text-05-t-expected.png:
97488         * platform/efl/svg/text/text-text-06-t-expected.png:
97489         * platform/efl/svg/text/text-text-07-t-expected.png:
97490         * platform/efl/svg/text/text-text-08-b-expected.png:
97491         * platform/efl/svg/text/text-tref-01-b-expected.png:
97492         * platform/efl/svg/text/text-tselect-01-b-expected.png:
97493         * platform/efl/svg/text/text-tselect-02-f-expected.png:
97494         * platform/efl/svg/text/text-tspan-01-b-expected.png:
97495         * platform/efl/svg/text/text-ws-01-t-expected.png:
97496         * platform/efl/svg/text/text-ws-02-t-expected.png:
97497
97498 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
97499
97500         [Qt] Uploading images to Google+ using QtWebKit does not work.
97501         https://bugs.webkit.org/show_bug.cgi?id=72329
97502
97503         Reviewed by Jocelyn Turcotte.
97504
97505         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
97506         on features we do not have.
97507
97508         * platform/qt/TestExpectations:
97509
97510 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97511
97512         [Qt] Unskip and rebase now passing tests.
97513
97514         * platform/qt/TestExpectations:
97515         * platform/qt/compositing/overflow/clip-descendents-expected.txt: Added.
97516         * platform/qt/css1/formatting_model/floating_elements-expected.png:
97517         * platform/qt/css1/formatting_model/floating_elements-expected.txt:
97518         * platform/qt/editing/selection/caret-ltr-2-expected.png:
97519         * platform/qt/editing/selection/caret-ltr-2-expected.txt:
97520         * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
97521         * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
97522         * platform/qt/editing/selection/caret-ltr-expected.png:
97523         * platform/qt/editing/selection/caret-ltr-expected.txt:
97524         * platform/qt/editing/selection/caret-ltr-right-expected.png:
97525         * platform/qt/editing/selection/caret-ltr-right-expected.txt:
97526         * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
97527         * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
97528         * platform/qt/editing/selection/caret-rtl-right-expected.png:
97529         * platform/qt/editing/selection/caret-rtl-right-expected.txt:
97530         * platform/qt/fast/backgrounds/size/zero-expected.png: Added.
97531         * platform/qt/fast/backgrounds/size/zero-expected.txt:
97532         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
97533         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
97534         * platform/qt/fast/forms/basic-buttons-expected.png:
97535         * platform/qt/fast/forms/basic-buttons-expected.txt:
97536         * platform/qt/fast/multicol/overflow-across-columns-expected.png: Added.
97537         * platform/qt/fast/multicol/overflow-across-columns-expected.txt: Added.
97538         * platform/qt/fast/multicol/overflow-unsplittable-expected.png: Added.
97539         * platform/qt/fast/multicol/overflow-unsplittable-expected.txt: Added.
97540         * platform/qt/fast/multicol/positive-leading-expected.png: Added.
97541         * platform/qt/fast/multicol/positive-leading-expected.txt: Added.
97542         * platform/qt/fast/multicol/shadow-breaking-expected.png:
97543         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
97544         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
97545         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
97546         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
97547         * platform/qt/fast/overflow/003-expected.png:
97548         * platform/qt/fast/overflow/003-expected.txt:
97549         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
97550         * platform/qt/fast/replaced/table-percent-height-expected.txt:
97551         * platform/qt/fast/text/line-initial-and-final-swashes-expected.txt: Added.
97552         * platform/qt/fonts/cursive-expected.png: Added.
97553         * platform/qt/fonts/cursive-expected.txt: Added.
97554         * platform/qt/fonts/default-expected.png: Added.
97555         * platform/qt/fonts/default-expected.txt: Added.
97556         * platform/qt/fonts/fantasy-expected.png: Added.
97557         * platform/qt/fonts/fantasy-expected.txt: Added.
97558         * platform/qt/fonts/monospace-expected.png: Added.
97559         * platform/qt/fonts/monospace-expected.txt: Added.
97560         * platform/qt/fonts/sans-serif-expected.png: Added.
97561         * platform/qt/fonts/sans-serif-expected.txt: Added.
97562         * platform/qt/fonts/serif-expected.png: Added.
97563         * platform/qt/fonts/serif-expected.txt: Added.
97564         * platform/qt/printing/page-count-relayout-shrink-expected.txt: Added.
97565         * platform/qt/printing/return-from-printing-mode-expected.png: Added.
97566         * platform/qt/printing/return-from-printing-mode-expected.txt: Added.
97567         * platform/qt/printing/setPrinting-expected.png: Added.
97568         * platform/qt/printing/setPrinting-expected.txt: Added.
97569         * platform/qt/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
97570         * platform/qt/svg/custom/clip-mask-negative-scale-expected.png: Added.
97571         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
97572         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
97573         * platform/qt/tables/mozilla/bugs/bug12384-expected.png: Added.
97574         * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
97575         * platform/qt/tables/mozilla/bugs/bug99948-expected.png: Added.
97576         * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
97577         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
97578         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
97579         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: Added.
97580         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
97581         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
97582         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
97583         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
97584         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
97585         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
97586         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
97587         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
97588         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
97589         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
97590         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
97591         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
97592         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
97593         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
97594         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
97595         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
97596         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
97597         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png: Added.
97598         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
97599
97600 2012-10-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
97601
97602         [EFL] remove duplicate failure expectations
97603         https://bugs.webkit.org/show_bug.cgi?id=98736
97604
97605         Unreviewed gardening.
97606
97607         Many tests are listed in both efl and wk2 expectations. Remove the efl expectations
97608         in cases where the bug seems to be a wk2 issue.
97609
97610         Most expectations are also added into the efl-wk1 expectations (which is where
97611         they should have been all along).
97612
97613         * platform/efl-wk1/TestExpectations:
97614         * platform/efl/TestExpectations:
97615
97616 2012-10-09  Arpita Bahuguna  <arpitabahuguna@gmail.com>
97617
97618         Text decorations specified on the containing block are not properly applied when ::first-line is present.
97619         https://bugs.webkit.org/show_bug.cgi?id=93829
97620
97621         Reviewed by Abhishek Arya.
97622
97623         * fast/css/text-decorations-on-first-line-and-containing-block-expected.html: Added.
97624         * fast/css/text-decorations-on-first-line-and-containing-block.html: Added.
97625         Tests added for verifying the behavior of text-decorations when specified
97626         both for the ::first-line as well as its containing block.
97627
97628 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
97629
97630         Unreviewed, rolling out r130746.
97631         http://trac.webkit.org/changeset/130746
97632         https://bugs.webkit.org/show_bug.cgi?id=98749
97633
97634         It made 45 tests crash on Qt (Requested by Ossy on #webkit).
97635
97636         * platform/qt/TestExpectations:
97637
97638 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97639
97640         [EFL] Mark a few tests skipped in r130745 as failures instead of timeouts.
97641
97642         * platform/efl/TestExpectations:
97643
97644 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
97645
97646         [Qt] Uploading images to Google+ using QtWebKit does not work.
97647         https://bugs.webkit.org/show_bug.cgi?id=72329
97648
97649         Reviewed by Jocelyn Turcotte.
97650
97651         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
97652         on features we do not have.
97653
97654         * platform/qt/TestExpectations:
97655
97656 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97657
97658         [EFL] Skip a few tests after r130699.
97659
97660         * platform/efl/TestExpectations:
97661
97662 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97663
97664         [EFL] Remove comment added in r130650 now that I've run the GTK+ tests.
97665
97666         * platform/efl-wk1/TestExpectations:
97667
97668 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97669
97670         Unreviewed GTK gardening.
97671
97672         Adding more failure expectations for regressions after r130699.
97673
97674         * platform/gtk/TestExpectations:
97675
97676 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97677
97678         [Qt] Unskip now passing tests.
97679
97680         * platform/qt-5.0-wk2/TestExpectations:
97681         * platform/qt/TestExpectations:
97682
97683 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97684
97685         [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
97686         https://bugs.webkit.org/show_bug.cgi?id=51884
97687
97688         Reviewed by Ryosuke Niwa.
97689
97690         This test pass with this change in testfonts https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97691
97692         * platform/qt/TestExpectations:
97693
97694 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97695
97696         [Qt] editing/selection/caret-at-bidi-boundary.html fails
97697         https://bugs.webkit.org/show_bug.cgi?id=66514
97698
97699         Reviewed by Yuta Kitamura.
97700
97701         Unskipping test. The update in testfonts solved this bug.
97702
97703         * platform/qt/TestExpectations:
97704
97705 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97706
97707         [Qt] Unskip and rebase a now passing test.
97708
97709         * platform/qt/TestExpectations:
97710         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
97711         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
97712
97713 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97714
97715         [Qt] Unskip fast/transforms/scrollIntoView-transformed.html.
97716
97717         * platform/qt-5.0-wk2/TestExpectations:
97718         * platform/qt/TestExpectations:
97719
97720 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97721
97722         [Qt] Unskip and rebase now passing tests.
97723
97724         * platform/qt-5.0/TestExpectations:
97725         * platform/qt/TestExpectations:
97726         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
97727         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
97728         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
97729         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
97730
97731 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97732
97733         Unreviewed GTK gardening.
97734
97735         Adding failure expectations for regressions after r130699 and
97736         a failing multipart test introduced in r130651.
97737
97738         * platform/gtk/TestExpectations:
97739
97740 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97741
97742         [Qt] Unskip and rebasing now passing tests.
97743
97744         * platform/qt-5.0-wk1/TestExpectations:
97745         * platform/qt/fast/css/word-space-extra-expected.png:
97746         * platform/qt/fast/css/word-space-extra-expected.txt:
97747         * platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt: Added.
97748         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
97749         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
97750         * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
97751         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
97752         * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
97753         * platform/qt/http/tests/navigation/postredirect-goback2-expected.txt:
97754
97755 2012-10-09  Keishi Hattori  <keishi@webkit.org>
97756
97757         Page popup should be smarter about its layout
97758         https://bugs.webkit.org/show_bug.cgi?id=98499
97759
97760         Reviewed by Kent Tamura.
97761
97762         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Added.
97763         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Added.
97764         * platform/chromium-android/TestExpectations: Added platform/chromium/fast/forms/page-popup.
97765
97766 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97767
97768         [Qt] Unskip now passing tests.
97769
97770         * platform/qt/TestExpectations:
97771
97772 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97773
97774         [Qt] Unskip now passing tests.
97775
97776         * platform/qt/TestExpectations:
97777
97778 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97779
97780         [Qt] Unskip now passing tests.
97781
97782         * platform/qt-5.0-wk1/TestExpectations:
97783         * platform/qt-5.0-wk2/TestExpectations:
97784         * platform/qt-5.0/TestExpectations:
97785
97786 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97787
97788         Unreviewed gadening after r130709.
97789
97790         * fast/harness/results-expected.txt:
97791
97792 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97793
97794         [Qt][WK2] Unskip now passing tests.
97795
97796         * platform/qt-5.0-wk2/TestExpectations:
97797
97798 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
97799
97800         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
97801         https://bugs.webkit.org/show_bug.cgi?id=96907
97802
97803         Reviewed by Csaba Osztrogonác.
97804
97805         Unskipping tests.
97806
97807         * platform/qt/TestExpectations:
97808
97809 2012-10-08  Kiran Muppala  <cmuppala@apple.com>
97810
97811         Throttle DOM timers on hidden pages.
97812         https://bugs.webkit.org/show_bug.cgi?id=98474
97813
97814         Reviewed by Maciej Stachowiak.
97815
97816         Add a test for DOM timer throttling on hidden pages.
97817
97818         * fast/dom/timer-throttling-hidden-page-expected.txt: Added.
97819         * fast/dom/timer-throttling-hidden-page.html: Added.
97820         * platform/chromium/TestExpectations:
97821         * platform/efl/TestExpectations:
97822         * platform/gtk/TestExpectations:
97823         * platform/qt/TestExpectations:
97824         * platform/win/TestExpectations:
97825         Skip the test since HIDDEN_PAGE_DOM_TIMER_THROTTLING is not enabled by default.
97826
97827 2012-10-08  Yoshifumi Inoue  <yosin@chromium.org>
97828
97829         HTMLSelectElement::typeAheadFind depends on implementation dependent behavior
97830         https://bugs.webkit.org/show_bug.cgi?id=98710
97831
97832         Reviewed by Kent Tamura.
97833
97834         This patch adds a test for checking HTMLSelectElement::typeAheadFind
97835         doesn't crash.
97836
97837         * fast/forms/select/select-typeahead-crash-expected.txt: Added.
97838         * fast/forms/select/select-typeahead-crash.html: Added.
97839
97840 2012-10-08  Kent Tamura  <tkent@chromium.org>
97841
97842         Take account of overflowing values for width calculation of a year sub-field
97843         https://bugs.webkit.org/show_bug.cgi?id=98506
97844
97845         Reviewed by Eric Seidel.
97846
97847         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Added.
97848         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Added.
97849
97850 2012-10-08  Tony Chang  <tony@chromium.org>
97851
97852         image not displayed in flexbox
97853         https://bugs.webkit.org/show_bug.cgi?id=98611
97854
97855         Reviewed by Ojan Vafai.
97856
97857         Load an image after flexbox layout has happened.
97858
97859         * css3/flexbox/relayout-image-load-expected.txt: Added.
97860         * css3/flexbox/relayout-image-load.html: Added.
97861         * platform/chromium/TestExpectations: Remove css3/flexbox/flexitem-stretch-image.html
97862         since it should no longer be flaky.
97863
97864 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
97865
97866         results.html and garden-o-matic are ignoring IMAGE failures when expected to FAIL
97867         https://bugs.webkit.org/show_bug.cgi?id=98706
97868
97869         Reviewed by Ojan Vafai.
97870
97871         FAIL is supposed to map onto Failure which is supposed to map
97872         onto the old [ TEXT, IMAGE_PLUS_TEXT, AUDIO ] mapping.
97873         results.html was including IMAGE in this and garden-o-matic was
97874         including CRASH and TIMEOUT as well :(.
97875
97876         * fast/harness/resources/results-test.js:
97877         * fast/harness/results.html:
97878
97879 2012-10-08  Alpha Lam  <hclam@chromium.org>
97880
97881         Not reviewed. Rebaselines for Chromium.
97882
97883         Rebaseline after r130412 which affected image scaling pixel tests.
97884
97885         * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
97886         * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize15-expected.png: Added.
97887         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
97888         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
97889         * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
97890         * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
97891         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png: Added.
97892         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
97893         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
97894         * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
97895         * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png:
97896         * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
97897         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
97898         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
97899         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
97900         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
97901         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
97902         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
97903         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
97904         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
97905         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
97906         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
97907         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
97908         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
97909         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
97910         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
97911         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
97912         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
97913         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
97914         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
97915         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
97916         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
97917         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
97918         * platform/chromium-linux-x86/svg/custom/pointer-events-image-css-transform-expected.png: Added.
97919         * platform/chromium-linux-x86/svg/custom/pointer-events-image-expected.png: Added.
97920         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
97921         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
97922         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
97923         * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
97924         * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
97925         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
97926         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
97927         * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
97928         * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
97929         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png: Added.
97930         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
97931         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
97932         * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
97933         * platform/chromium-linux/fast/repaint/background-misaligned-expected.png:
97934         * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
97935         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
97936         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
97937         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
97938         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
97939         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
97940         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
97941         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
97942         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
97943         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
97944         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
97945         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
97946         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
97947         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
97948         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
97949         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
97950         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
97951         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
97952         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
97953         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
97954         * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
97955         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
97956         * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
97957         * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
97958         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
97959         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
97960         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
97961         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
97962         * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize15-expected.png:
97963         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
97964         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
97965         * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
97966         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
97967         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
97968         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
97969         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
97970         * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
97971         * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png:
97972         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
97973         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
97974         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
97975         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
97976         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
97977         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
97978         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
97979         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
97980         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
97981         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
97982         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
97983         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
97984         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
97985         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
97986         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
97987         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
97988         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
97989         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
97990         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
97991         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
97992         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
97993         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
97994         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
97995         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
97996         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
97997         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
97998         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
97999         * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98000         * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
98001         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
98002         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
98003         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
98004         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
98005         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
98006         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-expected.png:
98007         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
98008         * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
98009         * platform/chromium-mac/fast/repaint/background-misaligned-expected.png:
98010         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
98011         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98012         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98013         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98014         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98015         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98016         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98017         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98018         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98019         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98020         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98021         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98022         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98023         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98024         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98025         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98026         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98027         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98028         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98029         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
98030         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
98031         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
98032         * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
98033         * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
98034         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98035         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98036         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
98037         * platform/chromium-win-xp/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
98038         * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize15-expected.png: Added.
98039         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
98040         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
98041         * platform/chromium-win-xp/fast/borders/border-image-scale-transform-expected.png: Added.
98042         * platform/chromium-win-xp/fast/borders/border-image-scaled-expected.png: Added.
98043         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png: Added.
98044         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
98045         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
98046         * platform/chromium-win-xp/fast/borders/scaled-border-image-expected.png: Added.
98047         * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png:
98048         * platform/chromium-win-xp/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
98049         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98050         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98051         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98052         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98053         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98054         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98055         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98056         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98057         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98058         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98059         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98060         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98061         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98062         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98063         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98064         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98065         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
98066         * platform/chromium-win-xp/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
98067         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Added.
98068         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Added.
98069         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Added.
98070         * platform/chromium-win-xp/svg/custom/pointer-events-image-css-transform-expected.png: Added.
98071         * platform/chromium-win-xp/svg/custom/pointer-events-image-expected.png: Added.
98072         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
98073         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
98074         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added.
98075         * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98076         * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
98077         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
98078         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
98079         * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
98080         * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
98081         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
98082         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
98083         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
98084         * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
98085         * platform/chromium-win/fast/repaint/background-misaligned-expected.png:
98086         * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
98087         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98088         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98089         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98090         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98091         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98092         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98093         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98094         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98095         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98096         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98097         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98098         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98099         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98100         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98101         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98102         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98103         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98104         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98105         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
98106         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
98107         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
98108         * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
98109         * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
98110         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98111         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98112         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
98113         * platform/chromium/TestExpectations:
98114
98115 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98116
98117         Unreviewed Chromium gardening.
98118
98119         * platform/chromium/TestExpectations:
98120         Marked a test as crashing on Lion.
98121
98122         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98123         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98124         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98125         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98126         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98127         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98128         Rebaselined these tests after a change in Chromium compositor (Chromium r160671).
98129
98130 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
98131
98132         Move layerTreeAsText to window.internals
98133         https://bugs.webkit.org/show_bug.cgi?id=98690
98134
98135         Reviewed by James Robinson.
98136
98137         Add window.internals.layerTreeAsText(document), and change the tests to use it.
98138         I'll remove testRunner.layerTreeAsText() in a later patch.
98139
98140         * compositing/animation/animation-compositing.html:
98141         * compositing/backing/no-backing-for-clip-overlap.html:
98142         * compositing/backing/no-backing-for-clip.html:
98143         * compositing/backing/no-backing-for-perspective.html:
98144         * compositing/bounds-in-flipped-writing-mode.html:
98145         * compositing/clip-child-by-non-stacking-ancestor.html:
98146         * compositing/columns/composited-in-paginated.html:
98147         * compositing/geometry/ancestor-overflow-change.html:
98148         * compositing/geometry/bounds-clipped-composited-child.html:
98149         * compositing/geometry/bounds-ignores-hidden-composited-descendant.html:
98150         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html:
98151         * compositing/geometry/bounds-ignores-hidden-dynamic.html:
98152         * compositing/geometry/bounds-ignores-hidden.html:
98153         * compositing/geometry/clip.html:
98154         * compositing/geometry/composited-in-columns.html:
98155         * compositing/geometry/fixed-position-composited-switch.html:
98156         * compositing/geometry/flipped-writing-mode.html:
98157         * compositing/geometry/foreground-layer.html:
98158         * compositing/geometry/layer-due-to-layer-children-deep-switch.html:
98159         * compositing/geometry/layer-due-to-layer-children-switch.html:
98160         * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
98161         * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
98162         * compositing/geometry/limit-layer-bounds-opacity-transition.html:
98163         * compositing/geometry/limit-layer-bounds-overflow-root.html:
98164         * compositing/geometry/limit-layer-bounds-positioned-transition.html:
98165         * compositing/geometry/limit-layer-bounds-positioned.html:
98166         * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
98167         * compositing/geometry/limit-layer-bounds-transformed.html:
98168         * compositing/geometry/preserve-3d-switching.html:
98169         * compositing/iframes/become-composited-nested-iframes.html:
98170         * compositing/iframes/become-overlapped-iframe.html:
98171         * compositing/iframes/composited-parent-iframe.html:
98172         * compositing/iframes/connect-compositing-iframe-delayed.html:
98173         * compositing/iframes/connect-compositing-iframe.html:
98174         * compositing/iframes/connect-compositing-iframe2.html:
98175         * compositing/iframes/connect-compositing-iframe3.html:
98176         * compositing/iframes/enter-compositing-iframe.html:
98177         * compositing/iframes/iframe-resize.html:
98178         * compositing/iframes/iframe-size-from-zero.html:
98179         * compositing/iframes/iframe-size-to-zero.html:
98180         * compositing/iframes/iframe-src-change.html:
98181         * compositing/iframes/invisible-nested-iframe-hide.html:
98182         * compositing/iframes/invisible-nested-iframe-show.html:
98183         * compositing/iframes/leave-compositing-iframe.html:
98184         * compositing/iframes/overlapped-iframe-iframe.html:
98185         * compositing/iframes/overlapped-iframe.html:
98186         * compositing/iframes/overlapped-nested-iframes.html:
98187         * compositing/iframes/page-cache-layer-tree.html:
98188         * compositing/iframes/resizer.html:
98189         * compositing/iframes/scrolling-iframe.html:
98190         * compositing/images/clip-on-directly-composited-image.html:
98191         * compositing/layer-creation/animation-overlap-with-children.html:
98192         * compositing/layer-creation/fixed-position-and-transform.html:
98193         * compositing/layer-creation/fixed-position-out-of-view.html:
98194         * compositing/layer-creation/fixed-position-under-transform.html:
98195         * compositing/layer-creation/no-compositing-for-preserve-3d.html:
98196         * compositing/layer-creation/overflow-scroll-overlap.html:
98197         * compositing/layer-creation/overlap-animation.html:
98198         * compositing/layer-creation/overlap-child-layer.html:
98199         * compositing/layer-creation/overlap-clipping.html:
98200         * compositing/layer-creation/overlap-transformed-and-clipped.html:
98201         * compositing/layer-creation/overlap-transformed-layer.html:
98202         * compositing/layer-creation/overlap-transforms.html:
98203         * compositing/layer-creation/rotate3d-overlap.html:
98204         * compositing/layer-creation/scroll-partial-update.html:
98205         * compositing/layer-creation/spanOverlapsCanvas.html:
98206         * compositing/layer-creation/stacking-context-overlap-nested.html:
98207         * compositing/layer-creation/stacking-context-overlap.html:
98208         * compositing/layer-creation/translatez-overlap.html:
98209         * compositing/overflow-trumps-transform-style.html:
98210         * compositing/overflow/clip-descendents.html:
98211         * compositing/overflow/content-gains-scrollbars.html:
98212         * compositing/overflow/content-loses-scrollbars.html:
98213         * compositing/overflow/overflow-auto-with-touch-no-overflow.html:
98214         * compositing/overflow/overflow-auto-with-touch-toggle.html:
98215         * compositing/overflow/overflow-auto-with-touch.html:
98216         * compositing/overflow/overflow-hidden-with-touch.html:
98217         * compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
98218         * compositing/overflow/overflow-overlay-with-touch.html:
98219         * compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
98220         * compositing/overflow/overflow-scrollbar-layers.html:
98221         * compositing/overflow/overflow-visible-with-touch.html:
98222         * compositing/overflow/resize-painting.html:
98223         * compositing/overflow/scrolling-content-clip-to-viewport.html:
98224         * compositing/overflow/textarea-scroll-touch.html:
98225         * compositing/plugins/1x1-composited-plugin.html:
98226         * compositing/plugins/large-to-small-composited-plugin.html:
98227         * compositing/plugins/no-backing-store.html:
98228         * compositing/plugins/small-to-large-composited-plugin.html:
98229         * compositing/rtl/rtl-absolute-overflow-scrolled.html:
98230         * compositing/rtl/rtl-absolute-overflow.html:
98231         * compositing/rtl/rtl-absolute.html:
98232         * compositing/rtl/rtl-fixed-overflow-scrolled.html:
98233         * compositing/rtl/rtl-fixed-overflow.html:
98234         * compositing/rtl/rtl-fixed.html:
98235         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html:
98236         * compositing/rtl/rtl-iframe-absolute-overflow.html:
98237         * compositing/rtl/rtl-iframe-absolute.html:
98238         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html:
98239         * compositing/rtl/rtl-iframe-fixed-overflow.html:
98240         * compositing/rtl/rtl-iframe-fixed.html:
98241         * compositing/rtl/rtl-iframe-relative.html:
98242         * compositing/rtl/rtl-relative.html:
98243         * compositing/tiled-layers-hidpi.html:
98244         * compositing/tiling/crash-reparent-tiled-layer.html:
98245         * compositing/tiling/huge-layer-add-remove-child.html-disabled:
98246         * compositing/tiling/huge-layer-img.html-disabled:
98247         * compositing/tiling/huge-layer-resize.html-disabled:
98248         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled:
98249         * compositing/tiling/huge-layer-with-layer-children.html-disabled:
98250         * compositing/tiling/huge-layer.html-disabled:
98251         * compositing/video/video-poster.html:
98252         * compositing/visibility/layer-visible-content.html:
98253         * compositing/visibility/visibility-image-layers-dynamic.html:
98254         * css3/compositing/should-have-compositing-layer.html:
98255         * css3/filters/composited-during-animation-layertree.html:
98256         * css3/filters/composited-during-transition-layertree.html:
98257         * css3/filters/filtered-compositing-descendant.html:
98258         * css3/filters/should-not-have-compositing-layer.html:
98259         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html:
98260         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
98261         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
98262         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
98263         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
98264         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
98265         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
98266         * platform/mac/compositing/canvas/accelerated-canvas-compositing.html:
98267
98268 2012-10-08  Hans Muller  <hmuller@adobe.com>
98269
98270         [CSS Exclusions] Add support for polygonal shapes
98271         https://bugs.webkit.org/show_bug.cgi?id=96811
98272
98273         Reviewed by Dirk Schulze.
98274
98275         Verify that a rectangular shape-inside specified as a polygon works as expected for all
98276         writing-modes.
98277
98278         Added exclusions tests for non-complex concave shape-inside polygons as well.
98279         The shapes in this set of tests are "rectangular" in the sense that
98280         horizontal lines that overlap the polygon only cross the polygon twice.
98281         The expected part of each test uses float "sandbags" to simulate the
98282         shape-inside area in the test expectations. The  tests use SVG to
98283         display the polygon itself, to simplify visual inspection.
98284         (See http://www.alistapart.com/articles/sandbags/).
98285
98286         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html: Added.
98287         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html: Added.
98288         * fast/exclusions/resources/simple-polygon.js: Added.
98289         (createPolygon):
98290         (polygonXIntercepts):
98291         (generatePolygonContentString):
98292         (simulatePolygonShape):
98293         (generateSimulatedPolygonShapeInsideElement):
98294         (positionInformativeText):
98295         (createPolygonShapeInsideTestCase):
98296         (createPolygonShapeInsideTestCaseExpected):
98297         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: Added.
98298         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: Added.
98299         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: Added.
98300         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: Added.
98301         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: Added.
98302         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: Added.
98303         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: Added.
98304         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: Added.
98305
98306 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
98307
98308         [Qt] Unreviewed gardening. Add PNGs after r130653,
98309         and skip tests on Qt-WK2, because they fail on it.
98310
98311         * platform/qt-5.0-wk2/TestExpectations:
98312         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
98313         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
98314         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
98315         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
98316         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
98317         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
98318         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
98319         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
98320
98321 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98322
98323         Unreviewed Chromium gardening.
98324
98325         Rebaselined those 2 tables/ tests that were forgotten in the rebaselining after r103875.
98326         https://bugs.webkit.org/show_bug.cgi?id=74888 was opened to track those rebaselining but
98327         it looks like some platform fell through the cracks.
98328
98329         * platform/chromium/TestExpectations:
98330         Removed the 2 entries.
98331
98332         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
98333         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
98334         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
98335         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
98336         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
98337         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
98338         Progression: the table captions are larger, which matches other browsers and other platforms' baselines.
98339
98340 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98341
98342         GTK port should warn if bug modifier is missing in TestExpectations
98343         https://bugs.webkit.org/show_bug.cgi?id=98678
98344
98345         Reviewed by Dirk Pranke.
98346
98347         Add generic Bug(GTK) modifiers for two test expectations.
98348
98349         * platform/gtk/TestExpectations:
98350
98351 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
98352
98353         Suppress editing/pasteboard/data-transfer-items.html failure.
98354         https://bugs.webkit.org/show_bug.cgi?id=98686
98355
98356         Unreviewed, expectations change.
98357
98358         * platform/chromium/TestExpectations:
98359
98360 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98361
98362         Unreviewed rebaselining after r130598 and r130600.
98363
98364         * platform/chromium-linux-x86/svg/filters/filterRes-expected.txt:
98365         This baseline was forgotten.
98366
98367 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
98368
98369         [Qt] new test introduced in r120354 fails on Qt
98370         https://bugs.webkit.org/show_bug.cgi?id=91968
98371
98372         Reviewed by Kenneth Rohde Christiansen.
98373
98374         Unskipping test.
98375
98376         * platform/qt/TestExpectations:
98377
98378 2012-10-08  Huang Dongsung  <luxtella@company100.net>
98379
98380         [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
98381         https://bugs.webkit.org/show_bug.cgi?id=98582
98382
98383         Reviewed by Eric Seidel.
98384
98385         Unskipping canvas/philip/tests/2d.imageData.put.unchanged.html that is passing.
98386
98387         * platform/qt/TestExpectations:
98388
98389 2012-10-08  Shadi Khalek  <shadi@chromium.org>
98390
98391         Fix video-test.js relativeURL() bug
98392         https://bugs.webkit.org/show_bug.cgi?id=98546
98393
98394         Reviewed by Eric Seidel.
98395
98396         Some layout tests failed due to this bug (crbug.com/154157)
98397
98398         * media/video-test.js:
98399         (testArraysEqual):
98400         (relativeURL):
98401
98402 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98403
98404         Additional fast/repaint Chromium rebaseline.
98405
98406         Rebaselined more tests on Chromium Mac. Same as r130654 but there
98407         is some anti-aliasing differences on transformed lines.
98408
98409         * platform/chromium/TestExpectations:
98410         Removed the rebaselined tests.
98411
98412         * fast/repaint/table-section-repaint-expected.txt: Added.
98413         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.png: Added.
98414         * platform/chromium-mac-snowleopard/fast/repaint/table-collapsed-border-expected.png: Added.
98415         * platform/chromium-mac-snowleopard/fast/repaint/text-append-dirty-lines-expected.png: Added.
98416         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
98417         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
98418         * platform/chromium-mac-snowleopard/fast/repaint/transform-relative-position-expected.png: Added.
98419         * platform/chromium-mac-snowleopard/fast/repaint/transform-repaint-descendants-expected.png: Added.
98420         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.png: Added.
98421         * platform/chromium-mac/fast/repaint/table-col-background-expected.png: Added.
98422         * platform/chromium-mac/fast/repaint/table-collapsed-border-expected.png: Added.
98423         * platform/chromium-mac/fast/repaint/table-outer-border-expected.png: Added.
98424         * platform/chromium-mac/fast/repaint/table-row-expected.png: Added.
98425         * platform/chromium-mac/fast/repaint/table-section-overflow-expected.png: Added.
98426         * platform/chromium-mac/fast/repaint/table-section-repaint-expected.png: Added.
98427         * platform/chromium-mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
98428         * platform/chromium-mac/fast/repaint/text-append-dirty-lines-expected.png: Added.
98429         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
98430         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
98431         * platform/chromium-mac/fast/repaint/transform-absolute-child-expected.png: Added.
98432         * platform/chromium-mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
98433         * platform/chromium-mac/fast/repaint/transform-relative-position-expected.png: Added.
98434         * platform/chromium-mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
98435         * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Removed.
98436         * platform/chromium/fast/repaint/table-section-repaint-expected.txt: Added.
98437         * platform/efl/fast/repaint/table-section-repaint-expected.txt: Removed.
98438         * platform/gtk/fast/repaint/table-section-repaint-expected.txt: Removed.
98439         * platform/qt/fast/repaint/table-section-repaint-expected.txt: Removed.
98440
98441 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98442
98443         Unreviewed GTK gardening.
98444
98445         Rebaselining SVG tests after changes in r130599.
98446
98447         * platform/gtk/TestExpectations:
98448         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
98449         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
98450         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
98451         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
98452         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
98453         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
98454         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
98455         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
98456         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
98457         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
98458         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
98459         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
98460         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
98461         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
98462         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
98463         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
98464         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
98465         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
98466         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
98467         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
98468         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
98469         * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
98470         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
98471         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
98472         * platform/gtk/svg/batik/paints/gradientLimit-expected.png:
98473         * platform/gtk/svg/batik/paints/gradientLimit-expected.txt:
98474         * platform/gtk/svg/batik/paints/patternRegions-expected.png:
98475         * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
98476         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.png:
98477         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
98478         * platform/gtk/svg/batik/text/textEffect-expected.png:
98479         * platform/gtk/svg/batik/text/textEffect-expected.txt: Added.
98480         * platform/gtk/svg/batik/text/textEffect3-expected.png:
98481         * platform/gtk/svg/batik/text/textEffect3-expected.txt: Added.
98482         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png:
98483         * platform/gtk/svg/custom/gradient-deep-referencing-expected.txt:
98484         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
98485         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.txt:
98486         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
98487         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
98488         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.png: Added.
98489         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Added.
98490         * platform/gtk/svg/custom/recursive-gradient-expected.png:
98491         * platform/gtk/svg/custom/recursive-gradient-expected.txt:
98492         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.png:
98493         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
98494         * platform/gtk/svg/custom/stroked-pattern-expected.png:
98495         * platform/gtk/svg/custom/stroked-pattern-expected.txt:
98496         * platform/gtk/svg/hixie/perf/006-expected.png:
98497         * platform/gtk/svg/hixie/perf/006-expected.txt:
98498
98499 2012-10-08  Dongwoo Joshua Im  <dw.im@samsung.com>
98500
98501         audiobuffer.html need to include audio-testing.js file.
98502         https://bugs.webkit.org/show_bug.cgi?id=98641
98503
98504         Reviewed by Eric Seidel.
98505
98506         As we discussed at the bug https://bugs.webkit.org/show_bug.cgi?id=88624,
98507         WebAudio tests need to include audio-testing.js file to set WebKitWebAudioEnabled.
98508
98509         * webaudio/audiobuffer.html: Include audio-testing.js file.
98510
98511 2012-10-08  Robert Hogan  <robert@webkit.org>
98512
98513         Border, margin and padding of an inline's inline ancestors counted twice
98514         https://bugs.webkit.org/show_bug.cgi?id=63074
98515
98516         Reviewed by David Hyatt.
98517
98518         * fast/inline/bpm-inline-ancestors-expected.html: Added.
98519         * fast/inline/bpm-inline-ancestors.html: Added.
98520
98521 2012-10-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
98522
98523         [WK2][WTR] WebKitTestRunner needs testRunner.dispatchPendingLoadRequests
98524         https://bugs.webkit.org/show_bug.cgi?id=98638
98525
98526         Reviewed by Eric Seidel.
98527
98528         Unskip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
98529
98530         * platform/wk2/TestExpectations:
98531
98532 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98533
98534         [EFL] Skip http/tests/multipart/multipart-html.php while we wait for kov's patch.
98535
98536         * platform/efl/TestExpectations:
98537
98538 2012-10-08  Mike West  <mkwst@chromium.org>
98539
98540         Null-check for DOMWindow before feeding it to FeatureObserver.
98541         https://bugs.webkit.org/show_bug.cgi?id=98624
98542
98543         Reviewed by Adam Barth.
98544
98545         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash-expected.txt: Added.
98546         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: Added.
98547             This test shouldn't crash.
98548
98549 2012-10-08  Tony Chang  <tony@chromium.org>
98550
98551         Unreviewed, new baseline for fast/table/colspanMinWidth-vertical.html.
98552
98553         The baseline changed in http://trac.webkit.org/changeset/130569 because
98554         controls should all be horizontal.
98555
98556         * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png:
98557         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
98558         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
98559         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
98560         * platform/chromium/TestExpectations:
98561         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98562         * platform/gtk/TestExpectations:
98563         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98564         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
98565         * platform/mac/TestExpectations:
98566         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98567         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
98568         * platform/qt/TestExpectations:
98569         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98570         * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
98571         * platform/win/TestExpectations:
98572         * platform/wincairo/TestExpectations:
98573
98574 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98575
98576         Unreviewed fast/repaint Chromium rebaselining.
98577
98578         Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
98579         - the background has an alpha off-by-one (crbug.com/23473)
98580         - the repaint rectangles are united (the Mac baselines don't do the union).
98581         - On Lion, the font used is different.
98582
98583         * platform/chromium/TestExpectations:
98584         Removed the rebaselined tests' entries.
98585
98586         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
98587         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
98588         * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
98589         * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
98590         * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
98591         * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
98592         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
98593         * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
98594         * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
98595         * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
98596         * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
98597         * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
98598         * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
98599         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
98600         * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
98601         * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
98602         * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
98603         * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
98604         * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
98605         * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
98606         * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
98607         * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
98608         * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
98609         * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
98610         * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
98611         * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
98612         * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
98613         * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
98614         * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
98615         * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
98616         * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
98617         * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
98618         * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
98619         * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
98620         * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
98621         * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
98622         * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
98623         * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
98624         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
98625         * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
98626         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
98627         * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
98628         * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
98629         * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
98630         * platform/mac-lion/fast/repaint: Removed.
98631         * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.
98632
98633 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98634
98635         [Qt] Add baselines to passing ruby DOM tests.
98636
98637         Unreviewed gardening.
98638
98639         * platform/qt/TestExpectations:
98640         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
98641         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
98642         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
98643         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
98644         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
98645         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
98646         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
98647         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
98648
98649 2012-10-08  Nate Chapin  <japhet@chromium.org>
98650
98651         Add a test for multipart/x-mixed-replace documents with text/html
98652         parts.
98653         https://bugs.webkit.org/show_bug.cgi?id=49072
98654
98655         Reviewed by Eric Seidel.
98656
98657         * http/tests/multipart/multipart-html-expected.txt: Added.
98658         * http/tests/multipart/multipart-html.php: Added.
98659
98660 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98661
98662         [EFL] Skip svg/text/caret-in-svg-text.xhtml in WK1.
98663
98664         * platform/efl-wk1/TestExpectations:
98665
98666 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98667
98668         Unreviewed gardening after r130587.
98669
98670         Per discussion with Adam, this change lands the failing baselines to
98671         get some coverage until V8 matches JSC. Fixing the baselines is
98672         covered by https://bugs.webkit.org/show_bug.cgi?id=98658
98673
98674         * platform/chromium/TestExpectations:
98675         Marked one of test as SLOW as it is timing out in Debug.
98676
98677         * platform/chromium/fast/dom/gc-12-expected.txt: Added.
98678         * platform/chromium/fast/dom/gc-3-expected.txt: Added.
98679         * platform/chromium/fast/dom/gc-5-expected.txt: Added.
98680         * platform/chromium/fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
98681
98682 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98683
98684         Unreviewed Qt gardening.
98685
98686         Rebaseline Qt expectations for these passing tests.
98687
98688         * platform/qt/TestExpectations:
98689         * platform/qt/fast/text/basic/013-expected.txt:
98690         * platform/qt/fast/text/basic/015-expected.txt:
98691         * platform/qt/fast/text/line-breaks-expected.txt:
98692
98693 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98694
98695         [EFL] Mark fast/dynamic/window-scrollbars-test.html as flaky.
98696
98697         * platform/efl/TestExpectations:
98698
98699 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98700
98701         [EFL] Unskip svg/text.
98702
98703         Most of the text cases are passing, the ones which don't have been
98704         properly skipped.
98705
98706         * platform/efl/TestExpectations:
98707         * platform/efl/svg/text/append-text-node-to-tspan-expected.png: Added.
98708         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: Added.
98709         * platform/efl/svg/text/bidi-embedded-direction-expected.png: Added.
98710         * platform/efl/svg/text/bidi-embedded-direction-expected.txt: Added.
98711         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png: Added.
98712         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt: Added.
98713         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png: Added.
98714         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt: Added.
98715         * platform/efl/svg/text/bidi-text-query-expected.png: Added.
98716         * platform/efl/svg/text/bidi-text-query-expected.txt: Added.
98717         * platform/efl/svg/text/bidi-tspans-expected.png: Added.
98718         * platform/efl/svg/text/bidi-tspans-expected.txt: Added.
98719         * platform/efl/svg/text/ems-display-none-expected.png: Added.
98720         * platform/efl/svg/text/ems-display-none-expected.txt: Added.
98721         * platform/efl/svg/text/exs-display-none-expected.png: Added.
98722         * platform/efl/svg/text/exs-display-none-expected.txt: Added.
98723         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
98724         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt: Added.
98725         * platform/efl/svg/text/font-size-below-point-five-expected.png: Added.
98726         * platform/efl/svg/text/font-size-below-point-five-expected.txt: Added.
98727         * platform/efl/svg/text/foreignObject-repaint-expected.png: Added.
98728         * platform/efl/svg/text/foreignObject-repaint-expected.txt: Added.
98729         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
98730         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
98731         * platform/efl/svg/text/kerning-expected.png: Added.
98732         * platform/efl/svg/text/kerning-expected.txt: Added.
98733         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png: Added.
98734         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt: Added.
98735         * platform/efl/svg/text/multichar-glyph-expected.png: Added.
98736         * platform/efl/svg/text/multichar-glyph-expected.txt: Added.
98737         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png: Added.
98738         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt: Added.
98739         * platform/efl/svg/text/remove-tspan-from-text-expected.png: Added.
98740         * platform/efl/svg/text/remove-tspan-from-text-expected.txt: Added.
98741         * platform/efl/svg/text/scaled-font-expected.png: Added.
98742         * platform/efl/svg/text/scaled-font-expected.txt: Added.
98743         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
98744         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
98745         * platform/efl/svg/text/selection-background-color-expected.png: Added.
98746         * platform/efl/svg/text/selection-background-color-expected.txt: Added.
98747         * platform/efl/svg/text/selection-styles-expected.png: Added.
98748         * platform/efl/svg/text/selection-styles-expected.txt: Added.
98749         * platform/efl/svg/text/small-fonts-2-expected.png: Added.
98750         * platform/efl/svg/text/small-fonts-2-expected.txt: Added.
98751         * platform/efl/svg/text/small-fonts-3-expected.png: Added.
98752         * platform/efl/svg/text/small-fonts-3-expected.txt: Added.
98753         * platform/efl/svg/text/small-fonts-expected.png: Added.
98754         * platform/efl/svg/text/small-fonts-in-html5-expected.png: Added.
98755         * platform/efl/svg/text/small-fonts-in-html5-expected.txt: Added.
98756         * platform/efl/svg/text/text-align-01-b-expected.png: Added.
98757         * platform/efl/svg/text/text-align-01-b-expected.txt: Added.
98758         * platform/efl/svg/text/text-align-02-b-expected.png: Added.
98759         * platform/efl/svg/text/text-align-02-b-expected.txt: Added.
98760         * platform/efl/svg/text/text-align-03-b-expected.png: Added.
98761         * platform/efl/svg/text/text-align-03-b-expected.txt: Added.
98762         * platform/efl/svg/text/text-align-04-b-expected.png: Added.
98763         * platform/efl/svg/text/text-align-04-b-expected.txt: Added.
98764         * platform/efl/svg/text/text-align-05-b-expected.png: Added.
98765         * platform/efl/svg/text/text-align-05-b-expected.txt: Added.
98766         * platform/efl/svg/text/text-align-06-b-expected.png: Added.
98767         * platform/efl/svg/text/text-align-06-b-expected.txt: Added.
98768         * platform/efl/svg/text/text-altglyph-01-b-expected.png: Added.
98769         * platform/efl/svg/text/text-altglyph-01-b-expected.txt: Added.
98770         * platform/efl/svg/text/text-deco-01-b-expected.png: Added.
98771         * platform/efl/svg/text/text-deco-01-b-expected.txt: Added.
98772         * platform/efl/svg/text/text-fill-opacity-expected.png: Added.
98773         * platform/efl/svg/text/text-fill-opacity-expected.txt: Added.
98774         * platform/efl/svg/text/text-fonts-01-t-expected.png: Added.
98775         * platform/efl/svg/text/text-fonts-01-t-expected.txt: Added.
98776         * platform/efl/svg/text/text-fonts-02-t-expected.png: Added.
98777         * platform/efl/svg/text/text-fonts-02-t-expected.txt: Added.
98778         * platform/efl/svg/text/text-gradient-positioning-expected.png: Added.
98779         * platform/efl/svg/text/text-gradient-positioning-expected.txt: Added.
98780         * platform/efl/svg/text/text-hkern-expected.png: Added.
98781         * platform/efl/svg/text/text-hkern-expected.txt: Added.
98782         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.png: Added.
98783         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
98784         * platform/efl/svg/text/text-intro-05-t-expected.png: Added.
98785         * platform/efl/svg/text/text-intro-05-t-expected.txt: Added.
98786         * platform/efl/svg/text/text-midpoint-split-bug-expected.png: Added.
98787         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
98788         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
98789         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
98790         * platform/efl/svg/text/text-path-01-b-expected.png: Added.
98791         * platform/efl/svg/text/text-path-01-b-expected.txt: Added.
98792         * platform/efl/svg/text/text-path-middle-align-expected.png: Added.
98793         * platform/efl/svg/text/text-path-middle-align-expected.txt: Added.
98794         * platform/efl/svg/text/text-repaint-rects-expected.png: Added.
98795         * platform/efl/svg/text/text-repaint-rects-expected.txt: Added.
98796         * platform/efl/svg/text/text-rescale-expected.png: Added.
98797         * platform/efl/svg/text/text-rescale-expected.txt: Added.
98798         * platform/efl/svg/text/text-spacing-01-b-expected.png: Added.
98799         * platform/efl/svg/text/text-spacing-01-b-expected.txt: Added.
98800         * platform/efl/svg/text/text-text-01-b-expected.png: Added.
98801         * platform/efl/svg/text/text-text-01-b-expected.txt: Added.
98802         * platform/efl/svg/text/text-text-03-b-expected.png: Added.
98803         * platform/efl/svg/text/text-text-03-b-expected.txt: Added.
98804         * platform/efl/svg/text/text-text-04-t-expected.png: Added.
98805         * platform/efl/svg/text/text-text-04-t-expected.txt: Added.
98806         * platform/efl/svg/text/text-text-05-t-expected.png: Added.
98807         * platform/efl/svg/text/text-text-05-t-expected.txt: Added.
98808         * platform/efl/svg/text/text-text-06-t-expected.png: Added.
98809         * platform/efl/svg/text/text-text-06-t-expected.txt: Added.
98810         * platform/efl/svg/text/text-text-07-t-expected.png: Added.
98811         * platform/efl/svg/text/text-text-07-t-expected.txt: Added.
98812         * platform/efl/svg/text/text-text-08-b-expected.png: Added.
98813         * platform/efl/svg/text/text-text-08-b-expected.txt: Added.
98814         * platform/efl/svg/text/text-tref-01-b-expected.png: Added.
98815         * platform/efl/svg/text/text-tref-01-b-expected.txt: Added.
98816         * platform/efl/svg/text/text-tselect-01-b-expected.png: Added.
98817         * platform/efl/svg/text/text-tselect-01-b-expected.txt: Added.
98818         * platform/efl/svg/text/text-tselect-02-f-expected.png: Added.
98819         * platform/efl/svg/text/text-tselect-02-f-expected.txt: Added.
98820         * platform/efl/svg/text/text-tspan-01-b-expected.png: Added.
98821         * platform/efl/svg/text/text-tspan-01-b-expected.txt: Added.
98822         * platform/efl/svg/text/text-viewbox-rescale-expected.png: Added.
98823         * platform/efl/svg/text/text-vkern-expected.png: Added.
98824         * platform/efl/svg/text/text-vkern-expected.txt: Added.
98825         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
98826         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
98827         * platform/efl/svg/text/text-ws-01-t-expected.png: Added.
98828         * platform/efl/svg/text/text-ws-01-t-expected.txt: Added.
98829         * platform/efl/svg/text/text-ws-02-t-expected.png: Added.
98830         * platform/efl/svg/text/text-ws-02-t-expected.txt: Added.
98831         * platform/efl/svg/text/textPathBoundsBug-expected.png: Added.
98832         * platform/efl/svg/text/textPathBoundsBug-expected.txt: Added.
98833         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png: Added.
98834         * platform/efl/svg/text/tspan-dynamic-positioning-expected.txt: Added.
98835
98836 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98837
98838         [EFL] Unskip svg/dom/altGlyph-dom.xhtml
98839
98840         Seems to be passing these days.
98841
98842         * platform/efl/TestExpectations:
98843
98844 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98845
98846         Unreviewed GTK gardening.
98847
98848         Removing crash expectations for tests that were fixed in r130611.
98849
98850         Removing failure expectations for fast/xsl/xslt-missing-namespace-in-xslt.xml,
98851         the test is working fine after r130543.
98852
98853         * platform/gtk-wk2/TestExpectations:
98854         * platform/gtk/TestExpectations:
98855
98856 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98857
98858         Unreviewed Qt gardening.
98859
98860         Adding expectations for tests under css2.1.
98861
98862         * platform/qt/TestExpectations:
98863
98864 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98865
98866         [EFL] Unskip svg/W3C-SVG-1.1.
98867
98868         All but one test case worked fine (compared to the expectations in
98869         mac/).
98870
98871         * platform/efl/TestExpectations:
98872         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
98873         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
98874         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
98875         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
98876         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
98877         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
98878         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
98879         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
98880         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
98881         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
98882         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
98883         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
98884         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
98885         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
98886         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
98887         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
98888         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
98889         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
98890         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
98891         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
98892         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
98893         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
98894         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
98895         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
98896         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
98897         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
98898         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
98899         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
98900         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
98901         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
98902         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
98903         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
98904         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
98905         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
98906         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
98907         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
98908         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
98909         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
98910         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
98911         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
98912         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
98913         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
98914         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
98915         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
98916         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
98917         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
98918         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
98919         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
98920         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
98921         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
98922         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
98923         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
98924         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
98925         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
98926         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
98927         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
98928         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
98929         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
98930         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
98931         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
98932         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
98933         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
98934         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
98935         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
98936         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
98937         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
98938         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
98939         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
98940         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
98941         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
98942         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
98943         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
98944         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
98945         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
98946         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
98947         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
98948         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
98949         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
98950         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
98951         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
98952         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
98953         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
98954         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
98955         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
98956         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
98957         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
98958         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
98959         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
98960         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
98961         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
98962         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
98963         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
98964         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
98965         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
98966         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
98967         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
98968         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
98969         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
98970         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
98971         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
98972         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
98973         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
98974         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
98975         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
98976         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
98977         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
98978         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
98979         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
98980         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
98981         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
98982         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
98983         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
98984         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
98985         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
98986         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
98987         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
98988         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
98989         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
98990         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
98991         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
98992         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
98993         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
98994         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
98995         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
98996         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
98997         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
98998         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
98999         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
99000         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
99001         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
99002         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
99003         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
99004         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
99005         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
99006         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
99007         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
99008         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
99009         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
99010         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
99011         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
99012         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
99013         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
99014         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
99015         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
99016         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
99017         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
99018         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
99019         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
99020         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
99021         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
99022         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
99023         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
99024         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
99025         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
99026         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
99027         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
99028         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
99029         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
99030         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
99031         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
99032         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
99033         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
99034         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
99035         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
99036         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
99037         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
99038         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
99039         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
99040         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
99041         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
99042         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
99043         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
99044         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
99045         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
99046         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
99047         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
99048         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
99049         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
99050         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
99051         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
99052         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
99053         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
99054         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
99055         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
99056         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
99057         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
99058         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
99059         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
99060         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
99061         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
99062         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
99063         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
99064         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
99065         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
99066         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
99067         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
99068         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
99069         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
99070         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
99071         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
99072         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
99073         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
99074         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
99075         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
99076         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
99077         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
99078         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
99079         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
99080         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
99081         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
99082         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
99083         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
99084         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
99085         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
99086         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
99087         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
99088         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
99089         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
99090         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
99091         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
99092         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
99093         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
99094         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
99095         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
99096         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
99097         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
99098         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
99099         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
99100         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
99101         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
99102         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
99103         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
99104         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
99105         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
99106         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
99107         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
99108         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
99109         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
99110         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
99111         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
99112         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
99113         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
99114         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
99115         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
99116         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
99117         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
99118         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
99119         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
99120         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
99121         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
99122         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
99123         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
99124         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
99125         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
99126         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
99127         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
99128         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
99129         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
99130         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
99131         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
99132         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
99133         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
99134         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
99135         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
99136         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
99137         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
99138         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
99139         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
99140         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
99141         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
99142         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
99143         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
99144         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
99145         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
99146         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
99147         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
99148         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
99149         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
99150         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
99151         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
99152         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
99153         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
99154         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
99155         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
99156         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
99157         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
99158         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
99159         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
99160         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
99161         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
99162         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
99163         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
99164         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
99165         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
99166         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
99167         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
99168         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
99169         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
99170         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
99171         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
99172         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
99173         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
99174         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
99175         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
99176         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
99177         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
99178         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
99179         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
99180         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
99181         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
99182         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
99183         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
99184         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
99185         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
99186         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
99187         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
99188         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
99189         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
99190         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
99191         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
99192         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
99193         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
99194         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
99195         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
99196         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
99197         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
99198         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
99199         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
99200         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
99201         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
99202         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
99203         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
99204         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
99205         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
99206         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
99207         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
99208         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
99209         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
99210         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
99211         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
99212         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
99213         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
99214         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
99215         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
99216         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
99217         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
99218         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
99219         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
99220         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
99221         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
99222         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
99223         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
99224         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
99225         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
99226         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
99227         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
99228         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
99229         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
99230         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
99231         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
99232         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
99233         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
99234         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
99235         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
99236         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
99237         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
99238         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
99239         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
99240         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
99241         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
99242         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
99243         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
99244         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
99245         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
99246         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
99247         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
99248         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
99249         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
99250         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
99251         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
99252         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
99253         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
99254         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
99255         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
99256         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
99257         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
99258         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
99259         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
99260         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
99261         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
99262         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
99263         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
99264         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
99265         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
99266         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
99267         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
99268         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
99269         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
99270         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
99271         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
99272         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
99273         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
99274         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
99275         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
99276         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
99277         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
99278         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
99279         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
99280         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
99281         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
99282         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
99283         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
99284         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
99285         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
99286         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
99287         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
99288         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
99289         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
99290         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
99291         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
99292         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
99293         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
99294         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
99295         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
99296         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
99297         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
99298         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
99299         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
99300         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
99301         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
99302         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
99303         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
99304         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
99305         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
99306         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
99307         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
99308         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
99309         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
99310         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
99311         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
99312         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
99313         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
99314         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
99315         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
99316         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
99317         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
99318         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
99319         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
99320         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
99321         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
99322         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
99323         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
99324         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
99325         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
99326         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
99327         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
99328         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
99329         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
99330         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
99331         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
99332         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
99333         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
99334         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
99335         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
99336         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
99337         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
99338         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
99339         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
99340         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
99341         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
99342         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
99343         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
99344         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
99345         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
99346         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
99347         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
99348         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
99349         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
99350         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
99351         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
99352         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
99353         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
99354         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
99355         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
99356         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
99357         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
99358         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
99359         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
99360         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
99361         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
99362         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
99363         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
99364         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
99365         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
99366         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
99367         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
99368         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
99369         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
99370         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
99371         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
99372         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
99373         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
99374         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
99375         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
99376         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
99377         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
99378         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
99379         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
99380         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
99381         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
99382         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
99383         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
99384         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
99385         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
99386         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
99387         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
99388         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
99389         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
99390         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
99391         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
99392         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
99393         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
99394         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
99395         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
99396         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
99397         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
99398         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
99399         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
99400         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
99401         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
99402         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
99403         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
99404         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
99405         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
99406
99407 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
99408
99409         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fail
99410         https://bugs.webkit.org/show_bug.cgi?id=98642
99411
99412         Unreviewed gardening, skip the new failing test to paint the bot green.
99413
99414         * platform/qt-5.0-wk2/TestExpectations:
99415
99416 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
99417
99418         [Qt] plugins/refcount-leaks.html fails
99419         https://bugs.webkit.org/show_bug.cgi?id=98640
99420
99421         Unreviewed gardening, skip the failing test.
99422
99423         * platform/qt/TestExpectations:
99424
99425 2012-10-08  Nandor Huszka  <hnandor@inf.u-szeged.hu>
99426
99427         Unreviewed gardening, skip and update some failing test.
99428
99429         * platform/qt/TestExpectations:
99430         * platform/qt/http/tests/misc/acid3-expected.png:
99431         * platform/qt/http/tests/misc/acid3-expected.txt:
99432
99433 2012-10-08  Joone Hur  <joone.hur@intel.com>
99434
99435         [EFL] Add support for -webkit-sticky
99436         https://bugs.webkit.org/show_bug.cgi?id=95182
99437
99438         Reviewed by Kenneth Rohde Christiansen.
99439
99440         Turn on CSS sticky position by default for WebKitEfl,
99441         but most of the CSS sticky position test cases still do not pass on WK1.
99442
99443         * platform/efl-wk1/TestExpectations:
99444         * platform/efl/TestExpectations:
99445
99446 2012-10-08  Balazs Kelemen  <kbalazs@webkit.org>
99447
99448         [Qt] Reenable plugin tests
99449         https://bugs.webkit.org/show_bug.cgi?id=98528
99450
99451         Reviewed by Csaba Osztrogonác.
99452
99453         Reenable plugin tests. Skip new failures.
99454
99455         * platform/qt-5.0-wk1/TestExpectations:
99456         * platform/qt-5.0-wk2/TestExpectations:
99457         * platform/qt-5.0/TestExpectations:
99458         * platform/qt/TestExpectations:
99459
99460 2012-10-07  Noel Gordon  <noel.gordon@gmail.com>
99461
99462         Add partial load test for JPEG image
99463         https://bugs.webkit.org/show_bug.cgi?id=98487
99464
99465         Reviewed by Adam Barth.
99466
99467         Partial load test: receive a partial number of image bytes and stall forever.  The partial
99468         image should be decoded and drawn and the green <img> background should be visible.
99469
99470         * fast/images/resources/lenna.jpg: Added.
99471         * http/tests/images/jpeg-partial-load-expected.png: Added.
99472         * http/tests/images/jpeg-partial-load-expected.txt: Added.
99473         * http/tests/images/jpeg-partial-load.html: Added.
99474         * platform/chromium/http/tests/images/jpeg-partial-load-expected.png: Added.
99475         * platform/mac/http/tests/images/jpeg-partial-load-expected.png: Added.
99476
99477 2012-10-07  Arpita Bahuguna  <arpitabahuguna@gmail.com>
99478
99479         :first-line pseudo selector ignoring words created from :before
99480         https://bugs.webkit.org/show_bug.cgi?id=80794
99481
99482         Reviewed by Daniel Bates.
99483
99484         * fast/css/first-line-style-for-before-after-content-expected.html: Added.
99485         * fast/css/first-line-style-for-before-after-content.html: Added.
99486         Added ref test for verification of the scenario when :first-line style
99487         is applied to content generated from :before/:after pseudo-elements.
99488
99489 2012-10-07  Nick Carter  <nick@chromium.org>
99490
99491         [chromium] Crash in WebCore::GraphicsLayerChromium::setContentsToImage
99492         https://bugs.webkit.org/show_bug.cgi?id=98456
99493
99494         Reviewed by James Robinson.
99495
99496         New tests exercising a broken image on its own layer.
99497
99498         * compositing/images/truncated-direct-png-image-expected.html: Added.
99499         * compositing/images/truncated-direct-png-image.html: Added.
99500
99501 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99502
99503         [EFL] Mark media/video-controls-rendering.html as flaky.
99504
99505         * platform/efl/TestExpectations:
99506
99507 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99508
99509         [EFL] Unskip svg/W3C-SVG-1.1-SE and add expectations for it.
99510
99511         All pixel tests look OK (compared to the ones in mac/), and all
99512         tests seem to pass.
99513
99514         * platform/efl/TestExpectations:
99515         * platform/efl/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
99516         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
99517         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
99518         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
99519         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
99520         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
99521         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
99522         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
99523         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
99524         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
99525         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
99526         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
99527         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
99528         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
99529         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
99530         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
99531         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
99532         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
99533         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
99534         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
99535         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
99536         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
99537         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
99538         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
99539         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
99540         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
99541         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
99542         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
99543         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
99544         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
99545         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
99546         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
99547         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
99548         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
99549         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
99550         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
99551         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
99552         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
99553         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
99554         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
99555         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
99556         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
99557         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
99558         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
99559         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
99560         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
99561         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
99562         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
99563         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
99564         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
99565         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
99566         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
99567         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
99568         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
99569         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
99570         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
99571         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
99572         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
99573         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
99574         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
99575         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
99576         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
99577
99578 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99579
99580         [EFL] Unskip passing test.
99581
99582         * platform/efl/TestExpectations:
99583
99584 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99585
99586         [EFL] Finish rebaselining the SVG tests after r130599.
99587
99588         * platform/efl/TestExpectations:
99589         * platform/efl/svg/W3C-SVG-1.1: Added.
99590         * platform/efl/svg/W3C-SVG-1.1-SE: Added.
99591         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
99592         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
99593         * platform/efl/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
99594         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
99595         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
99596         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
99597         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
99598         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
99599         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
99600         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
99601         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
99602         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
99603         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
99604         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
99605         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
99606         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
99607         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
99608         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
99609         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
99610         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
99611         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
99612         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
99613         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
99614         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
99615         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
99616         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
99617         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
99618         * platform/efl/svg/batik/paints/patternRegions-expected.txt:
99619         * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
99620         * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
99621         * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
99622         * platform/efl/svg/custom: Added.
99623         * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Added.
99624         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Added.
99625         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Added.
99626         * platform/efl/svg/custom/gradient-deep-referencing-expected.txt: Added.
99627         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
99628         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
99629         * platform/efl/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
99630         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Added.
99631         * platform/efl/svg/custom/radialGradient-focal-radius-expected.txt: Added.
99632         * platform/efl/svg/custom/recursive-gradient-expected.png: Added.
99633         * platform/efl/svg/custom/recursive-gradient-expected.txt: Added.
99634         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.png: Added.
99635         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.txt: Added.
99636         * platform/efl/svg/custom/stroked-pattern-expected.png: Added.
99637         * platform/efl/svg/custom/stroked-pattern-expected.txt: Added.
99638         * platform/efl/svg/hixie/perf/006-expected.txt:
99639
99640 2012-10-07  Daniel Bates  <dbates@webkit.org>
99641
99642         Update expected results for SVG tests on EFL, GTK, and Qt after <http://trac.webkit.org/changeset/130599>
99643         https://bugs.webkit.org/show_bug.cgi?id=97986
99644
99645         * platform/efl/svg/filters/feDisplacementMap-expected.txt:
99646         * platform/efl/svg/filters/filterRes-expected.txt:
99647         * platform/gtk/svg/custom/gradient-attr-update-expected.txt:
99648         * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt:
99649         * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99650         * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt:
99651         * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
99652         * platform/gtk/svg/filters/filterRes-expected.txt:
99653         * platform/qt/svg/custom/gradient-attr-update-expected.txt:
99654         * platform/qt/svg/custom/gradient-rotated-bbox-expected.txt:
99655         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99656         * platform/qt/svg/custom/large-bounding-box-percents-expected.txt:
99657
99658 2012-10-05  Dirk Schulze  <krit@webkit.org>
99659
99660         SVG radialGradient should support 'fr' for focal radius (just like Canvas)
99661         https://bugs.webkit.org/show_bug.cgi?id=97986
99662
99663         Reviewed by Daniel Bates.
99664
99665         DRT changed the output to reflect the new added focal radius. A bunch of tests need
99666         a rebaseline on DRT.
99667         Added a new test for focal radius and changed behavior of focal point.
99668
99669         * platform/chromium/TestExpectations:
99670         * platform/efl/TestExpectations:
99671         * platform/gtk/TestExpectations:
99672         * platform/qt/TestExpectations:
99673         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
99674         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
99675         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
99676         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
99677         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
99678         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
99679         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
99680         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
99681         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
99682         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
99683         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
99684         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
99685         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
99686         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
99687         * platform/mac/svg/batik/paints/patternRegions-expected.txt:
99688         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
99689         * platform/mac/svg/batik/text/textEffect-expected.txt:
99690         * platform/mac/svg/batik/text/textEffect3-expected.txt:
99691         * platform/mac/svg/custom/gradient-attr-update-expected.txt:
99692         * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
99693         * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
99694         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99695         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
99696         * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
99697         * platform/mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
99698         * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Added.
99699         * platform/mac/svg/custom/recursive-gradient-expected.txt:
99700         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
99701         * platform/mac/svg/custom/stroked-pattern-expected.txt:
99702         * platform/mac/svg/filters/feDisplacementMap-expected.txt:
99703         * platform/mac/svg/filters/filterRes-expected.txt:
99704         * platform/mac/svg/hixie/perf/006-expected.txt:
99705         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
99706         * svg/custom/gradient-stroke-width-expected.txt:
99707         * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
99708         * svg/custom/radialGradient-focal-radius.svg: Added.
99709
99710 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99711
99712         Unreviewed, rolling out r130596.
99713         http://trac.webkit.org/changeset/130596
99714         https://bugs.webkit.org/show_bug.cgi?id=98616
99715
99716         Broke build bots without IPV6 support
99717
99718         * http/conf/apache2-debian-httpd.conf:
99719         * http/conf/apache2-httpd.conf:
99720         * http/conf/cygwin-httpd.conf:
99721         * http/conf/fedora-httpd.conf:
99722
99723 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99724
99725         webkitpy: Pass the `Listen' Apache directive from Apache, not the httpd.conf files.
99726         https://bugs.webkit.org/show_bug.cgi?id=98602
99727
99728         Reviewed by Eric Seidel.
99729
99730         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
99731         directive and related comments, it is passed to httpd by webkitpy
99732         now.
99733         * http/conf/apache2-httpd.conf: Ditto.
99734         * http/conf/cygwin-httpd.conf: Ditto.
99735         * http/conf/fedora-httpd.conf: Ditto.
99736
99737 2012-10-07  Christophe Dumez  <christophe.dumez@intel.com>
99738
99739         [EFL] Skip css3/masking tests added in r130592
99740         https://bugs.webkit.org/show_bug.cgi?id=98614
99741
99742         Unreviewed EFL gardening.
99743
99744         Skip the two css3/masking ref tests added in r130592 since
99745         they fail for EFL port and GTK port.
99746
99747         * platform/efl/TestExpectations:
99748
99749 2012-10-07  Zan Dobersek  <zandobersek@gmail.com>
99750
99751         Unreviewed GTK gardening.
99752
99753         Adding crash and failure expectations for regressions introduced through r130584.
99754         Adding image mismatch expectations for two new tests introduced in r130592.
99755
99756         * platform/gtk/TestExpectations:
99757
99758 2012-10-06  Kent Tamura  <tkent@chromium.org>
99759
99760         Update test expectation
99761         https://bugs.webkit.org/show_bug.cgi?id=98479
99762
99763         Skip tests in fast/forms/date-multiple-fields/ because it needs
99764         ENABLE_INPUT_MULTIPLE_FIELDS_UI.
99765
99766         * platform/chromium-android/TestExpectations:
99767         * platform/efl/TestExpectations:
99768         * platform/gtk/TestExpectations:
99769         * platform/mac/TestExpectations:
99770         * platform/qt/TestExpectations:
99771         * platform/win/TestExpectations:
99772
99773 2012-10-06  Raul Hudea  <rhudea@adobe.com>
99774
99775         -webkit-clip-path should parse IRIs
99776         https://bugs.webkit.org/show_bug.cgi?id=96381
99777
99778         Reviewed by Andreas Kling.
99779
99780         Tests for SVG referenced clipPath with both types of clipPathUnits: "userSpaceOnUse" and "objectBoundingBox".
99781
99782         * css3/masking/clip-path-reference-expected.html: Added.
99783         * css3/masking/clip-path-reference-userSpaceOnUse-expected.html: Added.
99784         * css3/masking/clip-path-reference-userSpaceOnUse.html: Added.
99785         * css3/masking/clip-path-reference.html: Added.
99786         * fast/masking/parsing-clip-path-iri-expected.txt: Added.
99787         * fast/masking/parsing-clip-path-iri.html: Added.
99788         * platform/chromium/TestExpectations:
99789
99790 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99791
99792         [EFL] Mark media/audio-garbage-collect.html as flaky on WK2.
99793
99794         * platform/efl-wk2/TestExpectations:
99795
99796 2012-10-04  Geoffrey Garen  <ggaren@apple.com>
99797
99798         If Node X is reachable from JavaScript, all Nodes in the same tree should be kept alive
99799         https://bugs.webkit.org/show_bug.cgi?id=88834
99800
99801         Reviewed by Gavin Barraclough.
99802
99803         * fast/dom/gc-12-expected.txt: Added.
99804         * fast/dom/gc-12.html: Added. Test case matches an example cited by
99805         Kentaro Hara <haraken@chromium.org> in bugzilla.
99806
99807         * fast/dom/gc-3-expected.txt:
99808         * fast/dom/gc-3.html:
99809         * fast/dom/gc-5-expected.txt:
99810         * fast/dom/gc-5.html: Updated these tests to reflect new expected behavior.
99811         We've decided that disconnected trees should persist in memory. This risks
99812         a programmer accidentally retaining more memory than expected, but it
99813         also makes the API more obvious.
99814
99815         * fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
99816         * fast/dom/gc-dom-tree-lifetime.html: Added. Test case written by
99817         Kentaro Hara <haraken@chromium.org>.
99818
99819 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99820
99821         [EFL] Gardening.
99822
99823         Skip fast/selectors/unqualified-hover-strict.html because it seems
99824         to be flaky.
99825
99826         While here, correct its pixel expectation and fix its
99827         svn:mime-type property.
99828
99829         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: Modified property svn:mime-type.
99830
99831 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99832
99833         [EFL] Gardening to make the bots green
99834         https://bugs.webkit.org/show_bug.cgi?id=98590
99835
99836         Unreviewed EFL gardening.
99837
99838         * platform/efl/TestExpectations: Skip
99839         fast/writing-mode/vertical-subst-font-vert-no-dflt.html after r130570.
99840         * platform/efl/http/tests/misc/acid3-expected.txt: Update baselines
99841         after r130555.
99842
99843 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99844
99845         [EFL] Add baselines for the tests which are missing expected results
99846         https://bugs.webkit.org/show_bug.cgi?id=98576
99847
99848         Unreviewed EFL gardening.
99849
99850         Add platform-specific baselines after r130443 and r130489.
99851
99852         * platform/efl/TestExpectations:
99853         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
99854         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
99855         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
99856         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
99857
99858 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99859
99860         [EFL] Gardening of the WK2 Debug Bot failing tests
99861         https://bugs.webkit.org/show_bug.cgi?id=98575
99862
99863         Unreviewed EFL gardening.
99864
99865         Skip failing tests in order to make the bots green.
99866
99867         * platform/efl-wk1/TestExpectations:
99868         * platform/efl-wk2/TestExpectations:
99869         * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Removed. Current results
99870         matches the base expectations on WK2.
99871
99872 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
99873
99874         Unreviewed GTK gardening.
99875
99876         Adding reftest failure expectations for a couple of tests that
99877         were introduced in r130557 and r130570.
99878
99879         * platform/gtk/TestExpectations:
99880
99881 2012-10-05  Kent Tamura  <tkent@chromium.org>
99882
99883         [Chromium] Rebaseline for recent INPUT_MULTIPLE_FIELDS_UI changes
99884
99885         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png:
99886         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
99887         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
99888         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
99889         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
99890         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
99891         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99892         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99893         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99894         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99895         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99896         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99897         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99898         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99899         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99900         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
99901         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
99902         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
99903         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
99904         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
99905         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
99906         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
99907         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
99908         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
99909         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
99910         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99911         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99912         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99913         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99914         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99915         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99916         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99917         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99918         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99919         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
99920         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
99921         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
99922         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
99923         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
99924         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
99925         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
99926         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
99927         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
99928         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
99929         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99930         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99931         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99932         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99933         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99934         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99935         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99936         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99937         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99938         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
99939         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
99940         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
99941         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
99942         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
99943         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
99944         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
99945         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
99946         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
99947         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
99948         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
99949         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99950         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99951         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99952         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99953         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99954         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99955         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99956         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99957         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99958         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
99959         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
99960         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
99961         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
99962         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
99963         * platform/chromium/TestExpectations:
99964
99965 2012-10-05  Xianzhu Wang  <wangxianzhu@chromium.org>
99966
99967         OpenTypeVerticalData issue with DroidSansFallback.ttf on chromium-android and chromium-linux
99968         https://bugs.webkit.org/show_bug.cgi?id=97824
99969
99970         Reviewed by Tony Chang.
99971
99972         Ref test for the change. The punctuations in the vertical text are expected to
99973         be substituted with the corresponding vertical forms.
99974
99975         * fast/writing-mode/vertical-subst-font-vert-no-dflt-expected.html: Added.
99976         * fast/writing-mode/vertical-subst-font-vert-no-dflt.html: Added.
99977         * platform/mac/TestExpectations: Added the new test as it fails on Mac because of https://bugs.webkit.org/show_bug.cgi?id=98560. 
99978
99979 2012-10-05  Tony Chang  <tony@chromium.org>
99980
99981         Form controls should always be horizontal
99982         https://bugs.webkit.org/show_bug.cgi?id=98563
99983
99984         Reviewed by Ojan Vafai.
99985
99986         Convert fast/dom/HTMLMeterElement/meter-writing-mode.html and
99987         fast/dom/HTMLProgressElement/progress-writing-mode.html to be ref tests.
99988         Also rebaseline fast/table/colspanMinWidth-vertical.html and mark the
99989         test as needing a rebaseline on platforms other than Chromium Linux.
99990
99991         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.html: Added.
99992         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
99993         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.html: Added.
99994         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
99995         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
99996         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
99997         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
99998         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
99999         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100000         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100001         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100002         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100003         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
100004         * platform/chromium/TestExpectations:
100005         * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
100006         * platform/efl/TestExpectations:
100007         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100008         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100009         * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100010         * platform/gtk/TestExpectations:
100011         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100012         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100013         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100014         * platform/mac/TestExpectations:
100015         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100016         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100017         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
100018         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100019         * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100020         * platform/qt/TestExpectations:
100021         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100022         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100023
100024 2012-10-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
100025
100026         [WK2][WTR] WebKitTestRunner needs testRunner.setSerializeHTTPLoads
100027         https://bugs.webkit.org/show_bug.cgi?id=98524
100028
100029         Reviewed by Alexey Proskuryakov.
100030
100031         Unskip tests that are now passing.
100032
100033         * platform/wk2/TestExpectations:
100034
100035 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
100036
100037         Unreviewed, rolling out r130556 and r130564.
100038         http://trac.webkit.org/changeset/130556
100039         http://trac.webkit.org/changeset/130564
100040         https://bugs.webkit.org/show_bug.cgi?id=98572
100041
100042         The patch wasn't reviewed by a reviewer and it is breaking
100043         Chromium Windows (Requested by jchaffraix on #webkit).
100044
100045         * media/track/track-cue-rendering-expected.txt:
100046         * media/track/track-cue-rendering.html:
100047         * platform/chromium/TestExpectations:
100048
100049 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
100050
100051         Unreviewed Chromium gardening.
100052
100053         * platform/chromium/TestExpectations:
100054         Updated a wrong bug info and rebaselined 2 tests:
100055         fast/reflections/inline-crash.html and fast/backgrounds/solid-color-context-restore.html
100056
100057         * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
100058         * fast/reflections/inline-crash-expected.txt: Added.
100059         * platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png: Added.
100060         * platform/chromium-linux/fast/reflections/inline-crash-expected.png: Added.
100061         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png: Added.
100062         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt: Added.
100063         * platform/chromium-win/fast/reflections/inline-crash-expected.png: Added.
100064         * platform/chromium-win/fast/reflections/inline-crash-expected.txt: Added.
100065         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
100066         * platform/efl/fast/reflections/inline-crash-expected.txt: Removed.
100067         * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
100068         * platform/gtk/fast/reflections/inline-crash-expected.txt: Removed.
100069
100070 2012-10-05  Bear Travis  <betravis@adobe.com>
100071
100072         [CSS Exclusions] Add shape-inside tests for rounded rectangles
100073         https://bugs.webkit.org/show_bug.cgi?id=96669
100074
100075         Reviewed by Levi Weintraub.
100076
100077         Adding multiple rounded rectangle tests. The more complex tests use float "sandbags"
100078         to simulate the shape-inside area in the test expectations.
100079         (See http://www.alistapart.com/articles/sandbags/)
100080         In general, each line has its own pair of left and right floats (both lineHeight tall),
100081         to position the text and appropriately limit its width. In the simple, 0 corner radius
100082         cases, these floats can be merged because they all have the same width on the left and
100083         right.
100084
100085         * fast/exclusions/resources/rounded-rectangle.js: Contains functionality for generating
100086         a shape-inside, simulating one, and generating content that should roughly fill the
100087         shape-inside.
100088         (xFromEllipseCenter): The x distance from the center of an ellipse, based on its y
100089         distance from center.
100090         (xInset): The inset of a rounded rectangle from its bounding box.
100091         (generateString): Generate a string that roughly fills a shape-inside's content area.
100092         (simulateShape): Create floats to simulate a shape-inside area.
100093         (simulateShapeOutline): Create an outline for the rounded rectangle shape-inside.
100094         (generateSimulatedShapeElement): Simulate a shape-inside and appropriately fill it
100095         with content.
100096         (generateShapeElement): Create a shape-inside and fill it with content.
100097         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001-expected.html: 
100098         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html.
100099         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html: 
100100         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html.
100101         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: Added.
100102         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: Added.
100103         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: Added.
100104         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: Added.
100105         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: Added.
100106         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: Added.
100107
100108
100109 2012-10-04  Eric Carlson  <eric.carlson@apple.com>
100110
100111         Allow ports to override text track rendering style
100112         https://bugs.webkit.org/show_bug.cgi?id=97800
100113         <rdar://problem/12044964>
100114
100115         Reviewed by Silvia Pfeiffer.
100116
100117         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
100118         * media/track/track-cue-rendering.html: 
100119         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
100120
100121 2012-10-05  Takashi Sakamoto  <tasak@google.com>
100122
100123         Inline continuations create :after generated content on style recalcs
100124         https://bugs.webkit.org/show_bug.cgi?id=93170
100125
100126         Reviewed by Abhishek Arya.
100127
100128         * fast/css-generated-content/after-with-inline-continuation-expected.html: Added.
100129         * fast/css-generated-content/after-with-inline-continuation.html: Added.
100130         * fast/css-generated-content/dynamic-apply-after-for-inline-expected.html: Added.
100131         * fast/css-generated-content/dynamic-apply-after-for-inline.html: Added.
100132         * http/tests/misc/acid3-expected.txt:
100133         The acid3-expected.txt has the duplicate RenderBlock (positioned).
100134         Two 'layer at(638, 18) size 20x20, ... text run at (0,0) width 20: "X"'
100135         exist. So did reset-results for acid3-expected.txt.
100136
100137 2012-10-05  Tony Chang  <tony@chromium.org>
100138
100139         Fix margin box ascent computation in flexbox
100140         https://bugs.webkit.org/show_bug.cgi?id=98540
100141
100142         Reviewed by Ojan Vafai.
100143
100144         Remove a FIXME and update the results.
100145
100146         * css3/flexbox/flex-align-vertical-writing-mode.html:
100147         * css3/flexbox/flex-align.html:
100148
100149 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
100150
100151         [chromium] Enhance support for transforms in LinkHighlight.
100152         https://bugs.webkit.org/show_bug.cgi?id=94355
100153
100154         Reviewed by Adrienne Walker.
100155
100156         Improved handling of transformed highlight targets, where the transform goes beyond simple translation.
100157
100158         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html: Added.
100159         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html: Added.
100160         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link.html: Added.
100161         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX.html: Added.
100162         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY.html: Added.
100163         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Removed.
100164         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Removed.
100165         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.png: Added.
100166         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.txt: Added.
100167         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.png: Added.
100168         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.txt: Added.
100169         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.png: Added.
100170         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.txt: Added.
100171         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.png: Added.
100172         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.txt: Added.
100173         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.png: Added.
100174         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.txt: Added.
100175
100176 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100177
100178         Deprecated flexboxes subtract scrollbar width/height twice
100179         https://bugs.webkit.org/show_bug.cgi?id=98552
100180
100181         Reviewed by Tony Chang.
100182
100183         * fast/flexbox/flexing-overflow-scroll-item-expected.txt: Added.
100184         * fast/flexbox/flexing-overflow-scroll-item.html: Added.
100185
100186 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100187
100188         GTK+ and Qt rebaselines after r130532.
100189
100190         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100191         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Removed.
100192         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Removed.
100193         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100194         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Removed.
100195         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Removed.
100196         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Removed.
100197         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Removed.
100198         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100199         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Removed.
100200         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Removed.
100201         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100202         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
100203         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
100204         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Removed.
100205         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Removed.
100206         * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
100207         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100208         * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
100209         * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
100210         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
100211         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
100212         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100213         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
100214         * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
100215         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.
100216
100217 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100218
100219         Chromium and Mac rebaselines after r130532.
100220
100221         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100222         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Added.
100223         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Added.
100224         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100225         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Added.
100226         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Added.
100227         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt:
100228         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt:
100229         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100230         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Added.
100231         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Added.
100232         * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
100233         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
100234         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
100235         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt:
100236         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt:
100237         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Added.
100238         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Added.
100239         * svg/custom/delete-text-crash-expected.txt:
100240         * svg/custom/delete-text-innerText-crash-expected.txt:
100241
100242 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100243
100244         [Gtk] fast/xsl/xslt-missing-namespace-in-xslt.xml is failing on the 64-bit Debug builder
100245         https://bugs.webkit.org/show_bug.cgi?id=91009
100246
100247         Reviewed by Martin Robinson.
100248
100249         Update the test's baselines. The output now properly shows the error.
100250
100251         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
100252         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
100253
100254 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
100255
100256         Fix lint error in TestExpectations from previous change.
100257
100258         Unreviewed.
100259
100260         * platform/chromium/TestExpectations:
100261
100262 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
100263
100264         [chromium] tests failing after r130443.
100265         https://bugs.webkit.org/show_bug.cgi?id=98545
100266
100267         Unreviewed, expectations change.
100268
100269          [chromium] fast/text/international/text-spliced-font.html and
100270          fast/writing-mode/Kusa-Makura-background-canvas.html are failing on
100271          the Mac after r130443 and we're not quite sure why ...
100272
100273         * platform/chromium-linux/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100274         * platform/chromium-mac-snowleopard/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100275         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100276         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100277         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100278         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100279         * platform/chromium/TestExpectations:
100280
100281 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
100282
100283         [chromium] Modify gesture highlight behaviour. Cancel on GestureLongPress and animate on GestureTapCancel.
100284         https://bugs.webkit.org/show_bug.cgi?id=97355
100285
100286         Reviewed by Adrienne Walker.
100287
100288         This patch revises the behaviour of GestureTapDown highlighting so that the highlight should disappear if
100289         interrupted by GestureTap, and animate away if interrupted by GestureTapCancel.
100290
100291         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: removed extra testRunner.display().
100292         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2.html: Added.
100293         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html: Added.
100294         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.png: Added.
100295         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.txt: Added.
100296         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.png: Added.
100297         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.txt: Added.
100298
100299 2012-10-05  Jer Noble  <jer.noble@apple.com>
100300
100301         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
100302         https://bugs.webkit.org/show_bug.cgi?id=98527
100303
100304         Unreviewed gardening after r129479.
100305
100306         * platform/mac-wk2/TestExpectations:
100307
100308 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100309
100310         Unreviewed GTK gardening.
100311
100312         Removing failure expectation for fast/text/vertical-rl-rtl-linebreak.html
100313         since the test only needed platform-specific baselines (which were added
100314         in r130524).
100315
100316         * platform/gtk/TestExpectations:
100317
100318 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100319
100320         Have perf test assert worst order of magnitude
100321         https://bugs.webkit.org/show_bug.cgi?id=98535
100322
100323         Reviewed by Tony Chang.
100324
100325         Really we only care if tests get order of magnitude slower.
100326         Assert that tests are at least a certain magnitude.
100327         Hopefully this will reduce flakiness some.
100328        
100329         * resources/magnitude-perf.js:
100330         (Magnitude._run):
100331
100332 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100333
100334         Deleting across multiple paragraphs can change the style of surrounding text
100335         https://bugs.webkit.org/show_bug.cgi?id=97266
100336
100337         Reviewed by Levi Weintraub.
100338
100339         Added a regression test and rebaselined tests.
100340
100341         * editing/deleting/delete-before-block-image-2-expected.txt:
100342         * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
100343         * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
100344         is now preserved when merging paragraphs.
100345         * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
100346         * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
100347         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
100348         * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
100349
100350 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
100351
100352         Unreviewed rebaseline after r130355.
100353
100354         r130447 forgot to update the Snow Leopard pixel baselines. The only differences are due to a different font used.
100355
100356         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
100357         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
100358         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
100359
100360 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100361
100362         Add expected result accidentally left out of http://trac.webkit.org/changeset/130337.
100363         * perf/adding-radio-buttons-expected.txt:
100364
100365 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100366
100367         Unreviewed GTK gardening.
100368
100369         Adding platform-specific baselines after r130443 and r130489.
100370
100371         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100372         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
100373         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100374         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100375
100376 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
100377
100378         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
100379         https://bugs.webkit.org/show_bug.cgi?id=98256
100380
100381         Reviewed by Kenneth Rohde Christiansen.
100382
100383         Unskip fast/dom/Window/mozilla-focus-blur.html now that
100384         WebKitTestRunner implements UIClient's focus callbacks.
100385
100386         * platform/efl-wk2/TestExpectations:
100387
100388 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100389
100390         Remove wrong expectations added in r130452.
100391
100392         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Removed.
100393         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Removed.
100394
100395 2012-10-05  Alexander Pavlov  <apavlov@chromium.org>
100396
100397         Web Inspector: [Styles] Unable to edit properties in broken stylesheets
100398         https://bugs.webkit.org/show_bug.cgi?id=98246
100399
100400         Reviewed by Vsevolod Vlasov.
100401
100402         A small refactoring to share the CSS style data dumping code among tests.
100403
100404         * http/tests/inspector/elements-test.js:
100405         (initialize_ElementTest):
100406         * inspector/styles/parse-stylesheet-errors-expected.txt: Added.
100407         * inspector/styles/parse-stylesheet-errors.html: Added.
100408         * inspector/styles/styles-new-API.html:
100409
100410 2012-10-05  Jer Noble  <jer.noble@apple.com>
100411
100412         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
100413         https://bugs.webkit.org/show_bug.cgi?id=98523
100414
100415         Unreviewed gardening after r130414.
100416
100417         * platform/mac/TestExpectations:
100418
100419 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100420
100421         [Qt] Updates expected test results for the expanded coverage in testfonts
100422         https://bugs.webkit.org/show_bug.cgi?id=98425
100423
100424         Unreviewed gardening after r130502.
100425
100426         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
100427         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
100428         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
100429         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
100430         * platform/qt/fast/images/icon-decoding-expected.png: Added.
100431         * platform/qt/fast/images/icon-decoding-expected.txt:
100432         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
100433         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
100434
100435 2012-10-05  Sadrul Habib Chowdhury  <sadrul@chromium.org>
100436
100437         [chromium] Allow dragging into plugins.
100438         https://bugs.webkit.org/show_bug.cgi?id=98277
100439
100440         Reviewed by Tony Chang.
100441
100442         Add test to make sure that plugins receive the drag events correctly.
100443
100444         * platform/chromium/plugins/drag-events-expected.txt: Added.
100445         * platform/chromium/plugins/drag-events.html: Added.
100446
100447 2012-10-05  Marcelo Lira  <marcelo.lira@openbossa.org>
100448
100449         [Qt] Updates expected test results for the expanded coverage in testfonts
100450         https://bugs.webkit.org/show_bug.cgi?id=98425
100451
100452         Reviewed by Csaba Osztrogonác.
100453
100454         The Qt testfonts repository was expanded with the croscore set of
100455         fonts, which provides a great number of new glyphs (e.g. hebrew
100456         characters).
100457
100458         See the comments in the testfonts commit for detailed information:
100459         https://gitorious.org/qtwebkit/testfonts/commit/f11a54548121ee9fb0688dc6f32acdbfec5d2d2f/diffs
100460
100461         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
100462         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
100463         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
100464         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
100465         * platform/qt-5.0/fast/forms/search-rtl-expected.png: Removed.
100466         * platform/qt-5.0/fast/forms/search-rtl-expected.txt: Removed.
100467         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
100468         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
100469         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
100470         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
100471         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
100472         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
100473         * platform/qt/fast/borders/bidi-012-expected.txt:
100474         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
100475         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
100476         * platform/qt/fast/forms/search-rtl-expected.png:
100477         * platform/qt/fast/forms/search-rtl-expected.txt:
100478         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
100479         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
100480         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
100481         * platform/qt/fast/text/large-text-composed-char-expected.png:
100482         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png:
100483         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
100484
100485 2012-10-05  Allan Sandfeld Jensen  <allan.jensen@digia.com>
100486
100487         Unreviewed Qt gardening.
100488
100489         The ICO decoder shouldn't be broken since it is the WebKit decoder.
100490
100491         * platform/qt/TestExpectations:
100492
100493 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100494
100495         [Qt] Unreviewed gardening, update an expected file for newer Qt5.
100496
100497         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
100498         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
100499
100500 2012-10-05  Andrei Bucur  <abucur@adobe.com>
100501
100502         Incomplete repaint of boxes with inset box-shadow and padding when resized
100503         https://bugs.webkit.org/show_bug.cgi?id=59863
100504
100505         Reviewed by Simon Fraser.
100506
100507         The patch adds a new pixel test and expected PNG results for mac and chromium-mac. The test fails on Chromium Linux EWS (and maybe others)
100508         so I've added a rule in the TestExpectations file.
100509
100510         * platform/chromium/TestExpectations:
100511         * fast/repaint/box-shadow-inset-repaint.html: Added.
100512         * platform/chromium-mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100513         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100514         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
100515
100516 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100517
100518         Unreviewed GTK gardening.
100519
100520         Updating platform-specific baselines after r130411.
100521         Removing platform-specific baselines for CSS compositing tests
100522         and skipping these tests entirely as the feature is not yet enabled
100523         on the GTK port.
100524
100525         * platform/gtk/TestExpectations:
100526         * platform/gtk/css3/compositing: Removed.
100527         * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Removed.
100528         * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
100529         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
100530         * platform/gtk/editing/execCommand/paste-1-expected.txt:
100531         * platform/gtk/editing/pasteboard/8145-3-expected.txt:
100532         * platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
100533         * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
100534         * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
100535         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
100536         * platform/gtk/editing/pasteboard/unrendered-br-expected.txt:
100537
100538 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100539
100540         [Qt] Enable CSS compositing by default
100541         https://bugs.webkit.org/show_bug.cgi?id=98490
100542
100543         Reviewed by Simon Hausmann.
100544
100545         * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt.
100546
100547 2012-10-05  Kent Tamura  <tkent@chromium.org>
100548
100549         [Chromium] Test expectation update
100550         https://bugs.webkit.org/show_bug.cgi?id=98481
100551
100552         r130477 affects month-multiple-fields tests too.
100553
100554         * platform/chromium/TestExpectations:
100555
100556 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
100557
100558         Unreviewed, rolling out r130466.
100559         http://trac.webkit.org/changeset/130466
100560         https://bugs.webkit.org/show_bug.cgi?id=98495
100561
100562         It made 12 tests crash on Qt-WK2 (Requested by Ossy on
100563         #webkit).
100564
100565         * platform/efl-wk2/TestExpectations:
100566
100567 2012-10-05  Kent Tamura  <tkent@chromium.org>
100568
100569         Add appearance tests for input[type=date] with multiple fields
100570         https://bugs.webkit.org/show_bug.cgi?id=98479
100571
100572         Reviewed by Kentaro Hara.
100573
100574         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Added.
100575         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Added.
100576         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
100577         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Added.
100578         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
100579         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Added.
100580         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Added.
100581         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Added.
100582         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
100583         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
100584         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
100585         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
100586         * platform/chromium/TestExpectations:
100587
100588 2012-10-04  Kent Tamura  <tkent@chromium.org>
100589
100590         Fix sub-field width to the maximum width of a placeholder and the maximum value
100591         https://bugs.webkit.org/show_bug.cgi?id=98481
100592
100593         Reviewed by Hajime Morita.
100594
100595         Update a test and test expectations.
100596
100597         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt:
100598         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:
100599         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
100600         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
100601         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
100602         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
100603         * platform/chromium/TestExpectations:
100604
100605 2012-10-05  Kangil Han  <kangil.han@samsung.com>
100606
100607         [EFL][WK2][WTR] Unskip parser-tests-110.html test case.
100608         https://bugs.webkit.org/show_bug.cgi?id=98484
100609
100610         Unreviewed EFL gardening.
100611
100612         fast/encoding/parser-tests-110.html test case has been passed consistently.
100613
100614         * platform/efl-wk2/TestExpectations:
100615
100616 2012-10-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
100617
100618         [Qt] Gardening, skip some failing test.
100619
100620         Reviewed by Csaba Osztrogonác.
100621
100622         * platform/qt-5.0-wk2/TestExpectations:
100623         * platform/qt/TestExpectations:
100624
100625 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
100626
100627         [EFL] Fix window resizing / moving in WK1 and WKTR
100628         https://bugs.webkit.org/show_bug.cgi?id=98486
100629
100630         Reviewed by Gyuyoung Kim.
100631
100632         Unskip 2 window resizing / moving tests now that
100633         the implementation for those has been fixed in
100634         WebKit1 EFL.
100635
100636         * platform/efl-wk1/TestExpectations:
100637
100638 2012-10-04  Kunihiko Sakamoto  <ksakamoto@chromium.org>
100639
100640         <input> size attribute should throw INDEX_SIZE_ERR when set to 0
100641         https://bugs.webkit.org/show_bug.cgi?id=61675
100642
100643         Reviewed by Kent Tamura.
100644
100645         Added test case to verify that input.size throws INDEX_SIZE_ERR when set to 0.
100646
100647         Updated fast/forms/number/number-size.html to reflect new behavior.
100648
100649         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
100650         * fast/dom/HTMLInputElement/input-size-attribute.html:
100651         * fast/forms/number/number-size.html:
100652         * fast/forms/number/number-size-expected.txt:
100653
100654 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
100655
100656         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
100657         https://bugs.webkit.org/show_bug.cgi?id=98256
100658
100659         Reviewed by Kenneth Rohde Christiansen.
100660
100661         Unskip fast/dom/Window/mozilla-focus-blur.html now that
100662         WebKitTestRunner implements UIClient's focus callbacks.
100663
100664         * platform/efl-wk2/TestExpectations:
100665
100666 2012-10-04  Rik Cabanier  <cabanier@adobe.com>
100667
100668         Turn Compositing on by default in WebKit build
100669         https://bugs.webkit.org/show_bug.cgi?id=98315
100670
100671         Reviewed by Simon Fraser.
100672
100673         enable -webkit-blend-mode on trunk.
100674
100675         * css3/compositing/blend-mode-property-expected.txt:
100676         * css3/compositing/blend-mode-property-parsing-expected.txt:
100677         * css3/compositing/script-tests/blend-mode-property.js:
100678         (testblendmode):
100679         * css3/compositing/should-have-compositing-layer-expected.txt:
100680         * platform/chromium/TestExpectations: 
100681
100682 2012-10-04  Kent Tamura  <tkent@chromium.org>
100683
100684         Update some picker tests for input[type=date]
100685         https://bugs.webkit.org/show_bug.cgi?id=98390
100686
100687         Follow up of r130433. We still need offsetTop access.
100688
100689         * fast/forms/date/calendar-picker-common.js:
100690         (openPicker):
100691         * fast/forms/resources/suggestion-picker-common.js:
100692         (openPicker):
100693         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
100694         Remove unnecessary width style.
100695
100696 2012-10-04  Tony Chang  <tony@chromium.org>
100697
100698         Convert some flexbox tests to run in mozilla
100699         https://bugs.webkit.org/show_bug.cgi?id=98464
100700
100701         Reviewed by Ojan Vafai.
100702
100703         Move properties with a small number of values into resources/flexbox.css
100704         and start using it in some flexbox tests.
100705
100706         * css3/flexbox/align-absolute-child.html:
100707         * css3/flexbox/align-baseline-expected.html:
100708         * css3/flexbox/align-baseline.html:
100709         * css3/flexbox/anonymous-block-merge-crash.html:
100710         * css3/flexbox/anonymous-block.html:
100711         * css3/flexbox/auto-height-dynamic.html:
100712         * css3/flexbox/auto-margins.html:
100713         * css3/flexbox/box-sizing-min-max-sizes.html:
100714         * css3/flexbox/box-sizing.html:
100715         * css3/flexbox/child-overflow-expected.html:
100716         * css3/flexbox/child-overflow.html:
100717         * css3/flexbox/columns-auto-size.html:
100718         * css3/flexbox/columns-height-set-via-top-bottom.html:
100719         * css3/flexbox/content-height-with-scrollbars.html:
100720         * css3/flexbox/cross-axis-scrollbar.html:
100721         * css3/flexbox/flex-algorithm-min-max.html:
100722         * css3/flexbox/flex-algorithm-with-margins.html:
100723         * css3/flexbox/flex-algorithm.html:
100724         * css3/flexbox/resources/flexbox.css: Added.
100725
100726 2012-10-04  Dirk Pranke  <dpranke@chromium.org>
100727
100728         Update chromium baselines for 5006779.html and paint-subrect-grid.html.
100729
100730         Unreviewed, rebaselining.
100731
100732         Updates after r130425 and r130411.
100733
100734         * platform/chromium-linux/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
100735         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Added.
100736         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/5006779-expected.txt.
100737         * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
100738         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
100739
100740 2012-10-04  Douglas Stockwell  <dstockwell@chromium.org>
100741
100742         [chromium] Unreviewed. Rebaseline mac/win results after r130355
100743         https://bugs.webkit.org/show_bug.cgi?id=98472
100744
100745         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
100746         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
100747         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
100748         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100749         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
100750         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
100751         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
100752         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
100753         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
100754         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
100755         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
100756         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
100757         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
100758         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
100759         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
100760         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
100761         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
100762         * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png:
100763         * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png:
100764         * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png:
100765         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100766         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
100767         * platform/chromium-mac/media/audio-repaint-expected.png:
100768         * platform/chromium-mac/media/controls-after-reload-expected.png:
100769         * platform/chromium-mac/media/controls-strict-expected.png:
100770         * platform/chromium-mac/media/controls-styling-expected.png:
100771         * platform/chromium-mac/media/controls-styling-strict-expected.png:
100772         * platform/chromium-mac/media/controls-without-preload-expected.png:
100773         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
100774         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
100775         * platform/chromium-mac/media/video-controls-rendering-expected.png:
100776         * platform/chromium-mac/media/video-display-toggle-expected.png:
100777         * platform/chromium-mac/media/video-no-audio-expected.png:
100778         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
100779         * platform/chromium-mac/media/video-zoom-controls-expected.png:
100780         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
100781         * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png:
100782         * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png:
100783         * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png:
100784         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100785         * platform/chromium-win/media/audio-controls-rendering-expected.png:
100786         * platform/chromium-win/media/audio-repaint-expected.png:
100787         * platform/chromium-win/media/controls-after-reload-expected.png:
100788         * platform/chromium-win/media/controls-strict-expected.png:
100789         * platform/chromium-win/media/controls-styling-expected.png:
100790         * platform/chromium-win/media/controls-styling-strict-expected.png:
100791         * platform/chromium-win/media/controls-without-preload-expected.png:
100792         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
100793         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
100794         * platform/chromium-win/media/video-controls-rendering-expected.png:
100795         * platform/chromium-win/media/video-display-toggle-expected.png:
100796         * platform/chromium-win/media/video-no-audio-expected.png:
100797         * platform/chromium-win/media/video-playing-and-pause-expected.png:
100798         * platform/chromium-win/media/video-zoom-controls-expected.png:
100799         * platform/chromium/TestExpectations:
100800
100801 2012-10-04  Enrica Casucci  <enrica@apple.com>
100802
100803         Font::glyphDataAndPageForCharacter doesn't account for text orientation when using systemFallback on a cold cache.
100804         https://bugs.webkit.org/show_bug.cgi?id=98452.
100805
100806         Reviewed by Dan Bernstein.
100807
100808         The new test adds platform specific results for Mac, since it uses system fallback fonts.
100809         I've added the expected failure for all the other platforms.
100810
100811         * fast/text/vertical-rl-rtl-linebreak.html: Added.
100812         * platform/chromium/TestExpectations:
100813         * platform/efl/TestExpectations:
100814         * platform/gtk/TestExpectations:
100815         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100816         * platform/qt/TestExpectations:
100817         * platform/win/TestExpectations:
100818
100819 2012-10-04  Adam Klein  <adamk@chromium.org>
100820
100821         MutationRecord attributeName should be null for non attribute changes
100822         https://bugs.webkit.org/show_bug.cgi?id=98438
100823
100824         Reviewed by Ojan Vafai.
100825
100826         * fast/mutation/mutation-record-nullity-expected.txt: Added.
100827         * fast/mutation/mutation-record-nullity.html: Added.
100828
100829 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100830
100831         More Qt rebaselines after r130411.
100832
100833         * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
100834         * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
100835         * platform/qt/editing/pasteboard/5006779-expected.txt:
100836         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
100837         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
100838         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
100839
100840 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100841
100842         GTK+ rebaselines after r130411.
100843
100844         * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
100845         * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
100846         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
100847         * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
100848         * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
100849         * platform/gtk/editing/deleting/merge-no-br-expected.txt:
100850         * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
100851         * platform/gtk/editing/execCommand/paste-2-expected.txt:
100852         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
100853         * platform/gtk/editing/pasteboard/5006779-expected.txt:
100854         * platform/gtk/editing/pasteboard/5028447-expected.txt:
100855         * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
100856         * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
100857         * platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
100858         * platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
100859         * platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
100860         * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
100861         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
100862         * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt:
100863         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
100864         * platform/gtk/fast/lists/drag-into-marker-expected.txt:
100865
100866 2012-10-04  Tab Atkins  <tabatkins@google.com>
100867
100868         1ex should equal .5em when the font has no x-height metric
100869         https://bugs.webkit.org/show_bug.cgi?id=80360
100870
100871         Reviewed by Eric Seidel.
100872
100873         If a font has no x-height metric, 1ex should equal .5em.
100874
100875         Test layout tweaked by David Barr <davidbarr@chromium.org>.
100876
100877         * fast/css/ex-unit-with-no-x-height-expected.txt: Added.
100878         * fast/css/ex-unit-with-no-x-height.html: Added.
100879
100880 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
100881
100882         [Qt] New test introduced in r129346 inspector-protocol/css-getSupportedCSSProperties.html fails
100883         https://bugs.webkit.org/show_bug.cgi?id=97451
100884
100885         Reviewed by Kenneth Rohde Christiansen.
100886
100887         Unskipping this test that is passing.
100888
100889         * platform/qt/TestExpectations:
100890
100891 2012-10-04  Kent Tamura  <tkent@chromium.org>
100892
100893         Update some picker tests for input[type=date]
100894         https://bugs.webkit.org/show_bug.cgi?id=98390
100895
100896         Reviewed by Daniel Bates.
100897
100898         r130375 changed a behavior. A key bind to open a calendar picker
100899         or a suggestion picker was changed from "Down" to "Alt + Down". We
100900         need to update tests which open pickers for input[type=date].
100901
100902         * fast/forms/date/calendar-picker-appearance-expected.txt:
100903         * fast/forms/date/calendar-picker-appearance-pre-100.html:
100904         Use openPicker() in calendar-picker-common.js.
100905         * fast/forms/date/calendar-picker-appearance.html: Ditto.
100906         * fast/forms/date/calendar-picker-common.js:
100907         (openPicker): Specify Alt modifier.
100908         (sendKey): Add ctrlKey and altKey flags.
100909         * fast/forms/date/calendar-picker-with-step.html:
100910         Use openPicker() in calendar-picker-common.js.
100911         * platform/chromium/TestExpectations:
100912         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
100913         Use openPicker() in suggestion-picker-common.js
100914         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html:
100915         Ditto.
100916         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html:
100917         Ditto.
100918         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
100919         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
100920         Use openPicker() and sendKey() in suggestion-picker-common.js.
100921         Increase the internal timeout because it was too short on my machine.
100922
100923 2012-10-04  Alpha Lam  <hclam@chromium.org>
100924
100925         Unreviewed. Chromium rebaselines.
100926
100927         Rebaseline pixel results after r130412.
100928
100929         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
100930         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
100931
100932 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100933
100934         Another rebaseline needed after r130411.
100935
100936         * platform/mac/editing/pasteboard/5006779-expected.txt:
100937
100938 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
100939
100940         [EFL] Add libxml 2.8.0 to jhbuild
100941         https://bugs.webkit.org/show_bug.cgi?id=98418
100942
100943         Reviewed by Laszlo Gombos.
100944
100945         Unskip fast/xsl/xslt-missing-namespace-in-xslt.xml
100946         since it passes with libxml 2.8.0 and we now depend
100947         on that version.
100948
100949         * platform/efl/TestExpectations:
100950
100951 2012-10-04  Tony Chang  <tony@chromium.org>
100952
100953         Unreviewed gardening.  Landing render tree results for css3/flexbox/flexbox-baseline.html.
100954         https://bugs.webkit.org/show_bug.cgi?id=98306
100955
100956         This pixel test was added in r130405.
100957
100958         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: Added.
100959         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: Added.
100960         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
100961         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: Added.
100962         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: Copied from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
100963         * platform/chromium/TestExpectations:
100964         * platform/gtk/TestExpectations:
100965         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Added.
100966         * platform/mac/TestExpectations:
100967         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
100968         * platform/qt/TestExpectations:
100969         * platform/qt/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
100970
100971 2012-10-04  Alpha Lam  <hclam@chromium.org>
100972
100973         Unreviewed. Chromium rebaselines.
100974
100975         * platform/chromium-mac/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
100976         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
100977
100978 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100979
100980         Chromium rebaselines after r130411.
100981
100982         * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt:
100983         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
100984         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt:
100985         * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
100986         * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
100987         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Removed.
100988         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-xml-expected.txt: Added.
100989         * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
100990         * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt:
100991         * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
100992         * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
100993         * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
100994         * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
100995         * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
100996         * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
100997         * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
100998         * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
100999         * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
101000         * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt:
101001         * platform/chromium-win/editing/pasteboard/5028447-expected.txt:
101002         * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
101003         * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
101004         * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
101005         * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt:
101006         * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt:
101007         * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt:
101008         * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt:
101009         * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
101010         * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
101011         * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt:
101012         * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
101013         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
101014         * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
101015         * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt:
101016         * platform/chromium-win/fast/lists/drag-into-marker-expected.txt:
101017
101018 2012-10-04  Pravin D  <pravind.2k4@gmail.com>
101019
101020         Layout broken after cloning and re-inserting a table with a misplaced <form>
101021         https://bugs.webkit.org/show_bug.cgi?id=86746
101022
101023         Reviewed by Julien Chaffraix.
101024
101025         * fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
101026         * fast/table/form-with-non-table-display-inside-table-elements.html: Added.
101027
101028 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
101029
101030         Qt rebaseline after r130411.
101031
101032         * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
101033         * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
101034         * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
101035         * platform/qt/editing/deleting/merge-no-br-expected.txt:
101036         * platform/qt/editing/execCommand/find-after-replace-expected.txt:
101037         * platform/qt/editing/execCommand/paste-1-expected.txt:
101038         * platform/qt/editing/execCommand/paste-2-expected.txt:
101039         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
101040         * platform/qt/editing/pasteboard/5006779-expected.txt:
101041         * platform/qt/editing/pasteboard/5028447-expected.txt:
101042         * platform/qt/editing/pasteboard/8145-3-expected.txt:
101043         * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
101044         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
101045         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
101046         * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
101047         * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
101048         * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
101049         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
101050         * platform/qt/editing/pasteboard/unrendered-br-expected.txt:
101051
101052 2012-10-04  Dean Jackson  <dino@apple.com>
101053
101054         Attribute and Uniform variable names need translation in shader
101055         https://bugs.webkit.org/show_bug.cgi?id=70989
101056
101057         Reviewed by Tim Horton (and Darin Adler).
101058
101059         Added subtests to exercise variables that are well under the limits but
101060         not long enough to produce an error. This way we now test all three options:
101061         under the limit, at the limit, over the limit.
101062
101063         Also, the tests are unskipped on Mac.
101064
101065         * fast/canvas/webgl/attrib-location-length-limits-expected.txt:
101066         * fast/canvas/webgl/attrib-location-length-limits.html:
101067         * fast/canvas/webgl/uniform-location-length-limits-expected.txt:
101068         * fast/canvas/webgl/uniform-location-length-limits.html:
101069         * platform/mac/TestExpectations:
101070
101071 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
101072
101073         [WK2] Support all attributes of GeolocationPosition
101074         https://bugs.webkit.org/show_bug.cgi?id=98212
101075
101076         Reviewed by Sam Weinig.
101077
101078         Add a new test for the exposed attributes. It is disabled everywhere else than
101079         Mac because of the missing DRT features.
101080
101081         * fast/dom/Geolocation/coordinates-interface-attributes-expected.txt: Added.
101082         * fast/dom/Geolocation/coordinates-interface-attributes.html: Added.
101083         * platform/chromium/TestExpectations:
101084         * platform/gtk/TestExpectations:
101085         * platform/qt/TestExpectations:
101086
101087 2012-10-04  Alpha Lam  <hclam@chromium.org>
101088
101089         [skia] Drawing a subrect of bitmap image is misaligned
101090         https://bugs.webkit.org/show_bug.cgi?id=95121
101091
101092         Reviewed by Stephen White.
101093
101094         3 new tests added.
101095
101096         - fast/images/paint-subrect.html
101097
101098         This test enlarges a 2x1 image in a canvas for easy verification.
101099         2/3 of the image is used as source rectangle to exercise the code path
101100         for partial pixel addressing.
101101
101102         Pixel test result should have 1/3 blue on the left and 2/3 green on the
101103         right with gradient according to interpolation settings.
101104
101105         - fast/images/paint-subrect-grid.html
101106
101107         Draws a 11x11 image into a canvas in 8 fragments with partial pixels.
101108         Canvas should look just like a single image enlarged.
101109
101110         - fast/images/repaint-subrect-grid.html
101111
101112         Scale a 31x31 image to 55x55. A blue square moves across the scaled
101113         image such that the image is partially invalidated. After the animation
101114         the image should look the same.
101115
101116         * fast/images/paint-subrect-expected.txt: Added.
101117         * fast/images/paint-subrect-grid-expected.txt: Added.
101118         * fast/images/paint-subrect-grid.html: Added.
101119         * fast/images/paint-subrect.html: Added.
101120         * fast/images/repaint-subrect-grid-expected.html: Added.
101121         * fast/images/repaint-subrect-grid.html: Added.
101122         * fast/images/resources/grid-large.png: Added.
101123         * fast/images/resources/grid-small.png: Added.
101124         * platform/chromium/TestExpectations: Added image failure expectations.
101125         * platform/chromium/fast/images/paint-subrect-expected.png: Added.
101126         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Added.
101127         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Added.
101128
101129 2012-10-03  Ryosuke Niwa  <rniwa@webkit.org>
101130
101131         ReplaceSelectionCommand should merge text nodes
101132         https://bugs.webkit.org/show_bug.cgi?id=98188
101133
101134         Reviewed by Levi Weintraub.
101135
101136         Rebaselined tests.
101137
101138         * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
101139         * editing/deleting/paste-with-transparent-background-color-expected.txt:
101140         * editing/execCommand/outdent-selection-expected.txt:
101141         * editing/execCommand/remove-list-items-expected.txt:
101142         * editing/inserting/insert-3907422-fix-expected.txt:
101143         * editing/pasteboard/avoid-copying-body-with-background-expected.txt:
101144         * editing/pasteboard/block-wrappers-necessary-expected.txt:
101145         * editing/pasteboard/drag-drop-list-expected.txt:
101146         * editing/pasteboard/merge-end-5-expected.txt:
101147         * editing/pasteboard/paste-before-tab-span-expected.txt:
101148         * editing/pasteboard/paste-into-table-cell-expected.txt:
101149         * editing/pasteboard/paste-text-001-expected.txt:
101150         * editing/pasteboard/paste-text-002-expected.txt:
101151         * editing/pasteboard/paste-text-003-expected.txt:
101152         * editing/pasteboard/paste-text-010-expected.txt:
101153         * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
101154         * editing/pasteboard/paste-unrendered-select-expected.txt:
101155         * editing/pasteboard/smart-paste-001-expected.txt:
101156         * editing/pasteboard/smart-paste-002-expected.txt:
101157         * editing/pasteboard/smart-paste-003-expected.txt:
101158         * editing/pasteboard/smart-paste-004-expected.txt:
101159         * editing/pasteboard/smart-paste-005-expected.txt:
101160         * editing/pasteboard/smart-paste-006-expected.txt:
101161         * fast/events/ondragenter-expected.txt:
101162         * fast/lists/drag-into-marker.html:
101163         * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
101164         * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
101165         * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
101166         * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
101167         * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
101168         * platform/mac/editing/deleting/merge-no-br-expected.txt:
101169         * platform/mac/editing/execCommand/find-after-replace-expected.txt:
101170         * platform/mac/editing/execCommand/paste-1-expected.txt:
101171         * platform/mac/editing/execCommand/paste-2-expected.txt:
101172         * platform/mac/editing/pasteboard/4944770-2-expected.txt:
101173         * platform/mac/editing/pasteboard/5006779-expected.txt:
101174         * platform/mac/editing/pasteboard/5028447-expected.txt:
101175         * platform/mac/editing/pasteboard/8145-3-expected.txt:
101176         * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
101177         * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
101178         * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
101179         * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
101180         * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
101181         * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
101182         * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
101183         * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
101184         * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
101185         * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
101186         * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
101187         * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
101188         * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
101189         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
101190         * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
101191         * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
101192         * platform/mac/editing/pasteboard/unrendered-br-expected.txt:
101193
101194 2012-10-04  Tony Chang  <tony@chromium.org>
101195
101196         Unreviewed, fix flexbox-baseline.html to test the new behavior after r130409.
101197
101198         * css3/flexbox/flexbox-baseline.html:
101199         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
101200         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt:
101201
101202 2012-10-04  Tony Chang  <tony@chromium.org>
101203
101204         Unreviewed, fixing expected results for a test that needs a new baseline.
101205
101206         * platform/chromium/TestExpectations:
101207         * platform/efl/TestExpectations:
101208         * platform/gtk/TestExpectations:
101209         * platform/mac/TestExpectations:
101210         * platform/qt/TestExpectations:
101211
101212 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
101213
101214         Unreviewed, rolling out r130396.
101215         http://trac.webkit.org/changeset/130396
101216         https://bugs.webkit.org/show_bug.cgi?id=98421
101217
101218         This patch is causing crashes on 4 tests on Lion Debug and
101219         Mountain Lion Debug (Requested by jernoble on #webkit).
101220
101221         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Removed.
101222         * compositing/layer-creation/fixed-position-absolute-descendant.html: Removed.
101223
101224 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101225
101226         [EFL] Fix r140403 by skipping the right test.
101227
101228         * platform/efl/TestExpectations:
101229
101230 2012-10-04  Tony Chang  <tony@chromium.org>
101231
101232         inline-flex baseline is sometimes wrong
101233         https://bugs.webkit.org/show_bug.cgi?id=96188
101234
101235         Reviewed by Ojan Vafai.
101236
101237         Add a new pixel test and mark the test as failing so we can get pixel results from the bots.
101238
101239         * css3/flexbox/flexbox-baseline.html: Added.
101240         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: Added.
101241         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
101242         * platform/chromium/TestExpectations:
101243         * platform/efl/TestExpectations:
101244         * platform/gtk/TestExpectations:
101245         * platform/mac/TestExpectations:
101246         * platform/qt/TestExpectations:
101247         * platform/win/TestExpectations:
101248
101249 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101250
101251         [EFL] Temporarily skip fast/xsl/xslt-missing-namespace-in-xslt.html.
101252
101253         As bug 91009 shows, libxml 2.8.0 makes us produce a different test
101254         result. Unskip the test for now until we add that version to
101255         jhbuild.
101256
101257         * platform/efl/TestExpectations:
101258
101259 2012-10-04  Xianzhu Wang  <wangxianzhu@chromium.org>
101260
101261         [Chromium] Should set unitsPerEm in SimpleFontDataSkia.cpp
101262         https://bugs.webkit.org/show_bug.cgi?id=98100
101263
101264         Reviewed by Stephen White.
101265
101266         * fast/writing-mode/resources/DroidSansFallback-reduced.ttf: Added.
101267         * fast/writing-mode/vertical-font-vmtx-units-per-em-expected.txt: Added.
101268         * fast/writing-mode/vertical-font-vmtx-units-per-em.html: Added.
101269
101270 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101271
101272         [EFL] Revert some wrong baselines added in r130387.
101273
101274         Thanks to Christophe Dumez and Mikhail Pozdnyakov for the help.
101275
101276         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Removed.
101277         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
101278
101279 2012-10-04  Peter Rybin  <peter.rybin@gmail.com>
101280
101281         Web Inspector: expose object internal properties such as PrimitiveValue or BoundThis
101282         https://bugs.webkit.org/show_bug.cgi?id=94397
101283
101284         Reviewed by Yury Semikhatsky.
101285
101286         A test is added to support new feature. Old test is updated because line number changed.
101287
101288         * inspector-protocol/runtime-getProperties-expected.txt: Added.
101289         * inspector-protocol/runtime-getProperties.html: Added.
101290         * inspector/console/command-line-api-expected.txt:
101291
101292 2012-10-04  Sami Kyostila  <skyostil@chromium.org>
101293
101294         Fixed position visibility check does not consider descendants
101295         https://bugs.webkit.org/show_bug.cgi?id=98144
101296
101297         Reviewed by Simon Fraser.
101298
101299         Added a test for the fixed position layer visibility check.
101300
101301         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Added.
101302         * compositing/layer-creation/fixed-position-absolute-descendant.html: Added.
101303
101304 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101305
101306         [Qt] Unreviewed gardening after r130385. Skip some failing test.
101307
101308         * platform/qt-5.0-wk2/TestExpectations:
101309         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
101310
101311 2012-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
101312
101313         Web Inspector: When uiSourceCode content has diverged from VM script, call frames should be shown in temporary script based uiSourceCodes.
101314         https://bugs.webkit.org/show_bug.cgi?id=98385
101315
101316         Reviewed by Pavel Feldman.
101317
101318         * inspector/debugger/dynamic-script-tag-expected.txt:
101319         * inspector/debugger/resource-script-mapping-expected.txt:
101320
101321 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101322
101323         [Qt] Unreviewed gardening after r130385. Skip a failing test.
101324         https://bugs.webkit.org/show_bug.cgi?id=62741
101325
101326         * platform/qt/TestExpectations:
101327
101328 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101329
101330         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 6.
101331
101332         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
101333         * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Added.
101334         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
101335         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
101336         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Added.
101337         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
101338         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt:
101339         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
101340         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
101341         * platform/efl/fullscreen/full-screen-stacking-context-expected.png:
101342         * platform/efl/fullscreen/full-screen-zIndex-after-expected.png:
101343         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png:
101344         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
101345         * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png:
101346         * platform/efl/http/tests/misc/frame-access-during-load-expected.png:
101347         * platform/efl/http/tests/misc/iframe404-expected.png:
101348         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
101349         * platform/efl/http/tests/uri/css-href-expected.png:
101350         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
101351         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
101352         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
101353         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
101354         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
101355         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
101356         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
101357         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
101358         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
101359         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
101360         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
101361         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
101362         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
101363         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
101364         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
101365         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
101366         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
101367         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
101368         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
101369         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
101370         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
101371         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
101372         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
101373         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
101374         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
101375         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
101376         * platform/efl/svg/filters/big-sized-filter-expected.png:
101377         * platform/efl/svg/filters/feColorMatrix-saturate-expected.png: Added.
101378         * platform/efl/svg/filters/feDropShadow-expected.png: Added.
101379         * platform/efl/svg/filters/feGaussianBlur-expected.png:
101380         * platform/efl/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
101381         * platform/efl/svg/filters/filterRes1-expected.png:
101382         * platform/efl/svg/filters/filterRes3-expected.png:
101383         * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png:
101384         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
101385
101386 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101387
101388         [Qt] Reviewing old bugs in Qt TestExpectations. Unskip now passing test.
101389
101390         * platform/qt-5.0-wk1/TestExpectations:
101391         * platform/qt-5.0-wk2/TestExpectations:
101392         * platform/qt/TestExpectations:
101393         * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
101394         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
101395         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
101396
101397 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
101398
101399         Unreviewed. Mark perf/show-hide-table-rows.html as flaky.
101400
101401         * platform/chromium/TestExpectations:
101402
101403 2012-10-04  Harald Alvestrand  <hta@google.com>
101404
101405         Change RTCPeerConnection GetStats to use Date timestamp format
101406         https://bugs.webkit.org/show_bug.cgi?id=98263
101407
101408         Reviewed by Yury Semikhatsky.
101409
101410         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101411         * fast/mediastream/RTCPeerConnection-stats.html:
101412
101413 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
101414
101415         Unreviewed, rolling out r130377.
101416         http://trac.webkit.org/changeset/130377
101417         https://bugs.webkit.org/show_bug.cgi?id=98392
101418
101419         Chromium Win compilation is broken (Requested by yurys on
101420         #webkit).
101421
101422         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101423         * fast/mediastream/RTCPeerConnection-stats.html:
101424
101425 2012-10-04  Kent Tamura  <tkent@chromium.org>
101426
101427         Some picker test for input[type=date] are failing
101428         https://bugs.webkit.org/show_bug.cgi?id=98390
101429
101430         * platform/chromium/TestExpectations:
101431
101432 2012-10-04  Kent Tamura  <tkent@chromium.org>
101433
101434         [Chromium] Fix an error in TestExpectations.
101435
101436         * platform/chromium/TestExpectations:
101437
101438 2012-10-04  Harald Alvestrand  <hta@google.com>
101439
101440         Change RTCPeerConnection GetStats to use Date timestamp format
101441         https://bugs.webkit.org/show_bug.cgi?id=98263
101442
101443         Reviewed by Adam Barth.
101444
101445         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101446         * fast/mediastream/RTCPeerConnection-stats.html:
101447
101448 2012-10-04  Kent Tamura  <tkent@chromium.org>
101449
101450         Update tests for input[type=date] with the multiple fields UI
101451         https://bugs.webkit.org/show_bug.cgi?id=98386
101452
101453         Reviewed by Hajime Morita.
101454
101455         Remove some tests for input[type=date. They depends on the old UI, which
101456         we don't use any more.
101457         Mark some tests fail. We need to update their results later.
101458
101459         * fast/forms/date/date-appearance.html: Removed.
101460         * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
101461         * fast/forms/date/date-fixed-placeholder.html: Removed.
101462         * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101463         * fast/forms/date/date-input-visible-strings.html: Removed.
101464         * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
101465         * fast/forms/date/input-date-commit-valid-only.html: Removed.
101466         * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
101467         * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
101468         * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101469         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
101470         * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
101471         * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
101472         * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
101473         * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
101474         * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101475         * platform/chromium/TestExpectations:
101476         * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101477
101478 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
101479
101480         [Qt] css2.1/20110323/text-indent-intrinsic-00* fail
101481         https://bugs.webkit.org/show_bug.cgi?id=91772
101482
101483         Reviewed by Yuta Kitamura.
101484
101485         Unskip some tests that are passing.
101486
101487         * platform/qt/TestExpectations:
101488
101489 2012-10-04  Zan Dobersek  <zandobersek@gmail.com>
101490
101491         Unreviewed GTK gardening.
101492
101493         Adding proper bug modifiers for accessibility failures that don't yet have one.
101494
101495         * platform/gtk/TestExpectations:
101496
101497 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
101498
101499         Removed duplicate entries introduced by r130355
101500
101501         * platform/chromium/TestExpectations:
101502
101503 2012-10-04  Csaba Osztrogonác  <ossy@webkit.org>
101504
101505         [Qt][WK2] Unreviewed gardening, skip new crashing tests to paint the bot green.
101506
101507         * platform/qt-5.0-wk2/TestExpectations:
101508
101509 2012-10-03  Kent Tamura  <tkent@chromium.org>
101510
101511         DateTimeYearFieldElement should respect min/max values specified by page authors
101512         https://bugs.webkit.org/show_bug.cgi?id=98227
101513
101514         Reviewed by Hajime Morita.
101515
101516         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
101517         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added.
101518
101519 2012-10-03  Douglas Stockwell  <dstockwell@chromium.org>
101520
101521         Chromium needs support for border radius clipping
101522         https://bugs.webkit.org/show_bug.cgi?id=69866
101523
101524         Reviewed by Stephen White.
101525
101526         * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png:
101527         * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png:
101528         * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png:
101529         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
101530         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
101531         * platform/chromium-linux/media/audio-repaint-expected.png:
101532         * platform/chromium-linux/media/controls-after-reload-expected.png:
101533         * platform/chromium-linux/media/controls-strict-expected.png:
101534         * platform/chromium-linux/media/controls-styling-expected.png:
101535         * platform/chromium-linux/media/controls-styling-strict-expected.png:
101536         * platform/chromium-linux/media/controls-without-preload-expected.png:
101537         * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
101538         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
101539         * platform/chromium-linux/media/video-controls-rendering-expected.png:
101540         * platform/chromium-linux/media/video-display-toggle-expected.png:
101541         * platform/chromium-linux/media/video-no-audio-expected.png:
101542         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
101543         * platform/chromium-linux/media/video-zoom-controls-expected.png:
101544         * platform/chromium/TestExpectations:
101545
101546 2012-10-03  Tony Chang  <tony@chromium.org>
101547
101548         Unreviewed, remove 2 tests that were moved in http://trac.webkit.org/changeset/130150.
101549
101550         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html and
101551         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html were
101552         refactored away.
101553
101554         * platform/qt/TestExpectations:
101555
101556 2012-10-03  Emil A Eklund  <eae@chromium.org>
101557
101558         Unreviewed chromium/win rebaseline for r130329.
101559
101560         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101561         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101562         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101563         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101564         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101565         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101566
101567 2012-10-03  Emil A Eklund  <eae@chromium.org>
101568
101569         Unreviewed chromium/mac rebaseline for r130329.
101570
101571         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101572         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101573         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101574         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101575         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101576         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101577         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101578         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101579         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101580
101581 2012-10-03  Ojan Vafai  <ojan@chromium.org>
101582
101583         Simplify the magnitude-perf test harness
101584         https://bugs.webkit.org/show_bug.cgi?id=98305
101585
101586         Reviewed by Ryosuke Niwa.
101587
101588         -Remove the chromium.Interval stuff. This API no longer exists.
101589         -Reduce the number of iterations to 8.
101590         -Start magnitude at 1 instead of 0.
101591         -Remove all the iterationsPerRun junk. This complexity was not achieving the goal of
101592         reducing flakiness.
101593
101594         With these changes, the perf tests are not flaky for me locally.
101595         I ran all the perf tests with --iterations=100 and had no failures,
101596         All the complexity was increasing flakiness.
101597
101598         This also reduces the runtime of the tests by >2x.
101599
101600         * perf/adding-radio-buttons.html:
101601         This test is clearly linear. It should never have been marked constant.
101602         The patch that landed it was fixing an n^2 behavior.
101603
101604         * perf/array-binary-search.html:
101605         Search for the first item in the array so that the search is always actually log n.
101606
101607         * perf/nested-combined-selectors.html:
101608         Now that we run fewer iterations, we don't need to artificially limit this test.
101609
101610         * resources/magnitude-perf.js:
101611         (Magnitude.run):
101612         (Magnitude._run):
101613         (Magnitude._rSquared):
101614         (Magnitude._logIterationInfo):
101615         (Magnitude._bigOGuess):
101616         (Magnitude._runIteration):
101617         (Magnitude):
101618
101619 2012-10-03  Joshua Bell  <jsbell@chromium.org>
101620
101621         [Chromium] storage/indexeddb tests sometimes timeout
101622         https://bugs.webkit.org/show_bug.cgi?id=65862
101623
101624         Reviewed by Ojan Vafai.
101625
101626         storage/indexeddb/index-cursor.html was taking up to 26 seconds on some debug configurations
101627         due to the large amount of output. Tweak the test to reduce the spam. On my test box this
101628         drops the runtime of this single test from 7s to 2s.
101629
101630         * storage/indexeddb/index-cursor-expected.txt:
101631         * storage/indexeddb/resources/index-cursor.js:
101632         (cursorIteration):
101633
101634 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101635
101636         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
101637
101638         Finally finish rebaselining fast/.
101639
101640         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
101641         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
101642         * platform/efl/fast/replaced/width100percent-image-expected.png:
101643         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
101644         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
101645         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
101646         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
101647         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
101648         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
101649         * platform/efl/fast/runin/001-expected.png:
101650         * platform/efl/fast/runin/generated-expected.png:
101651         * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
101652         * platform/efl/fast/table/floatingTablePaintBackground-expected.png:
101653         * platform/efl/fast/table/form-with-table-style-expected.png:
101654         * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
101655         * platform/efl/fast/text/emphasis-avoid-ruby-expected.png:
101656         * platform/efl/fast/text/emphasis-combined-text-expected.png:
101657         * platform/efl/fast/text/emphasis-overlap-expected.png:
101658         * platform/efl/fast/text/large-text-composed-char-expected.png:
101659         * platform/efl/fast/text/whitespace/002-expected.png:
101660         * platform/efl/fast/text/whitespace/003-expected.png:
101661         * platform/efl/fast/text/whitespace/004-expected.png:
101662         * platform/efl/fast/text/whitespace/005-expected.png:
101663         * platform/efl/fast/text/whitespace/006-expected.png:
101664         * platform/efl/fast/text/whitespace/007-expected.png:
101665         * platform/efl/fast/text/whitespace/008-expected.png:
101666         * platform/efl/fast/text/whitespace/009-expected.png:
101667         * platform/efl/fast/text/whitespace/010-expected.png:
101668         * platform/efl/fast/text/whitespace/011-expected.png:
101669         * platform/efl/fast/text/whitespace/012-expected.png:
101670         * platform/efl/fast/text/whitespace/013-expected.png:
101671         * platform/efl/fast/text/whitespace/014-expected.png:
101672         * platform/efl/fast/text/whitespace/015-expected.png:
101673         * platform/efl/fast/text/whitespace/016-expected.png:
101674         * platform/efl/fast/text/whitespace/018-expected.png:
101675         * platform/efl/fast/text/whitespace/020-expected.png:
101676         * platform/efl/fast/text/whitespace/021-expected.png:
101677         * platform/efl/fast/text/whitespace/025-expected.png:
101678         * platform/efl/fast/text/whitespace/027-expected.png:
101679         * platform/efl/fast/text/whitespace/030-expected.png:
101680         * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
101681         * platform/efl/fast/text/whitespace/pre-break-word-expected.png:
101682         * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png:
101683         * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png:
101684         * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
101685         * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
101686
101687 2012-10-03  Emil A Eklund  <eae@chromium.org>
101688
101689         Round image sizes when zooming
101690         https://bugs.webkit.org/show_bug.cgi?id=98205
101691
101692         Reviewed by Eric Seidel.
101693
101694         Add test for zoomed large image tiles.
101695
101696         * fast/images/zoomed-img-size.html:
101697         * fast/sub-pixel/zoomed-image-tiles-expected.html: Added.
101698         * fast/sub-pixel/zoomed-image-tiles.html: Added.
101699         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101700         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101701         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101702         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101703         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101704         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101705         * platform/chromium/fast/images/zoomed-img-size-expected.txt: Added.
101706         * platform/gtk/TestExpectations:
101707         * platform/mac-lion/TestExpectations:
101708         * platform/mac-snowleopard/TestExpectations:
101709         * platform/mac-wk2/TestExpectations:
101710         * platform/mac/TestExpectations:
101711         * platform/qt-4.8/TestExpectations:
101712         * platform/qt/TestExpectations:
101713         * platform/win-wk2/TestExpectations:
101714         * platform/win-xp/TestExpectations:
101715         * platform/win/TestExpectations:
101716         * platform/wincairo/TestExpectations:
101717         * platform/wk2/TestExpectations:
101718
101719 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101720
101721         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
101722
101723         * platform/efl/fast/repaint/list-marker-2-expected.png:
101724         * platform/efl/fast/repaint/list-marker-expected.png:
101725         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
101726         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
101727         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
101728         * platform/efl/fast/repaint/outline-inset-expected.png:
101729         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
101730         * platform/efl/fast/repaint/outline-shrinking-expected.png:
101731         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
101732         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
101733         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
101734         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
101735         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
101736         * platform/efl/fast/repaint/reflection-redraw-expected.png:
101737         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
101738         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
101739         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
101740         * platform/efl/fast/repaint/selected-replaced-expected.png:
101741         * platform/efl/fast/repaint/selection-after-remove-expected.png:
101742         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
101743         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
101744         * platform/efl/fast/repaint/selection-rl-expected.png:
101745         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png:
101746         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
101747         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png:
101748         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png:
101749         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
101750         * platform/efl/fast/repaint/static-to-positioned-expected.png:
101751         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
101752         * platform/efl/fast/repaint/table-cell-move-expected.png:
101753         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
101754         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
101755         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
101756         * platform/efl/fast/repaint/text-emphasis-v-expected.png: Added.
101757         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
101758         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
101759         * platform/efl/fast/repaint/text-shadow-expected.png:
101760         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
101761         * platform/efl/fast/repaint/textarea-set-disabled-expected.png: Added.
101762         * platform/efl/fast/repaint/transform-relative-position-expected.png:
101763
101764 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101765
101766         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 4.
101767
101768         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
101769         * platform/efl/fast/repaint/change-transform-expected.png:
101770         * platform/efl/fast/repaint/clipped-relative-expected.png:
101771         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
101772         * platform/efl/fast/repaint/control-clip-expected.png:
101773         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
101774         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
101775         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
101776         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
101777         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
101778         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
101779         * platform/efl/fast/repaint/focus-layers-expected.png:
101780         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
101781         * platform/efl/fast/repaint/layer-child-outline-expected.png:
101782         * platform/efl/fast/repaint/layer-outline-expected.png:
101783         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
101784         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
101785         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
101786         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
101787         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
101788         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
101789         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
101790         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
101791         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
101792         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
101793         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
101794         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
101795         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
101796         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
101797         * platform/efl/fast/repaint/line-overflow-expected.png:
101798
101799 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
101800
101801         Fix Geolocation/window-close-crash.html and harden WebKitTestRunner for Geolocation
101802         https://bugs.webkit.org/show_bug.cgi?id=97608
101803
101804         Reviewed by Sam Weinig.
101805
101806         * platform/wk2/TestExpectations:
101807         Unskip fast/dom/Geolocation/window-close-crash.html.
101808         * platform/mac-wk2/TestExpectations:
101809         Unskip fast/dom/Geolocation/maximum-age.html.
101810
101811 2012-10-03  Stephen Chenney  <schenney@chromium.org>
101812
101813         REGRESSION(r130160): It made 3 tests crash
101814         https://bugs.webkit.org/show_bug.cgi?id=98158
101815
101816         Unreviewed testExpectations update.
101817
101818         * platform/qt/TestExpectations: Removed expectations from tests that were crashing due to this bug.
101819
101820 2012-10-03  Stephen Chenney  <schenney@chromium.org>
101821
101822         Font data is purged while fonts are still using it
101823         https://bugs.webkit.org/show_bug.cgi?id=93640
101824
101825         Reviewed by Eric Seidel.
101826
101827         Tests for font purging. The seamless-custom-font-pruning-crash test
101828         was only failing in Chromium Asan, while the seamless-nested-crash
101829         case was only failing in Asan DumpRenderTree.
101830
101831         * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Added.
101832         * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Added.
101833         * fast/frames/seamless/seamless-nested-crash-expected.txt: Added.
101834         * fast/frames/seamless/seamless-nested-crash.html: Added.
101835
101836 2012-10-03  Ojan Vafai  <ojan@chromium.org>
101837
101838         Fix some style violations in perparation for changing this code.
101839         * resources/magnitude-perf.js:
101840         (Magnitude.run):
101841         (Magnitude._logIterationInfo):
101842         (Magnitude._runIteration):
101843
101844 2012-10-03  Dirk Pranke  <dpranke@chromium.org>
101845
101846         Mark platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html as slow on Mac Lion Release
101847         https://bugs.webkit.org/show_bug.cgi?id=79679
101848
101849         Unreviewed, expectations change.
101850
101851         * platform/chromium/TestExpectations:
101852
101853 2012-10-03  Adam Barth  <abarth@webkit.org>
101854
101855         Crash when calling document.open during unload
101856         https://bugs.webkit.org/show_bug.cgi?id=98287
101857
101858         Reviewed by Nate Chapin.
101859
101860         Test that we don't crash when calling document.open during the unload event.
101861
101862         * fast/parser/document-open-in-unload-expected.txt: Added.
101863         * fast/parser/document-open-in-unload.html: Added.
101864
101865 2012-10-03  Hans Wennborg  <hans@chromium.org>
101866
101867         Speech JavaScript API: Add SpeechRecognition.interimResults attribute
101868         https://bugs.webkit.org/show_bug.cgi?id=98279
101869
101870         Reviewed by Adam Barth.
101871
101872         Update test to check for the interimResults attribute.
101873
101874         * fast/speech/scripted/basics-expected.txt:
101875         * fast/speech/scripted/basics.html:
101876
101877 2012-10-03  Hans Wennborg  <hans@chromium.org>
101878
101879         Speech JavaScript API: Remove resultdeleted event
101880         https://bugs.webkit.org/show_bug.cgi?id=98272
101881
101882         Reviewed by Adam Barth.
101883
101884         Update layout test not to check for onresultdeleted event handler.
101885
101886         * fast/speech/scripted/basics-expected.txt:
101887         * fast/speech/scripted/basics.html:
101888
101889 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
101890
101891         Unreviwed gardening -- adjusted expectations for tiny-layer-rotated.html
101892
101893         * platform/chromium/TestExpectations:
101894
101895 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
101896
101897         Unreviewed gardening -- added expectations for 3 time-suggestion-picker-appearance tests.
101898
101899         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
101900         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
101901         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
101902         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
101903         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
101904         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
101905
101906 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101907
101908         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 3.
101909
101910         * platform/efl/fast/media/mq-js-media-except-03-expected.png:
101911         * platform/efl/fast/media/mq-js-stylesheet-media-01-expected.png:
101912         * platform/efl/fast/media/mq-js-stylesheet-media-02-expected.png:
101913         * platform/efl/fast/media/mq-js-stylesheet-media-03-expected.png:
101914         * platform/efl/fast/media/mq-js-stylesheet-media-04-expected.png:
101915         * platform/efl/fast/media/mq-orientation-expected.png:
101916         * platform/efl/fast/media/mq-relative-constraints-02-expected.png:
101917         * platform/efl/fast/media/mq-relative-constraints-03-expected.png:
101918         * platform/efl/fast/media/mq-relative-constraints-04-expected.png:
101919         * platform/efl/fast/media/mq-relative-constraints-05-expected.png:
101920         * platform/efl/fast/media/mq-relative-constraints-06-expected.png:
101921         * platform/efl/fast/media/mq-relative-constraints-07-expected.png:
101922         * platform/efl/fast/media/mq-relative-constraints-08-expected.png:
101923         * platform/efl/fast/media/mq-relative-constraints-09-expected.png:
101924         * platform/efl/fast/media/mq-transition-expected.png:
101925         * platform/efl/fast/media/mq-width-absolute-01-expected.png:
101926         * platform/efl/fast/media/mq-width-absolute-02-expected.png:
101927         * platform/efl/fast/media/mq-width-absolute-03-expected.png:
101928         * platform/efl/fast/media/mq-width-absolute-04-expected.png:
101929         * platform/efl/fast/media/viewport-media-query-expected.png:
101930         * platform/efl/fast/overflow/001-expected.png:
101931         * platform/efl/fast/overflow/002-expected.png:
101932         * platform/efl/fast/overflow/003-expected.png:
101933         * platform/efl/fast/overflow/004-expected.png:
101934         * platform/efl/fast/overflow/006-expected.png:
101935         * platform/efl/fast/overflow/007-expected.png:
101936         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
101937         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
101938         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
101939         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
101940         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
101941         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
101942         * platform/efl/fast/overflow/line-clamp-expected.png:
101943         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
101944         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
101945         * platform/efl/fast/overflow/overflow-rtl-expected.png:
101946         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
101947         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
101948         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
101949         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
101950         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
101951         * platform/efl/fast/overflow/table-overflow-float-expected.png:
101952         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
101953         * platform/efl/fast/reflections/inline-crash-expected.png:
101954         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
101955         * platform/efl/fast/reflections/reflection-nesting-expected.png:
101956         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
101957         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Added.
101958         * platform/efl/fast/repaint/background-scaling-expected.png: Added.
101959         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
101960         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
101961         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
101962         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
101963         * platform/efl/fast/repaint/box-shadow-h-expected.png:
101964         * platform/efl/fast/repaint/box-shadow-v-expected.png:
101965         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
101966         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
101967         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
101968         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
101969         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
101970
101971 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101972
101973         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 2.
101974
101975         * platform/efl/fast/css3-text-decoration: Added.
101976         * platform/efl/fast/css3-text-decoration/repaint: Added.
101977         * platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
101978         * platform/efl/fast/doctypes/001-expected.png:
101979         * platform/efl/fast/doctypes/002-expected.png:
101980         * platform/efl/fast/doctypes/003-expected.png:
101981         * platform/efl/fast/doctypes/004-expected.png:
101982         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
101983         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
101984         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
101985         * platform/efl/fast/flexbox/002-expected.png:
101986         * platform/efl/fast/flexbox/003-expected.png:
101987         * platform/efl/fast/flexbox/004-expected.png:
101988         * platform/efl/fast/flexbox/005-expected.png:
101989         * platform/efl/fast/flexbox/006-expected.png:
101990         * platform/efl/fast/flexbox/007-expected.png:
101991         * platform/efl/fast/flexbox/008-expected.png:
101992         * platform/efl/fast/flexbox/009-expected.png:
101993         * platform/efl/fast/flexbox/010-expected.png:
101994         * platform/efl/fast/flexbox/011-expected.png:
101995         * platform/efl/fast/flexbox/012-expected.png:
101996         * platform/efl/fast/flexbox/016-expected.png:
101997         * platform/efl/fast/flexbox/017-expected.png:
101998         * platform/efl/fast/flexbox/018-expected.png:
101999         * platform/efl/fast/flexbox/019-expected.png:
102000         * platform/efl/fast/flexbox/020-expected.png:
102001         * platform/efl/fast/flexbox/021-expected.png:
102002         * platform/efl/fast/flexbox/022-expected.png:
102003         * platform/efl/fast/flexbox/023-expected.png:
102004         * platform/efl/fast/flexbox/024-expected.png:
102005         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
102006         * platform/efl/fast/forms/input-align-expected.png:
102007         * platform/efl/fast/forms/input-text-double-click-expected.png:
102008         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
102009         * platform/efl/fast/gradients/css3-color-stops-expected.png:
102010         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
102011         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
102012         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
102013         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
102014         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
102015         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
102016         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
102017         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
102018         * platform/efl/fast/images/image-map-anchor-children-expected.png:
102019         * platform/efl/fast/images/imagemap-case-expected.png:
102020         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.png:
102021         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
102022         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png:
102023         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
102024         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
102025         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
102026         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png:
102027         * platform/efl/fast/inline-block/002-expected.png:
102028         * platform/efl/fast/inline-block/003-expected.png:
102029         * platform/efl/fast/inline-block/006-expected.png:
102030         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
102031         * platform/efl/fast/inline-block/overflow-clip-expected.png:
102032         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
102033         * platform/efl/fast/inline/001-expected.png:
102034         * platform/efl/fast/inline/25277-2-expected.png:
102035         * platform/efl/fast/inline/25277-expected.png:
102036         * platform/efl/fast/inline/br-text-decoration-expected.png:
102037         * platform/efl/fast/inline/continuation-outlines-expected.png:
102038         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
102039         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
102040         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
102041         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
102042         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
102043         * platform/efl/fast/inline/inline-focus-ring-expected.png:
102044         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
102045         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
102046         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
102047         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
102048         * platform/efl/fast/innerHTML/002-expected.png:
102049         * platform/efl/fast/innerHTML/003-expected.png:
102050         * platform/efl/fast/innerHTML/006-expected.png:
102051         * platform/efl/fast/invalid/002-expected.png:
102052         * platform/efl/fast/invalid/014-expected.png:
102053         * platform/efl/fast/invalid/016-expected.png:
102054         * platform/efl/fast/invalid/021-expected.png:
102055         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
102056         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
102057         * platform/efl/fast/layers/layer-visibility-expected.png:
102058         * platform/efl/fast/layers/layer-visibility-sublayer-expected.png:
102059         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
102060         * platform/efl/fast/layers/opacity-outline-expected.png:
102061         * platform/efl/fast/layers/opacity-transforms-expected.png:
102062         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
102063         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
102064         * platform/efl/fast/media/mq-animation-expected.png:
102065         * platform/efl/fast/media/mq-aspect-ratio-expected.png:
102066         * platform/efl/fast/media/mq-js-media-except-01-expected.png:
102067         * platform/efl/fast/media/mq-js-media-except-02-expected.png:
102068
102069 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
102070
102071         [EFL] Update more pixel expectations in preparation for running pixel tests on the bots.
102072
102073         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
102074         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
102075         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
102076         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
102077         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
102078         * platform/efl/fast/body-propagation/background-color/003-expected.png:
102079         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
102080         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
102081         * platform/efl/fast/body-propagation/background-color/004-expected.png:
102082         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
102083         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
102084         * platform/efl/fast/body-propagation/background-color/006-expected.png:
102085         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
102086         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
102087         * platform/efl/fast/body-propagation/background-color/007-expected.png:
102088         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
102089         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
102090         * platform/efl/fast/body-propagation/background-image/003-expected.png:
102091         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
102092         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
102093         * platform/efl/fast/body-propagation/background-image/004-expected.png:
102094         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
102095         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
102096         * platform/efl/fast/body-propagation/background-image/006-expected.png:
102097         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
102098         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
102099         * platform/efl/fast/body-propagation/background-image/007-expected.png:
102100         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
102101         * platform/efl/fast/body-propagation/background-image/009-expected.png:
102102         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
102103         * platform/efl/fast/body-propagation/background-image/010-expected.png:
102104         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
102105         * platform/efl/fast/body-propagation/overflow/001-expected.png:
102106         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
102107         * platform/efl/fast/body-propagation/overflow/002-expected.png:
102108         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
102109         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
102110         * platform/efl/fast/body-propagation/overflow/003-expected.png:
102111         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
102112         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
102113         * platform/efl/fast/body-propagation/overflow/004-expected.png:
102114         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
102115         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
102116         * platform/efl/fast/body-propagation/overflow/005-expected.png:
102117         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
102118         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
102119         * platform/efl/fast/body-propagation/overflow/006-expected.png:
102120         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
102121         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
102122         * platform/efl/fast/body-propagation/overflow/007-expected.png:
102123         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
102124         * platform/efl/fast/borders/bidi-002-expected.png:
102125         * platform/efl/fast/borders/bidi-009a-expected.png: Added.
102126         * platform/efl/fast/borders/bidi-012-expected.png:
102127         * platform/efl/fast/borders/border-color-inherit-expected.png:
102128         * platform/efl/fast/borders/border-image-01-expected.png:
102129         * platform/efl/fast/borders/border-image-border-radius-expected.png:
102130         * platform/efl/fast/borders/border-image-longhand-expected.png:
102131         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
102132         * platform/efl/fast/borders/border-image-outset-expected.png: Added.
102133         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
102134         * platform/efl/fast/borders/border-image-repeat-expected.png:
102135         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
102136         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
102137         * platform/efl/fast/borders/border-image-scaled-expected.png:
102138         * platform/efl/fast/borders/border-image-scrambled-expected.png:
102139         * platform/efl/fast/borders/border-image-side-reduction-expected.png: Added.
102140         * platform/efl/fast/borders/border-image-slices-expected.png:
102141         * platform/efl/fast/borders/border-image-source-expected.png:
102142         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
102143         * platform/efl/fast/borders/border-radius-constraints-expected.png:
102144         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
102145         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
102146         * platform/efl/fast/borders/border-radius-split-inline-expected.png:
102147         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
102148         * platform/efl/fast/borders/different-color-borders-expected.png:
102149         * platform/efl/fast/borders/mixed-border-styles-expected.png:
102150         * platform/efl/fast/borders/mixed-border-styles-radius-expected.png:
102151         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
102152         * platform/efl/fast/borders/outline-alpha-block-expected.png:
102153         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
102154         * platform/efl/fast/borders/rtl-border-01-expected.png:
102155         * platform/efl/fast/borders/rtl-border-02-expected.png:
102156         * platform/efl/fast/borders/rtl-border-03-expected.png:
102157         * platform/efl/fast/borders/rtl-border-04-expected.png:
102158         * platform/efl/fast/borders/rtl-border-05-expected.png:
102159         * platform/efl/fast/canvas/arc360-expected.png:
102160         * platform/efl/fast/canvas/canvas-before-css-expected.png:
102161         * platform/efl/fast/canvas/canvas-composite-expected.png:
102162         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
102163         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
102164         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
102165         * platform/efl/fast/canvas/canvas-zoom-expected.png:
102166         * platform/efl/fast/canvas/check-stale-putImageData-expected.png: Added.
102167         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
102168         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
102169         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
102170         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
102171         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
102172         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
102173         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
102174         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
102175         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
102176         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
102177         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
102178         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
102179         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
102180         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
102181         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
102182         * platform/efl/fast/clip/004-expected.png:
102183         * platform/efl/fast/clip/005-expected.png:
102184         * platform/efl/fast/clip/006-expected.png:
102185         * platform/efl/fast/clip/007-expected.png:
102186         * platform/efl/fast/clip/009-expected.png:
102187         * platform/efl/fast/clip/010-expected.png:
102188         * platform/efl/fast/clip/013-expected.png:
102189         * platform/efl/fast/clip/014-expected.png:
102190         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
102191         * platform/efl/fast/clip/outline-overflowClip-expected.png:
102192         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
102193         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
102194         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
102195         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
102196         * platform/efl/fast/compact/001-expected.png:
102197         * platform/efl/fast/compact/002-expected.png:
102198         * platform/efl/fast/css-generated-content/007-expected.png:
102199         * platform/efl/fast/css-generated-content/012-expected.png:
102200         * platform/efl/fast/css-generated-content/016-expected.png:
102201         * platform/efl/fast/css-generated-content/after-order-expected.png:
102202         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
102203         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
102204         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
102205         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
102206         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
102207         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
102208         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
102209         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
102210         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
102211         * platform/efl/media/controls-layout-direction-expected.png:
102212         * platform/efl/printing/page-rule-in-media-query-expected.png:
102213         * platform/efl/transitions/suspend-transform-transition-expected.png: Added.
102214
102215 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
102216
102217         Unreviewed. Skip media/event-queue-crash.html so that its console message does not cause next test to flake.
102218
102219         * platform/chromium/TestExpectations:
102220
102221 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102222
102223         [Qt] Unreviewed gardening, add expected files for new passing tests.
102224
102225         * platform/qt/css3/masking/clip-path-circle-expected.png: Added.
102226         * platform/qt/css3/masking/clip-path-circle-filter-expected.png: Added.
102227         * platform/qt/css3/masking/clip-path-circle-overflow-expected.png: Added.
102228         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
102229         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
102230         * platform/qt/css3/masking/clip-path-ellipse-expected.png: Added.
102231         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
102232         * platform/qt/css3/masking/clip-path-polygon-expected.png: Added.
102233         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
102234         * platform/qt/css3/masking/clip-path-rectangle-expected.png: Added.
102235         * platform/qt/fast/canvas/canvas-render-layer-expected.png: Added.
102236         * platform/qt/fast/overflow/paged-x-div-expected.png: Added.
102237         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
102238         * platform/qt/fast/overflow/paged-x-on-root-expected.png: Added.
102239         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.png: Added.
102240         * platform/qt/fast/overflow/paged-y-div-expected.png: Added.
102241         * platform/qt/fast/overflow/paged-y-on-root-expected.png: Added.
102242
102243 2012-10-03  Keishi Hattori  <keishi@webkit.org>
102244
102245         Implement DataList UI for input type time on chromium
102246         https://bugs.webkit.org/show_bug.cgi?id=98240
102247
102248         Reviewed by Kent Tamura.
102249
102250         * fast/forms/number/number-spinbutton-click-in-iframe.html:
102251         * fast/forms/resources/common-spinbutton-click-in-iframe.js:
102252         (getSpinButton): This broke because of the change to shadow DOM structure.
102253         * fast/forms/resources/common.js:
102254         (traverseNextNode):
102255         (getElementByPseudoId): This finds a descendant node with a matching pseudo id.
102256         * fast/forms/resources/suggestion-picker-common.js: Added.
102257         (highlightedEntry):
102258         (openPicker):
102259         (sendKey):
102260         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
102261         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html:
102262         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
102263         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
102264         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
102265         * platform/chromium/TestExpectations:
102266         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
102267         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt:
102268         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
102269         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
102270         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt: Added.
102271         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt: Added.
102272         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html: Added.
102273         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
102274         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html: Added.
102275         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html: Added.
102276         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: Added.
102277         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: Added.
102278         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt: Added.
102279         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html: Added.
102280
102281 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102282
102283         [Qt] Enable mock scrollbars
102284         https://bugs.webkit.org/show_bug.cgi?id=98011
102285
102286         Unreviewed gardening, update expected files after enabling mock scrollbars. (r130283)
102287
102288         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
102289         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
102290         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
102291         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png:
102292         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
102293         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
102294         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
102295         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
102296         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
102297         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
102298         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
102299         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
102300         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
102301         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
102302         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
102303         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
102304         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
102305         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png:
102306         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt:
102307         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
102308         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
102309         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
102310         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
102311         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
102312         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
102313         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
102314         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
102315         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
102316         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
102317         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
102318         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
102319         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: Added.
102320         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
102321         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
102322         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
102323         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
102324         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
102325         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
102326         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
102327         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
102328         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
102329         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
102330         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
102331         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
102332         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
102333         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
102334         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
102335         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: Added.
102336         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
102337         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
102338         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
102339         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
102340         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
102341         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
102342         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
102343         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
102344         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
102345         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
102346         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
102347         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
102348         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
102349         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
102350         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
102351         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
102352
102353 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
102354
102355         [EFL] Rebaseline pixel expectations for scrollbars/ and tables/mozilla_expected_failures/.
102356
102357         * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png:
102358         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
102359         * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
102360         * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
102361         * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
102362         * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
102363         * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
102364         * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
102365         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
102366         * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
102367         * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
102368         * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
102369         * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
102370         * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
102371         * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
102372         * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
102373         * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
102374         * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
102375         * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
102376         * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
102377         * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
102378         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
102379         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
102380         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
102381         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
102382         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
102383         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
102384         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
102385         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
102386         * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
102387         * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
102388         * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
102389         * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Added.
102390         * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
102391         * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
102392         * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
102393         * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
102394         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
102395         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
102396         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
102397         * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
102398         * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
102399         * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
102400         * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
102401         * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
102402         * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
102403         * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
102404         * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
102405         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
102406         * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.png:
102407         * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.png:
102408         * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.png:
102409         * platform/efl/tables/mozilla_expected_failures/core/columns-expected.png:
102410         * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.png:
102411         * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
102412         * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
102413         * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
102414         * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
102415         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
102416         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
102417         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
102418         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
102419         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
102420         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
102421         * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
102422         * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
102423         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
102424         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
102425         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
102426         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
102427         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
102428         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
102429         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
102430         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
102431         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
102432         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
102433         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
102434         * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.png:
102435
102436 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
102437
102438         Web Inspector: UISourceCode commitWorkingCopy should not fail when original script had syntax error.
102439         https://bugs.webkit.org/show_bug.cgi?id=97272
102440
102441         Reviewed by Pavel Feldman.
102442
102443         This patch is based on patch by John J. Barton.
102444
102445         * http/tests/inspector/live-edit-test.js:
102446         (initialize_LiveEditTest.InspectorTest.replaceInSource):
102447         (initialize_LiveEditTest):
102448         * inspector/debugger/live-edit-expected.txt:
102449         * inspector/debugger/live-edit.html:
102450         * inspector/debugger/resources/edit-me-syntax-error.js: Added.
102451         (syntaxError):
102452         * platform/chromium/TestExpectations: re-enabled the test.
102453
102454 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102455
102456         [Qt] Enable mock scrollbars
102457         https://bugs.webkit.org/show_bug.cgi?id=98011
102458
102459         Unreviewed gardening, update expected files after enabling mock scrollbars.
102460
102461         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Removed.
102462         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Removed.
102463         * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Removed.
102464         * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Removed.
102465         * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt: Removed.
102466         * platform/qt-5.0/fast/forms/textarea-align-expected.png: Removed.
102467         * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Removed.
102468         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Removed.
102469         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
102470         * platform/qt-5.0/fast/table/003-expected.png: Removed.
102471         * platform/qt-5.0/fast/table/003-expected.txt: Removed.
102472         * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Removed.
102473         * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
102474         * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
102475         * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Removed.
102476         * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Removed.
102477         * platform/qt-5.0/fast/text/softHyphen-expected.txt: Removed.
102478         * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Removed.
102479         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Removed.
102480         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed.
102481         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
102482         * platform/qt/compositing/overflow/nested-scrolling-expected.txt: Added.
102483         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
102484         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
102485         * platform/qt/css1/basic/comments-expected.png:
102486         * platform/qt/css1/basic/comments-expected.txt:
102487         * platform/qt/css1/basic/containment-expected.png:
102488         * platform/qt/css1/basic/containment-expected.txt:
102489         * platform/qt/css1/basic/id_as_selector-expected.png:
102490         * platform/qt/css1/basic/id_as_selector-expected.txt:
102491         * platform/qt/css1/basic/inheritance-expected.png:
102492         * platform/qt/css1/basic/inheritance-expected.txt:
102493         * platform/qt/css1/box_properties/border-expected.png:
102494         * platform/qt/css1/box_properties/border-expected.txt:
102495         * platform/qt/css1/box_properties/border_bottom-expected.png:
102496         * platform/qt/css1/box_properties/border_bottom-expected.txt:
102497         * platform/qt/css1/box_properties/border_bottom_width-expected.png:
102498         * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
102499         * platform/qt/css1/box_properties/border_left-expected.png:
102500         * platform/qt/css1/box_properties/border_left-expected.txt:
102501         * platform/qt/css1/box_properties/border_left_width-expected.png:
102502         * platform/qt/css1/box_properties/border_left_width-expected.txt:
102503         * platform/qt/css1/box_properties/border_right_inline-expected.png:
102504         * platform/qt/css1/box_properties/border_right_inline-expected.txt:
102505         * platform/qt/css1/box_properties/border_right_width-expected.png:
102506         * platform/qt/css1/box_properties/border_right_width-expected.txt:
102507         * platform/qt/css1/box_properties/border_style-expected.png:
102508         * platform/qt/css1/box_properties/border_style-expected.txt:
102509         * platform/qt/css1/box_properties/border_top-expected.png:
102510         * platform/qt/css1/box_properties/border_top-expected.txt:
102511         * platform/qt/css1/box_properties/border_top_width-expected.png:
102512         * platform/qt/css1/box_properties/border_top_width-expected.txt:
102513         * platform/qt/css1/box_properties/border_width-expected.png:
102514         * platform/qt/css1/box_properties/border_width-expected.txt:
102515         * platform/qt/css1/box_properties/clear-expected.png:
102516         * platform/qt/css1/box_properties/clear-expected.txt:
102517         * platform/qt/css1/box_properties/clear_float-expected.png:
102518         * platform/qt/css1/box_properties/clear_float-expected.txt:
102519         * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
102520         * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
102521         * platform/qt/css1/box_properties/float_margin-expected.png:
102522         * platform/qt/css1/box_properties/float_margin-expected.txt:
102523         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
102524         * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
102525         * platform/qt/css1/box_properties/height-expected.png:
102526         * platform/qt/css1/box_properties/height-expected.txt:
102527         * platform/qt/css1/box_properties/margin-expected.png:
102528         * platform/qt/css1/box_properties/margin-expected.txt:
102529         * platform/qt/css1/box_properties/margin_bottom-expected.png:
102530         * platform/qt/css1/box_properties/margin_bottom-expected.txt:
102531         * platform/qt/css1/box_properties/margin_inline-expected.png:
102532         * platform/qt/css1/box_properties/margin_inline-expected.txt:
102533         * platform/qt/css1/box_properties/margin_left-expected.png:
102534         * platform/qt/css1/box_properties/margin_left-expected.txt:
102535         * platform/qt/css1/box_properties/margin_right-expected.png:
102536         * platform/qt/css1/box_properties/margin_right-expected.txt:
102537         * platform/qt/css1/box_properties/margin_top-expected.png:
102538         * platform/qt/css1/box_properties/margin_top-expected.txt:
102539         * platform/qt/css1/box_properties/padding-expected.png:
102540         * platform/qt/css1/box_properties/padding-expected.txt:
102541         * platform/qt/css1/box_properties/padding_bottom-expected.png:
102542         * platform/qt/css1/box_properties/padding_bottom-expected.txt:
102543         * platform/qt/css1/box_properties/padding_inline-expected.png:
102544         * platform/qt/css1/box_properties/padding_inline-expected.txt:
102545         * platform/qt/css1/box_properties/padding_left-expected.png:
102546         * platform/qt/css1/box_properties/padding_left-expected.txt:
102547         * platform/qt/css1/box_properties/padding_right-expected.png:
102548         * platform/qt/css1/box_properties/padding_right-expected.txt:
102549         * platform/qt/css1/box_properties/padding_top-expected.png:
102550         * platform/qt/css1/box_properties/padding_top-expected.txt:
102551         * platform/qt/css1/box_properties/width-expected.png:
102552         * platform/qt/css1/box_properties/width-expected.txt:
102553         * platform/qt/css1/cascade/cascade_order-expected.png:
102554         * platform/qt/css1/cascade/cascade_order-expected.txt:
102555         * platform/qt/css1/classification/display-expected.png:
102556         * platform/qt/css1/classification/display-expected.txt:
102557         * platform/qt/css1/classification/list_style_type-expected.png:
102558         * platform/qt/css1/classification/list_style_type-expected.txt:
102559         * platform/qt/css1/classification/white_space-expected.png:
102560         * platform/qt/css1/classification/white_space-expected.txt:
102561         * platform/qt/css1/color_and_background/background-expected.png:
102562         * platform/qt/css1/color_and_background/background-expected.txt:
102563         * platform/qt/css1/color_and_background/background_attachment-expected.png:
102564         * platform/qt/css1/color_and_background/background_attachment-expected.txt:
102565         * platform/qt/css1/color_and_background/background_position-expected.png:
102566         * platform/qt/css1/color_and_background/background_position-expected.txt:
102567         * platform/qt/css1/color_and_background/background_repeat-expected.png:
102568         * platform/qt/css1/color_and_background/background_repeat-expected.txt:
102569         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
102570         * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
102571         * platform/qt/css1/font_properties/font-expected.png:
102572         * platform/qt/css1/font_properties/font-expected.txt:
102573         * platform/qt/css1/font_properties/font_family-expected.png:
102574         * platform/qt/css1/font_properties/font_family-expected.txt:
102575         * platform/qt/css1/font_properties/font_size-expected.png:
102576         * platform/qt/css1/font_properties/font_size-expected.txt:
102577         * platform/qt/css1/font_properties/font_weight-expected.png:
102578         * platform/qt/css1/font_properties/font_weight-expected.txt:
102579         * platform/qt/css1/formatting_model/height_of_lines-expected.png:
102580         * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
102581         * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
102582         * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
102583         * platform/qt/css1/formatting_model/inline_elements-expected.png:
102584         * platform/qt/css1/formatting_model/inline_elements-expected.txt:
102585         * platform/qt/css1/formatting_model/replaced_elements-expected.png:
102586         * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
102587         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
102588         * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
102589         * platform/qt/css1/pseudo/anchor-expected.png:
102590         * platform/qt/css1/pseudo/anchor-expected.txt:
102591         * platform/qt/css1/pseudo/firstletter-expected.png:
102592         * platform/qt/css1/pseudo/firstletter-expected.txt:
102593         * platform/qt/css1/pseudo/firstline-expected.png:
102594         * platform/qt/css1/pseudo/firstline-expected.txt:
102595         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
102596         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
102597         * platform/qt/css1/text_properties/letter_spacing-expected.png:
102598         * platform/qt/css1/text_properties/letter_spacing-expected.txt:
102599         * platform/qt/css1/text_properties/line_height-expected.png:
102600         * platform/qt/css1/text_properties/line_height-expected.txt:
102601         * platform/qt/css1/text_properties/text_decoration-expected.png:
102602         * platform/qt/css1/text_properties/text_decoration-expected.txt:
102603         * platform/qt/css1/text_properties/text_indent-expected.png:
102604         * platform/qt/css1/text_properties/text_indent-expected.txt:
102605         * platform/qt/css1/text_properties/text_transform-expected.png:
102606         * platform/qt/css1/text_properties/text_transform-expected.txt:
102607         * platform/qt/css1/text_properties/vertical_align-expected.png:
102608         * platform/qt/css1/text_properties/vertical_align-expected.txt:
102609         * platform/qt/css1/text_properties/word_spacing-expected.png:
102610         * platform/qt/css1/text_properties/word_spacing-expected.txt:
102611         * platform/qt/css1/units/color_units-expected.png:
102612         * platform/qt/css1/units/color_units-expected.txt:
102613         * platform/qt/css1/units/length_units-expected.png:
102614         * platform/qt/css1/units/length_units-expected.txt:
102615         * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
102616         * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
102617         * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
102618         * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
102619         * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
102620         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
102621         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
102622         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
102623         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
102624         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
102625         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
102626         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
102627         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
102628         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
102629         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
102630         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
102631         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
102632         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
102633         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
102634         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
102635         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
102636         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
102637         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
102638         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
102639         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
102640         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
102641         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
102642         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
102643         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
102644         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
102645         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
102646         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
102647         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
102648         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
102649         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
102650         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
102651         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
102652         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
102653         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
102654         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
102655         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
102656         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
102657         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
102658         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
102659         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
102660         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
102661         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
102662         * platform/qt/css2.1/t1202-counters-08-b-expected.png:
102663         * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
102664         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
102665         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
102666         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
102667         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
102668         * platform/qt/css2.1/t1508-c527-font-07-b-expected.png:
102669         * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
102670         * platform/qt/css3/masking/clip-path-circle-expected.txt: Added.
102671         * platform/qt/css3/masking/clip-path-circle-filter-expected.txt: Added.
102672         * platform/qt/css3/masking/clip-path-circle-overflow-expected.txt: Added.
102673         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
102674         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
102675         * platform/qt/css3/masking/clip-path-ellipse-expected.txt: Added.
102676         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
102677         * platform/qt/css3/masking/clip-path-polygon-expected.txt: Added.
102678         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
102679         * platform/qt/css3/masking/clip-path-rectangle-expected.txt: Added.
102680         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
102681         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
102682         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
102683         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
102684         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
102685         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
102686         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
102687         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
102688         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
102689         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
102690         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
102691         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
102692         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
102693         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
102694         * platform/qt/editing/inserting/4960120-1-expected.png:
102695         * platform/qt/editing/inserting/4960120-1-expected.txt:
102696         * platform/qt/editing/inserting/insert-div-023-expected.png:
102697         * platform/qt/editing/inserting/insert-div-023-expected.txt:
102698         * platform/qt/editing/selection/focus_editable_html-expected.png:
102699         * platform/qt/editing/selection/focus_editable_html-expected.txt:
102700         * platform/qt/editing/selection/iframe-expected.png:
102701         * platform/qt/editing/selection/iframe-expected.txt:
102702         * platform/qt/editing/selection/select-all-001-expected.png:
102703         * platform/qt/editing/selection/select-all-001-expected.txt:
102704         * platform/qt/editing/selection/select-all-002-expected.png:
102705         * platform/qt/editing/selection/select-all-002-expected.txt:
102706         * platform/qt/editing/selection/select-all-003-expected.png:
102707         * platform/qt/editing/selection/select-all-003-expected.txt:
102708         * platform/qt/editing/selection/select-all-004-expected.png:
102709         * platform/qt/editing/selection/select-all-004-expected.txt:
102710         * platform/qt/editing/selection/unrendered-001-expected.png:
102711         * platform/qt/editing/selection/unrendered-001-expected.txt:
102712         * platform/qt/editing/selection/unrendered-002-expected.png:
102713         * platform/qt/editing/selection/unrendered-002-expected.txt:
102714         * platform/qt/editing/selection/unrendered-003-expected.png:
102715         * platform/qt/editing/selection/unrendered-003-expected.txt:
102716         * platform/qt/editing/selection/unrendered-004-expected.png:
102717         * platform/qt/editing/selection/unrendered-004-expected.txt:
102718         * platform/qt/editing/selection/unrendered-005-expected.png:
102719         * platform/qt/editing/selection/unrendered-005-expected.txt:
102720         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
102721         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
102722         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
102723         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
102724         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
102725         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
102726         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
102727         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
102728         * platform/qt/fast/block/basic/016-expected.png:
102729         * platform/qt/fast/block/basic/016-expected.txt:
102730         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
102731         * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
102732         * platform/qt/fast/block/float/008-expected.png:
102733         * platform/qt/fast/block/float/008-expected.txt: Added.
102734         * platform/qt/fast/block/float/013-expected.png:
102735         * platform/qt/fast/block/float/013-expected.txt:
102736         * platform/qt/fast/block/float/019-expected.png:
102737         * platform/qt/fast/block/float/019-expected.txt: Added.
102738         * platform/qt/fast/block/float/021-expected.png:
102739         * platform/qt/fast/block/float/021-expected.txt:
102740         * platform/qt/fast/block/float/025-expected.png:
102741         * platform/qt/fast/block/float/025-expected.txt:
102742         * platform/qt/fast/block/float/027-expected.png:
102743         * platform/qt/fast/block/float/027-expected.txt:
102744         * platform/qt/fast/block/float/032-expected.png:
102745         * platform/qt/fast/block/float/032-expected.txt:
102746         * platform/qt/fast/block/float/033-expected.png:
102747         * platform/qt/fast/block/float/033-expected.txt:
102748         * platform/qt/fast/block/float/035-expected.png:
102749         * platform/qt/fast/block/float/035-expected.txt: Added.
102750         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
102751         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
102752         * platform/qt/fast/block/float/br-with-clear-2-expected.png:
102753         * platform/qt/fast/block/float/br-with-clear-2-expected.txt:
102754         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
102755         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
102756         * platform/qt/fast/block/float/float-avoidance-expected.png:
102757         * platform/qt/fast/block/float/float-avoidance-expected.txt:
102758         * platform/qt/fast/block/float/nested-clearance-expected.png:
102759         * platform/qt/fast/block/float/nested-clearance-expected.txt:
102760         * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
102761         * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
102762         * platform/qt/fast/block/float/relative-painted-twice-expected.png:
102763         * platform/qt/fast/block/float/relative-painted-twice-expected.txt: Added.
102764         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
102765         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
102766         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
102767         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
102768         * platform/qt/fast/block/margin-collapse/103-expected.png:
102769         * platform/qt/fast/block/margin-collapse/103-expected.txt:
102770         * platform/qt/fast/block/margin-collapse/104-expected.png:
102771         * platform/qt/fast/block/margin-collapse/104-expected.txt:
102772         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
102773         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
102774         * platform/qt/fast/block/positioning/047-expected.png:
102775         * platform/qt/fast/block/positioning/047-expected.txt:
102776         * platform/qt/fast/block/positioning/051-expected.png:
102777         * platform/qt/fast/block/positioning/051-expected.txt:
102778         * platform/qt/fast/block/positioning/055-expected.png:
102779         * platform/qt/fast/block/positioning/055-expected.txt:
102780         * platform/qt/fast/block/positioning/auto/007-expected.png:
102781         * platform/qt/fast/block/positioning/auto/007-expected.txt:
102782         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
102783         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
102784         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
102785         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
102786         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
102787         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
102788         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
102789         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
102790         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
102791         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
102792         * platform/qt/fast/block/positioning/negative-rel-position-expected.png:
102793         * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Added.
102794         * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
102795         * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
102796         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
102797         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
102798         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
102799         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
102800         * platform/qt/fast/body-propagation/overflow/001-expected.png:
102801         * platform/qt/fast/body-propagation/overflow/001-expected.txt:
102802         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
102803         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
102804         * platform/qt/fast/body-propagation/overflow/002-expected.png:
102805         * platform/qt/fast/body-propagation/overflow/002-expected.txt:
102806         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
102807         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
102808         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
102809         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
102810         * platform/qt/fast/body-propagation/overflow/003-expected.png:
102811         * platform/qt/fast/body-propagation/overflow/003-expected.txt:
102812         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
102813         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
102814         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
102815         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
102816         * platform/qt/fast/body-propagation/overflow/004-expected.png:
102817         * platform/qt/fast/body-propagation/overflow/004-expected.txt:
102818         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
102819         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
102820         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
102821         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
102822         * platform/qt/fast/body-propagation/overflow/005-expected.png:
102823         * platform/qt/fast/body-propagation/overflow/005-expected.txt:
102824         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
102825         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
102826         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
102827         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
102828         * platform/qt/fast/body-propagation/overflow/006-expected.png:
102829         * platform/qt/fast/body-propagation/overflow/006-expected.txt:
102830         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
102831         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
102832         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
102833         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
102834         * platform/qt/fast/body-propagation/overflow/007-expected.png:
102835         * platform/qt/fast/body-propagation/overflow/007-expected.txt:
102836         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
102837         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
102838         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
102839         * platform/qt/fast/borders/border-image-massive-scale-expected.txt:
102840         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
102841         * platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
102842         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
102843         * platform/qt/fast/borders/border-image-scale-transform-expected.txt:
102844         * platform/qt/fast/borders/border-image-scaled-expected.png:
102845         * platform/qt/fast/borders/border-image-scaled-expected.txt:
102846         * platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
102847         * platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
102848         * platform/qt/fast/borders/rtl-border-01-expected.png:
102849         * platform/qt/fast/borders/rtl-border-01-expected.txt:
102850         * platform/qt/fast/borders/rtl-border-02-expected.png:
102851         * platform/qt/fast/borders/rtl-border-02-expected.txt:
102852         * platform/qt/fast/borders/rtl-border-03-expected.png:
102853         * platform/qt/fast/borders/rtl-border-03-expected.txt:
102854         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
102855         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
102856         * platform/qt/fast/box-sizing/box-sizing-expected.png:
102857         * platform/qt/fast/box-sizing/box-sizing-expected.txt:
102858         * platform/qt/fast/canvas/canvas-bg-expected.png:
102859         * platform/qt/fast/canvas/canvas-bg-expected.txt: Added.
102860         * platform/qt/fast/canvas/canvas-render-layer-expected.txt: Added.
102861         * platform/qt/fast/clip/014-expected.png:
102862         * platform/qt/fast/clip/014-expected.txt:
102863         * platform/qt/fast/css-generated-content/014-expected.png:
102864         * platform/qt/fast/css-generated-content/014-expected.txt:
102865         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.png:
102866         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
102867         * platform/qt/fast/css/005-expected.png:
102868         * platform/qt/fast/css/005-expected.txt:
102869         * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
102870         * platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
102871         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
102872         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
102873         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
102874         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
102875         * platform/qt/fast/css/border-height-expected.png:
102876         * platform/qt/fast/css/border-height-expected.txt:
102877         * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
102878         * platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
102879         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
102880         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
102881         * platform/qt/fast/css/empty-pseudo-class-expected.png:
102882         * platform/qt/fast/css/empty-pseudo-class-expected.txt:
102883         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
102884         * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
102885         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
102886         * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
102887         * platform/qt/fast/css/font_property_normal-expected.png:
102888         * platform/qt/fast/css/font_property_normal-expected.txt:
102889         * platform/qt/fast/css/hsl-color-expected.png:
102890         * platform/qt/fast/css/hsl-color-expected.txt:
102891         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
102892         * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
102893         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
102894         * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
102895         * platform/qt/fast/css/line-height-overflow-expected.png:
102896         * platform/qt/fast/css/line-height-overflow-expected.txt:
102897         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png:
102898         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
102899         * platform/qt/fast/css/nested-rounded-corners-expected.png: Added.
102900         * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added.
102901         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
102902         * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
102903         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
102904         * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
102905         * platform/qt/fast/css/positioned-overflow-scroll-expected.png:
102906         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt:
102907         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
102908         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
102909         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
102910         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
102911         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
102912         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
102913         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
102914         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
102915         * platform/qt/fast/css/resize-corner-tracking-expected.png:
102916         * platform/qt/fast/css/resize-corner-tracking-expected.txt:
102917         * platform/qt/fast/css/shadow-multiple-expected.png:
102918         * platform/qt/fast/css/shadow-multiple-expected.txt:
102919         * platform/qt/fast/css/text-transform-select-expected.png:
102920         * platform/qt/fast/css/text-transform-select-expected.txt:
102921         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
102922         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
102923         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
102924         * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
102925         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
102926         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
102927         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
102928         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
102929         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
102930         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:
102931         * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
102932         * platform/qt/fast/dynamic/008-expected.png:
102933         * platform/qt/fast/dynamic/008-expected.txt:
102934         * platform/qt/fast/dynamic/anchor-lock-expected.png:
102935         * platform/qt/fast/dynamic/anchor-lock-expected.txt:
102936         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
102937         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
102938         * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
102939         * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
102940         * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
102941         * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
102942         * platform/qt/fast/events/pointer-events-2-expected.png:
102943         * platform/qt/fast/events/pointer-events-2-expected.txt:
102944         * platform/qt/fast/events/resize-events-expected.png:
102945         * platform/qt/fast/events/resize-events-expected.txt:
102946         * platform/qt/fast/events/reveal-link-when-focused-expected.png:
102947         * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
102948         * platform/qt/fast/flexbox/009-expected.png:
102949         * platform/qt/fast/flexbox/009-expected.txt:
102950         * platform/qt/fast/flexbox/016-expected.png:
102951         * platform/qt/fast/flexbox/016-expected.txt:
102952         * platform/qt/fast/flexbox/flex-hang-expected.png:
102953         * platform/qt/fast/flexbox/flex-hang-expected.txt:
102954         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png: Added.
102955         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
102956         * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
102957         * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
102958         * platform/qt/fast/forms/button-default-title-expected.png: Added.
102959         * platform/qt/fast/forms/button-default-title-expected.txt:
102960         * platform/qt/fast/forms/button-table-styles-expected.png:
102961         * platform/qt/fast/forms/button-table-styles-expected.txt:
102962         * platform/qt/fast/forms/disabled-select-change-index-expected.png:
102963         * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
102964         * platform/qt/fast/forms/fieldset-align-expected.png:
102965         * platform/qt/fast/forms/fieldset-align-expected.txt:
102966         * platform/qt/fast/forms/file/file-input-direction-expected.png:
102967         * platform/qt/fast/forms/file/file-input-direction-expected.txt:
102968         * platform/qt/fast/forms/form-element-geometry-expected.png:
102969         * platform/qt/fast/forms/form-element-geometry-expected.txt:
102970         * platform/qt/fast/forms/form-hides-table-expected.png:
102971         * platform/qt/fast/forms/form-hides-table-expected.txt:
102972         * platform/qt/fast/forms/hidden-listbox-expected.png: Added.
102973         * platform/qt/fast/forms/hidden-listbox-expected.txt:
102974         * platform/qt/fast/forms/input-appearance-selection-expected.png:
102975         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
102976         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
102977         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
102978         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
102979         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
102980         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
102981         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
102982         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
102983         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
102984         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
102985         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
102986         * platform/qt/fast/forms/option-strip-whitespace-expected.png: Added.
102987         * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
102988         * platform/qt/fast/forms/placeholder-position-expected.png:
102989         * platform/qt/fast/forms/placeholder-position-expected.txt:
102990         * platform/qt/fast/forms/select-block-background-expected.png: Added.
102991         * platform/qt/fast/forms/select-block-background-expected.txt:
102992         * platform/qt/fast/forms/select-change-listbox-size-expected.png: Added.
102993         * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
102994         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png: Added.
102995         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
102996         * platform/qt/fast/forms/select-initial-position-expected.png: Added.
102997         * platform/qt/fast/forms/select-initial-position-expected.txt:
102998         * platform/qt/fast/forms/select-item-background-clip-expected.png: Added.
102999         * platform/qt/fast/forms/select-item-background-clip-expected.txt:
103000         * platform/qt/fast/forms/select-list-box-with-height-expected.png: Added.
103001         * platform/qt/fast/forms/select-list-box-with-height-expected.txt:
103002         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
103003         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
103004         * platform/qt/fast/forms/select-overflow-scroll-expected.png:
103005         * platform/qt/fast/forms/select-overflow-scroll-expected.txt:
103006         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
103007         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
103008         * platform/qt/fast/forms/textarea-align-expected.png:
103009         * platform/qt/fast/forms/textarea-align-expected.txt:
103010         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
103011         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
103012         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
103013         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
103014         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
103015         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
103016         * platform/qt/fast/forms/textarea-setinnerhtml-expected.png:
103017         * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
103018         * platform/qt/fast/frames/calculate-fixed-expected.png: Added.
103019         * platform/qt/fast/frames/calculate-fixed-expected.txt:
103020         * platform/qt/fast/frames/calculate-order-expected.png: Added.
103021         * platform/qt/fast/frames/calculate-order-expected.txt:
103022         * platform/qt/fast/frames/calculate-percentage-expected.png: Added.
103023         * platform/qt/fast/frames/calculate-percentage-expected.txt:
103024         * platform/qt/fast/frames/calculate-relative-expected.png: Added.
103025         * platform/qt/fast/frames/calculate-relative-expected.txt:
103026         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
103027         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
103028         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
103029         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
103030         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
103031         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
103032         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
103033         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
103034         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
103035         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
103036         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
103037         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
103038         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
103039         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
103040         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
103041         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
103042         * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
103043         * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
103044         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
103045         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
103046         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
103047         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
103048         * platform/qt/fast/frames/inline-object-inside-frameset-expected.png:
103049         * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
103050         * platform/qt/fast/frames/invalid-expected.png: Added.
103051         * platform/qt/fast/frames/invalid-expected.txt:
103052         * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
103053         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
103054         * platform/qt/fast/frames/valid-expected.png: Added.
103055         * platform/qt/fast/frames/valid-expected.txt:
103056         * platform/qt/fast/gradients/background-clipped-expected.png:
103057         * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
103058         * platform/qt/fast/html/details-position-expected.png:
103059         * platform/qt/fast/html/details-position-expected.txt:
103060         * platform/qt/fast/html/details-writing-mode-expected.png:
103061         * platform/qt/fast/html/details-writing-mode-expected.txt:
103062         * platform/qt/fast/images/gif-large-checkerboard-expected.png:
103063         * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Added.
103064         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
103065         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
103066         * platform/qt/fast/inline-block/tricky-baseline-expected.png:
103067         * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
103068         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
103069         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
103070         * platform/qt/fast/inline/inline-continuation-borders-expected.png:
103071         * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
103072         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
103073         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
103074         * platform/qt/fast/inline/long-wrapped-line-expected.png:
103075         * platform/qt/fast/inline/long-wrapped-line-expected.txt:
103076         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png:
103077         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
103078         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
103079         * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
103080         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
103081         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
103082         * platform/qt/fast/lists/001-expected.png:
103083         * platform/qt/fast/lists/001-expected.txt:
103084         * platform/qt/fast/lists/001-vertical-expected.png:
103085         * platform/qt/fast/lists/001-vertical-expected.txt:
103086         * platform/qt/fast/lists/008-expected.png:
103087         * platform/qt/fast/lists/008-expected.txt:
103088         * platform/qt/fast/lists/008-vertical-expected.png:
103089         * platform/qt/fast/lists/008-vertical-expected.txt:
103090         * platform/qt/fast/lists/li-br-expected.png:
103091         * platform/qt/fast/lists/li-br-expected.txt:
103092         * platform/qt/fast/lists/ol-start-parsing-expected.png:
103093         * platform/qt/fast/lists/ol-start-parsing-expected.txt:
103094         * platform/qt/fast/lists/olstart-expected.png:
103095         * platform/qt/fast/lists/olstart-expected.txt:
103096         * platform/qt/fast/media/mq-relative-constraints-02-expected.png:
103097         * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
103098         * platform/qt/fast/media/mq-relative-constraints-03-expected.png:
103099         * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
103100         * platform/qt/fast/media/mq-relative-constraints-04-expected.png:
103101         * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
103102         * platform/qt/fast/media/mq-relative-constraints-05-expected.png:
103103         * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
103104         * platform/qt/fast/media/mq-relative-constraints-06-expected.png:
103105         * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
103106         * platform/qt/fast/media/mq-relative-constraints-07-expected.png:
103107         * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
103108         * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
103109         * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
103110         * platform/qt/fast/media/mq-relative-constraints-09-expected.png:
103111         * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
103112         * platform/qt/fast/media/mq-width-absolute-01-expected.png:
103113         * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
103114         * platform/qt/fast/media/mq-width-absolute-02-expected.png:
103115         * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
103116         * platform/qt/fast/media/mq-width-absolute-03-expected.png:
103117         * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
103118         * platform/qt/fast/media/mq-width-absolute-04-expected.png:
103119         * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
103120         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
103121         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
103122         * platform/qt/fast/multicol/client-rects-expected.png:
103123         * platform/qt/fast/multicol/client-rects-expected.txt:
103124         * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
103125         * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
103126         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
103127         * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
103128         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
103129         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
103130         * platform/qt/fast/multicol/float-multicol-expected.png:
103131         * platform/qt/fast/multicol/float-multicol-expected.txt:
103132         * platform/qt/fast/multicol/float-paginate-complex-expected.png:
103133         * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
103134         * platform/qt/fast/multicol/float-paginate-expected.png:
103135         * platform/qt/fast/multicol/float-paginate-expected.txt:
103136         * platform/qt/fast/multicol/layers-in-multicol-expected.png:
103137         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
103138         * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
103139         * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
103140         * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
103141         * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
103142         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.png:
103143         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.txt:
103144         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.png:
103145         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.txt:
103146         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.png:
103147         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.txt:
103148         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.png:
103149         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.txt:
103150         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.png:
103151         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.txt:
103152         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.png:
103153         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.txt:
103154         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.png:
103155         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.txt:
103156         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.png:
103157         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.txt:
103158         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
103159         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
103160         * platform/qt/fast/multicol/progression-reverse-expected.png:
103161         * platform/qt/fast/multicol/progression-reverse-expected.txt:
103162         * platform/qt/fast/multicol/scrolling-overflow-expected.png:
103163         * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
103164         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
103165         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
103166         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
103167         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
103168         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
103169         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
103170         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
103171         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
103172         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
103173         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
103174         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
103175         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
103176         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
103177         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
103178         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
103179         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
103180         * platform/qt/fast/multicol/table-vertical-align-expected.png:
103181         * platform/qt/fast/multicol/table-vertical-align-expected.txt:
103182         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
103183         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
103184         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
103185         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
103186         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
103187         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
103188         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
103189         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
103190         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
103191         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
103192         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
103193         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
103194         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
103195         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
103196         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
103197         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
103198         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
103199         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
103200         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
103201         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
103202         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
103203         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
103204         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
103205         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
103206         * platform/qt/fast/overflow/002-expected.png:
103207         * platform/qt/fast/overflow/002-expected.txt:
103208         * platform/qt/fast/overflow/006-expected.png:
103209         * platform/qt/fast/overflow/006-expected.txt:
103210         * platform/qt/fast/overflow/007-expected.png:
103211         * platform/qt/fast/overflow/007-expected.txt:
103212         * platform/qt/fast/overflow/008-expected.png:
103213         * platform/qt/fast/overflow/008-expected.txt:
103214         * platform/qt/fast/overflow/childFocusRingClip-expected.png:
103215         * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
103216         * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
103217         * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
103218         * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
103219         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
103220         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
103221         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
103222         * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
103223         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png:
103224         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
103225         * platform/qt/fast/overflow/overflow-auto-table-expected.png:
103226         * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
103227         * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
103228         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
103229         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
103230         * platform/qt/fast/overflow/overflow-stacking-expected.png:
103231         * platform/qt/fast/overflow/overflow-stacking-expected.txt:
103232         * platform/qt/fast/overflow/overflow-update-transform-expected.png:
103233         * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
103234         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
103235         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
103236         * platform/qt/fast/overflow/paged-x-div-expected.txt: Added.
103237         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
103238         * platform/qt/fast/overflow/paged-x-on-root-expected.txt: Added.
103239         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
103240         * platform/qt/fast/overflow/paged-y-div-expected.txt: Added.
103241         * platform/qt/fast/overflow/paged-y-on-root-expected.txt: Added.
103242         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
103243         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
103244         * platform/qt/fast/overflow/scrollbar-position-update-expected.png:
103245         * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
103246         * platform/qt/fast/overflow/table-overflow-float-expected.png:
103247         * platform/qt/fast/overflow/table-overflow-float-expected.txt:
103248         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
103249         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
103250         * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
103251         * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
103252         * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
103253         * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
103254         * platform/qt/fast/reflections/reflection-direction-expected.png:
103255         * platform/qt/fast/reflections/reflection-direction-expected.txt:
103256         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
103257         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
103258         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
103259         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
103260         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
103261         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
103262         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
103263         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
103264         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
103265         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
103266         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
103267         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
103268         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
103269         * platform/qt/fast/repaint/fixed-tranformed-expected.txt:
103270         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
103271         * platform/qt/fast/repaint/layout-state-only-positioned-expected.txt:
103272         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
103273         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
103274         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
103275         * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
103276         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
103277         * platform/qt/fast/repaint/repaint-during-scroll-expected.txt:
103278         * platform/qt/fast/repaint/select-option-background-color-expected.png:
103279         * platform/qt/fast/repaint/select-option-background-color-expected.txt:
103280         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
103281         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
103282         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
103283         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
103284         * platform/qt/fast/replaced/005-expected.png:
103285         * platform/qt/fast/replaced/005-expected.txt:
103286         * platform/qt/fast/replaced/border-radius-clip-expected.png:
103287         * platform/qt/fast/replaced/border-radius-clip-expected.txt:
103288         * platform/qt/fast/replaced/replaced-breaking-expected.png:
103289         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
103290         * platform/qt/fast/replaced/width100percent-image-expected.png:
103291         * platform/qt/fast/replaced/width100percent-image-expected.txt:
103292         * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
103293         * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
103294         * platform/qt/fast/replaced/width100percent-textfield-expected.png:
103295         * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
103296         * platform/qt/fast/selectors/166-expected.png:
103297         * platform/qt/fast/selectors/166-expected.txt:
103298         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
103299         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
103300         * platform/qt/fast/table/003-expected.png:
103301         * platform/qt/fast/table/003-expected.txt:
103302         * platform/qt/fast/table/023-expected.png:
103303         * platform/qt/fast/table/023-expected.txt:
103304         * platform/qt/fast/table/027-vertical-expected.png:
103305         * platform/qt/fast/table/027-vertical-expected.txt:
103306         * platform/qt/fast/table/034-expected.png:
103307         * platform/qt/fast/table/034-expected.txt:
103308         * platform/qt/fast/table/038-vertical-expected.png:
103309         * platform/qt/fast/table/038-vertical-expected.txt:
103310         * platform/qt/fast/table/040-expected.png:
103311         * platform/qt/fast/table/040-expected.txt:
103312         * platform/qt/fast/table/040-vertical-expected.png:
103313         * platform/qt/fast/table/040-vertical-expected.txt:
103314         * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
103315         * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
103316         * platform/qt/fast/table/border-collapsing/004-expected.png:
103317         * platform/qt/fast/table/border-collapsing/004-expected.txt:
103318         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
103319         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
103320         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
103321         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
103322         * platform/qt/fast/table/edge-offsets-expected.png:
103323         * platform/qt/fast/table/edge-offsets-expected.txt:
103324         * platform/qt/fast/table/empty-cells-expected.png:
103325         * platform/qt/fast/table/empty-cells-expected.txt:
103326         * platform/qt/fast/table/frame-and-rules-expected.png:
103327         * platform/qt/fast/table/frame-and-rules-expected.txt:
103328         * platform/qt/fast/table/height-percent-test-expected.png: Added.
103329         * platform/qt/fast/table/height-percent-test-expected.txt:
103330         * platform/qt/fast/table/height-percent-test-vertical-expected.png:
103331         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
103332         * platform/qt/fast/table/overflowHidden-expected.png:
103333         * platform/qt/fast/table/overflowHidden-expected.txt:
103334         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
103335         * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
103336         * platform/qt/fast/table/table-display-types-vertical-expected.png:
103337         * platform/qt/fast/table/table-display-types-vertical-expected.txt:
103338         * platform/qt/fast/table/wide-colspan-expected.png:
103339         * platform/qt/fast/table/wide-colspan-expected.txt: Added.
103340         * platform/qt/fast/table/wide-column-expected.png:
103341         * platform/qt/fast/table/wide-column-expected.txt: Added.
103342         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
103343         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
103344         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
103345         * platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
103346         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
103347         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
103348         * platform/qt/fast/text/large-text-composed-char-expected.png:
103349         * platform/qt/fast/text/large-text-composed-char-expected.txt:
103350         * platform/qt/fast/text/softHyphen-expected.png:
103351         * platform/qt/fast/text/softHyphen-expected.txt:
103352         * platform/qt/fast/text/text-letter-spacing-expected.png:
103353         * platform/qt/fast/text/text-letter-spacing-expected.txt:
103354         * platform/qt/fast/text/updateNewFont-expected.png: Added.
103355         * platform/qt/fast/text/updateNewFont-expected.txt:
103356         * platform/qt/fast/text/wbr-expected.png:
103357         * platform/qt/fast/text/wbr-expected.txt:
103358         * platform/qt/fast/text/word-break-expected.png:
103359         * platform/qt/fast/text/word-break-expected.txt:
103360         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
103361         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
103362         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
103363         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
103364         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
103365         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
103366         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
103367         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
103368         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
103369         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
103370         * platform/qt/fast/writing-mode/fieldsets-expected.png:
103371         * platform/qt/fast/writing-mode/fieldsets-expected.txt:
103372         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png:
103373         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
103374         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
103375         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
103376         * platform/qt/http/tests/navigation/error404-subframeload-expected.png:
103377         * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
103378         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
103379         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
103380         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
103381         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
103382         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
103383         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
103384         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
103385         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
103386         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
103387         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
103388         * platform/qt/printing/width-overflow-expected.txt:
103389         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
103390         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
103391         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
103392         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
103393         * platform/qt/svg/custom/altglyph-expected.png:
103394         * platform/qt/svg/custom/altglyph-expected.txt:
103395         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
103396         * platform/qt/svg/custom/external-paintserver-reference-expected.png:
103397         * platform/qt/svg/custom/external-paintserver-reference-expected.txt:
103398         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
103399         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
103400         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
103401         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
103402         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
103403         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
103404         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
103405         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
103406         * platform/qt/svg/custom/linking-base-external-reference-expected.png:
103407         * platform/qt/svg/custom/linking-base-external-reference-expected.txt:
103408         * platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
103409         * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
103410         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
103411         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
103412         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
103413         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
103414         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
103415         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
103416         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
103417         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
103418         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
103419         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
103420         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
103421         * platform/qt/svg/in-html/circle-expected.png:
103422         * platform/qt/svg/in-html/circle-expected.txt:
103423         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
103424         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
103425         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
103426         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
103427         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
103428         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
103429         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
103430         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
103431         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
103432         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
103433         * platform/qt/svg/text/kerning-expected.png:
103434         * platform/qt/svg/text/kerning-expected.txt:
103435         * platform/qt/svg/text/multichar-glyph-expected.png:
103436         * platform/qt/svg/text/multichar-glyph-expected.txt:
103437         * platform/qt/svg/wicd/rightsizing-grid-expected.png:
103438         * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
103439         * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
103440         * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
103441         * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
103442         * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
103443         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
103444         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt:
103445         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
103446         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
103447         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
103448         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
103449         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
103450         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
103451         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
103452         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
103453         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
103454         * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
103455         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
103456         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
103457         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
103458         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
103459         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
103460         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
103461         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
103462         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
103463         * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
103464         * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
103465         * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
103466         * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
103467         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
103468         * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
103469         * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
103470         * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
103471         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
103472         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
103473         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
103474         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
103475         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
103476         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
103477         * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
103478         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
103479         * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
103480         * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
103481         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
103482         * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
103483         * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
103484         * platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
103485         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
103486         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
103487         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
103488         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
103489         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
103490         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
103491         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
103492         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
103493         * platform/qt/tables/mozilla/bugs/bug29314-expected.png:
103494         * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
103495         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
103496         * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
103497         * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
103498         * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
103499         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
103500         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
103501         * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
103502         * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
103503         * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
103504         * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
103505         * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
103506         * platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
103507         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
103508         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
103509         * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
103510         * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
103511         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
103512         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
103513         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
103514         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
103515         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
103516         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
103517         * platform/qt/tables/mozilla/bugs/bug56405-expected.png:
103518         * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
103519         * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
103520         * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
103521         * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
103522         * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
103523         * platform/qt/tables/mozilla/bugs/bug625-expected.png:
103524         * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
103525         * platform/qt/tables/mozilla/bugs/bug650-expected.png:
103526         * platform/qt/tables/mozilla/bugs/bug650-expected.txt:
103527         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
103528         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
103529         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
103530         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
103531         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
103532         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
103533         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
103534         * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
103535         * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
103536         * platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
103537         * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
103538         * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
103539         * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
103540         * platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
103541         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
103542         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
103543         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
103544         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
103545         * platform/qt/tables/mozilla/core/captions-expected.png:
103546         * platform/qt/tables/mozilla/core/captions-expected.txt:
103547         * platform/qt/tables/mozilla/core/cell_heights-expected.png:
103548         * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
103549         * platform/qt/tables/mozilla/core/col_span-expected.png:
103550         * platform/qt/tables/mozilla/core/col_span-expected.txt:
103551         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
103552         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
103553         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
103554         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
103555         * platform/qt/tables/mozilla/core/nested1-expected.png:
103556         * platform/qt/tables/mozilla/core/nested1-expected.txt:
103557         * platform/qt/tables/mozilla/core/one_row-expected.png:
103558         * platform/qt/tables/mozilla/core/one_row-expected.txt:
103559         * platform/qt/tables/mozilla/core/row_span-expected.png:
103560         * platform/qt/tables/mozilla/core/row_span-expected.txt:
103561         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
103562         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
103563         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
103564         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
103565         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
103566         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
103567         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
103568         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
103569         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
103570         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
103571         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
103572         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
103573         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
103574         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
103575         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
103576         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
103577         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
103578         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
103579         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
103580         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
103581         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
103582         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
103583         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
103584         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
103585         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
103586         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
103587         * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
103588         * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
103589         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
103590         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
103591         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
103592         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
103593         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
103594         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
103595         * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
103596         * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
103597         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
103598         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
103599         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
103600         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
103601         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
103602         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
103603         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
103604         * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
103605         * platform/qt/tables/mozilla/other/nestedTables-expected.png:
103606         * platform/qt/tables/mozilla/other/nestedTables-expected.txt:
103607         * platform/qt/tables/mozilla/other/test3-expected.png:
103608         * platform/qt/tables/mozilla/other/test3-expected.txt:
103609         * platform/qt/tables/mozilla/other/test6-expected.png:
103610         * platform/qt/tables/mozilla/other/test6-expected.txt:
103611         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
103612         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
103613         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
103614         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
103615         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
103616         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
103617         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
103618         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
103619         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
103620         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
103621         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
103622         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
103623         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
103624         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
103625         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
103626         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
103627         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
103628         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
103629         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
103630         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
103631         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
103632         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
103633         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
103634         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
103635         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
103636         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
103637         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
103638         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
103639         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
103640         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
103641         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
103642         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
103643         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
103644         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
103645         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
103646         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
103647         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
103648         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
103649         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
103650         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
103651         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
103652         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
103653         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
103654         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
103655         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
103656         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
103657         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
103658         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
103659         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
103660         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
103661         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
103662         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
103663         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
103664         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
103665         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
103666         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
103667         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
103668         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
103669         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
103670         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
103671         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
103672         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
103673         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
103674         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
103675         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
103676         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
103677         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
103678         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
103679         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
103680         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
103681         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
103682         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
103683         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
103684         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
103685         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
103686         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
103687         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
103688         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
103689         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
103690         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
103691         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
103692         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
103693         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
103694         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
103695         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
103696         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
103697         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
103698         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
103699         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
103700         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
103701         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
103702         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
103703         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
103704         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
103705         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
103706         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
103707         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
103708         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
103709         * platform/qt/transforms/2d/transform-fixed-container-expected.png:
103710         * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
103711         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
103712         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
103713         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
103714         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
103715         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
103716         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
103717
103718 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
103719
103720         [EFL] Update pixel expectations for some css2.1 tests.
103721
103722         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
103723         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
103724
103725 2012-10-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
103726
103727         getComputedStyle perspective-origin is based on the wrong bounding box
103728         https://bugs.webkit.org/show_bug.cgi?id=98027
103729
103730         Reviewed by Simon Fraser.
103731
103732         Add test for perspective-origin calculation into existing transform-origin test.
103733
103734         * transforms/2d/computed-style-origin-expected.txt:
103735         * transforms/2d/computed-style-origin.html:
103736
103737 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
103738
103739         Unreviewed test rebaseline.
103740
103741         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
103742         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
103743         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
103744
103745 2012-10-03  Dominik Röttsches  <dominik.rottsches@intel.com>
103746
103747         [EFL] Gardening after r130186 and r130231
103748
103749         Unreviewed, EFL gardening.
103750
103751         r130186 introduces usage of Xvfb which allows us to unskip a few X11 dependent cases.
103752         r130231 introduces caching for the Harfbuzz font path, which caused regressions on Harfbuzz NG + Freetype,
103753         see bug 98247. Temporarily going to skip those failures until I check Kenichi's patch.
103754
103755         * platform/efl-wk1/TestExpectations: DRT disables X11 usage, skip a few tests here only for Wk1.
103756         * platform/efl-wk2/TestExpectations: Unskip a couple of X11 dependent cases. (r130186)
103757         * platform/efl/TestExpectations: Temporarily mark a few complex font text as failed (r130231)
103758         * platform/efl/fast/text/atsui-multiple-renderers-expected.png: Rebaseline incorrect result.
103759         * platform/efl/fast/text/atsui-spacing-features-expected.png: Rebaseline incorrect result.
103760         * platform/efl/fast/text/wide-zero-width-space-expected.png: Rebaseline incorrect result.
103761
103762 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
103763
103764         [Qt][DRT] Add support for overriding the "WebKitDisplayImagesKey" preference.
103765         https://bugs.webkit.org/show_bug.cgi?id=98200
103766
103767         Reviewed by Csaba Osztrogonác.
103768
103769         * platform/qt/TestExpectations: Unskip a few tests that depended
103770         on this feature.
103771
103772 2012-10-03  Jochen Eisinger  <jochen@chromium.org>
103773
103774         Make sure that user gestures can't be consumed twice
103775         https://bugs.webkit.org/show_bug.cgi?id=97483
103776
103777         Reviewed by Adam Barth.
103778
103779         * platform/chromium/fast/events/popup-forwarded-gesture-blocked-expected.txt: Added.
103780         * platform/chromium/fast/events/popup-forwarded-gesture-blocked.html: Added.
103781         * platform/chromium/fast/events/popup-forwarded-gesture-expected.txt: Added.
103782         * platform/chromium/fast/events/popup-forwarded-gesture.html: Added.
103783
103784 2012-10-03  Dominic Mazzoni  <dmazzoni@google.com>
103785
103786         AX: Heap-use-after-free when deleting a ContainerNode with an AX object
103787         https://bugs.webkit.org/show_bug.cgi?id=98073
103788
103789         Reviewed by Hajime Morita.
103790
103791         Adds test for heap-use-after-free when container node with AX object is deleted.
103792
103793         * accessibility/container-node-delete-causes-crash-expected.txt: Added.
103794         * accessibility/container-node-delete-causes-crash.html: Added.
103795
103796 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
103797
103798         Web Inspector: SourceURL should be taken from debugger agent when possible.
103799         https://bugs.webkit.org/show_bug.cgi?id=98239
103800
103801         Reviewed by Yury Semikhatsky.
103802
103803         Unskipped test.
103804
103805         * platform/chromium/TestExpectations:
103806
103807 2012-10-03  Harald Alvestrand  <hta@google.com>
103808
103809         Add data passing to the GetStats interface of RTCPeerConnection
103810         https://bugs.webkit.org/show_bug.cgi?id=98003
103811
103812         Reviewed by Adam Barth.
103813
103814         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
103815         * fast/mediastream/RTCPeerConnection-stats.html:
103816
103817 2012-10-02  Arko Saha  <arko@motorola.com>
103818
103819         Microdata: itemprop names must not override builtin properties.
103820         https://bugs.webkit.org/show_bug.cgi?id=98025
103821
103822         Reviewed by Kentaro Hara.
103823
103824         Added test case to verify that itemprop names must not override builtin properties.
103825
103826         * fast/dom/MicroData/itemprop-names-override-builtin-properties-expected.txt: Added.
103827         * fast/dom/MicroData/itemprop-names-override-builtin-properties.html: Added.
103828
103829 2012-10-02  Keishi Hattori  <keishi@webkit.org>
103830
103831         REGRESSION (r129738): Suggestion picker label is placed in the wrong location
103832         https://bugs.webkit.org/show_bug.cgi?id=98094
103833
103834         Reviewed by Kent Tamura.
103835
103836         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
103837         * platform/chromium/TestExpectations:
103838
103839 == Rolled over to ChangeLog-2012-10-02 ==